Re: [Freevo-users] Can't play DVD's with video_ts instead of VIDEO_TS

2007-09-17 Thread Douglas A. Seifert
Duncan Webb wrote:
>
> With the svn version you will need to add:
> LOGGING = logging.DEBUG
> Using CHILDAPP_DEBUG = 9 does no more that CHILDAPP_DEBUG=1
> Generally logging levels > 1 provide too much information that you will
> not be able to see the wood for the trees :)
>   
Well, as I suspected, it was user error.  I must not have had libdvdread 
installed when I build kaa from source.  I was able to determine that 
kaa didn't have DVD support build in by running

$ mminfo -d 2 /dev/hdc
kaa media metadata info
setting to log level 2
DEBUG factory(267): Trying audio/cd
DEBUG factory(267): Trying video/dvd
DEBUG dvd(146): kaa.metadata not compiled with DVD support
DEBUG factory(267): Trying video/vcd
DEBUG factory(267): Trying cd/unknown

/dev/hdc
|   type: CD
|subtype: data
|  media: MEDIA_DISC
|   mime: unknown/unknown
| id: 2006030817250800MY_LITTLE_PONY_DISC_1
|  label: MY_LITTLE_PONY_DISC_1

(No My Little Pony jokes, please, I do all of this for my daughters :)

So, after ensuring I had libdvdread installed, I ire-installed kaa and 
now I can play DVD's.

But I think I know what the OP's problem is: from the Watch a Movie 
menu, you have to use the PLAY function (I press the play button on my 
remote, not sure what the equivalent keyboard key is) on the DVD item, 
not ENTER as before.  If you press ENTER, you get a listing of files on 
the DVD.  I think I remember a thread somewhere mentioning that this 
would be new behavior ...

-Doug Seifert

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't play DVD's with video_ts instead of VIDEO_TS

2007-09-17 Thread Duncan Webb
> Frank [Antispam account] wrote:
>> Hello,
>>
>> Just upgraded to the latest svn-version of Freevo. Works
>> great but I thing 'bugged'.
>> When I enter a DVD with a video_ts directory, I can play the
>> DVD anymore.
>> >From Watch-Movies, I see a entry "MOVIE TITLE HERE". Normally
>> when I press enter, The DVD would play with Xine, but now it
>> goes a level deeper and gives me the Separate files on that
>> DVD. Even pressing enter there doesn't work, because it Gives
>> me a "No action defined".
>>
>>
>
> I can confirm this behavior on a fresh install of freevo from svn,
> revision 9881 on an Ubuntu Feisty OS. There is no indication in the log
> that xine is even getting started when using the remote ENTER button on
> the dvd item in the Movie menu, so I'm sure it is some configuration
> item missing, or I am missing a library.  I have CHILDAPP_DEBUG = 9 and
> DEBUG = 9.  no xine logs get created in /var/log/freevo.  xine works
> from the command line if I do 'xine dvd://'.  Poking around now in the
> source to see if I can add some debug, but pointers on where to look
> would be nice.

With the svn version you will need to add:
LOGGING = logging.DEBUG
Using CHILDAPP_DEBUG = 9 does no more that CHILDAPP_DEBUG=1
Generally logging levels > 1 provide too much information that you will
not be able to see the wood for the trees :)

Sensible debug settings are:
#
# Debugging and logging settings
#
# logging can be one of:
# CRITICAL, ERROR, WARNING, INFO, DEBUG or NOTSET
#
LOGGING = logging.DEBUG
RECORDSERVER_LOGGING = logging.DEBUG
DEBUG = 1
# messages go to stdout
# DEBUG_STDOUT = 0
# messages from starting a child application
CHILDAPP_DEBUG = 1
# timing messages
# TIME_DEBUG = 0

Duncan


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't play DVD's with video_ts instead of VIDEO_TS

2007-09-17 Thread Douglas A. Seifert
Frank [Antispam account] wrote:
> Hello,
>  
> Just upgraded to the latest svn-version of Freevo. Works 
> great but I thing 'bugged'.
> When I enter a DVD with a video_ts directory, I can play the 
> DVD anymore.
> >From Watch-Movies, I see a entry "MOVIE TITLE HERE". Normally 
> when I press enter, The DVD would play with Xine, but now it 
> goes a level deeper and gives me the Separate files on that 
> DVD. Even pressing enter there doesn't work, because it Gives 
> me a "No action defined".
>
>   

I can confirm this behavior on a fresh install of freevo from svn, 
revision 9881 on an Ubuntu Feisty OS. There is no indication in the log 
that xine is even getting started when using the remote ENTER button on 
the dvd item in the Movie menu, so I'm sure it is some configuration 
item missing, or I am missing a library.  I have CHILDAPP_DEBUG = 9 and 
DEBUG = 9.  no xine logs get created in /var/log/freevo.  xine works 
from the command line if I do 'xine dvd://'.  Poking around now in the 
source to see if I can add some debug, but pointers on where to look 
would be nice.

-Doug Seifert

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Can't play DVD's with video_ts instead of VIDEO_TS

2007-09-16 Thread Frank [Antispam account]
Hello,
 
Just upgraded to the latest svn-version of Freevo. Works 
great but I thing 'bugged'.
When I enter a DVD with a video_ts directory, I can play the 
DVD anymore.
>From Watch-Movies, I see a entry "MOVIE TITLE HERE". Normally 
when I press enter, The DVD would play with Xine, but now it 
goes a level deeper and gives me the Separate files on that 
DVD. Even pressing enter there doesn't work, because it Gives 
me a "No action defined".

Anyone any clues?

Thanks,
Frank


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users