[Freevo-users] LastFm plugin cpu consumption

2008-07-09 Thread José María Franco Fraiz
Hi, Since I upgraded to 1.8.1 I've noticed that when I use the lastfm plugin freevo cpu usage goes up to 100%, and I'm forced to restart it. It actually plays the station and gets the cover art (btw the play time and song length is displayed nicely now) but it quits responding to events, or does v

Re: [Freevo-users] IVTV and Xine

2008-07-09 Thread Steven Hicks
The keyboard is the same speed as the joystick, there is a good 20 second delay between keypress and update. I am using version 1.7..6 with hardware accelerated ATI-R280 graphics. Everytime I change from one item in a list to another [universially] python goes up 10%. This is the only applicatio

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread Justin Wetherell
I think None will default the variable, which _should_ be False for booleans. Maybe someone with more Python knowledge can answer that. On Wed, Jul 9, 2008 at 5:18 PM, Elizabeth Dodd <[EMAIL PROTECTED]> wrote: > On Wed, 9 Jul 2008, Justin Wetherell wrote: >> OK, I just looked at the code and it se

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread Elizabeth Dodd
On Wed, 9 Jul 2008, Justin Wetherell wrote: > OK, I just looked at the code and it seems like I did do a separate > flag for priorities, it is called conflict resolution. > > I added the following code a long time ago. > TV_RECORD_DUPLICATE_DETECTION > TV_RECORD_ONLY_NEW_DETECTION > TV_RECORD_CONFL

Re: [Freevo-users] Performance issues (was IVTV and Xine)

2008-07-09 Thread Duncan Webb
Adam Charrett wrote: > On Wed, July 9, 2008 3:33 pm, John Molohan wrote: >> Steven Hicks wrote: >>> Nope, I am using a Logitech cordless rumblepad 2 to navigate the menu. >>> I'll >>> check how well the keyboard works later today. However, freevo (1.7.6) >>> frequently hits points where it won't re

Re: [Freevo-users] Performance issues (was IVTV and Xine)

2008-07-09 Thread Adam Charrett
On Wed, July 9, 2008 3:33 pm, John Molohan wrote: > Steven Hicks wrote: >> Nope, I am using a Logitech cordless rumblepad 2 to navigate the menu. >> I'll >> check how well the keyboard works later today. However, freevo (1.7.6) >> frequently hits points where it won't respond for minutes even with

Re: [Freevo-users] Anyone got a TViX (custom hardware media centre)?

2008-07-09 Thread Adam Charrett
On Wed, July 9, 2008 4:49 pm, John Molohan wrote: > Hi all, > > I just stumbled across the TViX HD M-6500A which looks like pretty damn > nice media centre box. A few posts I've found says it runs linux on it's > 64MB flash drive. I'm wondering if anyone here has one? I think it'd be > a great bit

[Freevo-users] Anyone got a TViX (custom hardware media centre)?

2008-07-09 Thread John Molohan
Hi all, I just stumbled across the TViX HD M-6500A which looks like pretty damn nice media centre box. A few posts I've found says it runs linux on it's 64MB flash drive. I'm wondering if anyone here has one? I think it'd be a great bit of kit for a freevo box. http://www.tvix.co.kr/Eng/produc

Re: [Freevo-users] IVTV and Xine

2008-07-09 Thread John Molohan
Steven Hicks wrote: > Nope, I am using a Logitech cordless rumblepad 2 to navigate the menu. I'll > check how well the keyboard works later today. However, freevo (1.7.6) > frequently hits points where it won't respond for minutes even with the > keyboard. > > -Steven > Ouch, sounds like some

Re: [Freevo-users] IVTV and Xine

2008-07-09 Thread Steven Hicks
Nope, I am using a Logitech cordless rumblepad 2 to navigate the menu. I'll check how well the keyboard works later today. However, freevo (1.7.6) frequently hits points where it won't respond for minutes even with the keyboard. -Steven -

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread Justin Wetherell
OK, I just looked at the code and it seems like I did do a separate flag for priorities, it is called conflict resolution. I added the following code a long time ago. TV_RECORD_DUPLICATE_DETECTION TV_RECORD_ONLY_NEW_DETECTION TV_RECORD_CONFLICT_RESOLUTION TV_RECORD_DUPLICATE_DETECTION will check

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread Justin Wetherell
It should be pretty easy to do, maybe a USE_PRIORITIES flag in the local_conf. The code shouldn't have to change. Although, It's been a while since I looked at that code. On Wed, Jul 9, 2008 at 4:38 AM, John Molohan <[EMAIL PROTECTED]> wrote: > Justin Wetherell wrote: >> Priorities _should_ be use

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread Elizabeth Dodd
On Wed, 9 Jul 2008, Justin Wetherell wrote: > Priorities _should_ be used when scheduling programs when 'duplicate > detection' and/or 'only new' are enabled. My log claims that 'only new' was enabled. It's 1.7.6.1 I'm not running newest code (and won't be on this machine). Can we confirm if th

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread John Molohan
Justin Wetherell wrote: > Priorities _should_ be used when scheduling programs when 'duplicate > detection' and/or 'only new' are enabled. Hi Justin, Any chance you could implement the priorities outside of those plugins? If you have them working it's a shame not to have them in the normal recor

Re: [Freevo-users] 'No module named utils' error: PyXML and Ubuntu Hardy Heron

2008-07-09 Thread Francisco Eduardo Álvarez Solano
> > At last I've found the problem: Ubuntu is dropping pyxml (python-xml; see > http://www.aigarius.com/blog/2008/05/06/ubuntu-removing-xml-from-python/), > and now some packages have been moved. So, to solve the problem I've > added at the beginning of local.conf: > > sys.path.append('/usr/lib/py