[Freevo-devel] Re: Double everything! was;SV: double songs all of a sudden ;)

2004-02-04 Thread Dirk Meyer
Peter Svensson wrote: OK, movies, mp3 and games all come up double. I tried to do rm -rf /var/cache/freevo, which didn't help. I then tried to rm mmpython.cache and freevo.cache in a specific directory, restarted freevo, but **still double of everything** I then tried to do another rebuild,

[Freevo-devel] Re: Double everything! was;SV: double songs a ll of a sudden ;)

2004-02-04 Thread Dirk Meyer
Peter Svensson wrote: Hmm.. it looks allright, to my limited understanding. There are three places where vfs.listdir is used; --- two in def build(self, arg=None, menuw=None): --- files = vfs.listdir(self.dir, include_overlay=True) I mean this one. This one builds the item based on

SV: [Freevo-devel] Re: Double everything! was;SV: double songs a ll of a sudden ;)

2004-02-04 Thread Peter Svensson
OK. Here's the output when I go into my '24' movies folder; --- ['/media/movies/24/24 1x08.mpg', '/media/movies/24/24.s01e10.avi', '/media/movies/24/24 - Episode 11 (1000 - 1100).mpg', '/media/movies/24/24.s01e11.vcd-FEVER.mpg', '/media/movies/24/24.s01e12.vcd-FEVER.mpg',

[Freevo-devel] Re: Double everything! was;SV: double songs a ll of a sudden ;)

2004-02-04 Thread Dirk Meyer
Peter Svensson wrote: OK. Here's the output when I go into my '24' movies folder; It does list the items twice, but not immediately, but like it's doing the whole list twice ! Strange! That's because of the OVERLAY_DIR. Take a look at src/util/vfs: | def listdir(directory,

SV: [Freevo-devel] Re: Double everything! was;SV: double songs a ll of a sudden ;)

2004-02-04 Thread Peter Svensson
Oh, that must be it! I had problems with a) not understanding OVERLAY_DIR fullt when it got in the cvs and b) see a) .. so .. I sat it to / :) Which worked great until recently. I'll just undefine it (I don't use CD/DVD's) and that'll probably solve it. Sorry for all the trouble. /PS

[Freevo-cvslog] freevo/src/util vfs.py,1.12,1.13

2004-02-04 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29809 Modified Files: vfs.py Log Message: check if directory is not overlay_dir Index: vfs.py === RCS file:

[Freevo-devel] Re: Double everything! was;SV: double songs a ll of a sudden ;)

2004-02-04 Thread Dirk Meyer
Peter Svensson wrote: Oh, that must be it! I had problems with a) not understanding OVERLAY_DIR fullt when it got in the cvs and b) see a) .. so .. I sat it to / :) Which worked great until recently. Maybe I should add a check 'if directory == overlay' to avoid this problem in the future.

SV: [Freevo-devel] Re: Double everything! was;SV: double songs a ll of a sudden ;)

2004-02-04 Thread Peter Svensson
OK, thanks! /PS -Ursprungligt meddelande- Från: Dirk Meyer Till: [EMAIL PROTECTED] Skickat: 2004-02-04 12:56 Ämne: [Freevo-devel] Re: Double everything! was;SV: double songs a ll of a sudden ;) Peter Svensson wrote: Oh, that must be it! I had problems with a) not understanding

[Freevo-devel] Player Window redesign...

2004-02-04 Thread Aubin Paul
I decided I wanted to see something a little different for the player screen in my skin, so I made some changes and I'm hoping to hear what other people think: http://freevo.sourceforge.net/preview/playerrevised.jpg Aubin --- The SF.Net email

SV: [Freevo-devel] Player Window redesign...

2004-02-04 Thread Peter Svensson
Looks good! /PS -Ursprungligt meddelande- Från: Aubin Paul Till: [EMAIL PROTECTED] Skickat: 2004-02-03 21:23 Ämne: [Freevo-devel] Player Window redesign... I decided I wanted to see something a little different for the player screen in my skin, so I made some changes and I'm hoping to

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

2004-02-04 Thread Aubin Paul
Looks like it's been committed, I'll give it a try now... On Tue, Feb 03, 2004 at 09:39:56PM +0100, Dirk Meyer wrote: I just tested it: [EMAIL PROTECTED] wrote: + for i in copy.copy(files): + if os.path.isdir(i+'/VIDEO_TS'): + # DVD Image +

[Freevo-cvslog] freevo/src/tv tvmenu.py,1.12,1.13 channels.py,1.11,1.12

2004-02-04 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25761 Modified Files: tvmenu.py channels.py Log Message: Cleanup and fixup: o Now uses the mplayer OSD to show channel information when changing channels, or you press the 'display' key. o

[Freevo-cvslog] freevo/src/tv/plugins mplayer.py,1.30,1.31

2004-02-04 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25761/plugins Modified Files: mplayer.py Log Message: Cleanup and fixup: o Now uses the mplayer OSD to show channel information when changing channels, or you press the 'display'

[Freevo-cvslog] freevo freevo_config.py,1.314,1.315

2004-02-04 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26009 Modified Files: freevo_config.py Log Message: Need a sensible default for 'ivtv' since the mplayer plugin uses it, and will crash if one is not defined. Index: freevo_config.py

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.314,1.315

2004-02-04 Thread Rob Shortt
Wow, I thought I put that in oops! :) [EMAIL PROTECTED] wrote: Need a sensible default for 'ivtv' since the mplayer plugin uses it, and will crash if one is not defined. Index: freevo_config.py === RCS file:

[Freevo-cvslog] freevo freevo_config.py,1.315,1.316

2004-02-04 Thread rshortt
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv325 Modified Files: freevo_config.py Log Message: Duplicate MPLAYER_ARGS ivtv :P Index: freevo_config.py === RCS file:

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Chris Griffiths
Bold? using color alone might cause problems for people who are color-blind. On the tivo you get an arrow next to it if theres a sub-menu to that option, but this only works as all navigation can be done via up/down/left/right (while rules by the way, you just keep your thumb on the joypad-like

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.314,1.315

2004-02-04 Thread Aubin Paul
Not a big deal :) But it kept crashing because that was missing... On Wed, Feb 04, 2004 at 10:35:26AM -0400, Rob Shortt wrote: Wow, I thought I put that in oops! :) [EMAIL PROTECTED] wrote: Need a sensible default for 'ivtv' since the mplayer plugin uses it, and will crash if one is

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.314,1.315

2004-02-04 Thread Rob Shortt
Aha. I did put it there, you added a duplicate (I just removed it). I noticed when I went to change it from 1024 to 8192 which works better and is recommended by the ivtv folks. Check your local_conf.py, if you override MPLAYER_ARGS you have to re-add all of the keys. -Rob Rob Shortt

[Freevo-devel] Re: Caching issue... kind of small, but...

2004-02-04 Thread Dirk Meyer
Aubin Paul wrote: A small problem I ran into today. I added some more pictures to my Pictures folder, but I didn't run 'freevo cache' and when I was browsing, Freevo crashed with this: Oops, bug in ObjectCache. Strange this error didn't show up before. Dischi -- Computer Science: solving

[Freevo-cvslog] freevo/src osd.py,1.130,1.131

2004-02-04 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20486 Modified Files: osd.py Log Message: fix crash for deactivated osd and fix busy icon redraw Index: osd.py === RCS file:

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Bart Heremans
On Wed, 2004-02-04 at 15:43, Chris Griffiths wrote: Bold? using color alone might cause problems for people who are color-blind. People who are color blind will see the difference when you use two different colors. Maybe they don't know exactly wich colors are used but they will see that

[Freevo-cvslog] freevo/src/skins/main area.py,1.28,1.29 listing_area.py,1.22,1.23 tvlisting_area.py,1.14,1.15 view_area.py,1.4,1.5

2004-02-04 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6390/src/skins/main Modified Files: area.py listing_area.py tvlisting_area.py view_area.py Log Message: Major skin bugfix. The rectange calc was wrong. Before this cahnge you needed to

[Freevo-cvslog] freevo/share/skins/main basic.fxd,1.3,1.4 blue_round1.fxd,1.3,1.4 blurr2.fxd,1.26,1.27 info.fxd,1.11,1.12

2004-02-04 Thread dischi
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6390/share/skins/main Modified Files: basic.fxd blue_round1.fxd blurr2.fxd info.fxd Log Message: Major skin bugfix. The rectange calc was wrong. Before this cahnge you needed to draw

[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/XmlTv

2004-02-04 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 217.5.30.178: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fXmlTv

[Freevo-cvslog] freevo/share/skins/main basic.fxd,1.4,1.5 blue_round1.fxd,1.4,1.5 blurr2.fxd,1.27,1.28 info.fxd,1.12,1.13

2004-02-04 Thread dischi
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15205 Modified Files: basic.fxd blue_round1.fxd blurr2.fxd info.fxd Log Message: revert changes, stupid error Index: basic.fxd

[Freevo-cvslog] freevo/src/skins/main area.py,1.29,1.30

2004-02-04 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15484 Modified Files: area.py Log Message: o revert rectange calculation o remove bad log message Index: area.py === RCS

[Freevo-cvslog] freevo/src/skins/main tvlisting_area.py,1.15,1.16

2004-02-04 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15342 Modified Files: tvlisting_area.py Log Message: o fix item rectange calculation o remove bad log message Index: tvlisting_area.py

Re: [Freevo-devel] Player Window redesign...

2004-02-04 Thread Gustavo Sverzut Barbieri
--- Aubin Paul [EMAIL PROTECTED] escreveu: I decided I wanted to see something a little different for the player screen in my skin, so I made some changes and I'm hoping to hear what other people think: http://freevo.sourceforge.net/preview/playerrevised.jpg I still like the previous one

[Freevo-devel] Re: Player Window redesign...

2004-02-04 Thread Aubin Paul
I thought it came from MythTV or something like that. Dirk Meyer wrote: Aubin Paul wrote: I decided I wanted to see something a little different for the player screen in my skin, so I made some changes and I'm hoping to hear what other people think: Looks good. The old one is also good, but

Re: [Freevo-devel] Player Window redesign...

2004-02-04 Thread Aubin Paul
I thought it worked because it was a full screen player, so changing the frame in that one location doesn't seem too weird. Gustavo Sverzut Barbieri wrote: --- Aubin Paul [EMAIL PROTECTED] escreveu: I decided I wanted to see something a little different for the player screen in my skin, so I

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Aubin Paul
Bold is probably not going to look much different... it's not difficult to do, just change the font definitions, and you're right about the colour, it's not easy to discern low contrast color changes on a low resolution screen. The Tivo idea could work, we could just make a plugin to send

Re: [Freevo-devel] Player Window redesign...

2004-02-04 Thread Gustavo Sverzut Barbieri
It doesn't look that weird, but it breaks the visual. Maybe it's better you keep 2 skins, blurr2 and blurr2-frames... ? (not sure also :( ) Gustavo --- Aubin Paul [EMAIL PROTECTED] escreveu: I thought it worked because it was a full screen player, so changing the frame in that one location

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Chris Griffiths
The tivo menu system is very fast once you get used to it. Pretty all navigation can be done via just the arrow keys / direction pad. right enters a new menu / selects an option (i.e. play movie). When you're done with the movie left will back you out etc, more lefts will back you up the menu

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Chris Griffiths
Here's an animated .gif which shows how tivo indicates if up/down/left/right is appropriate. http://www.tivo.com/i/1.0/1.2_animscreen.gif On Wed, 04 Feb 2004 15:34:26 -0500, Aubin Paul [EMAIL PROTECTED] said: Bold is probably not going to look much different... it's not difficult to do,

[Freevo-cvslog] freevo/src menu.py,1.81,1.82

2004-02-04 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9157/src Modified Files: menu.py Log Message: Changed LEFT/RIGHT behaviour. Now in single column mode it behaves like BACK_ONE_MENU/SELECT and in multi-column mode (2d menus) it goes one item

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Gustavo Sverzut Barbieri
--- Chris Griffiths [EMAIL PROTECTED] escreveu: The tivo menu system is very fast once you get used to it. Pretty all navigation can be done via just the arrow keys / direction pad. right enters a new menu / selects an option (i.e. play movie). When you're done with the movie left will

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Gustavo Sverzut Barbieri
Tivo is really cool. Now (CVS) we support, in single column mode, LEFT to go back and RIGHT to enter menu/play items, but no visual return on that. I don't think it's a problem, since when you get used to it you don't need arrows to explain to you anymore. Gustavo --- Chris Griffiths [EMAIL

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Adam Stephens
i love the tivo interface. what about page up and down -adam On Feb 4, 2004, at 17:48, Gustavo Sverzut Barbieri wrote: Tivo is really cool. Now (CVS) we support, in single column mode, LEFT to go back and RIGHT to enter menu/play items, but no visual return on that. I don't think it's a

[Freevo-cvslog] freevo/src/skins/main tvlisting_area.py,1.16,1.17

2004-02-04 Thread outlyer
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17809 Modified Files: tvlisting_area.py Log Message: Remove some debugging Dischi left in... but the good news is the @*! bug is fixed! You people have stood in my way long enough! I'm

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Aubin Paul
The way we have that now is something I've never liked. I changed it about a year ago to have CHUP/CHDOWN go page at a time, but everyone else preferred going from the top to the bottom of the list on those keys... You can hit CHDOWN twice to go to the next page now... On Wed, Feb 04, 2004 at

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Aubin Paul
Works great! On Wed, Feb 04, 2004 at 07:48:27PM -0300, Gustavo Sverzut Barbieri wrote: Tivo is really cool. Now (CVS) we support, in single column mode, LEFT to go back and RIGHT to enter menu/play items, but no visual return on that. I don't think it's a problem, since when you get used

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Gustavo Sverzut Barbieri
--- Adam Stephens [EMAIL PROTECTED] escreveu: i love the tivo interface. what about page up and down -adam Page up/down was mapped to ch+/- already. what you mean with i love the tivo interface? You want those arrows? IMHO they just bloat the interface... Arrows are useful as in

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

2004-02-04 Thread Dirk Meyer
Viggo Fredriksen wrote: 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

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Adam Stephens
On Feb 4, 2004, at 19:29, Gustavo Sverzut Barbieri wrote: Page up/down was mapped to ch+/- already. what you mean with i love the tivo interface? You want those arrows? IMHO they just bloat the interface... Arrows are useful as in listings to show that there are more items one screen down/up,

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Gustavo Sverzut Barbieri
Really? So change that. Gustavo --- Aubin Paul [EMAIL PROTECTED] escreveu: The way we have that now is something I've never liked. I changed it about a year ago to have CHUP/CHDOWN go page at a time, but everyone else preferred going from the top to the bottom of the list on those keys...

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Aubin Paul
I did it once... it was changed back; so I won't be changing that again... On Wed, Feb 04, 2004 at 11:28:09PM -0300, Gustavo Sverzut Barbieri wrote: Really? So change that. Gustavo --- Aubin Paul [EMAIL PROTECTED] escreveu: The way we have that now is something I've never liked. I

[Freevo-cvslog] freevo/src/helpers recordserver.py,1.28,1.29

2004-02-04 Thread outlyer
Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4171 Modified Files: recordserver.py Log Message: sigh Escape ALL the text that goes into the FXD file. Index: recordserver.py

[Freevo-cvslog] freevo/src config.py,1.92,1.93 item.py,1.60,1.61 osd.py,1.131,1.132

2004-02-04 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6975/src Modified Files: config.py item.py osd.py Log Message: Handle filenames internally as unicode objects. This does *NOT* affect filenames that have only ASCII chars, since the translation

[Freevo-cvslog] freevo/src/util fileops.py,1.13,1.14 vfs.py,1.13,1.14

2004-02-04 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6975/src/util Modified Files: fileops.py vfs.py Log Message: Handle filenames internally as unicode objects. This does *NOT* affect filenames that have only ASCII chars, since the translation

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Aubin Paul
It was Krister... http://cvs.sourceforge.net/viewcvs.py/freevo/freevo/Attic/menu.py (See 1.31-1.32) Aubin On Wed, Feb 04, 2004 at 11:38:50PM -0300, Gustavo Sverzut Barbieri wrote: Who reversed your change? Could you please ask him and inform that people like the other way most? Gustavo

[Freevo-devel] Version 1.5 Roadmap... Revisited

2004-02-04 Thread Aubin Paul
Just thought we should follow up on this roadmap to see where we are. Items 1 and 2 are done... The background work for 3 and 4 are done but I still think we should wait for 1.5 to be done before integrating them. Perhaps we should do a release candidate? The only thing I would like to see is

[Freevo-cvslog] freevo/src item.py,1.61,1.62

2004-02-04 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10190/src Modified Files: item.py Log Message: Fixes some bugs related to handling unicode internally. NOTE: Many of the bugs are related to using str() everywhere, so please stop doing that.

[Freevo-cvslog] freevo/src/skins/main info_area.py,1.14,1.15

2004-02-04 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10190/src/skins/main Modified Files: info_area.py Log Message: Fixes some bugs related to handling unicode internally. NOTE: Many of the bugs are related to using str() everywhere, so

[Freevo-cvslog] freevo/src/util misc.py,1.21,1.22 vfs.py,1.14,1.15

2004-02-04 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10190/src/util Modified Files: misc.py vfs.py Log Message: Fixes some bugs related to handling unicode internally. NOTE: Many of the bugs are related to using str() everywhere, so please stop

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Gustavo Sverzut Barbieri
How, that was a long time ago (15months)... that time we still had the sub menu. Maybe you should ask krister in private if he didn't reply to this thread or even change the behaviour and wait for user comments. Gustavo --- Aubin Paul [EMAIL PROTECTED] escreveu: It was Krister...

Re: [Freevo-devel] Version 1.5 Roadmap... Revisited

2004-02-04 Thread Gustavo Sverzut Barbieri
--- Aubin Paul [EMAIL PROTECTED] escreveu: Just thought we should follow up on this roadmap to see where we are. Items 1 and 2 are done... The background work for 3 and 4 are done but I still think we should wait for 1.5 to be done before integrating them. I don't think so... if there's