On 3/30/07, James Russo <[EMAIL PROTECTED]> wrote: > I have an application I am working on where I would like to use some > media mvp's to output ripped DVDs but without any menu commands, etc. > The selection of which file to play will be done via a web browser. > Basically, I'd like to be able to send a command to the media mvp and > say "play this file". Having the media MVP fetch the files via NFS is > fine.I have a feeling this will be totally possible with some minor > development, but just wanted to get an idea of what I am in for and > maybe some pointers on how I might implement this using the current code > in such a way that it might be contributed back.
This message is probably best on the dev mailing list but I did hacked together a quick way to do something similar (I use this to listen to internet radio in my work room without having any tv) that is in the code repo and you certainly could polish this up to do what you want. Here's a rough guide. 1 you need this command line option --startup filesystem:file=/usr/playlist 2. enter the vob names as mvpmc will see them in the playlist available from the mvpmc browser setup available when you enter your mvp's ip into your browser. 3. save your playlist. 4. click on play beside the vob name to test. Martin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
