Re: SV: [Freevo-devel] xmltv question

2004-02-02 Thread James Oakley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry I took a while to respond, but I was a bit busy. On January 29, 2004 05:14 am, Peter Svensson wrote: > OK. here's the perl app and the resulting TV.xml. > Some notes; > > The xmltv module used is (it says) compatible with MythTV, but only if > "

[Freevo-devel] dvd mirrors

2004-02-02 Thread Aubin Paul
The code for playing DVD backups from your hard drive has been added to Freevo. I've also added vobcopy to the Debian tree. There is nothing wrong with vobcopy, nor this because neither of them use CSS directly. vobcopy can optionally use libdvdcss if it's available, but that's up to you and your

[Freevo-cvslog] freevo ChangeLog,1.107,1.108

2004-02-02 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11720 Modified Files: ChangeLog Log Message: Added the virtual DVD thing... need to put instructions on how to make one of these somewhere. Index: ChangeLog ===

[Freevo-cvslog] freevo/WIP/Aubin TODO,1.2,1.3

2004-02-02 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10683 Modified Files: TODO Log Message: Changed my TODO to reflect recent activity. Index: TODO === RCS file: /cvsroot/freevo/

Re: [Freevo-devel] SQLite source

2004-02-02 Thread Aubin Paul
Currently, just the logger plugin uses it... it simply tracks the number of times a music file is played, as well as the last date it was played and allows you to rate music from 1-5... On Tue, Feb 03, 2004 at 10:04:58AM +0800, Wan Tat Chee wrote: > Hi Aubin, > > On Sat, 31 Jan 2004, Aubin Paul w

Re: [Freevo-devel] SQLite source

2004-02-02 Thread Wan Tat Chee
Hi Aubin, On Sat, 31 Jan 2004, Aubin Paul wrote: > Those versions are fine, though "needed" is far too strong. SQLite > support is in CVS, but since it isn't used for anything other than one > (non-interactive) plugin, it's not something to stress about. Ok. Which plugin is SQLite meant for? I s

Re: [Freevo-devel] Weird bug (found, patch attached)

2004-02-02 Thread Viggo Fredriksen
Doh, I should've done some more research before sending a report, oh well! I looked through the cvs, and found that this statement was removed in osd.py version 1.130: --- osd_cvs.py 2004-02-03 02:18:59.0 +0100 +++ osd.py 2004-02-03 02:18:26.0 +0100 @@ -503,6 +503,9 @@

[Freevo-devel] Weird bug

2004-02-02 Thread Viggo Fredriksen
Crash! Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/main.py", line 429, in ? event, event_repeat_count = rc_object.poll() File "/usr/lib/python2.3/site-packages/freevo/util/misc.py", line 517, in __call__ return self.__method(self.__obj, *args, **kwa

Re: [Freevo-devel] Mythtv as tv plugin - need some guidance

2004-02-02 Thread Michael Ruelle
the -qws is an arg to mythtv so you would have to consult there docs for that. Mike On Mon, 2004-02-02 at 16:12, Robert Rozman wrote: > Hi, > > yes I did all that. If I omit -qws Mythtv gets started, but when I get out > of mythtv nothing happens. > Pretty similar to your plugin for mozilla, Mik

[Freevo-devel] the "missing" selector problem

2004-02-02 Thread Aubin Paul
I've spent the past few minutes trying to track down source of the invisible text in the tv guide, and while I have figured out one thing, there is another issue which is even more confusing. First, the problem is that the shadowed font 'tv selected' doesn't fit in the boxes for whatever reason...

[Freevo-cvslog] freevo/src/skins/main main.py,1.36,1.37

2004-02-02 Thread outlyer
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15672 Modified Files: main.py Log Message: This probably isn't neccessary to show every startup. Index: main.py === RCS f

[Freevo-cvslog] freevo/src/tv/plugins irsend_generic.py,1.2,1.3

2004-02-02 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11336 Modified Files: irsend_generic.py Log Message: For most cable boxes/satellite boxes, just punching in the channel isn't enough, you typically have to press 'enter' or 'select' after

[Freevo-cvslog] freevo/src/video __init__.py,1.25,1.26

2004-02-02 Thread outlyer
Update of /cvsroot/freevo/freevo/src/video In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5273 Modified Files: __init__.py Log Message: Support for mirrors of DVDs... (1) Make one using vobcopy, run 'vobcopy -m' (2) Put it in your movie directory and it'll look like a single file

[Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.59,1.60 xine.py,1.36,1.37

2004-02-02 Thread outlyer
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5273/plugins Modified Files: mplayer.py xine.py Log Message: Support for mirrors of DVDs... (1) Make one using vobcopy, run 'vobcopy -m' (2) Put it in your movie directory and it'll

Re: [Freevo-devel] Mythtv as tv plugin - need some guidance

2004-02-02 Thread Robert Rozman
Hi, yes I did all that. If I omit -qws Mythtv gets started, but when I get out of mythtv nothing happens. Pretty similar to your plugin for mozilla, Mike. What does -qws mean ? In what way would be good to deal with external apps ? Regards, Robert. - Original Message - From: "Michael R

Re: [Freevo-devel] Mythtv as tv plugin - need some guidance

2004-02-02 Thread Michael Ruelle
Did you do the following: 1) stop freevo 2) copy the file to freevo/src/plugins/mythtv.py 3) put this in local_conf.py: plugin.activate('mythtv', level=45) 4) start freevo this is the normal plugin install procedure. Mike On Mon, 2004-02-02 at 15:23, Robert Rozman wrote: > Hi, > > Wayne gladly

[Freevo-devel] Mythtv as tv plugin - need some guidance

2004-02-02 Thread Robert Rozman
Hi, Wayne gladly sent me plugin to use Mythtv as tv plugin (we probably both like mythtv's pvr features). I've tried it but doesn't work. I don't know much about childapp2 and also couldn't find any more info on this, so I kindly ask Freevo gurus to shed light on this one and if possibly to get i

[Freevo-cvslog] freevo ChangeLog,1.106,1.107

2004-02-02 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10005 Modified Files: ChangeLog Log Message: Index: ChangeLog === RCS file: /cvsroot/freevo/freevo/ChangeLog,v retrieving revision 1.106

Re: [Freevo-devel] Re: DVD images

2004-02-02 Thread Aubin Paul
Well, both xine and mplayer can play this, and it's essentially a DVD so it might not be worthwhile to make a seperate protocol... On Mon, Feb 02, 2004 at 02:49:01PM -0500, Michael Ruelle wrote: > Aubin maybe make it a dvdhd:// url and then tell mplayer to not like it > and xine to prefer it. Ki

[Freevo-devel] latest cvs changes

2004-02-02 Thread Dirk Meyer
Hi, since cvs-log works only some minutes now, here what I did this weekend: speed up! My dir with about 700 images took about 1.9 seconds to display with Freevo 1.4, only 1.2 seconds on Friday. After some updates, it now only needs 0.48 seconds! This includes some bad hacks, but it's working. To

[Freevo-cvslog] freevo/src directory.py,1.108,1.109

2004-02-02 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20437 Modified Files: directory.py Log Message: fixed a crash for tv recorded shows Index: directory.py === RCS file: /cvsroot/freevo

[Freevo-devel] Re: DVD images

2004-02-02 Thread Dirk Meyer
Aubin Paul wrote: > It wasn't too hard to do with that... I did this: > >for i in files: > if os.path.isdir(i): > for m in vfs.listdir(i): > if os.path.basename(m) == 'VIDEO_TS': > # DVD Image >

Re: [Freevo-devel] Re: DVD images

2004-02-02 Thread Michael Ruelle
Aubin maybe make it a dvdhd:// url and then tell mplayer to not like it and xine to prefer it. Kinda like how radio:// is only liked by the radioplayer plugin. That way the radioplayer can just be another audio player that just plays this one type of file. Mike On Mon, 2004-02-02 at 14:36, Aubin

[Freevo-cvslog] freevo/src directory.py,1.107,1.108

2004-02-02 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3582 Modified Files: directory.py Log Message: include overlay in listdir Index: directory.py === RCS file: /cvsroot/freevo/freevo/sr

[Freevo-devel] Re: DVD images

2004-02-02 Thread Aubin Paul
It wasn't too hard to do with that... I did this: for i in files: if os.path.isdir(i): for m in vfs.listdir(i): if os.path.basename(m) == 'VIDEO_TS': # DVD Image x = VideoItem('', None)

[Freevo-devel] Re: DVD images

2004-02-02 Thread Dirk Meyer
Aubin Paul wrote: > I decided to try mirroring some of my DVDs to the hard drive with > vobcopy; it's fairly simple, insert the DVD and type 'vobcopy -m' and > it'll make a 1:1 duplicate of the DVD (sans CSS) for playback. > > To play it with xine, it's fairly straightforward too; > > fbxine [...]

[Freevo-wikilog] [Freevo Wiki] Update of "RecordingInfo"

2004-02-02 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification. The following page has been changed by 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo -

[Freevo-wikilog] [Freevo Wiki] Update of "RecordingInfo"

2004-02-02 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification. The following page has been changed by 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo -

[Freevo-wikilog] [Freevo Wiki] Update of "RecordingInfo"

2004-02-02 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification. The following page has been changed by 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo -

[Freevo-devel] DVD images

2004-02-02 Thread Aubin Paul
I decided to try mirroring some of my DVDs to the hard drive with vobcopy; it's fairly simple, insert the DVD and type 'vobcopy -m' and it'll make a 1:1 duplicate of the DVD (sans CSS) for playback. To play it with xine, it's fairly straightforward too; fbxine [...] dvd://path/to/VIDEO_TS/ and

[Freevo-devel] Re: Detach player in idlebar disapearing

2004-02-02 Thread Dirk Meyer
"Jan Grewe" wrote: > Hi all, > I had the music player detached and it docked into the idlebar, but after > viewing some photos via "images" it has disappeared . no error in log I noticed the same yesterday. It seems to be a problem when a new song starts and the menu is not shown. I didn't wrote t

[Freevo-devel] Detach player in idlebar disapearing

2004-02-02 Thread Jan Grewe
Title: Detach player in idlebar disapearing Hi all, I had the music player detached and it docked into the idlebar, but after viewing some photos via "images" it has disappeared … no error in log /jan