Jump to content

Allow the use of URL based images for the icon parameter


Recommended Posts

It would be very interesting to be able to use an URL in the icon parameter and fetch it asynchronously without slowing down the Feedback. 

 

Today we need to fetch/save the images and this considerably slowing the process because it's synchronous.

Something like this would be neat:

<?xml version="1.0"?>
  <items>
    <item uid="rdioartist" arg="r96664" valid="yes" autocomplete="Incubus">
    <title>Incubus</title>
    <subtitle>Artist</subtitle>
    <icon type="url">http://blablabla.com/rdio-artist.png</icon>
  </item>
</items>
Link to comment
Share on other sites

  • 1 year later...
  • 9 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...