Re: [Freevo-users] Deleting a movie ...

2006-11-04 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Ya, for some reason, on my screen, 'h' doesn't fit, although freevo itself 
works great ... :(  I've gotta work on getting a remote, once I figure out what 
is supported well by FreeBSD :)


- --On Friday, November 03, 2006 20:57:28 -0600 Evan Hisey <[EMAIL PROTECTED]> 
wrote:

> MArc-
>   True the keyboard options are not the best, but the enter face was
> designed to work best with a remote control. You can hit h to get a
> help menu of teh keyboard commands.
>
> Evan
>
> On 11/3/06, Marc G. Fournier <[EMAIL PROTECTED]> wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>>
>>
>> - --On Friday, November 03, 2006 06:33:58 +0100 Duncan Webb
>> <[EMAIL PROTECTED]> wrote:
>>
>> > Marc G. Fournier wrote:
>> >>
>> >> Simple question, I hope ... how do I delete a movie / tvshow when I've
>> >> finished  watching it?  Having to go to a shell and use 'rm' just doesn't
>> >> seem right :(
>> >>
>> >> I foudn the file_ops.py file, and it is listed as being active, but for
>> >> the life of me, I can't figure out how to delete (using keyboard, no
>> >> remote) ...
>> >
>> > Just press the 'e' key and you get a sub menu and delete is an option
>> > there. 'h' gives a list of commands.
>>
>> 'k, "e == ENTER" by no means is intuitive for bringing down a menu :(
>>
>> But that does it, thank you ... :)
>>
>> - 
>> Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
>> Email . [EMAIL PROTECTED]  MSN . [EMAIL 
>> PROTECTED]
>> Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v1.4.5 (FreeBSD)
>>
>> iD8DBQFFS6JB4QvfyHIvDvMRAnNPAKDJ66WpPjL0DSL+1BEg4TmMGY13DwCfcz1L
>> sIE7DaU7BjWlqsBTYF0jUBI=
>> =BP1F
>> -END PGP SIGNATURE-
>>
>>
>> -
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
>
>



- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFTRKE4QvfyHIvDvMRAisFAJwP6nfraZqmdh524h6h3vW1kxzRlACgu8eM
Py78sVi4Vs7AzErI4kXciU0=
=ZgXr
-END PGP SIGNATURE-


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo 1.6/ Ubuntu 6.10/EPIA/xine weirdness

2006-11-04 Thread Duncan Webb
Paul Sijben wrote:
> I have noticed two possibly related weirdnesses with xine in my freevo
> 1.6/ Ubuntu 6.10/VIA EPIA/TV-out PAL setup.
> 
> 1) pressing fast forward on the remote is often not really responded to
> very quickly
> 2) the program playing time is off a program of 84 minutes is displayed
> as 69 minutes , 40 minutes displayed as 32) etc.
> 
> For point 2) this fraction is remarkably similar to 60/50. So my guess
> is that xine tries to play out at 60 hz while the recording was at 50.
> Possibly this makes it very distracted and unable to react quickly to my
> inputs addressing problem 1)
> 
> Looking at xine's output and config files I see no reason why this
> should happen. It does not complain other than that it can not talk to
> gnome's d-bus.
> 
> My xine entries in local_conf.py are:
> 
> XINE_VO_DEV  = 'xxmc'
> XINE_COMMAND = '%s  --install --hide-gui -pq -g -B --geometry %sx%s+0+0
> --no-spl
> ash' % \
>   (CONF.xine, CONF.width, CONF.height)
> 
> # XINE_ARGS_DEF = '--no-lirc --post=pp:quality=10,expand'
> 
> # XINE_AO_DEV = 'oss' # alsa or oss
> XINE_AO_DEV = 'alsa'
> 
> Does anyone have any idea what might cause this?

Your using an ivtv card, so I would first check that the SCRs (system
clock reference) are correct in the mpeg file.

Included with dvdauthor http://dvdauthor.sourceforge.net/ is a program
called mpeg2desc which can be used to print out the SCRs it says
something like pack hdr and then a time.

You can run it with
cat /path/to/mpegfile | mpeg2desc | tail -100
If the file is big it will take a while.

Other tools for analysing mpeg files are mpegcat from gopchop and I have
written another one called mpegcheck which you can get from
svn co http://svn.linuxowl.com/vbitools

mpegcat -V /path/to/mpegfile | head -20
tells you the frame rate.

When you're seen that everything is okay try using mplayer to see if the
file has the correct time, use the osd to see the times.

Duncan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] freevo 1.6/ Ubuntu 6.10/EPIA/xine weirdness

2006-11-04 Thread Paul Sijben
I have noticed two possibly related weirdnesses with xine in my freevo
1.6/ Ubuntu 6.10/VIA EPIA/TV-out PAL setup.

1) pressing fast forward on the remote is often not really responded to
very quickly
2) the program playing time is off a program of 84 minutes is displayed
as 69 minutes , 40 minutes displayed as 32) etc.

For point 2) this fraction is remarkably similar to 60/50. So my guess
is that xine tries to play out at 60 hz while the recording was at 50.
Possibly this makes it very distracted and unable to react quickly to my
inputs addressing problem 1)

Looking at xine's output and config files I see no reason why this
should happen. It does not complain other than that it can not talk to
gnome's d-bus.

My xine entries in local_conf.py are:

XINE_VO_DEV  = 'xxmc'
XINE_COMMAND = '%s  --install --hide-gui -pq -g -B --geometry %sx%s+0+0
--no-spl
ash' % \
  (CONF.xine, CONF.width, CONF.height)

# XINE_ARGS_DEF = '--no-lirc --post=pp:quality=10,expand'

# XINE_AO_DEV = 'oss' # alsa or oss
XINE_AO_DEV = 'alsa'

Does anyone have any idea what might cause this?

Paul

-- 
Paul Sijben mailto:[EMAIL PROTECTED]
Amersfoort, NL  http://www.sijben.net
tel:+31 334557522   fax:+31 33 4557523


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users