[mythtv-users] mythDVD ?

Jason Ramey webmaster at permutation.org
Mon Jun 30 14:20:55 EDT 2003


Here's what I use to play DVDs and SVCD/VCDs. I added these buttons to
videomenu.xml:

----snip-----
   <button>
     <type>DVD</type>
     <text>DVD</text>
     <action>EXEC mythdvd</action>
   </button>

   <button>
     <type>SVCD</type>
     <text>SVCD</text>
     <action>EXEC mythsvcd</action>
   </button>
----snip----

Then I created these bash scripts and placed them in /usr/local/bin:

mythdvd
----snip----
#!/bin/sh
export DISPLAY=:0.0
/usr/local/bin/mplayer -fs -nolirc -zoom -quiet -dvd 1
----snip----

mythsvcd
----snip----
#!/bin/sh
export DISPLAY=:0.0
/usr/local/bin/mplayer -fs -nolirc -zoom -quiet -vcd 2
----snip----

These mplayer commands should work as is, with the possible exception of
location of mplayer and the numbers at end. YMMV. I've also created
little icons for them, and worked out the placement of them in the menu.
I think they blend well with the existing icons. If interested, feel
free to email me for a copy of them. 

Jason Ramey
webmaster at permutation.org


-----Original Message-----
From: mythtv-users-bounces at snowman.net
[mailto:mythtv-users-bounces at snowman.net] On Behalf Of Tako Schotanus
Sent: Monday, June 30, 2003 10:08 AM
To: 'Discussion about mythtv'
Subject: RE: [mythtv-users] mythDVD ?



The official party line up to now has been is "go ahead, nobody is
stopping you". If you just want a button to play your DVD it doesn't
have to be very difficult either because you can add your own buttons to
the menus by changing the corresponding XML files, but making it a full
fledged plug-in with imdb support will of course take a lot more work.

> -----Original Message-----
> From: mythtv-users-bounces at snowman.net
> [mailto:mythtv-users-bounces at snowman.net] On Behalf Of mojo
> Sent: maandag 30 juni 2003 13:50
> To: MythTV Users List
> Subject: [mythtv-users] mythDVD ?
> 
> 
> whats everyone think about having a DVD module?
> 
> i wish i could code such a thing but i cant (yet...)
> 
> couldnt be too tough right? have to set your /dev/dvdrom device
> somewhere and then the rest would be mplayer or such...
> 
> really cool feature to add later would be some means of retrieving
> www.imdb.com info... that might be a much bigger pain in the butt to 
> code if it was even possible...
> 
> this has probably been discussed already?
> 
> Sean
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at snowman.net 
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
> 

_______________________________________________
mythtv-users mailing list
mythtv-users at snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list