TMM showing 480P icon for movies with 720x300 (movie croped)
#1
Hi there,

I'm running TMM version 4.0.7 and I have noticed for movies in the format of 720x300(ish) TMM shows a 480p symbol.
When looking at the nfo for that movie I see the video info as:

  <codec>h264</codec>
                <aspect>2.400000</aspect>
                <width>720</width>
                <height>362</height>

Because of the cropping the resolution is changed. I can manually override the resolution under mediafiles, but I was wondering if there is a way to have some kind of automation/logic behind it to recognize this.
Thanks!
#2
you can see the implementation here: https://gitlab.com/tinyMediaManager/tiny....java#L458 which is basically a copy of the detection from Kodi (to achieve the same results).

Cropped movies are in some sort of grey zone here, because you never know what the resolution with black bars was.
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
(2021-01-25, 11:35)mlaggner Wrote: you can see the implementation here: https://gitlab.com/tinyMediaManager/tiny....java#L458 which is basically a copy of the detection from Kodi (to achieve the same results).

Cropped movies are in some sort of grey zone here, because you never know what the resolution with black bars was.

Thanks, makes sense.

Logout Mark Read Team Forum Stats Members Help
TMM showing 480P icon for movies with 720x300 (movie croped)0