xbmc / metadata.themoviedb.org.python

Other
44 stars 41 forks source link

[Request] Option to lower images resolution #71

Closed D4anielCB closed 3 years ago

D4anielCB commented 3 years ago

Hi there, I think that would be great if we had the option to lower the quality from the scrapped images, as there are a lot of tv boxes that has only 8gb internal storage as mibox. I believe that would be very simple to implement just change the /original/ in the url image of tmdb to /w500/ or other resolutions

Thanks in advance

rmrector commented 3 years ago

I'm not real excited about saving that smaller size into the library data by handling this in the scraper.

This is better configured in Kodi itself for all cached images using advancedsettings.xml.

D4anielCB commented 3 years ago

I'm not real excited about saving that smaller size into the library data by handling this in the scraper.

This is better configured in Kodi itself for all cached images using advancedsettings.xml.

I didn't know about it, im sorry about my ignorance, it should work as expected, thanks for replying. You should close this

rmrector commented 3 years ago

Cheers.