mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

Open DVD from Folder shoud be accessible from the command line #561

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, opening a VIDEO_TS / AUDIO_TS directory only works with "point and 
click".

It would be nice to be able to "Open DVD from Folder" by passing some command 
line argument to gnome-mplayer. This would allow, for example, to create custom 
actions in file managers to play locally stored DVDs.

* Issuing the command `gnome-mplayer VIDEO_TS` results in all the files inside 
the directory being added to a playlist
* `gnome-mplayer VIDEO_TS/VIDEO_TS.IFO` works but there is no sound and no menus
* dvd:// (like dvdnav://) does not have a -dvd-device parameter like MPlayer.

Adding a -dvd-device should be enough to solve the problem, as it the way to 
play directories and .iso's in MPlayer.

Original issue reported on code.google.com by j...@superfreak.com.ar on 19 Sep 2011 at 3:06

GoogleCodeExporter commented 8 years ago
I have added the command line option --dvd_device to the code in SVN.

Original comment by kdeko...@gmail.com on 19 Sep 2011 at 3:23