-
Freevo 1.8.2 r10798 ready
2008-06-03 23:01:11,663 INFO create thread notifier pipe
getting url 'http://ff.1click.weather.com/weather/local/08054?cc=*'...
getting url 'http://ff.1click.weather.com/weather/local/08054?dayf=5'...
getting url 'Mount Laurel,NJ'...
invalid url 'Mount Laurel,NJ' failed: unknown url type: Mount Laurel,NJ
city=Mount Laurel, state=NJ (08054), country=US
26...
2008-06-04 03:36:20 UTC in Freevo - Home Theatre PC Platform
-
Yea, everything looks good on my wide screen with tiny0. Why not put some logic in to detect a WS resolution and change it automatically?.
2008-06-04 02:03:19 UTC in Freevo - Home Theatre PC Platform
-
Well, my 1920x1080 is a bit non-standard but that's not my real concern. The 800x600 screen has been consistently working until the last update. I am using the Blurr skin, was it changed? The clock and proc stats seemed to have different font sizes since the svn update.
2008-06-03 03:09:04 UTC in Freevo - Home Theatre PC Platform
-
After an update to SVN 10792, the idlebars font's became inconsistent. The Time is now half the size it was before the update (unreadable from a distance on a 800x600 tv), the free space indicator seems unchanged, and the proc stats seem was too big (they overtake the icons on my 1920x1080 TV).
2008-06-01 21:30:05 UTC in Freevo - Home Theatre PC Platform
-
This is causing NOTHING to record. Here is the debug from recordserver..
2008-04-04 23:37:51,293 DEBUG ivtv_record.py (113): Record_Thread::run: mode=record
2008-04-04 23:37:51,293 INFO ivtv_record.py (120): Record_Thread::run: started recording
2008-04-04 23:37:51,294 DEBUG channels.py (71): FreevoChannels.__init__()
2008-04-04 23:37:51,294 DEBUG channels.py (235)...
2008-04-05 03:41:05 UTC in Freevo - Home Theatre PC Platform
-
On the topic of simplifying buttons, why not map STOP=EXIT, FF=DOWN REW=UP. Seems like PLAY=ENTER already.
Just a suggestion.
2008-04-03 00:52:26 UTC in Freevo - Home Theatre PC Platform
-
I haven't changed anything in my local_conf but after a svn update, I am getting this error.
2008-04-01 18:46:36,984 DEBUG trying application/flac
DJW:self.rect=None
2008-04-01 18:46:39,602 DEBUG trying ext mpeg
Traceback (most recent call last):
File "/usr/local/freevo/src/main.py", line 297, in eventhandler
app.eventhandler(event)
File "/usr/local/freevo/src/menu.py"...
2008-04-01 22:55:11 UTC in Freevo - Home Theatre PC Platform
-
Wow, that is a bit strange. You'd think you'd be able to create a new object per class. I tried out the svn this morning and everything looks good. I believe we (you) have finally fixed this bug.
2008-03-17 14:37:17 UTC in Freevo - Home Theatre PC Platform
-
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", line 232, in dataReceived
why = self.lineReceived(line)
File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 1004, in lineReceived
self.allContentReceived()
File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 1045, in allContentReceived...
2008-03-17 00:25:56 UTC in Freevo - Home Theatre PC Platform
-
hmm... I added the following code around 297... Maybe add_program is the problem?
_debug_('JUSTIN3: programs=%s'%(prog))
_debug_('JUSTIN4: programs=%s'%(guide.chan_dict[prog.channel_id].programs))
guide.add_program(prog)
_debug_('JUSTIN5: programs=%s'%(guide.chan_dict[prog.channel_id].programs))
The is the output from processing the 2nd...
2008-03-14 23:04:53 UTC in Freevo - Home Theatre PC Platform