On Tuesday 06 March 2007 08:40 am, Tom Weichmann wrote: > On Tuesday 06 March 2007 01:32 am, Duncan Webb wrote: > > On Tue, 6 March, 2007 7:11 am, Tom Weichmann wrote: > > > Hello, > > > > > > > > > Now that I have solved my tv_grab problems, I am trying to get station > > > logos into my guide. See the error I received below. Anyone have any > > > ideas? > > > > > > [EMAIL PROTECTED]:~> freevo makelogos > > > WARNING: duplicate plugin activation, ignoring: > > > <idlebar None None> > > > > > > > > > WARNING: duplicate plugin activation, ignoring: > > > <idlebar.clock None None> > > > > You can remove idlebar and idlebar.clock from your local_conf.py > > > > > Logo directory does not exist > > > > > > > > > Creating: /home/tom/.freevo/logos/ > > > > > > > > > Traceback (most recent call last): > > > File "/usr/lib/python2.4/site-packages/freevo/helpers/makelogos.py", > > > line 60, in ? > > > img = Image.open_from_memory(urllib2.urlopen(str(imgsrc)).read()) File > > > "/usr/lib/python2.4/site-packages/kaa/imlib2/__init__.py", line 91, in > > > open_from_memory img = _Imlib2.open_from_memory(buf) IOError: Could not > > > > open > > > > > /tmp/kaa-1000/kaa-imlib2-img-428212457: 0 > > > > Looks like it couldn't grab the link from the net. Maybe the url is not > > correct. I assume that /tmp/kaa-1000 exists. > > > > 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.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Freevo-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/freevo-users > > Duncan, > > I removed the idelbar stuf from my local_conf.py and tried again: > > [EMAIL PROTECTED]:~> freevo makelogos > Traceback (most recent call last): > File "/usr/lib/python2.4/site-packages/freevo/helpers/makelogos.py", line > 60, in ? > img = Image.open_from_memory(urllib2.urlopen(str(imgsrc)).read()) > File "/usr/lib/python2.4/site-packages/kaa/imlib2/__init__.py", line 91, > in open_from_memory > img = _Imlib2.open_from_memory(buf) > IOError: Could not open /tmp/kaa-1000/kaa-imlib2-img-1480214514: 0 > [EMAIL PROTECTED]:~> ls -al /tmp/kaa-1000/ > total 13 > drwx------ 2 tom users 48 2007-03-06 07:41 . > drwxrwxrwt 145 root root 13496 2007-03-06 08:30 .. > [EMAIL PROTECTED]:~> > > So there is nothing in the /tmp/kaa-1000/ directory. Is this a problem > with kaa maybe? Seems strange. > > Thanks, > > Tom
OK, I got this to work, just needed to re-install imlib2 for some reason... New question about logos though, I have logos in my tv guide, but they are VERY low res and they are distorted. They are stretched to fit the box they appear in. Is there any way to fix this? > > ------------------------------------------------------------------------- > 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.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------------------------- 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.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
