Kodi Community Forum

Full Version: Addon to export movie list with HD/SD tags?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is there any way or any addon to export a list of movies that are just SD, or export an entire library list with the HD/SD tags? I want to see which movies are SD and try to find an HD replacement for them. I've tried searching and there are tons of ways to export lists, just not with the info I am looking for.
If your library contains the streamdetails metadata information for your movies, the following will list your SD movies:
Code:
./texturecache.py query movies "streamdetails.video.height < 720 and streamdetails.video.width < 1280"

See sig for details.
Thank you. I found a 3rd party add-on called Media Companion that can filter by resolution then output via html. Its an add-on in Kodi but I ran the stand alone app.