Re: [Freevo-devel] support for DOS relative paths in playlists

2003-02-25 Thread Matthieu Weber
On Tue 25.02.2003 at 09:53:15PM -0600, Krister Lagerstrom wrote: > Luigi Capriotti wrote: > > Hi buddies, > > > > I thought you might be interested in merging the following patch to the > > official version. > > > > I'm quite new to freevo, and had a number of previous m3u playlists made in > >

Re: [Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Matthieu Weber
On Tue 25.02.2003 at 05:52:25PM +0100, Thomas Schueppel wrote: > > Wouldn't it be easier (not more efficient, just easier) to use mplayer > > for reading info from whatever file format? > > I do not specifically exclude that option. However mplayer > does not read avi info tags. It doe

[Freevo-devel] Another Tv Viewing problem...

2003-02-25 Thread Alan Murrell
Hello, Some of you may recall that I posted previously regarding "coloured fuzz" when trying to watch TV via Freevo. Well, I think that may have had something to do with leaving something out of the kernel when last compiling it. I have since recompiled, and am now experiencing something a littl

Re: [Freevo-devel] lockfile suggestion

2003-02-25 Thread Aubin Paul
Speaking of alternative encoders; the main reason I'm using mp1e is the v4l2 support which is invaluable for slower machines. Is there a plan to make any changes to the record_daemon to be more "open" I'm thinking that, kind of like how in the format_track() function, we use special variables for

Re: [Freevo-devel] support for DOS relative paths in playlists

2003-02-25 Thread Krister Lagerstrom
Luigi Capriotti wrote: > Hi buddies, > > I thought you might be interested in merging the following patch to the > official version. > > I'm quite new to freevo, and had a number of previous m3u playlists made in > Windows via WinAMP. Those files have relative pathnames inside, i.e. > > Direc

[Freevo-cvslog] freevo/src playlist.py,1.10,1.11

2003-02-25 Thread krister
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv8456/src Modified Files: playlist.py Log Message: Convert MSDOS filenames to unix slashes Index: playlist.py === RCS file: /cvsroot/freevo/freevo/src

Re: [Freevo-devel] lockfile suggestion

2003-02-25 Thread Krister Lagerstrom
Aubin Paul wrote: > Well, the way I did it here works, but is not as exciting or "correct" > as your suggestion; I use mp1e, so I wrapped it in a shell script that > accepts the arguments that you would normally pass to mencoder. The shell > script touches and removes the file, so even though the

Re: [Freevo-devel] lockfile suggestion

2003-02-25 Thread Aubin Paul
Well, the way I did it here works, but is not as exciting or "correct" as your suggestion; I use mp1e, so I wrapped it in a shell script that accepts the arguments that you would normally pass to mencoder. The shell script touches and removes the file, so even though the 'record_daemon' doesn't ma

Re: [Freevo-devel] lockfile suggestion

2003-02-25 Thread Aubin Paul
That's a good point; I didn't even think of that. Aubin On Mon, Feb 24, 2003 at 07:06:05PM -0800, Dave Ladd wrote: > agreed -- we certainly want to know about this before adjusting the mixer > settings. > > :-o > > --- Aubin Paul <[EMAIL PROTECTED]> wrote: > > Hey guys, > > > > I had a thoug

[Freevo-cvslog] freevo/src/www rec_interface.py,1.3,1.4

2003-02-25 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www In directory sc8-pr-cvs1:/tmp/cvs-serv22627 Modified Files: rec_interface.py Log Message: Reduced the minimum amount of time to record for just in case the user is okay with recording for under a minute. Index: rec_interface.py ==

[Freevo-cvslog] freevo/src/www/htdocs manualrecord.cgi,1.1,1.2

2003-02-25 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv20282 Modified Files: manualrecord.cgi Log Message: Changed the way MINCRONPICKUP is used because otherwise it is imposible to start recording 'now'. It now checks against the stop time since rec_inter

Re: [Freevo-devel] Freevo web

2003-02-25 Thread Michael Ruelle
On Tue, 2003-02-25 at 21:07, Rob Shortt wrote: > Michael Ruelle wrote: > > On another note. I am thinking about the install instructions. Might it > > make sense to provide a sample apache.conf file similar to what > > squirrelmail and other web apps in debian do? they make a directory > > /etc/fre

Re: [Freevo-devel] Freevo web

2003-02-25 Thread Rob Shortt
Michael Ruelle wrote: On another note. I am thinking about the install instructions. Might it make sense to provide a sample apache.conf file similar to what squirrelmail and other web apps in debian do? they make a directory /etc/freevo and then put a file apache.conf in it. They then append an In

[Freevo-devel] Freevo web

2003-02-25 Thread Michael Ruelle
On another note. I am thinking about the install instructions. Might it make sense to provide a sample apache.conf file similar to what squirrelmail and other web apps in debian do? they make a directory /etc/freevo and then put a file apache.conf in it. They then append an Include directive to inc

[Freevo-cvslog] freevo/src/www html_util.py,1.3,1.4

2003-02-25 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www In directory sc8-pr-cvs1:/tmp/cvs-serv11355 Modified Files: html_util.py Log Message: Added manualrecord.cgi to the links. We may soon need to think of a better layout for the links as the interface grows. Index: html_util.py ==

Re: [Freevo-devel] mplayer can't open cdda device

2003-02-25 Thread Krister Lagerstrom
Dave Ladd wrote: > I played around with the -cdda options to mplayer, too. no joy. > > strangely, after a reboot, playing the CD worked. > > I was expexting it to play, since the detection/CDDB part worked, but mplayer > was unwilling to play it. CDBB/detection is separate from mplayer.

Re: [Freevo-devel] [PATCH] Display of track numbers

2003-02-25 Thread Krister Lagerstrom
Matthieu Weber wrote: > On Mon 24.02.2003 at 05:34:58PM -0600, Krister Lagerstrom wrote: > >>Matthieu Weber wrote: >> >>>On Sun 23.02.2003 at 09:38:07PM -0600, Krister Lagerstrom wrote: >>> It would be nice if there could be settings in freevo_config.py for the following things: 1

[Freevo-cvslog] freevo/src/www/htdocs record.cgi,1.2,1.3

2003-02-25 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv7853 Modified Files: record.cgi Log Message: Fixed a bug where it was often impossible to remove a manually scheduled recording. Index: record.cgi ==

Re: [Freevo-devel] manual record script for freevo web

2003-02-25 Thread Rob Shortt
Michael Ruelle wrote: no problem glad to give back. Thanks, committed. Also I am still having the problem I mentioned in the last email. Not sure if you want to address it or should I muddle and see what I can come up with? I found the problem and am working on a fix. The cgi uses the findProg f

[Freevo-cvslog] freevo/src/www/htdocs manualrecord.cgi,NONE,1.1

2003-02-25 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv23090 Added Files: manualrecord.cgi Log Message: A new CGI by Michael Ruelle which allows the user to arbitrarily record something. --- NEW FILE: manualrecord.cgi --- #!/usr/bin/python #if 0 /* #

Re: [Freevo-devel] Re: Proposal for new skin code

2003-02-25 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > > Take a look at skin dischi1. It's only blue1_big right now, no > view/info/title area, but the other stuff is working. Take a look at > the xml file and play with it. You could define a selection box > _under_ the item, or a box half has hight as

[Freevo-devel] strace with framebuffer/mga_vid?

2003-02-25 Thread Niklas Brunlid
Could someone with a working 1.3.1 or 1.3.2 freevo running on a framebuffer/mga_vid (no x11) send me the log file from strace -F -f -olog.txt freevo when just starting freevo and selecting "shutdown" right away? Extra points if you run on a G200 on slackware :) Sorry for repeating this, but I've

Re: [Freevo-devel] manual record script for freevo web

2003-02-25 Thread Michael Ruelle
Rob, see below. On Tue, 2003-02-25 at 18:52, Rob Shortt wrote: > Michael Ruelle wrote: > > ok updated for a better smarter layout. Broken into a sub table to align > > things. Then the defaults to current time and then if you change start > > values it changes the stop values to match. > > Great

Re: [Freevo-devel] manual record script for freevo web

2003-02-25 Thread Rob Shortt
Michael Ruelle wrote: ok updated for a better smarter layout. Broken into a sub table to align things. Then the defaults to current time and then if you change start values it changes the stop values to match. Great work, thanks! Also there are two variables I put in which we might want in a more

[Freevo-devel] Re: Proposal for new skin code

2003-02-25 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: > I still vote for names, cleaner. We will see if it is necessary. >> I already implemented yet. All coordinates are relative. You can't >> draw outside the area. If the content has x=5 and the area is x=20, >> the skin will draw on x=25. I also have max for the ma

[Freevo-cvslog] freevo/skins/dischi1 area.py,1.1,1.2 listing.py,1.1,1.2 xml_skin.py,1.10,1.11

2003-02-25 Thread dischi
Update of /cvsroot/freevo/freevo/skins/dischi1 In directory sc8-pr-cvs1:/tmp/cvs-serv28284 Modified Files: area.py listing.py xml_skin.py Log Message: changed max usage Index: area.py === RCS file: /cvsroot/freevo/freevo/ski

Re: [Freevo-devel] Re: Proposal for new skin code

2003-02-25 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > Gustavo Sverzut Barbieri wrote: > > --- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > > I disagree. Images must have names. Even we can use that names as > > layers, I mean, if you want the "my_background" to be displayed > before > > "background_icon

[Freevo-cvslog] freevo/skins/dischi1 area.py,NONE,1.1 listing.py,NONE,1.1 blue1_big.xml,1.1,1.2 skin_dischi1.py,1.18,1.19 xml_skin.py,1.9,1.10

2003-02-25 Thread dischi
Update of /cvsroot/freevo/freevo/skins/dischi1 In directory sc8-pr-cvs1:/tmp/cvs-serv14579 Modified Files: blue1_big.xml skin_dischi1.py xml_skin.py Added Files: area.py listing.py Log Message: New version of the new skin. It still looks the same (except that icons are working no

Re: [Freevo-devel] manual record script for freevo web

2003-02-25 Thread Michael Ruelle
Rob, ok updated for a better smarter layout. Broken into a sub table to align things. Then the defaults to current time and then if you change start values it changes the stop values to match. Also there are two variables I put in which we might want in a more global config. One is for the max day

Re: [Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Thomas Schueppel
> Wouldn't it be easier (not more efficient, just easier) to use mplayer > for reading info from whatever file format? I do not specifically exclude that option. However mplayer does not read avi info tags. It does not read exif, iptc and other tags from images and it start

[Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Dirk Meyer
Thomas Schueppel wrote: > I just wrote a python script to extract all this info from an > avi. Nice. > However I cannot yet write them. This will require some > more work but it should not be impossible to do. even nicer... > The AVI parsing will be part of a lar

Re: [Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Thomas Schueppel
> Thomas Schueppel wrote: > > On Tue, 25 Feb 2003, Dirk Meyer wrote: > > > >> Thomas Schueppel wrote: > >> > hi, > >> > >> Hi > >> > >> > working on my AVI-Info-Extractor, I came across this. > >> > >> You came across what? > > > > Sorry. Forgot the link: > > http://kibus1.narod.ru/frames_

Re: [Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Matthieu Weber
On Tue 25.02.2003 at 03:48:09PM +0100, Dirk Meyer wrote: > Thomas Schueppel wrote: > > On Tue, 25 Feb 2003, Dirk Meyer wrote: > > > >> Thomas Schueppel wrote: > >> > hi, > >> > >> Hi > >> > >> > working on my AVI-Info-Extractor, I came across this. > >> > >> You came across what? > > > > Sorry.

[Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Dirk Meyer
Thomas Schueppel wrote: > On Tue, 25 Feb 2003, Dirk Meyer wrote: > >> Thomas Schueppel wrote: >> > hi, >> >> Hi >> >> > working on my AVI-Info-Extractor, I came across this. >> >> You came across what? > > Sorry. Forgot the link: > http://kibus1.narod.ru/frames_eng.htm?sof/abcavi/infota

Re: [Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Thomas Schueppel
On Tue, 25 Feb 2003, Dirk Meyer wrote: > Thomas Schueppel wrote: > > hi, > > Hi > > > working on my AVI-Info-Extractor, I came across this. > > You came across what? Sorry. Forgot the link: http://kibus1.narod.ru/frames_eng.htm?sof/abcavi/infotags.htm l8r...

[Freevo-devel] support for DOS relative paths in playlists

2003-02-25 Thread Luigi Capriotti
Hi buddies, I thought you might be interested in merging the following patch to the official version. I'm quite new to freevo, and had a number of previous m3u playlists made in Windows via WinAMP. Those files have relative pathnames inside, i.e. DirectoryName\FileName1.mp3 DirectoryName\File

[Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Dirk Meyer
Thomas Schueppel wrote: > hi, Hi > working on my AVI-Info-Extractor, I came across this. You came across what? Dischi -- "AOL for Dummies" is kind of redundant, don't you think? --- This sf.net email is sponsored by:ThinkGeek Welcome to g

[Freevo-devel] Movie Metadata

2003-02-25 Thread Thomas Schueppel
hi, working on my AVI-Info-Extractor, I came across this. It looks like a quite complete 'semi-standard' for embedding infos about movies. Perhaps we can integrate the same set of metadata into freevo so we can read these tags from avis. I mu

[Freevo-devel] Re: Proposal for new skin code

2003-02-25 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: > --- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > I disagree. Images must have names. Even we can use that names as > layers, I mean, if you want the "my_background" to be displayed before > "background_icon", you can do some kind of sort, like alphabetic. So u > na

Re: [Freevo-devel] [PATCH] Display of track numbers

2003-02-25 Thread Matthieu Weber
On Mon 24.02.2003 at 05:34:58PM -0600, Krister Lagerstrom wrote: > Matthieu Weber wrote: > > On Sun 23.02.2003 at 09:38:07PM -0600, Krister Lagerstrom wrote: > >>It would be nice if there could be settings in freevo_config.py for the > >>following things: > >> > >>1) Disc name (e.g. album / artist)