I was trying to solve the year in the title recognition issue fully using Tenchi Muyou! Ryououki 1992 1994 and 2003
by default, all are grouped into one so i split the series and all share the 1992 version info
if i unmatch a serie, and modify the title to include the year, i click "Fix incorrect match" and it show automatically the original title
matched (not the one with the year) as a result (had issues with the first screeen being fixed, and could not change it, seem to be a cache issue, resolved now). if i go to custom, it shows the year in the title
I have modified my agent to use match if the string is contained in the search, not only the exact match, so the sequels with years show in the custom search, looks great and make it very easy to correct issues
Also, movies in series get info pulled ok (although the filename seem to match sereis with 01 afterwards FOR NOW)
To DO (not sure i can, it involves scanners, help welcome)
======
. Allow movies (single OAVs) in the series. the code works, pull a poster from anidb, tmdb, imdb for princess mononoke, BUT needs an "01" after the name so the scanner accepts it. definitely in the scanner code, we need to make single movies episode 01 (or not ?).
. Allow the use of AniDB membering for specials in the scanner by translating to the s00exxx range concerned since the agent already supports it (s00e101 is opening 1 if i recall well)
. Allow year in title, as Plex remove the year when handing it to the agent, and if series have the same name without the year (tenchi muyo Ryouoky) it group them in one. possibly in the VideoFiles.py > VideoFiles.CleanName() function here:
https://github.com/plexinc-plugins/Scanners.bundle/blob/master/Contents/Resources/Common/VideoFiles.py#L164
It seems we can create a folder Scanners > Common >CustomVideoFiles.py and modify in the scanner "import Media, VideoFiles, Utils" to add "CustomVideoFiles, CustomStack" along with replacing "VideoFiles.CleanName" with "CustomVideoFiles.CleanName"
Source: https://forums.plex.tv/topic/58512-how-to-overrideupdate-videofilespy/?hl=videofiles
Source: https://forums.plex.tv/topic/53368-custom-plex-scanners/
I speak and write french english and spanish in that order. i will work on hama and look into the scanner, but it is my first python project (which i forked from Atomic Strawberry, thanks again dude), so compliments, critics welcome, and if you know the best way to select