Dusk-Labs / dim

Dim, a media manager fueled by dark forces.
GNU Affero General Public License v3.0
3.79k stars 160 forks source link

Some anime episodes with rolling episode number dont match. #108

Open vgarleanu opened 3 years ago

vgarleanu commented 3 years ago

Some animes come named in a rolling fashion, as in theyre not separated by seasons and the episode count is usually the same as the number of episodes aired.

Example

'Shingeki no Kyojin (The Final Season) - 60 (1080p).mkv'
'Shingeki no Kyojin (The Final Season) - 61 (1080p).mkv'
'Shingeki no Kyojin (The Final Season) - 62 (1080p).mkv'
'Shingeki no Kyojin (The Final Season) - 66 (1080p).mkv'
mental32 commented 3 years ago

FWIW obvious fix is to rename the file so the scanner can parse a season + episode number but yeah this should probably be a pattern already handled by the scanners implicitly.

Also can we involve a regex building-like of API for unmatched media? I remember there was some sort of plan for it but I don't know what happened.