LinHES Forums
http://forums.linhes.org/

DVD to play same as Myth Video
http://forums.linhes.org/viewtopic.php?f=11&t=17842
Page 1 of 2

Author:  shrabok [ Wed Feb 06, 2008 10:20 am ]
Post subject:  DVD to play same as Myth Video

Hi,

I never really played around with DVD player till recently and found that it uses Xine. It wont let me use the enter button (Silver Hauppauge) remote so I can't really watch the movie, and its not very intuitive. I love myth video I have many DVD Rips on there they play great menus work perfectly and is very intuitive. Why is there a difference? Why can't DVD Player work exactly like Myth video. I just want a easy to use clean looking video player, and Myth video is exactly that. Can I make DVD player work identical to it?

Author:  slowtolearn [ Wed Feb 06, 2008 11:26 am ]
Post subject:  Re: DVD to play same as Myth Video

shrabok wrote:
Hi,

I never really played around with DVD player till recently and found that it uses Xine. It wont let me use the enter button (Silver Hauppauge) remote so I can't really watch the movie, and its not very intuitive. I love myth video I have many DVD Rips on there they play great menus work perfectly and is very intuitive. Why is there a difference? Why can't DVD Player work exactly like Myth video. I just want a easy to use clean looking video player, and Myth video is exactly that. Can I make DVD player work identical to it?
What version of KM are you using? I thought the video and DVD players were set to "Internal" since at least R5E50 (someone please correct me if I'm wrong).

If you have a current version of KM switch your DVD player setting to Internal

Author:  shrabok [ Wed Feb 06, 2008 11:53 am ]
Post subject: 

Im running current, How do you get it to run internal? I checked video and it shows mplayer with additional stuff and DVD shows Xine. Is there a different place to use internal. I would prefer to use it.

Author:  slowtolearn [ Wed Feb 06, 2008 12:54 pm ]
Post subject: 

shrabok wrote:
Im running current, How do you get it to run internal? I checked video and it shows mplayer with additional stuff and DVD shows Xine. Is there a different place to use internal. I would prefer to use it.
If you are using Mplayer for your videos and that's what you want to use for DVDs, change your DVD player setting to match that. Otherwise enter "Internal" (no quotes).

These are set in Setup -> Media Settings -> [Video, DVD, etc]

Author:  thornsoft [ Wed Feb 06, 2008 1:27 pm ]
Post subject: 

slowtolearn wrote:
enter "Internal" (no quotes).

And be sure to cap that I!

"internal" <> "Internal"

I remember that, because I learned the hard way....

Author:  tscholl [ Wed Feb 06, 2008 1:32 pm ]
Post subject: 

slowtolearn

I ran into the same problem when I did a clean install of R5F27. I was running R5D1
http://mysettopbox.tv/phpBB2/viewtopic.php?t=16922&highlight=

I had to redo the lircd.conf to get it to work. But I will have to check out this fix. Sounds like a better one.

Tim

Author:  shrabok [ Wed Feb 06, 2008 1:35 pm ]
Post subject: 

Hi Thanks for all the input.
The strange thing is video looks internal, it has that menu like tv recordings do when you hit menu, and you can go back to root menu and change audio and subtitles has all the same features look as tv recordings. But in the settings it says mplayer. I might have been looking in the wrong place but im almost positive it is internal. I'll try changing it in DVD player. I did a fresh install it was not an upgrade.

Author:  slowtolearn [ Wed Feb 06, 2008 2:09 pm ]
Post subject: 

tscholl wrote:
slowtolearn

I ran into the same problem when I did a clean install of R5F27. I was running R5D1
http://mysettopbox.tv/phpBB2/viewtopic.php?t=16922&highlight=

I had to redo the lircd.conf to get it to work. But I will have to check out this fix. Sounds like a better one.

Tim
Tim,
I wasn't really addressing shrabok's remote issue, I had keyed in on
shrabok wrote:
I love myth video I have many DVD Rips on there they play great menus work perfectly and is very intuitive. Why is there a difference? Why can't DVD Player work exactly like Myth video
so I was responding to that.

Of course, if you find that you like the Internal player better than what you are using now, that's part of the beauty of KM - Choices! :wink:

Author:  slowtolearn [ Wed Feb 06, 2008 2:25 pm ]
Post subject: 

shrabok wrote:
Hi Thanks for all the input.
The strange thing is video looks internal, it has that menu like tv recordings do when you hit menu, and you can go back to root menu and change audio and subtitles has all the same features look as tv recordings. But in the settings it says mplayer. I might have been looking in the wrong place but im almost positive it is internal. I'll try changing it in DVD player. I did a fresh install it was not an upgrade.
What is the output of (in an Xterm)
Code:
mysql mythconverg
select * from settings where value="mythdvd.DVDPlayerCommand";
select * from settings where value="VideoDefaultPlayer";
quit

Author:  tscholl [ Wed Feb 06, 2008 3:17 pm ]
Post subject: 

slowtolearn

I keyed on
Quote:
I thought the video and DVD players were set to "Internal" since at least R5E50

and was confirming that something had changed. I will have to see what my database says when I get a chance. It's good to know that I have other choices then retool the remote config

Tim

Author:  slowtolearn [ Wed Feb 06, 2008 5:27 pm ]
Post subject: 

tscholl wrote:
slowtolearn

I keyed on
Quote:
I thought the video and DVD players were set to "Internal" since at least R5E50

and was confirming that something had changed.
Ahhh, OK. And yours was a fresh R5F27 install? I didn't realize those player settings had changed. Thanks for the heads up, Tim.

Author:  tscholl [ Wed Feb 06, 2008 5:55 pm ]
Post subject: 

Yes I can confirm something changed but I don't know what it was.

Author:  tjc [ Wed Feb 06, 2008 10:23 pm ]
Post subject: 

See the Understanding LIRC configuration thread for some suggestion on how to configure your remote to work with xine. Also, I strongly recommend making sure that you are using xine rather than the MythTV builtin player which still has some bizarre navigation bugs.
Code:
root@black2:~# mysql mythconverg -e "select * from settings where value like '%Player%'"
+--------------------------+--------------------------------------------------+----------+
| value                    | data                                             | hostname |
+--------------------------+--------------------------------------------------+----------+
| DVDPlayerCommand         | xine -pfhq --no-splash --no-logo --auto-scan dvd | black2   |
| VideoDefaultPlayer       | /usr/bin/mplayer -fs -zoom -quiet -vo xv %s      | black2   |
| VCDPlayerCommand         | xine -pfhq --no-splash --no-logo --auto-scan vcd | black2   |
| GalleryMoviePlayerCmd    | mplayer -fs %s                                   | black2   |
| mythdvd.DVDPlayerCommand | xine -pfhq --auto-scan dvd                       | black2   |
+--------------------------+--------------------------------------------------+----------+

Author:  shrabok [ Thu Feb 07, 2008 6:33 pm ]
Post subject: 

So I tried internal and it works perfectly. There was one or two glitchy factors, but realistically, its way nicer and more functional to use. I love the way it work with the remote and I find it looks more integrated into KM. Thanks for all the help guys.

Author:  slowtolearn [ Thu Feb 07, 2008 7:19 pm ]
Post subject: 

shrabok wrote:
... and I find it looks more integrated into KM.
If I had to guess, I would say that's probably why the MythtTV developers decided to call it "Internal" :wink:

Page 1 of 2 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/