How to search for odd resolutions?
#1
On my way to improve my library I tried to search for alle movies that do have (in my eyes) odd resolutions. For example:

640x352
704x392
1280x544
1920x1038
1920x1040
...

The drop-down list in the search dialog offers:

480p
540p
576p
720p
1080p
4k
SD
HD

How can I search for e.g. "640x352"? If it's not possible - may I issue a feature request?

Many thanks in advance.
#2
the dropdown (as well as "resolution detection" inside tmm) is based on the Kodi implementation, which does only provide some predefined resolutions.

If you want to have all your resolutions listed in this dropdown, you will end up with a HUGE list of similar resolutions (e.g. differently cropped versions of the "same" resolution).
take for example 1080p (from your examples)

16:9 (1.77:1) would be 1920x1080
1.85:1 would be 1920x1038
2.35:1 would be 1920x817
2.40:1 would be 1920x800

more examples at http://blog.chameleondg.com/post/1118910...heat-sheet

...
from that point of view, you have in your dropdown a list of 4+ entries for 1080p - this won't give the user any benefit.

If you want to sort out your movies, I'd suggest you to export these information via a csv/excel template with the needed information and sort/filter whatever with excel.
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#3
Thanks for your answer. Will grep through my *-mediainfo.xml files.

Logout Mark Read Team Forum Stats Members Help
How to search for odd resolutions?0