A Plex Series Scanner makes the video files showing in Plex and populate the following for the video files: - Series name (including forced id passed to agent search() function) - Series year (optional) - Season number - Episode number - Episode title (not filled by plex default series scanner, but ASS fills it, but this will be overwritten by the metadata agent)
If a file is not showing in plex or showing at the wrong season and/or episode number, or is not passing through the forced id, then it is a scanner issue. Anything else is metadata related and agent specific.
If you post anything on the scanner github or thread for any issue like poster missing/wrong, episode thumbnail/screenshot/title/summary missing/wrong, then you clearly haven't read this and need to pay the RTFM tax by donating (or you just find this the best anime scanner and/or agent, much apreciated average is 5 euros). Also applies if you want assistance but didn't follow troubleshooting steps or include logs...
A Plex metadata agent will: - Search the metadata source using the Series name given by the scanner and assign the series a guid, a unique identifier used to download the metadataa informations - Update all the metadata information ((Series Title, summary year, episode title, summary, posters, fanart, tags, ...) for series and files showing in Plex thanks to the scanner. - Full list of fields here: see https://github.com/ZeroQI/Hama.bundle/wiki/Plex-Metadata-Fields-Available for full list of fields) Any information missing or wrong inthere in Plex is an Agent issue, refer to the Agent readme here: https://github.com/ZeroQI/Hama.bundle/blob/master/README.md
This scanner supports absolute and season numbering, but here are two references for guidelines - Naming convention for Plex: https://support.plex.tv/hc/en-us/sections/200059498-Naming-and-Organizing-TV-Shows - Naming convention for XBMC: http://wiki.xbmc.org/index.php?title=Naming_video_files/TV_shows - Specials chars handling ("CØDE:BREAKER") and files starting with dots (".Hack") - Do not use semicolon: ';', replace with space as plex give only the title up to this character to media.title (if movie) / media.show (if TV Series) and truncate wven file path
File naming convention | Template / Folder | Example |
---|---|---|
Splitting folders: | 0-9 | 0-9, A,...,Z folder. Add EACH as folder. Do not use the parent folder |
Episode Name Pattern: | Season %S/%SN s%0Se%0E | Season 2/Show Name s02e03.ext |
Multi-Episode style: | Extend | Season 2/Show Name s02e03-05.ext |
Multi-part episodes: | cdX, discX, diskX, dvdX, partX, ptX | Season 2/Show Name s02e03 - pt1.ext |
Multi-Media Version: | Movie Name (year) - 1080p.ext | Movie Name (year) - 1080p.ext |
Specials scrapped: | Specials, Season 0 | s00e01/OP1/Ed3a/NCOP/S01/S1.ext |
Other non scrapped: | Extras | Extras/Show Name xxxx.ext |
BD rips | /path/to/series-library/Series Name Season 2 | Series.Name.Disc1.S02.E01-E12/BDMV/STREAM |
Hama is a anidb (single season) & tvdb (multiple seasons) agent so either naming convention is fine. It will detect either successfully but you can convert one convention to the other whicle displaying by forcing ids (further down)
Let's use One piece special "Heart of Gold":
TVDB seasons - http://thetvdb.com/?tab=episode&seriesid=81797&seasonid=31892&id=5687281&lid=7 - "One piece/One Piece s00e35 Heart of Gold [sub fr].ext"
Anidb (single) season - http://anidb.net/perl-bin/animedb.pl?show=anime&aid=69 - "One piece/One Piece s00e23 Heart of Gold [sub fr].ext" - "One piece/One Piece S23 Heart of Gold [sub fr].ext"
Type | Internal letter | Episode number |
---|---|---|
Specials | S | Episodes 001-100 |
OPs | C | Episodes 101-150 |
EDs | C | Episodes 151-200 |
Trailers | T | Episodes 201-300 |
OPs/EDs | P | Episodes 301-400 |
Others | O | Episodes 401-500 |
unmapped | Episodes 501-600 |
Movie files in Series libraries (since this is a Series Scanner) are supported if: - Files are in a folder with the same name or with a single file inside it - Filename contain " - Complete Movie" - Files are numbered (01|ep 01|s01e01)
It is supported but through "local media assets" agent, add it and and put it before HAMA in the priority order.
https://support.plex.tv/hc/en-us/articles/200220717-Local-Media-Assets-TV-Shows
Data type | Source | Comment |
---|---|---|
fanart | art/backdrop/background/fanart-1.ext | -1 can be ommited (same level as Video TS) |
Series poster | Series folder: Show name-1/folder/poster/show.ext | (jpg, jpeg, png, tbn) |
Season poster | Season folder: Season01a.ext | (jpg, jpeg, png, tbn) |
Banner | banner/banner-1.jpg | |
Theme song | theme.mp3 | |
Subtitles | file name.ext (srt, smi, ssa, ass) | |
Plexignore files | .plexignore | |
Movie libraries can have "Extra" in a specifically named folders or with the following at the end of the filename (hyphen important, no space afterwards):
Note: "Extras" folder is skipped by the absolute series scanner, put unsorted files in there, it won't show up in Plex
Hama supports the following guid_type: - anidb for AniDB.net (and and the behaviour changing mode anidb2) - tvdb for TheTVDB.com (and the behaviour changing modes: tvdb2, tvdb3, tvdb4) - tmdb For TheMovieDB.net (and the series part of TheMovieDB: tsdb) - imdb For the International Movie DataBase (ids starts with "tt...") - youtube for youtube channel and playlist id (and video id on filenames)
You can specify the guid to use the following way: - In Series folder name by adding " [guid_type-id_number]" at the end (like "Oruchuban Ebichu [anidb-150]") - In "series_folder/guid_type.id" file with the id in it (ex: "Oruchuban Ebichu/anidb.id" file with "150" inside without double quotes) - In custom search series name by adding " [guid_type-id_number]" at the end (ex " [anidb-150]") for modes which do not change the season or episode numbers at scanner level (so anidb, tvdb and not numbered guid_types unless tvdb4 and you already put the eps in their respective seasons folders)
guid_type | Real file numbering | Seasons numbering | Episodes numbering | Use case (example) |
---|---|---|---|---|
anidb | Absolute | 1 | AniDb | Force the anidb series id. Series will follow anidb episode numbering convention including specials
|
anidb2 | Absolute | TVDB | TVDB | Map Anidb entries to the tvdb at the right season and ep number to show one Plex series entry only (need to be within a single tvdb entry)
|
anidb3 | Absolute | TVDB | TVDB | Uses ScudLee mapping to map the AniDB series to TVDB entries BUT overrides the mapping for TVDB season 0 entries and puts them in AniDB relational order by appending to existing seasons or adding new seasons at after the last TVDB season
|
anidb4 | Absolute | TVDB | TVDB | Uses ScudLee mapping to map the AniDB series to TVDB entries BUT overrides the mapping for TVDB seasons entries and puts them in AniDB relational order by inserting new seasons and pushing later TVDB seasons back
|
tvdb | Season | TVDB | TVDB | Force the tvdbid, series will follow tvdb episode numbering convention including specials
|
tvdb2 | Absolute | TVDB | TVDB | for absolute numbering displayed virtually as tvdb numbering, episode number resets to 1 each season, for series like Sword art Online(1-50, will be split into Season 1 [1-25] and Season 2 [1-25])
|
tvdb3 | Absolute | TVDB | Absolute | For absolute numbering episodes displayed virtually using tvdb season numbering for long running series like One piece (1-700+, will be split into seasons while keeping the absolute episode number intact without having to create seasons in the real folder
|
tvdb4 | Absolute, random season | Abs/Custom/Arc db | Absolute | For absolute numbering episodes displayed using series arc as season for long running series with arcs like Dragon Ball Kai, or separated anidb series considered as half seasons by thetvdb (like 'Seraph of the end' numbered 1-24 splitted into 2 seasons). Will take the arc definitions from tvdb4.mapping.xml and posters from tvdb4.posters.xml unless the absolute numbered episodes were placed in season folders already
|
tvdb5 | TVDB | Absolute | Absolute | TheTVDB Absolute numbering order (most useful for Star Wars: The Clone Wars, First ep is s02e15...) will remove seasons present and use the 'absolute_number' tvdb field order to re-sort the episodes. Allow to insert specials in between episodes too (prequel)
|
youtube | YouTube | None | None | Put Playlist id (PL... 2+16/32 chars long) on series folder or season folder (auto-reversing) or channel id on series folder (year used as season, added as date-based unless there are duplicates for the date in which case it choose ep number MMDDxx with XX being incremental) |
youtube2 | YouTube | None | None | Recommended for channels that release multiple episodes per day. Put channel id on series folder (year used as season, episodes added as MMDDhhmm. If date not present in filename, will use the files date for Month, Day, Hour and Minute, but if the date is present in the filename than Month and Day are pulled from it instead) |
You can force the tvdb4 mapping with a "tvdb4.mapping" file in the series folder containing the mapping format. Because it doesn't have an XML extension, it won't accept XML tags inside. Format exemple is fom anime tvdbid="331753" name="Black Clover":
01|001|013|Introduction Arc
02|014|019|Dungeon Exploration Arc
03|020|027|Royal Capital Arc
04|028|039|Eye of the Midnight Sun Arc
05|040|050|Seabed Temple Arc
06|051|065|Witches' Forest Arc
07|066|072|Hot Springs Training Camp Arc
08|073|084|Royal Knights Arc
09|085|120|Reincarnation Arc
10|121|121|Arc 10 (unknown length)
Filebot support metadata in file system extended attributes, and has released a movies, series scanner and secondary agent here: https://github.com/filebot/plex-agents/blob/master/Scanners/Series/FileBot%20Xattr%20Series%20Scanner.py
One can instruct to save metadata in the OS file system metadata (examples attached) - "database":"TheTVDB", "type":"TV Series","id":253463 => translate into [tvdb-id] - "database":"AniDB", "type":"Anime", "id":578 => translate into [anidb-id - "database":"TheMovieDB::TV", "type":"TV Series","id":42009 => translate into [tsdb-id] - "database":"TheMovieDB::??????","type":"Movies", "id":????? => translate into [tmdb-id] {"@type":"Movie","year":2016,"imdbId":2513074,"tmdbId":293767,"language":"en","id":293767,"name":"Billy Lynn's Long Halftime Walk","aliasNames":[]}
If the season and/or episode numbers of your files don't match up with the AniDB or TVDB episodes, you can manually specify the season and the episode offset in the parent folder name.
The following suffixes are supported:
- -sY]
All episodes in the folder are assigned to season Y, but the episode number stays the same.
- -eZ]
Episode numbers found in the files are adjusted.
- For positive offsets, the episode number becomes epNum+Z-1. (Episode 1 will show up as episode Z)
- For negative offsets, the episode number becomes epNum+Z. (For Z=-13, episode 14 will show up as episode 1)
- -sYeZ]
The effects of the options above are combined.
== Example 1 ==
- "Bakuman [anidb2-7251]" = "Bakuman [tvdb-193811-s1]" = "Bakuman [tvdb-193811]"
- "Bakuman 2011 [anidb2-8150]" = "Bakuman 2011 [tvdb-193811-s2]"
- "Bakuman 2012 [anidb2-8836]" = "Bakuman 2012 [tvdb-193811-s3]"
== Example 2 ==
- "Sailor Moon Crystal [tvdb2-275039]"
- "Sailor Moon Crystal Season 3 [anidb2-11665]" = "[tvdb-275039-s3]" | "[tvdb2-275039-s3]" (depending if you keep absolute numbered eps in seasons)
== Example 3 ==
- "Bleach [tvdb3-74796]"
- "Bleach movie 1 Memories in the Rain [tvdb3-74796-s0]"
- "Bleach movie 2 The Diamond Dust Rebellion [tvdb3-74796-s0e4]"
== Example 4 == tvdb4 Custom selected Arcs as seasons (as tvdb use them as half seasons for black lagoon for example)
The arc definition to split into seasons the absolute numbering is done using the following order:
- Seasons folders manually created by the user with absolute numbered episodes inside (seasons already mapped manually)
- in a local "tvdb4.mapping" file inside series folder with the following format lines, one per arc/season:
\|\|\|\(optional)
- without doing anything using the online arc database [github tvdb4.mapping.xml](https://github.com/ZeroQI/Absolute-Series-Scanner/blob/master/tvdb4.mapping.xml)
<anime tvdbid="79604" name="Black Lagoon">
01|001|012|The First Barrage
02|013|024|The Second Barrage
03|025|029|Roberta's Blood Trail
</anime>
<anime tvdbid="289906" name="Seraph of the End">
01|001|012|Vampire Reign
02|013|024|Battle in Nagoya
</anime>
"Black Lagoon [tvdb4-79604]"
"Black Lagoon - The Second Barrage [tvdb4-79604-s2]"
"Black Lagoon - Roberta`s Blood Trail [tvdb4-79604-s3]"
"Seraph of the End - Vampire Reign [tvdb4-79604]"
"Seraph of the End - Battle in Nagoya [tvdb4-79604-s2]"
https://support.plex.tv/articles/201381883-special-keyword-file-folder-exclusion/ - Warning: This is an advanced feature and is not intended for general users. - Blank lines and lines starting with # are ignored. - The * character is a wildcard. - Patterns without the forward-slash (/) character (e.g. .mkv) match filenames in the same directory as the .plexignore file, or its subfolders - Patterns with the forward-slash (/) character (e.g. somedir/) match directory and file patterns relative to the directory containing the .plexignore file only, not is subfolders
Source: https://support.plex.tv/articles/202915258-where-is-the-plex-media-server-data-directory-located/ Location: - Windows: %LOCALAPPDATA%\Plex Media Server - OSX: ~/Library/Application Support/Plex Media Server/ - Linux and NAS Devices: $PLEX_HOME/Library/Application Support/Plex Media Server/ - Debian, Fedora, CentOS, Ubuntu: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/ - FreeBSD: /usr/local/plexdata/Plex Media Server/ - FreeNAS: ${JAIL_ROOT}/var/db/plexdata/Plex Media Server/ - ReadyNAS: /apps/plexmediaserver/MediaLibrary/Plex Media Server/ /data/plex_conf/Library/Application Support/Plex Media Server - Synology, Asustor: /Volume1/Plex/Library/Application Support/Plex Media Server/ - TerraMaster: /home/plex/Library/Application Support/Plex Media Server - Thecus: /raid/data/module/Plex/sys/Plex Media Server/ - Western Digital /mnt/HD/HD_a2/plex_conf/Plex Media Server/ - Western Digital My Passport Wireless Pro: /shares/Storage/.wdcache/.plexmediaserver/Application Support/Plex Media Server/ Variable path: - QNAP: getcfg -f /etc/config/qpkg.conf PlexMediaServer Install_path then add '/Library/Plex Media Server' - Seagate: sudo rainbow —enter com.plex.plexmediaserver. Once in, you can go to the data directory:
You can actually move the plex system folder/storage/database here: (i give no warranty it works, you lunatic!)
- PMS: PMS settings > Server > General > 'The path where local application data is stored'
- registry: HKEY_CURRENT_USER\Software\Plex, Inc.\Plex Media Server key\LocalAppDataPath [type REG_SZ] the full path to the directory
- Windows simlink: stop PMS, mklink /D "C:\Users\
Note: - "Scanners" and "Series" folder are not created by default and will need to be created. - "Scanners" folder will be at the same level as "Plug-in Support" folder (in other words the same parent directory) - "Absolute Series Scanner.py" resides in Series folder, do not create an additional folder not listed like "absolute-series-scanner-master" and add the correct permissions on the init.py file. This should be done with chmod +x under linux - Once the scanner is installed correctly, when creating a library you can select the custom scanner, otherwise the drop-down selection list is not shown when creating a TV Series library on the advanced tab.
Linux install script example
mkdir -p '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners/Series'
wget -O '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners/Series/Absolute Series Scanner.py' https://raw.githubusercontent.com/ZeroQI/Absolute-Series-Scanner/master/Scanners/Series/Absolute%20Series%20Scanner.py
chown -R plex:plex '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners'
chmod -R 775 '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners'
Absolute series Scanner saves its custom logs in this relative path: Plex Media Server\Logs\ASS Scanner Logs...
If the scanner crash, you will get either no files (library creation) or no change (library already created) and will need to attach: - [...]/Plex Media Server/Logs/Plex Media Scanner.log
To have logs saved per library and also a log is not created per series, you might need to create a Plex token id file (Never share your Plex token) - Plex Media Server/X-Plex-Token.id containing the Plex token id by loggin on plex.tv/desktop, then https://plex.tv/devices.xml, it will be MediaContainer/Device ... token="xxxxxxxxxxxxxx"
For issues series specific (indicate if file not present, but create a token id file, see above): - [...]/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.hama/DataItems/Logs/root_folder_name.filelist.log - [...]/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.hama/DataItems/Logs/root_folder_name.scanner.log - [...]/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.hama/DataItems/Logs/Library_name/root_folder_name.filelist.log - [...]/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.hama/DataItems/Logs/Library_name/root_folder_name.scanner.log
You will find per-serie logs there with the following extensions as HAMA and ASS gather all logs in one place - root/root folder name.filelist.log - Scanner filelist and 'plexignore logs - root/root folder name.scanner.log - Scanner logs including: serie title season, episode number and preliminary title - root/root folder name.agent-search.log - Agent search, show the assignment to the right serie - root/root folder name.agent-update.log - Agent metadata update logs grom the guid assigned by the agent search function.
And post in either: - Plex Support thread for Scanner (you are unsure if it is a bug) - Github issue page (you have a bug) - Creating a post or bug report without including relevant information like logs, serie impacted, or having not said the troubleshooting steps were followed will be recommended to pay the RTFM tax by donating. This part is called 'Exhibit A'.
Nov 16, 2016 18:48:53.594 [0x7f48c2324800] DEBUG - Adding subdirectory for scanner: /home/plex/things/anime/Ah! My Goddess 2
Nov 16, 2016 18:48:53.597 [0x7f48c2324800] ERROR - No module in VideoFiles
Nov 16, 2016 18:48:53.597 [0x7f48c2324800] ERROR - Error scanning directory .
Nov 16, 2016 18:48:53.597 [0x7f48c2324800] ERROR - No module in Absolute Series Scanner
Nov 16, 2016 18:48:53.598 [0x7f48c2324800] ERROR - We got an error scanning in /home/plex/things/anime
You bloody downloaded the web page and not the actual py file:
Jul 23, 2016 12:55:54.558 [5288] ERROR - Error scanning directory .
Jul 23, 2016 12:55:54.574 [5288] ERROR - No module in Absolute Series Scanner
Jul 23, 2016 12:55:54.574 [5288] ERROR - Error in Python: Looking up module:
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Plex Media Server\Scanners\Series\Absolute Series Scanner.py", line 8, in
from lxml import etree # fromstring
ImportError: DLL load failed: The specified module could not be found.
On windows install https://www.microsoft.com/en-us/download/details.aspx?id=48145 or other runtimes
2016-06-29 23:30:09,104 (30c) : CRITICAL (core:574) - Exception while loading code (most recent call last):
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a17e99e\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\core.py", line 563, in load_code
self.init_code = self.loader.load(self.init_path, elevated, use_xpython = Framework.constants.flags.use_xpython in self.sandbox.flags)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a17e99e\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\code\loader.py", line 47, in load
code = self.compile(str(source), str(uni(filename)), elevated)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a17e99e\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\code\loader.py", line 52, in compile
return RestrictedPython.compile_restricted(source, name, 'exec', elevated=elevated)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a17e99e\Framework.bundle\Contents\Resources\Platforms\Shared\Libraries\RestrictedPython\RCompile.py", line 115, in compile_restricted
gen.compile()
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a17e99e\Framework.bundle\Contents\Resources\Platforms\Shared\Libraries\RestrictedPython\RCompile.py", line 68, in compile
tree = self._get_tree()
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a17e99e\Framework.bundle\Contents\Resources\Platforms\Shared\Libraries\RestrictedPython\RCompile.py", line 59, in _get_tree
tree = self.parse()
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a17e99e\Framework.bundle\Contents\Resources\Platforms\Shared\Libraries\RestrictedPython\RCompile.py", line 56, in parse
return niceParse(self.source, self.filename, self.mode)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a17e99e\Framework.bundle\Contents\Resources\Platforms\Shared\Libraries\RestrictedPython\RCompile.py", line 38, in niceParse
compile(source, filename, mode)
TypeError: compile() expected string without null bytes
Rights issues on Windows 2008 R2, solved by changing rights for: - ...\Users\Administrator\AppData\Local\Plex Media Server\Plug-Ins - ...\Users\Administrator\AppData\Local\Plex Media Server\Scanners
On linux (and Mac OS-X), permissions issues could prevent the scanner execution, but after creating folder and setting proper permissions, all was working. Exemples solved by creating folders and setting proper permissions: - Mac OS-X" the logs don't go in default logs folder but a user folder: '/Users/renaldobryan/Library/Application Support/Plex Media Server/Logs/Plex Media Scanner (custom ASS).log'. - "Feral Hosting Seedbox" error "IOError: (2, 'No such file or directory', '/media/sdt1/jusjtk91/Library/Application Support/Plex Media Server/Logs/Plex Media Scanner (custom ASS).log')".
Using the latest binhex plexpass docker returns: https://github.com/binhex/arch-plex
Error in Python: Looking up module:
Traceback (most recent call last):
File "/config/Plex Media Server/Scanners/Series/Absolute Series Scanner.py", line 20, in
from lxml import etree # fromstring
ImportError: libexslt.so.0: cannot open shared object file: No such file or directory
Using the latest binhex plexstandard docker returns: https://github.com/binhex/arch-plex
Error in Python: Looking up module:
Traceback (most recent call last):
File "/config/Plex Media Server/Scanners/Series/Absolute Series Scanner.py", line 20, in
from lxml import etree # fromstring
ImportError: libexslt.so.0: cannot open shared object file: No such file or directory
Solution: Opening the dockers terminal and running "pacman -S libxslt --noconfirm" then rebooting the docker fixes the issue.
Reference for editing Read-Me: Link to Markdown or https://help.github.com/articles/basic-writing-and-formatting-syntax/
Donation link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=S8CUKCX4CWBBG&lc=IE&item_name=ZeroQI&item_number=Absolute%20Series%20Scanner%20%2b%20Http%20AniDB%20Metadata%20Agent¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Operating system and version: Windows 11 22H2 Plex version: 1.30.1.6562-915986d62
I add the library just like usual, I select the ASS scanner and episodes should pop up.
I add the library just like usual, I select the ASS scanner and no episodes show up
Jan 24, 2023 18:09:47.082 [41684] INFO - Plex Media Scanner v1.30.1.6562-915986d62 - Microsoft PC x64 - build: windows-x86 - GMT 01:00
Jan 24, 2023 18:09:47.083 [41684] INFO - Windows version: 6.2 (Build 9200), language en-US
Jan 24, 2023 18:09:47.083 [41684] INFO - 12 3700 MHz processor(s): Architecture=0, Level=25, Revision=8448 Processor Identifier=AMD64 Family 25 Model 33 Stepping 0, AuthenticAMD
Jan 24, 2023 18:09:47.083 [41684] DEBUG - "C:\Program Files (x86)\Plex\Plex Media Server\Plex Media Scanner.exe" --scan --refresh --section 5 --activity a023e2d2-145e-422c-b4c4-ac7e1beb6eb6
Jan 24, 2023 18:09:47.082 [45456] DEBUG - Opening 20 database sessions to library (com.plexapp.plugins.library), SQLite 3.35.5, threadsafe=1
Jan 24, 2023 18:09:47.165 [45456] DEBUG - [HCl#1] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=0
Jan 24, 2023 18:09:47.165 [18076] DEBUG - [HCl#2] HTTP requesting GET http://127.0.0.1:32400/:/metadata/notify/cullTimeline?librarySectionID=5&sinceTime=1674578987
Jan 24, 2023 18:09:47.167 [34916] DEBUG - [HttpClient/HCl#1] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=0
Jan 24, 2023 18:09:47.167 [45456] DEBUG - Scanning Anime using en(Absolute Series Scanner) with 0 current media items and 1 section locations in the database.
Jan 24, 2023 18:09:47.167 [34916] DEBUG - [HttpClient/HCl#2] HTTP/1.1 (0.0s) 200 response from GET http://127.0.0.1:32400/:/metadata/notify/cullTimeline?librarySectionID=5&sinceTime=1674578987
Jan 24, 2023 18:09:47.168 [45456] DEBUG - Performing a scan with 'Absolute Series Scanner' (language: en virtual: 0).
Jan 24, 2023 18:09:47.168 [45456] DEBUG - * Scanning E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.168 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece (parent: no)
Jan 24, 2023 18:09:47.169 [45456] ERROR - No module in VideoFiles
Jan 24, 2023 18:09:47.170 [45456] ERROR - Error scanning directory .
Jan 24, 2023 18:09:47.170 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.170 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.170 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (892-99999) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.207 [45456] DEBUG - Directory had 121 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.208 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.208 [45456] DEBUG - [HCl#3] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28892-99999%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.209 [34916] DEBUG - [HttpClient/HCl#3] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28892-99999%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.209 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.209 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (780-877) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.217 [45456] DEBUG - Directory had 98 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.218 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.218 [45456] DEBUG - [HCl#4] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28780-877%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.219 [34916] DEBUG - [HttpClient/HCl#4] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28780-877%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.219 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.219 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (629-746) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.229 [45456] DEBUG - Directory had 118 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.230 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.230 [45456] DEBUG - [HCl#5] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28629-746%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.230 [34916] DEBUG - [HttpClient/HCl#5] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28629-746%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.230 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.230 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (517-578) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.235 [45456] DEBUG - Directory had 62 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.235 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.235 [45456] DEBUG - [HCl#6] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28517-578%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.236 [34916] DEBUG - [HttpClient/HCl#6] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28517-578%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.236 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.236 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (422-481) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.241 [45456] DEBUG - Directory had 60 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.241 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.241 [45456] DEBUG - [HCl#7] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28422-481%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.242 [34916] DEBUG - [HttpClient/HCl#7] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28422-481%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.242 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.242 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (264-336) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.247 [45456] DEBUG - Directory had 73 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.248 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.248 [45456] DEBUG - [HCl#8] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28264-336%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.248 [34916] DEBUG - [HttpClient/HCl#8] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28264-336%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.248 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.248 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (579-628) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.252 [45456] DEBUG - Directory had 49 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.253 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.253 [45456] DEBUG - [HCl#9] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28579-628%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.253 [34916] DEBUG - [HttpClient/HCl#9] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28579-628%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.253 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.253 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (144-195) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.257 [45456] DEBUG - Directory had 52 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.258 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.258 [45456] DEBUG - [HCl#a] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28144-195%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.258 [34916] DEBUG - [HttpClient/HCl#a] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28144-195%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.258 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.258 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (337-381) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.261 [45456] DEBUG - Directory had 45 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.262 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.262 [45456] DEBUG - [HCl#b] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28337-381%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.262 [34916] DEBUG - [HttpClient/HCl#b] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28337-381%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.262 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.262 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (747-779) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.265 [45456] DEBUG - Directory had 33 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.266 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.266 [45456] DEBUG - [HCl#c] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28747-779%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.266 [34916] DEBUG - [HttpClient/HCl#c] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28747-779%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.266 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.266 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (196-228) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.269 [45456] DEBUG - Directory had 33 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.269 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.269 [45456] DEBUG - [HCl#d] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28196-228%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.269 [34916] DEBUG - [HttpClient/HCl#d] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28196-228%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.269 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.269 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (482-516) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.273 [45456] DEBUG - Directory had 35 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.273 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.273 [45456] DEBUG - [HCl#e] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28482-516%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.274 [34916] DEBUG - [HttpClient/HCl#e] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28482-516%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.274 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.274 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (229-263) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.276 [45456] DEBUG - Directory had 35 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.277 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.277 [45456] DEBUG - [HCl#f] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28229-263%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.277 [34916] DEBUG - [HttpClient/HCl#f] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28229-263%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.277 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.277 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (878-891) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.279 [45456] DEBUG - Directory had 14 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.279 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.279 [45456] DEBUG - [HCl#10] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28878-891%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.280 [34916] DEBUG - [HttpClient/HCl#10] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28878-891%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.280 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.280 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (93-130) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.283 [45456] DEBUG - Directory had 38 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.283 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.283 [45456] DEBUG - [HCl#11] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%2893-130%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.283 [34916] DEBUG - [HttpClient/HCl#11] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%2893-130%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.283 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.283 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (382-407) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.286 [45456] DEBUG - Directory had 26 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.286 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.286 [45456] DEBUG - [HCl#12] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28382-407%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.286 [34916] DEBUG - [HttpClient/HCl#12] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28382-407%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.286 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.286 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (408-421) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.288 [45456] DEBUG - Directory had 14 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.288 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.288 [45456] DEBUG - [HCl#13] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28408-421%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.289 [34916] DEBUG - [HttpClient/HCl#13] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28408-421%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.289 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.289 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (131-143) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.290 [45456] DEBUG - Directory had 13 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.290 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.290 [45456] DEBUG - [HCl#14] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28131-143%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.291 [34916] DEBUG - [HttpClient/HCl#14] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%28131-143%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.291 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.291 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (78-92) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.292 [45456] DEBUG - Directory had 15 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.292 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.292 [45456] DEBUG - [HCl#15] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%2878-92%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.293 [34916] DEBUG - [HttpClient/HCl#15] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%2878-92%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.293 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.293 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (1-62) [720p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.297 [45456] DEBUG - Directory had 62 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.298 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.298 [45456] DEBUG - [HCl#16] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%281-62%29%20%5B720p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.298 [34916] DEBUG - [HttpClient/HCl#16] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%281-62%29%20%5B720p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.298 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.298 [45456] DEBUG - Scanner: Processing directory E:\Video\Anime\One Piece\[HorribleSubs] One Piece (63-77) [1080p] (Batch) (parent: yes)
Jan 24, 2023 18:09:47.300 [45456] DEBUG - Directory had 15 files, database had 0 files, can't skip.
Jan 24, 2023 18:09:47.300 [45456] ERROR - No module in Absolute Series Scanner
Jan 24, 2023 18:09:47.300 [45456] DEBUG - [HCl#17] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%2863-77%29%20%5B1080p%5D%20%28Batch%29
Jan 24, 2023 18:09:47.301 [34916] DEBUG - [HttpClient/HCl#17] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=%2B4%2E71428585&subtitle=%5BHorribleSubs%5D%20One%20Piece%20%2863-77%29%20%5B1080p%5D%20%28Batch%29 (reused)
Jan 24, 2023 18:09:47.301 [45456] ERROR - We got an error scanning in E:\Video\Anime\One Piece
Jan 24, 2023 18:09:47.301 [45456] WARN - Scanning the location E:\Video\Anime\One Piece did not complete
Jan 24, 2023 18:09:47.301 [45456] DEBUG - [HCl#18] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=99.000000
Jan 24, 2023 18:09:47.301 [34916] DEBUG - [HttpClient/HCl#18] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=99.000000 (reused)
Jan 24, 2023 18:09:47.301 [45456] DEBUG - Since it was an incomplete scan, we are not going to whack missing media.
Jan 24, 2023 18:09:47.301 [45456] DEBUG - [HCl#19] HTTP requesting PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=100
Jan 24, 2023 18:09:47.302 [34916] DEBUG - [HttpClient/HCl#19] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/a023e2d2-145e-422c-b4c4-ac7e1beb6eb6?percentComplete=100 (reused)
Jan 24, 2023 18:09:47.303 [45456] DEBUG - Refreshing section 5 of type: 2
Jan 24, 2023 18:09:47.318 [21068] DEBUG - Refreshing 0 IDs.
This is the file names. https://i.gyazo.com/006f82bd84c696891eef3f96d3f619d2.png
Operating system and version: Ubuntu Plex version: Version 1.28.1.6041
Scan youtube videos from tubesync together with YouTuve-Agent.bundle.
Crashes with:
```
============================================================================================================================================================= Call: "Plex", path: "", folder_show: "", dirs (3), files (0) =============================================================================================================================================================
=============================================================================================================================================================
Library root ([R] Series in Grouping folder Root call (uncached), [] Normal (cached) Plex call, include grouping folder itself, [S][s] Season folders (uppercase for Root call, lowercase for Plex standard Call)
[] Little Baby Bum 2 Hours playlist ( 32 files)
Exception: ''ascii' codec can't encode character u'\xe9' in position 155: ordinal not in range(128)'
[] Mimi Cracra 58 Episodes Playlist
Exception: ''ascii' codec can't encode characters in position 113-114: ordinal not in range(128)'
[] Perspective Arts ( 7 files)
=============================================================================================================================================================
Dirs left for normal Plex calls:
[] Little Baby Bum 2 Hours playlist [PL0VE_cI7-AYR1vkdKi3y8kO50eWwN2FEc]
[] Mimi Cracra 58 Episodes Playlist [PLef2q6KaqVUear4ST0zg82kNo_TdHkz5v]
[_] Perspective Arts [UCN8V_pO0xOFKLL4XG1tshnw]
=============================================================================================================================================================
Aug 14, 2022 10:23:49.799 [0x7ff1e1c8bb00] INFO - Plex Media Scanner v1.28.1.6041-738907df3 - Ubuntu PC x86_64 - build: linux-x86_64 - GMT 00:00 Aug 14, 2022 10:23:49.799 [0x7ff1e1c8bb00] INFO - Linux version: 20.04.4 LTS (Focal Fossa), language: en-US Aug 14, 2022 10:23:49.799 [0x7ff1e1c8bb00] INFO - Processor: 6-core Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz Aug 14, 2022 10:23:49.799 [0x7ff1e1c8bb00] INFO - /usr/lib/plexmediaserver/Plex Media Scanner --scan --refresh --section 41 --activity 8fd8e839-ca93-4627-84cb-b7c80a2d916a Aug 14, 2022 10:23:49.802 [0x7ff1e5658140] DEBUG - Opening 20 database sessions to library (com.plexapp.plugins.library), SQLite 3.35.5, threadsafe=1 Aug 14, 2022 10:23:49.892 [0x7ff1df934b00] DEBUG - [HCl#2] HTTP requesting GET http://127.0.0.1:32400/:/metadata/notify/cullTimeline?librarySectionID=41&sinceTime=1660471429 Aug 14, 2022 10:23:49.892 [0x7ff1e5658140] DEBUG - [HCl#1] HTTP requesting PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=0 Aug 14, 2022 10:23:49.893 [0x7ff1df907b00] DEBUG - [HttpClient/HCl#2] HTTP/1.1 (0.0s) 200 response from GET http://127.0.0.1:32400/:/metadata/notify/cullTimeline?librarySectionID=41&sinceTime=1660471429 Aug 14, 2022 10:23:49.893 [0x7ff1df907b00] DEBUG - [HttpClient/HCl#1] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=0 Aug 14, 2022 10:23:49.893 [0x7ff1e5658140] DEBUG - Scanning Youtube Offline using xn(Absolute Series Scanner) with 32 current media items and 1 section locations in the database. Aug 14, 2022 10:23:50.105 [0x7ff1e5658140] DEBUG - Performing a scan with 'Absolute Series Scanner' (language: xn virtual: 0). Aug 14, 2022 10:23:50.105 [0x7ff1e5658140] DEBUG - * Scanning /YouTube/tubesync-downloads/video Aug 14, 2022 10:23:50.105 [0x7ff1e5658140] DEBUG - Scanner: Processing directory /YouTube/tubesync-downloads/video (parent: no) Aug 14, 2022 10:23:50.107 [0x7ff1e5658140] DEBUG - Skipping over directory '', as nothing has changed; removing 0 media items from map. Aug 14, 2022 10:23:50.467 [0x7ff1e5658140] DEBUG - Scanner: Processing directory /YouTube/tubesync-downloads/video/Little Baby Bum 2 Hours playlist [PL0VE_cI7-AYR1vkdKi3y8kO50eWwN2FEc] (parent: yes) Aug 14, 2022 10:23:50.473 [0x7ff1e5658140] DEBUG - Skipping over directory 'Little Baby Bum 2 Hours playlist [PL0VE_cI7-AYR1vkdKi3y8kO50eWwN2FEc]', as nothing has changed; removing 32 media items from map. Aug 14, 2022 10:23:50.474 [0x7ff1e5658140] DEBUG - [HCl#3] HTTP requesting PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=%2B33&subtitle=Little%20Baby%20Bum%202%20Hours%20playlist%20%5BPL0VE_cI7-AYR1vkdKi3y8kO50eWwN2FEc%5D Aug 14, 2022 10:23:50.474 [0x7ff1df934b00] DEBUG - [HCl#4] HTTP requesting GET http://127.0.0.1:32400/:/metadata/updateProgressMessage?message=Scanning%20Little%20Baby%20Bum%202%20Hours%20playlist%20%5BPL0VE_cI7-AYR1vkdKi3y8kO50eWwN2FEc%5D Aug 14, 2022 10:23:50.474 [0x7ff1df907b00] DEBUG - [HttpClient/HCl#4] HTTP/1.1 (0.0s) 200 response from GET http://127.0.0.1:32400/:/metadata/updateProgressMessage?message=Scanning%20Little%20Baby%20Bum%202%20Hours%20playlist%20%5BPL0VE_cI7-AYR1vkdKi3y8kO50eWwN2FEc%5D (reused) Aug 14, 2022 10:23:50.475 [0x7ff1df907b00] DEBUG - [HttpClient/HCl#3] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=%2B33&subtitle=Little%20Baby%20Bum%202%20Hours%20playlist%20%5BPL0VE_cI7-AYR1vkdKi3y8kO50eWwN2FEc%5D (reused) Aug 14, 2022 10:23:50.475 [0x7ff1e5658140] DEBUG - Scanner: Processing directory /YouTube/tubesync-downloads/video/Perspective Arts [UCN8V_pO0xOFKLL4XG1tshnw] (parent: yes) Aug 14, 2022 10:23:50.512 [0x7ff1e5658140] DEBUG - Directory had 250 files, database had 0 files, can't skip. Aug 14, 2022 10:23:50.521 [0x7ff1e5658140] ERROR - Error in Python: Running scanner: Traceback (most recent call last): File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners/Series/Absolute Series Scanner.py", line 512, in Scan files = [sanitize_path(p) for p in files] #unicode File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners/Series/Absolute Series Scanner.py", line 495, in sanitize_path return p.decode(sys.getfilesystemencoding() or 'utf-8') UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 100: ordinal not in range(128) Aug 14, 2022 10:23:50.521 [0x7ff1e5658140] DEBUG - [HCl#5] HTTP requesting PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=%2B33&subtitle=Perspective%20Arts%20%5BUCN8V_pO0xOFKLL4XG1tshnw%5D Aug 14, 2022 10:23:50.522 [0x7ff1df907b00] DEBUG - [HttpClient/HCl#5] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=%2B33&subtitle=Perspective%20Arts%20%5BUCN8V_pO0xOFKLL4XG1tshnw%5D (reused) Aug 14, 2022 10:23:50.522 [0x7ff1e5658140] ERROR - We got an error scanning in /YouTube/tubesync-downloads/video Aug 14, 2022 10:23:50.522 [0x7ff1e5658140] DEBUG - Scanner: Processing directory /YouTube/tubesync-downloads/video/Mimi Cracra 58 Episodes Playlist [PLef2q6KaqVUear4ST0zg82kNo_TdHkz5v] (parent: yes) Aug 14, 2022 10:23:50.530 [0x7ff1e5658140] DEBUG - Directory had 58 files, database had 0 files, can't skip. Aug 14, 2022 10:23:50.531 [0x7ff1e5658140] ERROR - Error in Python: Running scanner: Traceback (most recent call last): File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners/Series/Absolute Series Scanner.py", line 512, in Scan files = [sanitize_path(p) for p in files] #unicode File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Scanners/Series/Absolute Series Scanner.py", line 495, in sanitize_path return p.decode(sys.getfilesystemencoding() or 'utf-8') UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 156: ordinal not in range(128) Aug 14, 2022 10:23:50.531 [0x7ff1e5658140] DEBUG - [HCl#6] HTTP requesting PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=%2B33&subtitle=Mimi%20Cracra%2058%20Episodes%20Playlist%20%5BPLef2q6KaqVUear4ST0zg82kNo_TdHkz5v%5D Aug 14, 2022 10:23:50.532 [0x7ff1df907b00] DEBUG - [HttpClient/HCl#6] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=%2B33&subtitle=Mimi%20Cracra%2058%20Episodes%20Playlist%20%5BPLef2q6KaqVUear4ST0zg82kNo_TdHkz5v%5D (reused) Aug 14, 2022 10:23:50.532 [0x7ff1e5658140] ERROR - We got an error scanning in /YouTube/tubesync-downloads/video Aug 14, 2022 10:23:50.532 [0x7ff1e5658140] WARN - Scanning the location /YouTube/tubesync-downloads/video did not complete Aug 14, 2022 10:23:50.532 [0x7ff1e5658140] DEBUG - [HCl#7] HTTP requesting PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=99.000000 Aug 14, 2022 10:23:50.533 [0x7ff1df907b00] DEBUG - [HttpClient/HCl#7] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=99.000000 (reused) Aug 14, 2022 10:23:50.533 [0x7ff1e5658140] DEBUG - Since it was an incomplete scan, we are not going to whack missing media. Aug 14, 2022 10:23:50.533 [0x7ff1e5658140] DEBUG - [HCl#8] HTTP requesting PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=100 Aug 14, 2022 10:23:50.534 [0x7ff1df907b00] DEBUG - [HttpClient/HCl#8] HTTP/1.1 (0.0s) 200 response from PUT http://127.0.0.1:32400/activities/8fd8e839-ca93-4627-84cb-b7c80a2d916a?percentComplete=100 (reused) Aug 14, 2022 10:23:50.538 [0x7ff1e5658140] DEBUG - Refreshing section 41 of type: 2 Aug 14, 2022 10:23:50.539 [0x7ff1dfbccb00] DEBUG - Refreshing 0 IDs. ```
Operating system and version: Synology NAS DSJ921+ / DSM 7.1-42661 Update 3
Plex version: 1.28.0.5999-7000
Playlist.info.json
should be detected and read
Playlist.info.json
is not detected
youtube.id
file and insert a playlist ID (for example [PL2B009153AC977F90]
)Playlist.info.json
(in my case youtube-dl -J --dump-single-json > Playlist.info.json https://www.youtube.com/playlist?list=PL2B009153AC977F90
)AVGN
as folder name)Output from "scanner.log" when I am using playlist ID in folder name:
``` Call: "Root", path: "Cinemassacre/AVGN [PL2B009153AC977F90]", folder_show: "AVGN [PL2B009153AC977F90]", dirs (0), files (203) =============================================================================================================================================================
============================================================================================================================================================= Forced ID (series folder) - source: "youtube", id: "PL2B009153AC977F90" YouTube-dl Playlist file load Cinemassacre/AVGN [PL2B009153AC977F90]/Playlist.info.json "AVGN [youtube-PL2B009153AC977F90]" s01e 14 "YouTube" "3DO Interactive Multiplayer - Angry Video Game Nerd (AVGN)" "3DO Interactive Multiplayer - Angry Video Game Nerd (AVGN) [YPoBMzAkZZM].mp4" ... ```
Output from "scanner.log" when I am using a youtube.id
file:
``` Call: "Root", path: "Cinemassacre/AVGN", folder_show: "AVGN", dirs (0), files (203) =============================================================================================================================================================
============================================================================================================================================================= Forced ID (source file) - source: "youtube", id: "[PL2B009153AC977F90]" "AVGN [youtube-PL2B009153AC977F90]" s01e 52 "Word Search" "(Nes) - (Avgn)" "Action 52 (NES) - Angry Video Game Nerd (AVGN) [a4QBeADNM34].mp4" ... ```
Operating system and version: Windows Server 2019 - 1809 - Build 17763.2989 Plex version: 1.27.0.5897
Scanning either of the following file names... - Yuu Gi Ou - 11 - The Opening of a Rumoured Monster Capsule [T-N]VHS.avi - Yuu Gi Ou - 11 - The Opening of a Rumoured Monster Capsule [YGO]VHS.avi
...should be scanned in as Season 1, Episode 11.
Scanning either of the following file names... - Yuu Gi Ou - 11 - The Opening of a Rumoured Monster Capsule [T-N]VHS.avi - Yuu Gi Ou - 11 - The Opening of a Rumoured Monster Capsule [YGO]VHS.avi
...is currently being scanned in as Season Specials, Episode 101.
Scanner Logs: Yuu Gi Ou (1998) [anidb-593].filelist.log Yuu Gi Ou (1998) [anidb-593].scanner.log
Agent Logs: Yuu Gi Ou (1998) [anidb-593].agent-search.log Yuu Gi Ou (1998) [anidb-593].agent-update.log
I deleted and re-added this show after updating to the latest ASS & Hama Bundle with the same results before posting.
The new .plexmatch files would be a great if they worked with this agent as well!
I tried testing anidb4 with series I haven't yet added to my plex library, but those seem to be added as plain anidb. Series in question is Highschool DxD and all subsequent seasons and OVAs
Deleted from the library, did a rescan, emptied trash, moved directories back, rescan, still picked up as anidb.
Tried looking for the per-series logs but those haven't been created at all. Double checked and updated Plex Token just in case. Still no logs for new series. Issue seems to have started around New Years, because I just noticed no series added in January have per-series logs in the folder
The folders have this structure
Operating system and version: Win 10 Plex version: 1.25.3.5409
Add a series with anidb4 keys and have them mapped into a single series with multiple seasons
Series fallback to anidb1
_unknown_folder.agent-search.log _unknown_folder.agent-update.log Plex Media Scanner (custom ASS) - filelist .log
Here are the no extension files that change the scanner behaviour
no_timestamp keep_zero_size_files season_from_folder