I get errors with commands you gave me like:

>>> import kaa.imlib2
>>> kaa.imlib2.open('/usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/kaa/imlib2/__init__.py", line
73, in open
    image = Image(file)
  File "/usr/lib/python2.5/site-packages/kaa/imlib2/image.py", line
71, in __init__
    self._image = _Imlib2.open(image_or_filename, use_cache)
IOError: Could not open
/usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png: 14
>>>

I have checked and file
/usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png
exist on my disk so it looks like imlib2 problem... how can I fix it..?

KK


2008/10/2 Duncan Webb <[EMAIL PROTECTED]>:
> Krzysztof Kwiatkowski wrote:
>> Hello, I have problem with thumbs in freevo since 1.8.1 I tried 1.8.2
>> and svn and it is still not working.
>> When I try to browse photos I see no thumbnails of photos or folders,
>> just select square. And there is error on console like:
>>
>> WARNING: Problem while loading image 'thumb:///usr/share/freevo/
>> icons/themes/blurr/mimetypes/folder_image.png': TypeError("'NoneType'
>> object is unsubscriptable",)
>>
>> Second problem is with generated or thumbs, when I try to do it I get
>> errors like:
>>
>> ERROR: snapshot: Could not open
>> /var/cache/freevo/vfs/htpc/movies/matrix_reloaded.avi.raw.tmp: 14
>>
>> And since some time Freevo does not remember where have I stopped
>> watching movies nor any other settings.
>> I have python 2.5.2 (same problems with 2.5.1) and Slackware 12.0.
>>
>> What can I do with this?
>
> I wonder if imlib2 is installed correctly, this you can check with:
> python
> import kaa.imlib2
> kaa.imlib2.open('/usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png')
> it will print something like this:
> <kaa.imlib2.image.Image object at 0xb7614f6c>
>
> another problem is that mplayer may not be generating the cover images
> and so you see this error: "ERROR: snapshot: Could not open"
>
> You can check this easily enough by extracting the commands from 'main'
> and 'videothumb' logs, should be something like this:
>
> freevo execute src/util/videothumb.py /usr/bin/mplayer
> /path/to/movie.mpeg /var/cache/freevo/vfs/path/to/movie.mpeg.raw.tmp
>
> which in turn calls.
> /usr/bin/mplayer -nosound -vo png -frames 8 -ss 49 -zoom /path/to/movie.mpeg
>
> HTH
> Duncan
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to