Benjamin Brisson

Results 179 comments of Benjamin Brisson

Instead of generating a .Plex match file, renaming the file would make more sense. Now you will say you cannot change the filename but that's only the case if using...

50TB? is that a 6TB HDD x 8 raid set-up ? Are you even using Hi10p torrent releases ? I have saved bucket of space and higher quality with them...

Are you scanning a network path by any chance? Try mapping drive to a drive letter and to scan that, as I believe it is an UNC path bug...

line 584: if fnmatch.fnmatch(path2+'/', pattern): gives error 'bad character range' Would need the path at fault, possibly a filename in folder: \\BiggerBoy\Media\Videos\Anime\Rascal Does Not Dream Of Bunny Girl Senpai [anidb-13900]\Openings

https://github.com/ZeroQI/Absolute-Series-Scanner/blob/master/Scanners/Series/Absolute%20Series%20Scanner.py#L584 `if fnmatch.fnmatch(path2+'/', pattern):` this line gives error 'bad character range' which implies pattern has an hyphen in the middle and wrongly believe it is a character range. Plexignore pattern...

Replace line 575 `if fnmatch.fnmatch(path2+'/', pattern):` With `if fnmatch.fnmatch(path2+os.path.sep, pattern):` Issue is hard coded '/' for .plexignore files which only works for linux seemingly.

'Extras' folders are skipped by default by both default Plex scanner and ASS, I do not see any point in creating a plexignore file for that... https://anidb.net/anime/13900 I dictate the...

It should go to the Plex Media Scanner.log, or if i am mistaken the ASS series specific custom scanner log

Skipping over directory 'Rascal Does Not Dream Of Bunny Girl Senpai [anidb-13900]\Bluray Scans', as nothing has changed; removing 0 media items from map. Apr 24, 2022 07:48:37.330 [20000] DEBUG -...

the try catch is preventing an uncaught exception, making it scan propertly. Was a plex dance or folder changed (remove or add an episode) so the scanner run without relying...