Firstly, thanks sooo much for this great scanner! This is the first time I was able to scan my full anime folder without many problems. Often I found other scanners would grab like half of my shows. Anyway some minor issues:
It sets one of my Anime shows as " ". The show in question is "Elysium (2003)": http://anidb.net/perl-bin/animedb.pl?show=anime&aid=1340
It's an anime movie. The Custom log is below:
Plex Media Scanner Custom.log
================================================================================
Scan: (root: 'X:\Anime', path='Elysium (2003)', subdirs: [], language: 'en')
From folder, show: ' ', year: '2003'
show: ' ', year: 'None', season: '1', ep: 1 found using just_episode_re_search on cleaned string ' 01' gotten from filename 'Elysium - [Hikari][DVD][EE21C6F8].avi'
================================================================================
I believe it's because you are filtering out the Release Groups, and one of the Release Groups have the same name as the show. Not too sure what the best way to make that right. I've just removed the release group "elysium" for now.
AbsoluteSeriesScanner.py
release_groups = [ ### Release groups (not in brackets or parenthesis)
"5BAnime-Koi_5D", "%5Banime-koi%5D", "Minitheatre.org", "minitheatre.org", "mtHD", "THORA", #
"(Vivid)", "Dn92", "kris1986k_vs_htt91", "Mthd", "mtHD BD Dual","Elysium", "encodebyjosh", #
]
Second... maybe not related to you... but perhaps now that you do the scanner to you can fix it... PLEX seems to always crash when scanning just 1 of my ep's: Fushigi Yuugi - 34v2 - [RG][DVD][F47186AE].ogm.
I've attached the log file below. It seems to try to do the ffmpeg on this ep. However this ep is not formated correctly and some of the info ffmpeg returns is garbage (negative bitrate, 0 duration, ect). The file is correct though (the HASH matches that on anidb... the group just encoded it poorly), the file does play as well.
Anyway, after it attempts to scan that file (to get the thumbnail pic for the ep I assume) it fails, and then the Scanner or Plex crashes and it doesn't continue past that ep. I understand it wont get any info for that ep, but what I would like is if it didn't crash, and just skipped the file if the info from ffmpeg is garbage. My log is below... like I said you might not be able to do anything for this, since I believe it's in the PLEX scanner code for the FFMPEG info grabbing. Currently I have to just move the file out when I scan. Else it would be nice if there was a "ignore list" in the scanner, so it would not add episodes in the ignore list. That would be nice so I could keep the file in the folder, but exclude some show's or episodes which I do not want PLEX to add.
Plex Media Scanner.log (NOT your Custom Log file) -- this is the end of the log, nothing more past this. It just stops.
Jul 21, 2014 02:58:28:166 [4616] DEBUG - [ID 12200] Media part analysis: X:\Anime\Fushigi Yuugi (1995-1996)\Fushigi Yuugi - 34v2 - [RG][DVD][F47186AE].ogm
Jul 21, 2014 02:58:28:410 [4616] DEBUG - Opening input file: ufile:X:\Anime\Fushigi Yuugi (1995-1996)\Fushigi Yuugi - 34v2 - [RG][DVD][F47186AE].ogm
Jul 21, 2014 02:58:28:415 [4616] WARN - [FFMPEG] - Number of headers (2) mismatch for stream 1
Jul 21, 2014 02:58:28:420 [4616] INFO - Sample aspect ratio is 0:1
Jul 21, 2014 02:58:28:420 [4616] DEBUG - * fb0d2c6bdf6ef06835de33bd6a23e41180b01ada [ogg mpeg4/vorbis] Duration: 0ms, 512x384 (1.333333) 23.976fps, bitrate=-2147483kbps, audio channels=2, optimizedForStreaming=0 (X:\Anime\Fushigi Yuugi (1995-1996)\Fushigi Yuugi - 34v2 - [RG][DVD][F47186AE].ogm)
Jul 21, 2014 02:58:28:422 [4616] ERROR - MediaInspectorMediaInfo: unable to cast '10494378629'
Jul 21, 2014 02:58:28:422 [4616] DEBUG - Enriching 1 video stream(s) with MediaInfo
Jul 21, 2014 02:58:28:422 [4616] DEBUG - Enriching 1 audio stream(s) with MediaInfo
Jul 21, 2014 02:58:28:422 [4616] DEBUG - Enriching 1 subtitle stream(s) with MediaInfo
Jul 21, 2014 02:58:28:422 [4616] INFO - Matched video stream: FFmpeg index 0 (id 0) -> MediaInfo stream index 0 (id 0)
Jul 21, 2014 02:58:28:422 [4616] INFO - * MediaInfo: format=MPEG-4 Visual, bitrate=
Jul 21, 2014 02:58:28:422 [4616] INFO - * FFmpeg: codec=mpeg4, bitrate=0
Jul 21, 2014 02:58:28:422 [4616] ERROR - MediaInspectorMediaInfo: unable to cast '10494378629'
I was one of the people who downloaded that previous one! HA. I'll redownload the one you just posted and try the scan with that. I notice you include the "\Plug-in Support\Data\com.plexapp.agents.hama\DataItems" in the zip's. Is this important to include as well when I do the scan? What do those files do?
Thanks again for the great Scanner and Media Agent.