Hi 
I'm creating my own plugin for some net-radio streams (not shout cast).
I have a file containing lists of tuples (name, uri, image-path)
I would like to have a mapping so the entry for each item has its own custom 
logo.
I will put the images in ~/.elisa-0.5/mystream_logos/ and I can get to the path 
by using 

  os.path.join(CONFIG_DIR, 'mystream_logos')

I can see that the methods
  get_default_image
  get_image
  get_preview_image
are called on my list-view, but:
1) Which part of the window do they represent? (meaning what are the different 
methods used for?)
2) What are their return types? Should it be the path to the image or something 
else?
3) What format (filetype and size) should the images be in? 
4) What else should I know? :-)

Best Regards,
Kristian

_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/

Reply via email to