DPK
May 21st, 2009, 09:12 PM
A quick and easy way to make boxee reload images into your app is to append a random query string onto the end of your generated feed.
<boxee:image>http://domain.com/path/to/image.jpg?1242958250</boxee:image>
Where "1242958250" is the current epoch time, which would change every time your feed is loaded into boxee. This is useful if the image you are referencing is not on your server and is updated to the same file name.
<boxee:image>http://domain.com/path/to/image.jpg?1242958250</boxee:image>
Where "1242958250" is the current epoch time, which would change every time your feed is loaded into boxee. This is useful if the image you are referencing is not on your server and is updated to the same file name.