Req Renamer and List
#1
Hi,

A few days ago I miss (v2.8.3.1) an additional parameter in option in the Filter and in the "List of Movies":

Renamer: Add another option to specify the Horizontal resolution and the vertical resolution. Now we have the $R (but is "width x height"), but not option to set only one of them. For example, I'm adding the "height" in the name of the film and in the subfolder, so now I do it manually, because in may case not all the films have the same "width", but all mime have the same "height". In the filter this option should be antoher option to check to filter it quickly.

List: If in the list appears this option as elegible (as one of the visible columns), I could have the same film in different resolution ("height") without the problem know which one is which one and easy identified. Now a days I use diferent instances of TMM, each one with diferent movie locations (and every location is the "height" subfolder)

Thanks in advance...
#2
we have an option which represents the vertical resolution: $F
I know that this is not the "real" vertical resolution, but who cares if the movie has 720px or 724px or 716px height?

#2 is noticed in our todo list
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
I saw the $F option, but I will use the "real" resolution to add in the filename.

If I have resolution of 576 and 720, I will have different two filenames, but using the $F I always have the same filename in the two cases.

With $F:
MovieName-720p.mkv

With Real resolution:
MovieName-576.mkv
MovieName-720.mkv

Now I'm using the "$R", but I can not organice it because not all the films have the same horizontal, but I have all with the same vertical.
#4
hmm... 576 is quite a common format and should be detected as such.
Can you show me some mediainformation from this video file?
Expecially the video width & heigth.

We're using the same implementation as in Kodi..
see https://github.com/xbmc/xbmc/blob/master...s.cpp#L567
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#5
For example this film (obtained with MediaInfo 0.7.89)

The 576 film:
Code:
Complete name                            : M:\Videos\576p\Transformers - Age of Extinction (2014) - 1382x576\Transformers - Age of Extinction (2014).mkv
Format                                   : Matroska
Format version                           : Version 4 / Version 2
File size                                : 3.74 GiB
Duration                                 : 2 h 45 min
Overall bit rate                         : 3 246 kb/s
Writing application                      : mkvmerge v9.4.2 ('So High') 64bit
Writing library                          : libebml v1.3.4 + libmatroska v1.4.5 / Lavf55.12.0

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 4 frames
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 2 h 45 min
Width                                    : 1 382 pixels
Height                                   : 576 pixels
Display aspect ratio                     : 2.40:1
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) FPS

The 720p film
Code:
Complete name                            : M:\Videos\720p\Transformers - Age of Extinction (2014) - 1728x720\Transformers - Age of Extinction (2014).mkv
Format                                   : Matroska
Format version                           : Version 4 / Version 2
File size                                : 5.09 GiB
Duration                                 : 2 h 45 min
Overall bit rate                         : 4 415 kb/s
Writing application                      : mkvmerge v9.4.2 ('So High') 64bit
Writing library                          : libebml v1.3.4 + libmatroska v1.4.5 / Lavf55.12.0

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 4 frames
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 2 h 45 min
Width                                    : 1 728 pixels
Height                                   : 720 pixels
Display aspect ratio                     : 2.40:1
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) FPS
#6
I am sorry - looking at your information it seems that you have weird resolutions of your movies which result in your problem.

according to https://en.wikipedia.org/wiki/Display_re...elevisions there are well known resolutions - which must be adopted to the aspect ratio of the movie

a 720p movie e.g. has the resolution
1280 x 720 (16:9)
1280 x 544 (2.35:1)

with our logic both resolutions get detected as 720p inside tmm & kodi;
Your movies DO NOT have a standard width and thus the detection does not work (btw: 1382x572 is definitely not 576p!)

conclusio: when working with standard resolutions, $F works; working with odd resolutions you still have the possibility to use $R
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
#7
Ok. I see they recognise it depending of the W resolution, so I need to reencode the films using "standard" resolutions.

Thanks,

Logout Mark Read Team Forum Stats Members Help
Renamer and List0