PR #822
#1
PR #822 was closed and Montellese commented that he was to be implementing a new version. Did he get around to it?
Reply
#2
You can write the number right after the PR and our software will hotlink to the PR

like so: PR822
Reply
#3
The returning of images to JSON-RPC has been done for ages. In addition, with PR3499 you can query the cache over JSON-RPC to help clean it up or whatever.

The bit not done is the image resizing stuff. The texture database supports it (sizes table), but the caching functions aren't in place. Essentially what needs changing is to allow the cache to query for a given size and for the cache to generate those sizes on demand, store and return.

Note there is a layer in place for one smaller size in that you can add size=thumb as a URL option to image:// URLs - see xbmc/TextureCacheJob.cpp. This is intended for picture thumbs and the like.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
Quote:You can write the number right after the PR and our software will hotlink to the PR

Thanks garbear will do next time




Quote:Note there is a layer in place for one smaller size in that you can add size=thumb as a URL option to image:// URLs - see xbmc/TextureCacheJob.cpp. This is intended for picture thumbs and the like.

Thanks jmarshall, that should be what im looking for i'll have a look at the code.
Reply

Logout Mark Read Team Forum Stats Members Help
PR #8220