LinHES Forums http://forum.linhes.org/ |
|
Mounting ISO DVD images http://forum.linhes.org/viewtopic.php?f=17&t=10450 |
Page 1 of 1 |
Author: | arnonm [ Mon Jun 12, 2006 6:33 am ] |
Post subject: | Mounting ISO DVD images |
I was wondering if Myth can automatically mount ISO images of DVD on a disk and play them? I could not find anything in the forum or Myth Wiki Arnon |
Author: | tjc [ Mon Jun 12, 2006 6:44 am ] |
Post subject: | |
A search for "loopback mount iso" should get you started, since this has been discussed at least a couple times before. Here's one thread - http://mysettopbox.tv/phpBB2/viewtopic.php?t=2496&highlight=loopback+mount+iso |
Author: | arnonm [ Mon Jun 12, 2006 12:57 pm ] |
Post subject: | |
Thanks for the tip since mount iso didn't find anything relevant. |
Author: | chacon [ Wed Jul 05, 2006 12:34 am ] |
Post subject: | you can also have xine play the iso.... |
I dont think it mounts it but it does the job...you just have to fiddle with the settings. I will post the entry I add to the Media setttings, File Types in the morning. xine -pqfh -f --no-splash -B -V xv dvd:///%s That worked for me....I think I also had to specify the sometimes the corrext audio track if I didnt it would play spanish or the english commentary. |
Author: | lel [ Thu Jul 06, 2006 5:38 pm ] |
Post subject: | |
If you have an "almost" image, i.e. just the files from a DVD copied to a folder, xine can play it too. But it needs the path to the directory to do it, not just a .vob (that will only play the particular .vob and menus won't work). Give the filetype .vob or .ifo (or any other common file within VIDEO_TS, it doesn't matter since it's not used) the following command: Code: xine -<your_opts> dvd:`echo "puts [file dirname %s]" | tclsh`/
Note the tcl-script embedded to extract the directory part of the %s-file. |
Author: | tjc [ Thu Jul 06, 2006 8:37 pm ] |
Post subject: | |
lel wrote: Code: xine -<your_opts> dvd:`echo "puts [file dirname %s]" | tclsh`/ No need to get tcl involved, there is already a dirname facility in the standard shell toolkit. Give this a try. Code: xine -<your_opts> dvd:$(dirname %s)
|
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |