Re: [Freevo-users] Freevo needs your help!

2007-08-19 Thread Dirk Meyer
Evan Hisey wrote:
 John-
   Just found one notable missing thing on the website. It does not
 have the freevo IRC listed. I was looking for it to check on an issue
 and found it did not make the transfer.

Please add a notice that #freevo is mainly for 2.0 development. People
come in and ask 1.7 questions all the time and neither I nor Tack have
an answer.


Dischi

-- 
Clothes make the man. Naked people have little or no influence on
society. - Mark Twain


pgpKASbUia6XM.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo2 : error while starting.

2007-08-19 Thread wim delvaux
On Sunday 19 August 2007 05:05:25 Jonathan Isom wrote:
 On 8/18/07, wim delvaux [EMAIL PROTECTED] wrote:
  Donno if this is the proper list for freevo2 issues but ...
 
  I get this error after installing a blank freevo2 and only modifying the
  directories for movie files.
 
  THe version I have used is the version provided by the following svn
  command svn co svn://svn.freevo.org/freevo/trunk freevo
  svn co svn://svn.freevo.org/kaa/trunk kaa
 
  SystemError: kaa-display compiled without imlib2 display support.

 this would probably be the problem, is imlib2 installed on your system?

yes, and I compiled kaa the svc source trunk using 

svn setup.py install ... 

and got no errors. the display module is properly shown in the list of modules 
with '+'.  I tried to recompile but it does not recompile

However i just modified the PATH variable (as specified in the WIKI) but 
perhaps python does not pick up 2.0 Kaa but 1.x kaa ?



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Upgrade 1.7.3 from 1.7.2 - idlebar/system.py crash

2007-08-19 Thread Jim Duda
I'm getting the following startup error after upgrading to 1.7.3.

I noticed these notes in freevo_config.py:

Added SENSORS_PLATFORM_PATH and SENSORS_I2CDEV_PATH for sensor paths

However, they are not defined in the file.

Jim



Freevo 1.7.3 r9794 started at Sun Aug 19 10:05:23 2007

2007-08-19 10:05:23,247 INFO config.py (544): Loading cfg overrides: 
/home/lroom/.freevo/local_conf.py
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added ('/mnt/dvd', '/dev/dvd', 'DVD-1')
2007-08-19 10:05:23,312 INFO new process watcher instance

Warning: cache is older than 7 days
Running 'freevo cache' is recommended.

PyLirc resumed!
failed to load plugin idlebar.system.sensors
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
   File /usr/lib/python2.4/site-packages/freevo/plugin.py, line 562, 
in __load_plugin__
 p = eval('%s(%s)' % (object, paramlist))
   File string, line 0, in ?
   File 
/usr/lib/python2.4/site-packages/freevo/plugins/idlebar/system.py, 
line 295, in __init__
 self.cpu = self.sensor(cpu, '@', self.hotstack)
   File 
/usr/lib/python2.4/site-packages/freevo/plugins/idlebar/system.py, 
line 193, in __init__
 self.pathform_path = config.SENSORS_PLATFORM_PATH
AttributeError: 'module' object has no attribute 'SENSORS_PLATFORM_PATH'


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Fwd: Web - Please add Freevo to apps list

2007-08-19 Thread Michael Labowicz
Can someone on the Freevo project team respond to Robert?  I've tried to
submit Freevo to schedulesdirect.org myself, but apparently someone involved
in the project needs to do this.  Submitting Freevo to the approved apps
list means that we'll have less issues with accessing their XMLTV data once
it is available.

http://www.schedulesdirect.org/approvedsoftware

Here is a blurb about what schedulesdirect is about:
Schedules Direct is a non-profit organization whose mission is to advance
the state of the art in providing low-cost television program guide listings
for end-users of Open Source and Freeware applications. Our aim is to build
upon the foundation that Tribune Media Services has created with their
DataDirect product and utilize our expertise in web services and database
design to bring that information to a wider audience.

Regards
Michael

-- Forwarded message --
From: Robert Eden [EMAIL PROTECTED]
Date: Aug 18, 2007 1:40 PM
Subject: Re: Web - Please add Freevo to apps list
To: Michael Labowicz [EMAIL PROTECTED]

On 8/18/2007 1:21 PM, Michael Labowicz c/o Web Form wrote:
 Freevo is an open source, python based DVR platform that uses XMLTV to
 get TV listings.

 http://www.freevo.org

One of the freevo leaders should email us with the following.

1. Project Name
2. Project URL
3. Contact email
4. Few line description (max 400 char)
5. If the app queries Zap2IT directly or uses XMLTV or something else.
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Commercial skipping/removal in 1.7.3

2007-08-19 Thread Justin Wetherell
You should be able to add:

REMOVE_COMMERCIALS = True

to your local_conf and it will turn on the commercial
detection/removal. You also have to start the commercial removal
server.


On 8/18/07, Evan Hisey [EMAIL PROTECTED] wrote:

 I see commercial skipping is a feature in 1.7.3, but I can not locate
 any documentation on this plugin. Any one able to point me to the
 docs?

 evan

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo2 : error while starting.

2007-08-19 Thread Dirk Meyer
wim delvaux wrote:
 On Sunday 19 August 2007 05:05:25 Jonathan Isom wrote:
 On 8/18/07, wim delvaux [EMAIL PROTECTED] wrote:
  Donno if this is the proper list for freevo2 issues but ...
 
  I get this error after installing a blank freevo2 and only modifying the
  directories for movie files.
 
  THe version I have used is the version provided by the following svn
  command svn co svn://svn.freevo.org/freevo/trunk freevo
  svn co svn://svn.freevo.org/kaa/trunk kaa
 
  SystemError: kaa-display compiled without imlib2 display support.

 this would probably be the problem, is imlib2 installed on your system?

 yes, and I compiled kaa the svc source trunk using 

 svn setup.py install ... 

 and got no errors. the display module is properly shown in the list of 
 modules 
 with '+'.  I tried to recompile but it does not recompile

kaa.display compiles even without imlib2, but Freevo won't run
without. But kaa.imlib2 should not compile.

Try to compile kaa.display alone by cd into display and call python
setup.py install and look at the + and - at the top.

 However i just modified the PATH variable (as specified in the WIKI) but 
 perhaps python does not pick up 2.0 Kaa but 1.x kaa ?

There is no 1.x kaa.


Dischi

-- 
Love is Hate. War is Peace. Windows is stable.


pgpXtbSsXF838.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo2 : error while starting.

2007-08-19 Thread wim delvaux
Meanwhile i made a drastic reset (rm -rf of all files and checking out again).

I noticed that libimlib2-dev was not installed.  Now freevo compiles and runs 
however ... Documentation !!!

1. where is the 'recordserver' and how do I start it.  freevo recordserver 
start does not work nor does there exist a freevo-recordserver.

2. Whats with tvdev tvserver ? which do I need and why and when

3. Webserver has no longer the facility to show the movie database nor is it 
able to stream movies over the web as 1.x 

4. I get a lot of syntax errors in my fxd (previously working and generated 
with fxdimdb.  the error is attr(length:min) not being int but what does that 
mean ? AFAIK there is no length attribute in any of my fxd's (grepped)

5. WIKI docs state I need a tv.channels array OTOH there is epg.mapper.  WHich 
do I need how to they relate and in which conf file should I put them

That's all for now

W

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] freevo 1.7.3 crashing

2007-08-19 Thread Jaap Struyk
Hello,

I tought I had my freevo crashes under control by adding the pylirc
package but my doughter managed to make it crash again.
Crashes happen when a remote key (via linux input device layer) is
pressed that isn't used in that part of freevo.
So I added debugging to my config and pressed some unused buttons when
playing a movie, unfortunatly nothing happend... the movie kept on
running but didn respond anymore to my remote, after pressing more
buttons freevo finaly crashed. (I had to do my best)

In 1.7.2 pressing yust one wrong button made freevo crash so there has
something changed, I have to do my best to make it crash unfortunatly I
can't tell what action make it crash.
I can live with it, but have to be carefull not to touch wrong buttons
so it is a bit anoying.

2007-08-19 10:13:45,440 DEBUGchildapp.py (163): sending
osd_show_text Volume: 80% to pid 4089
2007-08-19 10:13:45,828 CRITICAL main.py (484): Crash!
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/freevo/main.py, line 472, in
module
MainTread().run()
  File /usr/lib/python2.5/site-packages/freevo/main.py, line 325, in run
self.eventhandler(rc.get_event(True))
  File /usr/lib/python2.5/site-packages/freevo/main.py, line 275, in
eventhandler
if not rc.app()(event):
  File
/usr/lib/python2.5/site-packages/freevo/video/plugins/mplayer.py, line
426, in eventhandler
return self.item.eventhandler(event)
  File /usr/lib/python2.5/site-packages/freevo/video/videoitem.py,
line 652, in eventhandler
if self.plugin_eventhandler(event, menuw):
  File /usr/lib/python2.5/site-packages/freevo/item.py, line 438, in
plugin_eventhandler
if e(self, event, menuw):
  File
/usr/lib/python2.5/site-packages/freevo/video/plugins/bookmarker.py,
line 171, in eventhandler
videoplayer = self.item.player.name
AttributeError: PluginInterface instance has no attribute 'item'
Stopping webserver plugin.
Stopping webserver plugin.
Stopping webserver plugin.
2007-08-19 10:13:52,652 DEBUGchildapp.py (238): killing pid 4089
signal 15
2007-08-19 10:13:52,653 DEBUGchildapp.py (244): Before wait(4089)
2007-08-19 10:13:52,675 DEBUGchildapp.py (428): stderr: no data,
closing log
2007-08-19 10:13:52,676 DEBUGchildapp.py (428): stdout: no data,
closing log
2007-08-19 10:13:52,751 DEBUGchildapp.py (260): childapp: After wait()
2007-08-19 10:13:53,251 DEBUGchildapp.py (276): Oops, command
refuses to die, try bad hack
2007-08-19 10:13:55,252 DEBUGchildapp.py (285): Try harder to kill
the app
2007-08-19 10:13:57,253 ERRORchildapp.py (292): PANIC can't kill program

Freevo 1.7.3 r9794 finished at Sun Aug 19 10:12:39 2007

Another strange thing is that when I close freevo with freevo stop
there is always one process that keeps running, the bottom of the log
shows that freevo is trying to but doesn't sucseed.
I rebuild python and ran a make test but all tests ran cleanly so it
seems that python is working properly, does anyone have some info on how
to stress-test freevo to find out what is causing this unexpected beheviour?
-- 
Groetjes Japie

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo2 : error while starting.

2007-08-19 Thread Dirk Meyer
wim delvaux wrote:
 Meanwhile i made a drastic reset (rm -rf of all files and checking out again).

 I noticed that libimlib2-dev was not installed.  Now freevo compiles and runs 
 however ... Documentation !!!

Yes, documentation sucks, is out-of-date and so on.

 1. where is the 'recordserver' and how do I start it.  freevo recordserver 
 start does not work nor does there exist a freevo-recordserver.

 2. Whats with tvdev tvserver ? which do I need and why and when

tvserver is the new recordserver. See README in the two directories
how to use it.

 3. Webserver has no longer the facility to show the movie database nor is it 
 able to stream movies over the web as 1.x 

webserver is broken

 4. I get a lot of syntax errors in my fxd (previously working and generated 
 with fxdimdb.  the error is attr(length:min) not being int but what does that 
 mean ? AFAIK there is no length attribute in any of my fxd's (grepped)

Maybe the fxd parser is broken. I did many changes and had not the
time to test all cases.

 5. WIKI docs state I need a tv.channels array OTOH there is epg.mapper.  
 WHich 
 do I need how to they relate and in which conf file should I put them

epg.mapper is the correect one. In most cases the wiki is just out of
date.


Dischi

-- 
Mustrum Ridcully did a lot for rare species. For one thing, he kept them rare.

 -- (Terry Pratchett, Lords and Ladies)


pgpLtf4oQ05Kw.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Commercial skipping/removal in 1.7.3

2007-08-19 Thread John Molohan
Justin Wetherell wrote:
 You should be able to add:
 REMOVE_COMMERCIALS = True

 to your local_conf and it will turn on the commercial detection/removal. You 
 also have to start the commercial removal server.
And are all recordings from then on sent to be processed? Is there a way 
to send existing recordings? Does it take long and does the automatic 
shutdown interfere? Sorry for the noob questions on this, I've never 
used it but will be giving it a try I guess. I'll update the wiki too 
(unless someone else wants to help out there?).

John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo needs your help!

2007-08-19 Thread John Molohan
Dirk Meyer wrote:
 Evan Hisey wrote:
   
 John-
   Just found one notable missing thing on the website. It does not
 have the freevo IRC listed. I was looking for it to check on an issue
 and found it did not make the transfer.
 
It's there on the developers page at the moment. I'll take another look 
and see if there's somewhere better.

 Please add a notice that #freevo is mainly for 2.0 development. People
 come in and ask 1.7 questions all the time and neither I nor Tack have
 an answer.


 Dischi
   
I'll update it to reflect that.

John


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users