View Issue Details

IDProjectCategoryView StatusLast Update
0014269MMW 5DB / Backuppublic2019-09-26 07:17
Reporterpeke Assigned To 
PriorityimmediateSeveritymajorReproducibilityN/A
Status closedResolutionfixed 
Summary0014269: Type Detection: TV Series
DescriptionWe should change hardcoded TV Series Type detection based on 0012481:0048059

In order to better test Implementation of TVDb Auto-Tag ~48107
TagsNo tags attached.
Fixed in build2069

Relationships

related to 0012481 assignedmichal Metadata Support: Common External metadata support 
related to 0012423 newrusty Improved per-Type behavior: Auto-tag from Filename masks should be per Type 
related to 0013756 feedbackrusty Add/Rescan: Add additional Column of preffered/expected content type 
related to 0014048 newmichal TV Series: Browser View 

Activities

Ludek

2017-06-21 12:15

developer   ~0048205

Last edited: 2017-06-21 12:23

Fixed in 2069.

It uses the same set of masks as for the automatic video metadata detection from path/filename and once either episode or season is presented then "TV" track type is assigned.

The current mask set (as in MM4) is https://www.dropbox.com/s/wmpei2kljrxi2di/Screenshot%202017-06-21%2014.20.50.png?dl=0

peke

2017-06-22 01:59

developer   ~0048219

Type is detected OK as My files are well organized so path includes <Series>\Season <Season#:2>\<Filename> but missing metadata is not recognized at all as Masks from 0012481:0048059 are not considered and ~48107 fail due the no episode metadata filled.

Ludek

2017-06-22 09:15

developer   ~0048220

Last edited: 2017-06-22 09:18

Resolving as the type detection is OK.

The mask issues with multi-episode metadata are tracked in the original issue 0012481:0048221

peke

2017-06-22 20:54

developer   ~0048230

Last edited: 2017-06-22 21:16

Type failed to be detected if multiple files/episodes are in single folder like
d:\Not Watched\Show Name.S02E03.720p.HDTV.XviD-RLSGROUP.ext 0012481:0048059

That is why I suggested 0013756 which would narrow recognition mask and also increase accuracy if separated like pointed in 0012423

Ludek

2017-06-26 12:03

developer   ~0048260

Last edited: 2017-06-26 12:04

I have just tried with path
'd:\Not Watched\Show Name.S02E03.720p.HDTV.XviD-RLSGROUP.avi'
and it was correctly detected as Season# = '02', Episode# = '03' and thus classified as TV.

I tested with build 2070 because of fixes in 0012481:0048223

Could you re-test in 2070? I don't see how this could be related to multiple files in a single folder. If you still can replicate with 2070 then please ZIP on of such a folders and upload to our FTP so that I could replicate.

peke

2017-06-26 13:27

developer   ~0048266

Will do more tests, it is possible that it was test error.

Episode number is not detected as I explained in 0012481:0048229

you can locate file on ftp at "MM5/bugs/bug12481/2070.rar" we should continue regarding metadata detection there.

Ludek

2017-06-26 16:20

developer   ~0048270

ok, I found it finally. I forgot that the masks are written to MM.INI as VideoMasks and I compiled MM with DUnit in which case always the default mask set is taken. But in your case still the old VideoMasks from MM.INI are used :-/ Probably so that user modified masks are not overwritten by the new default.

Continued in 0012481

peke

2017-06-26 21:33

developer   ~0048274

Closing removing [VideoMasks] fixes the problem.