Working with ISOs & VIDEO_TS folders in MythTV 0.22 - 0.24

Recent comments

Who's new

  • rhpot1991

Working with ISOs & VIDEO_TS folders in MythTV 0.22 - 0.24

Submitted by rhpot1991 on Fri, 11/13/2009 - 02:05

MythTV 0.22 introduces us to storage groups across the board. This is no doubt a great thing, no more creating shares for network access, no more worrying about running out of storage space. With that said, there is one drawback to the new storage groups, they break playback of ISO files and VIDEO_TS folders. For those of us who have our DVD collections ready to go in digital form this may be an issue. This issue has been fixed in MythTV 0.24 (but only for unencrypted ISOs), the following work around will help you with all other cases:

Pre-Requirements: You will need your ISO/VIDEO_TS files to live in their own directory, separate from the videos storage group. On Mythbuntu I'd recommend using /var/lib/mythtv/ISO, but you can put them wherever you want. Remember that this directory should be owned by mythtv:mythtv and the permissions should be 775.

On your frontend lets make our way into the proper settings page (this may be slightly different for you, based on your theme):
Utilities/Setup > Setup > Media Settings > Video Settings > General Settings

Now in "Directories that hold videos" (which will be blank by default), you will enter the location of your ISOs.


It is also worth noting that filling in this location will fix Bug 469583 in which you cannot rip a DVD until this directory is filled in.

Now as long as you keep your ISOs/VIDEO_TS folders in this directory they will play fine. You can still put all your other video files in the videos storage group and they will work fine.

For additional information on storage groups you can read MythVideo 0.22 Transition Guide.

Anonymous (not verified)

Fri, 05/06/2011 - 05:52

Does this mean that locally stored iso's will only play if done this way or is this only for network storages?

This is for locally stored. If you want to do the same across a network then you will need to share them yourself using nfs or something similar.

Anonymous (not verified)

Fri, 05/20/2011 - 14:48

You can create a symbolic link to fix this also.
- That way you are using the same location.
- The key is myhtfrontend must have a unique path from mythbackend or it defaults to acting as if you have a video storage group.

ex:
cd /var/lib/mythtv/
ln -s videos ISO

enter /var/lib/mythtv/ISO in MythFrontend settings as described above.