[Freevo-devel] Website

2004-01-14 Thread Aubin Paul
Ok, I'm not sure why, but I just redid a significant chunk of the website design. The basic structure is similar, but almost all of the presentation has been moved to CSS and the code has been updated to HTML 4.01 Strict... there are probably some minor HTML-compliance erros on other pages than

[Freevo-cvslog] website freevo.css,1.12,1.13

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv1167 Modified Files: freevo.css Log Message: Fixed whitespace around tables... finally. agh. Index: freevo.css === RCS file:

[Freevo-cvslog] website template_main.html,1.14,1.15

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv1476 Modified Files: template_main.html Log Message: Remove anchors from News/About Index: template_main.html === RCS file:

[Freevo-devel] Re: skin guideline, please comment

2004-01-14 Thread Dirk Meyer
Aubin Paul wrote: Uhm... blurr2 inherits info, not blue... Yes and no. You inherited from info, but didn't use anything from it. But nevertheless, info inherits from blue and so your skin needed a small change. Right now I made your skin inherit from basic because info wasn't needed and it will

[Freevo-devel] [PLUGIN] New version of the mailreader

2004-01-14 Thread Viggo Fredriksen
Hi! I've been getting some good bugreports, and I _hope_ most of the stupid errors will be gone by now. The new release has some new features. + New background thread for fetching mails + New daemonplugin for managing connections + New idlebarplugin for showing new mails + OSD_MESSAGE event when

[Freevo-devel] Re: skin guideline, please comment

2004-01-14 Thread Aubin Paul
It seems to work fine now... when I was first working on it, I tried removing the info reference and it exploded, but the changes that you and I have made over the past few days seem to remove the dependence. Aubin On Wed, Jan 14, 2004 at 10:27:38AM +0100, Dirk Meyer wrote: Aubin Paul wrote:

[Freevo-devel] Re: skin guideline, please comment

2004-01-14 Thread Dirk Meyer
Aubin Paul wrote: It seems to work fine now... when I was first working on it, I tried removing the info reference and it exploded, but the changes that you and I have made over the past few days seem to remove the dependence. Good to know. Now I promise I won't touch your skin until it's

[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.11,1.12

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv15424 Modified Files: blurr2.fxd Log Message: Put the border around album covers back in. Index: blurr2.fxd === RCS file:

[Freevo-cvslog] freevo/Docs CREDITS,1.24,1.25

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/Docs In directory sc8-pr-cvs1:/tmp/cvs-serv30179 Modified Files: CREDITS Log Message: update email Index: CREDITS === RCS file: /cvsroot/freevo/freevo/Docs/CREDITS,v retrieving revision 1.24

[Freevo-devel] Re: help!

2004-01-14 Thread Dirk Meyer
Aubin Paul wrote: Ok, I'm now on the Audio section of my skin, and I've been thinking it would be nice for both directories and playlists to have the property length, artist, album, year for audio stuff at least. What this means, basically, is that playlists will have a variable like this:

Re: [Freevo-devel] help!

2004-01-14 Thread Joakim Berglund
Ok, I'm now on the Audio section of my skin, and I've been thinking it would be nice for both directories and playlists to have the property length, artist, album, year for audio stuff at least. However, the problem I'm running in to is that neither playlist nor directory seem to know about

Re: [Freevo-devel] Website

2004-01-14 Thread den_RDC
Very very smooth. Renders perfectly in Konqueror 3.1.4 and Opera 7.23 too. If someone could integrate the wiki in the main website design it would be perfect :) Mvg den_RDC On Wednesday 14 January 2004 08:01, Aubin Paul wrote: Ok, I'm not sure why, but I just redid a significant chunk of the

Re: [Freevo-devel] Website

2004-01-14 Thread Rob Shortt
Does anyone mind if I change this page: http://freevo.sourceforge.net/authors.html to be more like: http://cvs.sourceforge.net/viewcvs.py/*checkout*/freevo/freevo/Docs/CREDITS?rev=HEAD And remove the link? I realize that I'm not even on the authors page and I've been a core dev for a year

[Freevo-devel] Re: [Freevo-devel]

2004-01-14 Thread Aubin Paul
What do you have in mind? Personally, I'd prefer not to have our email addresses on the website for spam reasons... but converting this from the CREDITS format to HTML would be easy: move '^o*$' to 'li*/li' move '*\n-?' to h2*/h2 Something like that would be convenient. Just make sure the li

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.11,1.12

2004-01-14 Thread Aubin Paul
It seems to be using screen right now... On Wed, Jan 14, 2004 at 04:19:44PM +0100, Dirk Meyer wrote: [EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv15424 Modified Files: blurr2.fxd Log Message: Put the border

[Freevo-devel] Re: [Freevo-devel]

2004-01-14 Thread Aubin Paul
Hi, Thanks... glad you like it... I imagine Konqueror would be the best browser for it, seeing as I did most of the work in Safari on my Mac... :) I don't know if the Wiki is as flexible but I'll see what I can do. Aubin On Wed, Jan 14, 2004 at 09:59:44AM +0100, den_RDC wrote: Very very

[Freevo-devel] Re: help!

2004-01-14 Thread Aubin Paul
On Wed, Jan 14, 2004 at 05:41:59PM +0100, Dirk Meyer wrote: That will be a problem. To have that attribute, you need to check all items in the dir/playlist. E.g. you enter a directory with 10 subdirs, each containing 200 mp3 files, you will need to access 11 mmpython cache files when entering

Re: [Freevo-devel] help!

2004-01-14 Thread Aubin Paul
On Wed, Jan 14, 2004 at 05:50:44PM +0100, Joakim Berglund wrote: The only solution I can think of is an fxd file containing that info in each dir. I thought of that too, but it would be clunky to have FXD files all over the place. But to make it realistic it would be best if it was either

Re: [Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.11,1.12

2004-01-14 Thread Dirk Meyer
Aubin Paul wrote: It seems to be using screen right now... sorry, read my mail again and replace 'screen' and 'screen0' with 'view' and 'view0' Dischi On Wed, Jan 14, 2004 at 04:19:44PM +0100, Dirk Meyer wrote: [EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/share/skins/main

[Freevo-devel] Re: help!

2004-01-14 Thread Dirk Meyer
Joakim Berglund wrote: Ok, I'm now on the Audio section of my skin, and I've been thinking it would be nice for both directories and playlists to have the property length, artist, album, year for audio stuff at least. However, the problem I'm running in to is that neither playlist nor

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv22003 Modified Files: mp3dir.py Log Message: Use more of the built-in Freevo facilities. This is still a proof-of-concept, but seems to accurately pull out the information for a directory. Index:

Re: [Freevo-devel] Website

2004-01-14 Thread Rob Shortt
Aubin Paul wrote: What do you have in mind? Personally, I'd prefer not to have our email addresses on the website for spam reasons... but converting this from the CREDITS format to HTML would be easy: I was just thinking that for most of us core developer is better because to list the things we

[Freevo-devel] Re: help!

2004-01-14 Thread Dirk Meyer
Aubin Paul wrote: On Wed, Jan 14, 2004 at 05:41:59PM +0100, Dirk Meyer wrote: No, since both don't have infos. They only create items which know how to get the info for themself (item.py:Item.set_url). So we need a way to get informations about playlists/directories _without_ scanning all

[Freevo-cvslog] freevo/src/plugins/idlebar __init__.py,1.4,1.5

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins/idlebar In directory sc8-pr-cvs1:/tmp/cvs-serv31020 Modified Files: __init__.py Log Message: use a working font Index: __init__.py === RCS file:

[Freevo-cvslog] freevo/src/games game.py,1.13,1.14 genericitem.py,1.4,1.5 genesisitem.py,1.5,1.6 mameitem.py,1.15,1.16 snesitem.py,1.14,1.15

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/games In directory sc8-pr-cvs1:/tmp/cvs-serv2336 Modified Files: game.py genericitem.py genesisitem.py mameitem.py snesitem.py Log Message: . Index: game.py === RCS file:

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.2,1.3

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv2726 Modified Files: mp3dir.py Log Message: write result to fxd -- again proof of concept, still ugly (the global stuff) Index: mp3dir.py ===

Re: [Freevo-devel] Website

2004-01-14 Thread Aubin Paul
On Wed, Jan 14, 2004 at 01:45:00PM -0400, Rob Shortt wrote: I was just thinking that for most of us core developer is better because to list the things we contribure takes maintenance because what we do is always changing and growing. I agree that it might not be a gret idea to have our

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.28,1.29

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv4218 Modified Files: tvtime.py Log Message: suppress debug always showing Index: tvtime.py === RCS file:

[Freevo-cvslog] freevo/src/util fxdparser.py,1.7,1.8

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv4890 Modified Files: fxdparser.py Log Message: add new helper function Index: fxdparser.py === RCS file:

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.3,1.4

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv4980 Modified Files: mp3dir.py Log Message: small fixes Index: mp3dir.py === RCS file: /cvsroot/freevo/freevo/WIP/Aubin/mp3dir.py,v retrieving

Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-14 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv22003 Modified Files: mp3dir.py Log Message: Use more of the built-in Freevo facilities. This is still a proof-of-concept, but seems to accurately pull out the information for a

[Freevo-cvslog] freevo/src/util fxdparser.py,1.9,1.10

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv6484 Modified Files: fxdparser.py Log Message: = is better Index: fxdparser.py === RCS file: /cvsroot/freevo/freevo/src/util/fxdparser.py,v

Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-14 Thread Aubin Paul
Would it be possible to have the code write the FXD to the vfs only? Also, would it be possible to put the embedded id3 image in there? I wrote some code to pull out album covers manually, from mmpython.audio import eyeD3 import sys for i in sys.argv[1:]: id3 = eyeD3.Mp3AudioFile( i )

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.4,1.5

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv8803 Modified Files: mp3dir.py Log Message: Added function for extracting cover image from id3v2 files... not hooked to anything yet. Index: mp3dir.py

[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.12,1.13

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv9555 Modified Files: blurr2.fxd Log Message: 's/view0/view/g' Index: blurr2.fxd === RCS file:

Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-14 Thread Dirk Meyer
Aubin Paul wrote: Would it be possible to have the code write the FXD to the vfs only? Sure: check if folder.fxd is in current dir, take it than. If not use vfs.getoverlay to get the correct name. But please make it possible to switch this on/off. Also, would it be possible to put the embedded

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.5,1.6

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv13453 Modified Files: mp3dir.py Log Message: Modifed to deal with the image in raw form, rather then letting eyeD3 write the image out... this has the advantage of letting us use vfs.open() later on.

Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-14 Thread Aubin Paul
On Wed, Jan 14, 2004 at 08:03:13PM +0100, Dirk Meyer wrote: Also, would it be possible to put the embedded id3 image in there? put it as folder.png in the dir or overlaydir. Seems easy enough, except for the case where different files have different images. Of course, we could just save

[Freevo-cvslog] website content_about.html,1.9,1.10 content_developers.html,1.5,1.6 content_hardware.html,1.4,1.5 content_install.html,1.19,1.20 content_links.html,1.9,1.10 news.txt,1.39,1.40

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv18628 Modified Files: content_about.html content_developers.html content_hardware.html content_install.html content_links.html news.txt Log Message: Fix some of the content which wasn't inside 'p/p'

[Freevo-cvslog] website/images freevo_hw.gif,1.1,1.2

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website/images In directory sc8-pr-cvs1:/tmp/cvs-serv20495 Modified Files: freevo_hw.gif Log Message: Small size change to make the site viewable in narrow browsers. Index: freevo_hw.gif === RCS

[Freevo-cvslog] website/images/web - New directory

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website/images/web In directory sc8-pr-cvs1:/tmp/cvs-serv20864/web Log Message: Directory /cvsroot/freevo/website/images/web added to the repository --- This SF.net email is sponsored by: Perforce Software.

[Freevo-cvslog] website/images/web freevoweb_ss320.jpg,NONE,1.1 freevoweb_ss640.jpg,NONE,1.1

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website/images/web In directory sc8-pr-cvs1:/tmp/cvs-serv20981 Added Files: freevoweb_ss320.jpg freevoweb_ss640.jpg Log Message: I moved the web shots here so as not to confuse the gen_ss.py script. --- NEW FILE: freevoweb_ss320.jpg --- (This appears to be a

[Freevo-cvslog] website .cvsignore,1.2,1.3

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv21538 Modified Files: .cvsignore Log Message: Added some autogenerated files which shouldn't be in CVS Index: .cvsignore === RCS file:

[Freevo-cvslog] website content_authors.html,1.5,1.6

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv23288 Modified Files: content_authors.html Log Message: Added Rob, Michael and Thomas to the maintainers list... sorry I can't believe this wasn't in there! Index: content_authors.html

[Freevo-cvslog] website content_authors.html,1.6,1.7

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv24242 Modified Files: content_authors.html Log Message: Added contributers and a general thank you message. Index: content_authors.html === RCS file:

[Freevo-cvslog] website content_authors.html,1.7,1.8

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv24357 Modified Files: content_authors.html Log Message: emphasize the thanks. Index: content_authors.html === RCS file:

[Freevo-devel] Re: [Freevo-cvslog] website content_authors.html,1.5,1.6

2004-01-14 Thread Aubin Paul
Rob, I've updated the list since I was in the middle of fixing some other stuff anyway and it only took a moment. Let me know if this is closer to what you had in mind, and if you need anything else added. Aubin On Wed, Jan 14, 2004 at 12:08:35PM -0800, [EMAIL PROTECTED] wrote: Update of

[Freevo-cvslog] website content_authors.html,1.8,1.9

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv31731 Modified Files: content_authors.html Log Message: Cut and Pasted wrong. Index: content_authors.html === RCS file:

[Freevo-devel] Re: [Freevo-cvslog] website content_authors.html,1.5,1.6

2004-01-14 Thread Dirk Meyer
Rob Shortt wrote: Cool, thanks. I think you botched a copy / paste job ;) since Thomas Malt is in core maintainers twice (which he is no longer anyways afaik) and Thomas Schueppel isn't. Looks like the list needs an update. Dischi -- In a world of freedom, why do some people use windows

[Freevo-cvslog] website content_authors.html,1.9,1.10

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv31846 Modified Files: content_authors.html Log Message: Another cut/paste botch fixed. Index: content_authors.html === RCS file:

Re: [Freevo-devel] Re: [Freevo-cvslog] website content_authors.html,1.5,1.

2004-01-14 Thread Aubin Paul
Whoops... I think it should be ok now. On Wed, Jan 14, 2004 at 04:21:02PM -0400, Rob Shortt wrote: Cool, thanks. I think you botched a copy / paste job ;) since Thomas Malt is in core maintainers twice (which he is no longer anyways afaik) and Thomas Schueppel isn't. -Rob Aubin

[Freevo-cvslog] freevo/src/audio/plugins xine.py,1.13,1.14 mplayer.py,1.32,1.33

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv506 Modified Files: xine.py mplayer.py Log Message: they guys do not play radio Index: xine.py === RCS file:

[Freevo-cvslog] freevo/src/audio/plugins radio.py,1.5,1.6

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv630 Modified Files: radio.py Log Message: add url for preffered player stuff. Index: radio.py === RCS file:

[Freevo-cvslog] freevo/src/audio/plugins radioplayer.py,1.6,1.7

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv828 Modified Files: radioplayer.py Log Message: it's still broken. help dischi. Index: radioplayer.py === RCS file:

[Freevo-cvslog] freevo/src/audio/plugins radioplayer.py,1.7,1.8

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv4939 Modified Files: radioplayer.py Log Message: umm that's a little bit better Index: radioplayer.py === RCS file:

[Freevo-cvslog] freevo/src/audio/plugins radio.py,1.6,1.7

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv8677 Modified Files: radio.py Log Message: makes detach audio work. Index: radio.py === RCS file:

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.6,1.7

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv10633 Modified Files: mp3dir.py Log Message: make it a nice recursive object Index: mp3dir.py === RCS file:

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

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv12023 Modified Files: fxdparser.py Log Message: fix writing Index: fxdparser.py === RCS file: /cvsroot/freevo/freevo/src/util/fxdparser.py,v

[Freevo-cvslog] freevo/src/skins/main info_area.py,1.12,1.13

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv18377 Modified Files: info_area.py Log Message: add ==, != and string support to exp Index: info_area.py === RCS file:

[Freevo-cvslog] freevo/share/skins/main info.fxd,1.10,1.11

2004-01-14 Thread dischi
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv18455 Modified Files: info.fxd Log Message: add audio dir info Index: info.fxd === RCS file:

Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-14 Thread Dirk Meyer
Hi, make a fresh checkout, start the helper with a dir. All subdir folder.fxd will be created. Try info.fxd or noia.fxd and take a look at your mp3 folders. Dischi -- A man generally has two reasons for doing a thing. One that sounds good, and a real one.

[Freevo-cvslog] freevo/src/www/htdocs/styles main.css,1.7,1.8

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src/www/htdocs/styles In directory sc8-pr-cvs1:/tmp/cvs-serv8387/styles Modified Files: main.css Log Message: Copied over the CSS-based header from the new website; the old one was using tables for something that could be more easily accomplished with

[Freevo-cvslog] freevo/src/www web_types.py,1.17,1.18

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src/www In directory sc8-pr-cvs1:/tmp/cvs-serv8998 Modified Files: web_types.py Log Message: The new header code... Index: web_types.py === RCS file:

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.7,1.8

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv25345 Modified Files: mp3dir.py Log Message: Added 'year' support Index: mp3dir.py === RCS file: /cvsroot/freevo/freevo/WIP/Aubin/mp3dir.py,v

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.8,1.9

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv26259 Modified Files: mp3dir.py Log Message: Allow multiple paths: For example: freevo mp3dir /media/Music/Alkaline\ Trio/* will add all the subdirectories of that path (though not recursively, it's just

[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.13,1.14

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv27550 Modified Files: blurr2.fxd Log Message: Support the new audio info properties; looks a little like the video menu, but the box is vertical now. Screenshots to follow, but issues: o Only shows

Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-14 Thread Aubin Paul
I'd probably do something like this: (pseudo) if md5(image) in tag != md5(file): write image using filename else: continue Aubin On Wed, Jan 14, 2004 at 09:31:11PM +0100, Dirk Meyer wrote: Aubin Paul wrote: On Wed, Jan 14, 2004 at 08:03:13PM +0100, Dirk Meyer wrote: Also, would it

[Freevo-devel] Player GUI elapsed time problems

2004-01-14 Thread Michael Ruelle
I have been having some issues doing elapsed time in two plugins but both having a very similar issue. Basically as it works now the playergui depends on having a childapp program that spits out time in one of the callbacks and then we can set the right item attributes from their. This is a

[Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.1,1.2

2004-01-14 Thread Aubin Paul
It works nicely and I've already integrated it into my skin. On Wed, Jan 14, 2004 at 10:34:02PM +0100, Dirk Meyer wrote: Hi, make a fresh checkout, start the helper with a dir. All subdir folder.fxd will be created. Try info.fxd or noia.fxd and take a look at your mp3 folders. Dischi

Re: [Freevo-devel] Website

2004-01-14 Thread Mick
I'm using mozilla firebird 0.7. On Wed, 2004-01-14 at 15:01, Aubin Paul wrote: Ok, I'm not sure why, but I just redid a significant chunk of the website design. The basic structure is similar, but almost all of the presentation has been moved to CSS and the code has been updated to HTML 4.01

[Freevo-cvslog] freevo/src event.py,1.34,1.35 playlist.py,1.55,1.56

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv17602/src Modified Files: event.py playlist.py Log Message: An audio event which passed along the filename of files which have completed playing normally. This is the foundation for something which will end up in

[Freevo-cvslog] freevo/WIP/RobShortt aim.py,NONE,1.1

2004-01-14 Thread rshortt
Update of /cvsroot/freevo/freevo/WIP/RobShortt In directory sc8-pr-cvs1:/tmp/cvs-serv26672 Added Files: aim.py Log Message: TADA! Ok, so call me crazy. We could do some cool things with this, ideas are welcome. --- NEW FILE: aim.py --- #if 0 /* #

[Freevo-cvslog] freevo/WIP/Aubin logger.py,NONE,1.1 sqlmusic_view.py,1.1,1.2 player.py,1.4,NONE

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv28429 Modified Files: sqlmusic_view.py Added Files: logger.py Removed Files: player.py Log Message: The resurrection of the old sqlite stuff. 1. logger (used with 'audio.logger') watches

Re: [Freevo-devel] Website

2004-01-14 Thread Aubin Paul
On Thu, Jan 15, 2004 at 08:25:38AM +0800, Mick wrote: I'm using mozilla firebird 0.7. Anyone know how to take a screenshot from mozilla/gnome?? I'd like for you to see what I mean.. I'm only running Windows and Mac OS X here, so a screenshot might help. I'm sure I could adjust the default

Re: [Freevo-devel] Website

2004-01-14 Thread Mick
On Thu, 2004-01-15 at 09:49, Aubin Paul wrote: On Thu, Jan 15, 2004 at 08:25:38AM +0800, Mick wrote: I'm using mozilla firebird 0.7. Anyone know how to take a screenshot from mozilla/gnome?? I'd like for you to see what I mean.. I'm only running Windows and Mac OS X here, so a

[Freevo-cvslog] freevo/WIP/Aubin smartimage.py,NONE,1.1

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv2802 Added Files: smartimage.py Log Message: This doesn't actually depend on anything other than mmpython, but should be a good enough example of how to extract images without wasting space or overwriting

Re: [Freevo-devel] Website

2004-01-14 Thread Aubin Paul
They're using an embedded stylesheet which is fine I guess, but the main difference is they're using point sizes, which as I said was kind of inappropriate for a website, since it varies based on the output. I can try and use relative font sizes instead (like small, x-small, etc.) and see if

[Freevo-devel] VFS question

2004-01-14 Thread Aubin Paul
Looks like we've made a lot of great progress in the past few days, but my next question is whether it would be ok to set up some sort of config option for the audio and video dirs. I would prefer to keep all Freevo metadata in the overlay and put none of it into my filesystem, but I don't want

[Freevo-cvslog] freevo/src/util fxdparser.py,1.11,1.12

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv24096 Modified Files: fxdparser.py Log Message: Check for the filename before trying to read it... without it, I couldn't use fxd files which were only in my overlay, but not in the path. Index:

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.9,1.10

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv30797 Modified Files: mp3dir.py Log Message: Merged in extract image; pass it a directory and it will cache all the information via the vfs; either in the directory or in the overlay. Index: mp3dir.py

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.10,1.11

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv3485 Modified Files: mp3dir.py Log Message: Automatically process your music folders, just run: 'freevo mp3dir' Index: mp3dir.py === RCS

[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.14,1.15

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv6771/share/skins/main Modified Files: blurr2.fxd Log Message: Small changes for the audio features. Index: blurr2.fxd === RCS file:

[Freevo-cvslog] freevo/WIP/Aubin mp3dir.py,1.11,1.12

2004-01-14 Thread outlyer
Update of /cvsroot/freevo/freevo/WIP/Aubin In directory sc8-pr-cvs1:/tmp/cvs-serv6869 Modified Files: mp3dir.py Log Message: Allow manual paths. Index: mp3dir.py === RCS file: /cvsroot/freevo/freevo/WIP/Aubin/mp3dir.py,v