[Freevo-users] TV Questions

2006-11-19 Thread Davin Desborough
I am currently switching from an old, clunky box running 1.5.4 to a new, 
purpose-built box running 1.6. Along this migration I have run across to 
questions  I've not been able to find answers to:

1. The big one: On my 1.5.4 box, the TV guide channels are listed in 
order of their channel number, lowest to highest. On my 1.6 machine, 
they are simply appearing in the order they are presented within the 
TV.xml file. Both boxes are running freevo tv_grab, and I don't see any 
configuration for listing order, so I'm not sure why there is a 
difference between the two. Well I guess the TV_CHANNELS option is 
supposed to have some effect on order, but I have TV_CHANNELS = None on 
both boxes because I'm using TV.xml.

Anyone have any ideas? I would really like to see the channels listed in 
order.

2. Where are the favorites stored? I am wondering if I can simply grab 
some file off my 1.5.4 box and place it on my 1.6 box and thus move all 
the favorites.

Thanks,
Davin

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TV Questions

2006-11-19 Thread Duncan Webb
Davin Desborough wrote:
 I am currently switching from an old, clunky box running 1.5.4 to a new, 
 purpose-built box running 1.6. Along this migration I have run across to 
 questions  I've not been able to find answers to:
 
 1. The big one: On my 1.5.4 box, the TV guide channels are listed in 
 order of their channel number, lowest to highest. On my 1.6 machine, 
 they are simply appearing in the order they are presented within the 
 TV.xml file. Both boxes are running freevo tv_grab, and I don't see any 
 configuration for listing order, so I'm not sure why there is a 
 difference between the two. Well I guess the TV_CHANNELS option is 
 supposed to have some effect on order, but I have TV_CHANNELS = None on 
 both boxes because I'm using TV.xml.
 
 Anyone have any ideas? I would really like to see the channels listed in 
 order.

TV_CHANNELS does set the order and so does TV.xml.pickled but because
TV.xml.pickled is generated it's best to use TV_CHANNELS. I suspect that
the order in 1.5.4 was once different when TV.xml.pickled was created.

 2. Where are the favorites stored? I am wondering if I can simply grab 
 some file off my 1.5.4 box and place it on my 1.6 box and thus move all 
 the favorites.

Favourites are stored in record_schedule.xml which can be configured by
TV_RECORD_SCHEDULE in local_conf.py

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo PyLirc problem

2006-11-19 Thread Duncan Webb
[EMAIL PROTECTED] wrote:
 You need to install pylirc into /usr/lib/python2.4/site-packages and
 check that you have all the other dependencies. AFAIK you have two
 versions of python, and the site-packages are dependant on the version.

 Duncan

 Thanks, I installed python 2.3 and then reinstalled pylirc and lirc.  This
 fixed my problem.

 
 Well, I am having problems again.  After rebooting I no longer have the
 remote working.  Here is the error from the freevo main-0.log:
 
 Freevo (1.6.0) start at Sat Nov 18 18:22:46 2006
 ---
 WARNING: PyLirc not found, lirc remote control disabled!
 
 Here is the output from the python import command:
 
 Python 2.4.4 (#1, Nov 12 2006, 19:36:37)
 [GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on linux2
 Type help, copyright, credits or license for more information.
 import pylirc
 Traceback (most recent call last):
   File stdin, line 1, in ?
 ImportError: liblirc_client.so.0: cannot open shared object file: No such
 file or directory
 
 I have pylirc installed at
 /usr/local/lib/python2.4/site-packages/pylircmodule.so
 
 The file that the import complained it couldn't find is located at
 /usr/local/lib/liblirc_client.so.0.
 
 What could the issue be?

This shared library is installed with lirc, so it looks like lirc has
not been installed correctly.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users