Import not creating CBZ

Post any problems / bugs / issues that are Mylar-related in here.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Import not creating CBZ

Post by evilhero »

@dosaceos:

The logs says you're snatching it using Mylar, running Completed Download Handling (CDH) for post-processing and then performing a manual post-processing all in sequence (unless the debug information would relay something different)?

Also, those aren't debug logs - those are just informational logs so you're missing a great deal of information (go to the Logs tab within Mylar and click on the 'Toggle Debug Logging ON' option, then you'll get a message in the logs indicating that verbose logging is enabled and then you can perform a snatch again and it will log verbosely.

You cannot have CDH enabled (or even use ComicRN) AND then have folder monitor running against the same completed directory or else they'll compete for post-processing power (ie. one will be in the middle of post-processing the issue, and then the other will attempt to post-process leaving it/both stranded with an error or just even possibly lockup waiting).

The comictaggerlib folder got upgraded to a newer version which had some items change - the .pyc files might be screwing things up in some instances. You can try going into the mylar/lib/comictaggerlib directory and delete all the .pyc files located therein (with Mylar not running). Then try starting it up again and seeing what happens.
dosaceos
Posts: 15
Joined: Fri Oct 09, 2015 1:10 pm

Re: Import not creating CBZ

Post by dosaceos »

Hmm, I don't have Enable Completed Download Handling checked, though I was fiddling with it at some point during troubleshooting. I'll try your other suggestion
User avatar
oldirtdog
Posts: 61
Joined: Fri Nov 04, 2016 7:52 pm

Re: Import not creating CBZ

Post by oldirtdog »

I ran a manual tag on a CBR and this is all the log came up with:

2018-08-20 16:08:14 DEBUG [META-TAGGER] Executing command: ['/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python', '/Applications/Mylar/comictagger.py', '-e', '--delete-rar', u'/Applications/Mylar/cache/mylar_yqQaV5/Cable 25 (2010).cbr']
2018-08-20 16:08:14 DEBUG [META-TAGGER] Enabling ComicTagger script: ['/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python', '/Applications/Mylar/comictagger.py'] with options: ['-e', '--delete-rar', u'/Applications/Mylar/cache/mylar_yqQaV5/Cable 25 (2010).cbr']

It will do the import using a manual scan, but it never does a conversion... also, it doesn't seem like the watch folder is running, even though I have it set to 5 minutes... could it be permissions somehow? I'm absolutely able to run those commands in the terminal and they work just fine...
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Import not creating CBZ

Post by evilhero »

Ok, terminology here again is some of the problem (or maybe it's just me again and lack of java). Doing an Import (specifically the Manage / Import A Directory tab) will not perform any cbr to cbz conversion. If you do an import and it's added successfully, then you have to go into the respective series folder and chose to do a manual metatag. However, if you're doing an import you have to make sure that the "Move Files into corresponding series directory" option is enabled or else it will leave the items in the current directory which might ccould possibly cause problems due to permissions.

In order for the Folder Monitor to be active, if you're enabling/disabling the option in Mylar you'd have to restart Mylar after the enable/disable so that Mylar could either start / stop the respective scheduler so it runs correctly. If it's not picking anything up, then odds are that the files you're trying to run with the folder scan (which does the same thing as a Manual tab / Manual Post-Processing action) do not exist on your watchlist and will not be post-processed (and thereby metatagged).

Check your lib/comictaggerlib/ct_settings/settings.ini file and make sure the unrar_exe_path is set to the full path to your unrar binary (usually it's /usr/local/bin/unrar on MAC, but obviously that's user controlled to a degree). I'm thinking that the unrar binary isn't in your path environment so when Mylar goes to run it it can't locate it (whereas when you run from the cli, the environment is present).
User avatar
oldirtdog
Posts: 61
Joined: Fri Nov 04, 2016 7:52 pm

Re: Import not creating CBZ

Post by oldirtdog »

ok, yeah, we may have a terminology problem, but also an issue with my expectations... I guess I assumed that the manual import ran a conversion too... I have the option to move files selected. That's never been a problem. I didn't know the item I was trying to import HAD to be in the watchlist for it to be auto processed. I rarely use that list, so this would definitely explain why it doesn't pick up files sitting in there within the time limit. I'm assuming this function is mostly intended for automatic snatches from 32p, etc... I do some of those, but when I download from Humble Bundle, for example, it never works... I think I get it now... Sorry for the confusion...

I checked out the settings.ini file and the unrar path is the same as what you said... I checked that directory and unrar.exe is definitely there...

I am using Cable (2008) as a test directory. The manual meta tag of the whole series created maybe half of them as CBZ, but then it just left the others as CBR. It's very strange. I moved over to another series that only had one file in it (a CBR). Manual meta tag did not work on that one either. This is the log for that session:

2018-08-21 09:22:13 INFO [FILE-RESCAN] I have physically found 1 issues, ignored 0 issues, snatched 0 issues, and accounted for 0 in an Archived state [ Total Issue Count: 1 / 1 ]
2018-08-21 09:22:13 DEBUG Successfully changed permissions [0777 / 0660]
2018-08-21 09:22:13 DEBUG [FILE-RESCAN] Ensuring permissions/ownership enforced for series: Brutal Nature
2018-08-21 09:22:13 INFO [FILE-RESCAN] Total files located: 1
2018-08-21 09:22:13 DEBUG [FILE-RESCAN] .......filesize: 42880229
2018-08-21 09:22:13 DEBUG [FILE-RESCAN] .......filename: Brutal Nature 1 (2016).cbr
2018-08-21 09:22:13 DEBUG [FILE-RESCAN] Matched...issue: Brutal Nature#1 --- 1000
2018-08-21 09:22:13 DEBUG [FILE-RESCAN] [558264] Issue match - fcdigit: 1000 ... int_iss: 1000
2018-08-21 09:22:13 DEBUG [FILE-RESCAN] temploc: 1
2018-08-21 09:22:13 DEBUG [ANNUAL-CHK] No annuals with identical issue numbering across annual volumes were detected for this series
2018-08-21 09:22:13 DEBUG No issues with identical issue numbering were detected for this series
2018-08-21 09:22:13 DEBUG series title possibly: Brutal Nature
2018-08-21 09:22:13 DEBUG sf_highest_series_pos: ['Brutal', 'Nature']
2018-08-21 09:22:13 DEBUG issue verified as : 1
2018-08-21 09:22:13 DEBUG issue_position: 2
2018-08-21 09:22:13 DEBUG possible_issuenumbers: [{'position': 2, 'validcountchk': False, 'number': '1', 'mod_position': 14}]
2018-08-21 09:22:13 DEBUG highest_series_position: 3
2018-08-21 09:22:13 DEBUG year verified as: 2016
2018-08-21 09:22:13 DEBUG year verified as : 2016
2018-08-21 09:22:13 DEBUG sctd: 2018
2018-08-21 09:22:13 DEBUG datecheck: [{'date': '2016', 'position': 3, 'mod_position': 16}]
2018-08-21 09:22:13 DEBUG date: 2016
2018-08-21 09:22:13 DEBUG checking date : 2016
2018-08-21 09:22:13 DEBUG [FILENAME]: Brutal Nature 1 (2016).cbr
2018-08-21 09:22:13 INFO there are 1 files.
2018-08-21 09:22:13 INFO [FILE-RESCAN] Now checking files for Brutal Nature (2016) in /Volumes/Storage/Documents/Comics/Mylar/Brutal Nature (2016)
2018-08-21 09:22:13 DEBUG [MANUAL META-TAGGING] Tidying up. Deleting temporary cache directory: /Applications/Mylar/cache/mylar_mDbz39
2018-08-21 09:22:13 INFO [MANUAL META-TAGGING] Sucessfully wrote metadata to .cbz (Brutal Nature 1 (2016).cbr) - Continuing..
2018-08-21 09:22:12 INFO [META-TAGGER][COMIC-TAGGER] Successfully wrote Comicbooklover tagging [/Applications/Mylar/cache/mylar_mDbz39/Brutal Nature 1 (2016).cbr]
2018-08-21 09:22:10 DEBUG [META-TAGGER] Absolute path to script: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
2018-08-21 09:22:10 DEBUG [META-TAGGER] Executing command: ['/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python', '/Applications/Mylar/comictagger.py', '-s', '-m', 'volume=1', '--cv-api-key', u'REDACTED', '-o', '--id', u'558264', '--type', 'cbl', u'/Applications/Mylar/cache/mylar_mDbz39/Brutal Nature 1 (2016).cbr']
2018-08-21 09:22:10 DEBUG [META-TAGGER] Enabling ComicTagger script: ['/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python', '/Applications/Mylar/comictagger.py'] with options: ['-s', '-m', 'volume=1', '--cv-api-key', u'REDACTED', '-o', '--id', u'558264', '--type', 'cbl', u'/Applications/Mylar/cache/mylar_mDbz39/Brutal Nature 1 (2016).cbr']
2018-08-21 09:22:10 INFO [META-TAGGER] Comicbooklover tagging meta-tagging processing started.




Oddly enough, there is a line here that says it wrote metadata to .cbz (Brutal Nature 1 (2016).cbr) but it didn't create a CBZ file. I do see it create and then delete the mylar_xxxxx temp directory in cache when the manual process is run.



As another test, I ran the tag in a series that currently has CBZ files. It says it ran correctly and the behavior is exactly the same as the CBR files. These do have the blue I to allow me to view metadata, but it shows the yellow exclamation error that says I should try to re-tag it. This isn't for all files, but a few of them just refuse to update the metadata. For instance, I had to do some shuffling of the 30 Days of Night series. Some of them didn't have metadata in the original CBZ files. I ran a manual tag and it worked fine. I ran the same thing on another random series and it never would tag. Just kept coming back with the yellow exclamation.

I'm noticing a strange thing, too... None of the comic covers are showing on the manage comic screen or in the single series page. It just shows the blue question mark or nothing at all (in firefox... I normally use Safari)... could any of this be related?
User avatar
oldirtdog
Posts: 61
Joined: Fri Nov 04, 2016 7:52 pm

Re: Import not creating CBZ

Post by oldirtdog »

In the meantime, I have created a bit of a workaround... I made an Automator service that allows me to convert CBR to CBZ using the comictagger.py file... it works pretty well, actually... I can select any CBR and it creates the CBZ in place... I still have to go in and do a manual recheck of the files in a series... then, I can do a manual metatag on the new files and it has worked... at least for most of them... there are still a few that refuse to tag... if I just do the manual meta tag on a CBR file, it refuses to work... but if I use your script, it at least does the change to CBZ, even if it doesn't seem to pull down the metadata at the same time...
dosaceos
Posts: 15
Joined: Fri Oct 09, 2015 1:10 pm

Re: Import not creating CBZ

Post by dosaceos »

Alright, this is long - is this what you're looking for?

Code: Select all

21-Aug-2018 15:32:44 - INFO    :: mylar.run.2444 : Thread-26 : [FOLDER-CHECK] Checking folder B:\Admin\Downloads\complete for newly snatched downloads
21-Aug-2018 15:32:44 - DEBUG   :: mylar.Process.344 : Thread-26 : [POST-PROCESSING] nzb name: Manual Run
21-Aug-2018 15:32:44 - DEBUG   :: mylar.Process.345 : Thread-26 : [POST-PROCESSING] nzb folder: B:\Admin\Downloads\complete
21-Aug-2018 15:32:44 - DEBUG   :: mylar.Process.349 : Thread-26 : [POST-PROCESSING] Not using SABnzbd : Manual Run
21-Aug-2018 15:32:44 - DEBUG   :: mylar.Process.378 : Thread-26 : [POST-PROCESSING] Manual Run initiated
21-Aug-2018 15:32:44 - INFO    :: mylar.traverse_directories.1198 : Thread-26 : there are 2 files.
21-Aug-2018 15:32:44 - DEBUG   :: mylar.listFiles.142 : Thread-26 : [FILENAME]: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.216 : Thread-26 : [CORRECTION] Sub-directory found. Altering path configuration.
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.218 : Thread-26 : [SUB-PATH] Checking Folder Name for more information.
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.220 : Thread-26 : [SUB-PATH] Original Path : B:\Admin\Downloads\complete
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.221 : Thread-26 : [SUB-PATH] Sub-directory : B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.234 : Thread-26 : [SUB-PATH] subpath set to : Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.277 : Thread-26 : Scanner group tag discovered: Zone-Empire
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.360 : Thread-26 : checking date : 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.363 : Thread-26 : date: 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.614 : Thread-26 : datecheck: [{'date': '2018', 'position': 4, 'mod_position': 29}]
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.620 : Thread-26 : sctd: 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.629 : Thread-26 : year verified as : 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.635 : Thread-26 : year verified as: 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.658 : Thread-26 : highest_series_position: 4
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.664 : Thread-26 : possible_issuenumbers: [{'position': 3, 'validcountchk': False, 'number': '001', 'mod_position': 25}]
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.736 : Thread-26 : issue_position: 3
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.747 : Thread-26 : issue verified as : 001
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.871 : Thread-26 : sf_highest_series_pos: ['Astonishing', 'X-Men', 'Annual']
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.903 : Thread-26 : series title possibly: Astonishing X-Men Annual
21-Aug-2018 15:32:44 - DEBUG   :: mylar.listFiles.142 : Thread-26 : [FILENAME]: X-Men Gold Annual 002 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.216 : Thread-26 : [CORRECTION] Sub-directory found. Altering path configuration.
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.218 : Thread-26 : [SUB-PATH] Checking Folder Name for more information.
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.220 : Thread-26 : [SUB-PATH] Original Path : B:\Admin\Downloads\complete
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.221 : Thread-26 : [SUB-PATH] Sub-directory : B:\Admin\Downloads\complete\X-Men.Gold.Annual.002.2018.Digital.Zone-Empire
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.234 : Thread-26 : [SUB-PATH] subpath set to : X-Men.Gold.Annual.002.2018.Digital.Zone-Empire
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.277 : Thread-26 : Scanner group tag discovered: Zone-Empire
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.360 : Thread-26 : checking date : 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.363 : Thread-26 : date: 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.614 : Thread-26 : datecheck: [{'date': '2018', 'position': 4, 'mod_position': 22}]
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.620 : Thread-26 : sctd: 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.629 : Thread-26 : year verified as : 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.635 : Thread-26 : year verified as: 2018
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.658 : Thread-26 : highest_series_position: 4
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.664 : Thread-26 : possible_issuenumbers: [{'position': 3, 'validcountchk': False, 'number': '002', 'mod_position': 18}]
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.736 : Thread-26 : issue_position: 3
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.747 : Thread-26 : issue verified as : 002
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.871 : Thread-26 : sf_highest_series_pos: ['X-Men', 'Gold', 'Annual']
21-Aug-2018 15:32:44 - DEBUG   :: mylar.parseit.903 : Thread-26 : series title possibly: X-Men Gold Annual
21-Aug-2018 15:32:44 - INFO    :: mylar.Process.386 : Thread-26 : I have located 2 files that I should be able to post-process. Continuing...
21-Aug-2018 15:32:45 - INFO    :: mylar.Process.544 : Thread-26 : temploc: Annual 001
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.556 : Thread-26 : [POST-PROCESSING] Annual/Special detected [1000]. ComicID assigned as 102882
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.581 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY] Now checking against Astonishing X-Men-102882
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.646 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY][Lone Volume FAILURE] Volume label of v4 indicates that there is more than one volume for this series, but the one on your watchlist has no volume label set.
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.652 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY][Issue Year MATCH] Issue Year of 2018 is a match to the year found in the filename of : 2018
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.666 : Thread-26 : [POST-PROCESSING][SUB: Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire][CLOCATION: B:\Admin\Downloads\complete]
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.697 : Thread-26 : [POST-PROCESSING][SUCCESSFUL MATCH: Astonishing X-Men-102882] Match verified for Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - INFO    :: mylar.Process.544 : Thread-26 : temploc: Annual 002
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.556 : Thread-26 : [POST-PROCESSING] Annual/Special detected [2000]. ComicID assigned as 100603
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.581 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY] Now checking against X-Men: Gold-100603
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.646 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY][Lone Volume FAILURE] Volume label of v2 indicates that there is more than one volume for this series, but the one on your watchlist has no volume label set.
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.652 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY][Issue Year MATCH] Issue Year of 2018 is a match to the year found in the filename of : 2018
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.666 : Thread-26 : [POST-PROCESSING][SUB: X-Men.Gold.Annual.002.2018.Digital.Zone-Empire][CLOCATION: B:\Admin\Downloads\complete]
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.697 : Thread-26 : [POST-PROCESSING][SUCCESSFUL MATCH: X-Men: Gold-100603] Match verified for X-Men Gold Annual 002 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process.987 : Thread-26 : [POST-PROCESSING] There are 2 files found that match on your watchlist, 0 files are considered one-off's, and 0 files do not match anything
21-Aug-2018 15:32:45 - INFO    :: mylar.duplicate_filecheck.2089 : Thread-26 : [DUPECHECK] Duplicate check for B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - INFO    :: mylar.duplicate_filecheck.2221 : Thread-26 : [DUPECHECK] Duplication detection returned no hits. This is not a duplicate of anything that I have scanned in as of yet.
21-Aug-2018 15:32:45 - INFO    :: mylar.Process_next.1719 : Thread-26 : [POST-PROCESSING] [1/2] Starting Post-Processing for Astonishing X-Men Annual issue: 1
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1720 : Thread-26 : [POST-PROCESSING] issueid: 679985
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1721 : Thread-26 : [POST-PROCESSING] issuenumOG: 1
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1801 : Thread-26 : [POST-PROCESSING] Zero Suppression set to : none
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1828 : Thread-26 : issue detected less than 10
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1839 : Thread-26 : Zero level supplement set to none. Issue will be set as : 1
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1873 : Thread-26 : [POST-PROCESSING] Pretty Comic Issue is : 1
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1876 : Thread-26 : [POST-PROCESSING] Issue Year : 2018
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1883 : Thread-26 : [POST-PROCESSING] Publisher: Marvel
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1887 : Thread-26 : [POST-PROCESSING] Series: Astonishing X-Men
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1895 : Thread-26 : [POST-PROCESSING] Year: 2017
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1898 : Thread-26 : [POST-PROCESSING] Comic Location: B:\Media\Comics\Astonishing X-Men (2017)
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1901 : Thread-26 : [POST-PROCESSING] Comic Version: v4
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1923 : Thread-26 : [POST-PROCESSING] Chunk_file_format is: $Series $Issue ($Year)
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1928 : Thread-26 : [POST-PROCESSING] prettycomiss: Annual 1
21-Aug-2018 15:32:45 - DEBUG   :: mylar.Process_next.1987 : Thread-26 : [POST-PROCESSING] Metatagging enabled - proceeding...
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.26 : Thread-26 : [META-TAGGER] dirName:B:\Admin\Downloads\complete
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.31 : Thread-26 : ComicTagger Path location for internal comictagger.py set to : C:\Program Files (x86)\mylar-development\comictagger.py
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.35 : Thread-26 : [META-TAGGER] Filename is : B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.50 : Thread-26 : Filepath: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.51 : Thread-26 : Filename: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.53 : Thread-26 : New_Folder: C:\Program Files (x86)\mylar-development\cache/mylar_ymaqqm
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.55 : Thread-26 : New_Filepath: C:\Program Files (x86)\mylar-development\cache/mylar_ymaqqm\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.73 : Thread-26 : [META-TAGGER] Paths / Locations:
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.74 : Thread-26 : [META-TAGGER] scriptname : Mylar.py
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.75 : Thread-26 : [META-TAGGER] downloadpath : B:\Admin\Downloads\complete
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.76 : Thread-26 : [META-TAGGER] sabnzbdscriptpath : C:\Program Files (x86)\mylar-development
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.77 : Thread-26 : [META-TAGGER] comicpath : C:\Program Files (x86)\mylar-development\cache/mylar_ymaqqm
21-Aug-2018 15:32:45 - DEBUG   :: mylar.run.78 : Thread-26 : [META-TAGGER] Running the ComicTagger Add-on for Mylar
21-Aug-2018 15:32:47 - DEBUG   :: mylar.run.119 : Thread-26 : [META-TAGGER] ComicTagger 1.25.1 [ninjas.walk.alone / SHURIKEN]
 being used - using personal ComicVine API key supplied via mylar.
21-Aug-2018 15:32:47 - DEBUG   :: mylar.run.131 : Thread-26 : [META-TAGGER] CR Tagging enabled.
21-Aug-2018 15:32:47 - DEBUG   :: mylar.run.136 : Thread-26 : [META-TAGGER] CBL Tagging enabled.
21-Aug-2018 15:32:47 - DEBUG   :: mylar.run.190 : Thread-26 : [META-TAGGER] Enabling ComicTagger script: ['C:\\Python27\\python.exe', 'C:\\Program Files (x86)\\mylar-development\\comictagger.py'] with options: ['-e', '--delete-rar', u'C:\\Program Files (x86)\\mylar-development\\cache/mylar_ymaqqm\\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr']
21-Aug-2018 15:32:47 - DEBUG   :: mylar.run.198 : Thread-26 : [META-TAGGER] Executing command: ['C:\\Python27\\python.exe', 'C:\\Program Files (x86)\\mylar-development\\comictagger.py', '-e', '--delete-rar', u'C:\\Program Files (x86)\\mylar-development\\cache/mylar_ymaqqm\\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr']
21-Aug-2018 15:32:47 - DEBUG   :: mylar.run.199 : Thread-26 : [META-TAGGER] Absolute path to script: C:\Python27\python.exe
21-Aug-2018 15:32:47 - WARNING :: mylar.run.241 : Thread-26 : [META-TAGGER][COMIC-TAGGER][CBR-TO-CBZ] Failed to convert cbr to cbz - check permissions on folder : C:\Program Files (x86)\mylar-development\cache/ and/or the location where Mylar is trying to tag the files from.
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2008 : Thread-26 : [POST-PROCESSING] Unable to write metadata successfully - check mylar.log file. Attempting to continue without tagging...
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2091 : Thread-26 : [POST-PROCESSING] ofilename:Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2099 : Thread-26 : [POST-PROCESSING] odir: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2100 : Thread-26 : [POST-PROCESSING] ofilename: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2102 : Thread-26 : [POST-PROCESSING] ext:.cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2112 : Thread-26 : [POST-PROCESSING] Original Filename: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr [.cbr]
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2130 : Thread-26 : [POST-PROCESSING] New Filename: Astonishing X-Men Annual 1 (2018)
21-Aug-2018 15:32:47 - INFO    :: mylar.validateAndCreateDirectory.1369 : Thread-26 : [POST-PROCESSING][DIRECTORY-CHECK] Found comic directory: B:\Media\Comics\Astonishing X-Men (2017)
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2147 : Thread-26 : [POST-PROCESSING] Source: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2148 : Thread-26 : [POST-PROCESSING] Destination: B:\Media\Comics\Astonishing X-Men (2017)\Astonishing X-Men Annual 1 (2018).cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2195 : Thread-26 : [POST-PROCESSING] Renaming B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2199 : Thread-26 : [POST-PROCESSING] odir src : B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.Process_next.2200 : Thread-26 : [POST-PROCESSING][move] B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr ... to ... B:\Media\Comics\Astonishing X-Men (2017)\Astonishing X-Men Annual 1 (2018).cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.get_free_space.3479 : Thread-26 : [FREESPACE-CHECK] B:\Media\Comics\Astonishing X-Men (2017) has 1.1TiB free
21-Aug-2018 15:32:47 - INFO    :: mylar.Process_next.2217 : Thread-26 : [POST-PROCESSING] move successful to : B:\Media\Comics\Astonishing X-Men (2017)\Astonishing X-Men Annual 1 (2018).cbr
21-Aug-2018 15:32:47 - DEBUG   :: mylar.tidyup.223 : Thread-26 : File Option: move [META-ENABLED: True]
21-Aug-2018 15:32:47 - DEBUG   :: mylar.tidyup.224 : Thread-26 : odir: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire [filename: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr][self.nzb_folder: B:\Admin\Downloads\complete]
21-Aug-2018 15:32:47 - DEBUG   :: mylar.tidyup.225 : Thread-26 : sub_path: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire [cacheonly: False][del_nzbdir: True]
21-Aug-2018 15:32:47 - DEBUG   :: mylar.tidyup.229 : Thread-26 : Sub-directory detected during cleanup. Will attempt to remove if empty: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:47 - DEBUG   :: mylar.tidyup.252 : Thread-26 : [POST-PROCESSING] Tidying up. Deleting sub-folder location : B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:48 - DEBUG   :: mylar.totals.1580 : Thread-26 : totalfiles: 15
21-Aug-2018 15:32:48 - DEBUG   :: mylar.totals.1581 : Thread-26 : status: Snatched
21-Aug-2018 15:32:48 - DEBUG   :: mylar.totals.1594 : Thread-26 : incremented havefiles: 15
21-Aug-2018 15:32:48 - DEBUG   :: mylar.foundsearch.717 : Thread-26 : [POST-PROCESSING][UPDATER] comicid: 102882
21-Aug-2018 15:32:48 - DEBUG   :: mylar.foundsearch.718 : Thread-26 : [POST-PROCESSING][UPDATER] issueid: 679985
21-Aug-2018 15:32:48 - INFO    :: mylar.foundsearch.857 : Thread-26 : [POST-PROCESSING][UPDATER] Setting status to Post-Processed in history.
21-Aug-2018 15:32:48 - INFO    :: mylar.foundsearch.914 : Thread-26 : [POST-PROCESSING][UPDATER] Updating Status (Post-Processed) now complete for Astonishing X-Men Annual issue: 1
21-Aug-2018 15:32:48 - DEBUG   :: mylar.Process_next.2266 : Thread-26 : writing: {'Status': 'Downloaded', 'Location': u'Astonishing X-Men Annual 1 (2018).cbr'} -- {'IssueID': u'679985'}
21-Aug-2018 15:32:48 - INFO    :: mylar.Process_next.2364 : Thread-26 : [POST-PROCESSING] Post-Processing completed for: Astonishing X-Men #1
21-Aug-2018 15:32:44 - INFO :: mylar.run.2444 : Thread-26 : [FOLDER-CHECK] Checking folder B:\Admin\Downloads\complete for newly snatched downloads
21-Aug-2018 15:32:44 - DEBUG :: mylar.Process.344 : Thread-26 : [POST-PROCESSING] nzb name: Manual Run
21-Aug-2018 15:32:44 - DEBUG :: mylar.Process.345 : Thread-26 : [POST-PROCESSING] nzb folder: B:\Admin\Downloads\complete
21-Aug-2018 15:32:44 - DEBUG :: mylar.Process.349 : Thread-26 : [POST-PROCESSING] Not using SABnzbd : Manual Run
21-Aug-2018 15:32:44 - DEBUG :: mylar.Process.378 : Thread-26 : [POST-PROCESSING] Manual Run initiated
21-Aug-2018 15:32:44 - INFO :: mylar.traverse_directories.1198 : Thread-26 : there are 2 files.
21-Aug-2018 15:32:44 - DEBUG :: mylar.listFiles.142 : Thread-26 : [FILENAME]: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.216 : Thread-26 : [CORRECTION] Sub-directory found. Altering path configuration.
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.218 : Thread-26 : [SUB-PATH] Checking Folder Name for more information.
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.220 : Thread-26 : [SUB-PATH] Original Path : B:\Admin\Downloads\complete
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.221 : Thread-26 : [SUB-PATH] Sub-directory : B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.234 : Thread-26 : [SUB-PATH] subpath set to : Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.277 : Thread-26 : Scanner group tag discovered: Zone-Empire
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.360 : Thread-26 : checking date : 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.363 : Thread-26 : date: 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.614 : Thread-26 : datecheck: [{'date': '2018', 'position': 4, 'mod_position': 29}]
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.620 : Thread-26 : sctd: 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.629 : Thread-26 : year verified as : 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.635 : Thread-26 : year verified as: 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.658 : Thread-26 : highest_series_position: 4
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.664 : Thread-26 : possible_issuenumbers: [{'position': 3, 'validcountchk': False, 'number': '001', 'mod_position': 25}]
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.736 : Thread-26 : issue_position: 3
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.747 : Thread-26 : issue verified as : 001
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.871 : Thread-26 : sf_highest_series_pos: ['Astonishing', 'X-Men', 'Annual']
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.903 : Thread-26 : series title possibly: Astonishing X-Men Annual
21-Aug-2018 15:32:44 - DEBUG :: mylar.listFiles.142 : Thread-26 : [FILENAME]: X-Men Gold Annual 002 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.216 : Thread-26 : [CORRECTION] Sub-directory found. Altering path configuration.
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.218 : Thread-26 : [SUB-PATH] Checking Folder Name for more information.
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.220 : Thread-26 : [SUB-PATH] Original Path : B:\Admin\Downloads\complete
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.221 : Thread-26 : [SUB-PATH] Sub-directory : B:\Admin\Downloads\complete\X-Men.Gold.Annual.002.2018.Digital.Zone-Empire
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.234 : Thread-26 : [SUB-PATH] subpath set to : X-Men.Gold.Annual.002.2018.Digital.Zone-Empire
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.277 : Thread-26 : Scanner group tag discovered: Zone-Empire
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.360 : Thread-26 : checking date : 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.363 : Thread-26 : date: 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.614 : Thread-26 : datecheck: [{'date': '2018', 'position': 4, 'mod_position': 22}]
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.620 : Thread-26 : sctd: 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.629 : Thread-26 : year verified as : 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.635 : Thread-26 : year verified as: 2018
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.658 : Thread-26 : highest_series_position: 4
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.664 : Thread-26 : possible_issuenumbers: [{'position': 3, 'validcountchk': False, 'number': '002', 'mod_position': 18}]
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.736 : Thread-26 : issue_position: 3
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.747 : Thread-26 : issue verified as : 002
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.871 : Thread-26 : sf_highest_series_pos: ['X-Men', 'Gold', 'Annual']
21-Aug-2018 15:32:44 - DEBUG :: mylar.parseit.903 : Thread-26 : series title possibly: X-Men Gold Annual
21-Aug-2018 15:32:44 - INFO :: mylar.Process.386 : Thread-26 : I have located 2 files that I should be able to post-process. Continuing...
21-Aug-2018 15:32:45 - INFO :: mylar.Process.544 : Thread-26 : temploc: Annual 001
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.556 : Thread-26 : [POST-PROCESSING] Annual/Special detected [1000]. ComicID assigned as 102882
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.581 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY] Now checking against Astonishing X-Men-102882
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.646 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY][Lone Volume FAILURE] Volume label of v4 indicates that there is more than one volume for this series, but the one on your watchlist has no volume label set.
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.652 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY][Issue Year MATCH] Issue Year of 2018 is a match to the year found in the filename of : 2018
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.666 : Thread-26 : [POST-PROCESSING][SUB: Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire][CLOCATION: B:\Admin\Downloads\complete]
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.697 : Thread-26 : [POST-PROCESSING][SUCCESSFUL MATCH: Astonishing X-Men-102882] Match verified for Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - INFO :: mylar.Process.544 : Thread-26 : temploc: Annual 002
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.556 : Thread-26 : [POST-PROCESSING] Annual/Special detected [2000]. ComicID assigned as 100603
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.581 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY] Now checking against X-Men: Gold-100603
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.646 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY][Lone Volume FAILURE] Volume label of v2 indicates that there is more than one volume for this series, but the one on your watchlist has no volume label set.
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.652 : Thread-26 : [POST-PROCESSING][ISSUE-VERIFY][Issue Year MATCH] Issue Year of 2018 is a match to the year found in the filename of : 2018
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.666 : Thread-26 : [POST-PROCESSING][SUB: X-Men.Gold.Annual.002.2018.Digital.Zone-Empire][CLOCATION: B:\Admin\Downloads\complete]
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.697 : Thread-26 : [POST-PROCESSING][SUCCESSFUL MATCH: X-Men: Gold-100603] Match verified for X-Men Gold Annual 002 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process.987 : Thread-26 : [POST-PROCESSING] There are 2 files found that match on your watchlist, 0 files are considered one-off's, and 0 files do not match anything
21-Aug-2018 15:32:45 - INFO :: mylar.duplicate_filecheck.2089 : Thread-26 : [DUPECHECK] Duplicate check for B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - INFO :: mylar.duplicate_filecheck.2221 : Thread-26 : [DUPECHECK] Duplication detection returned no hits. This is not a duplicate of anything that I have scanned in as of yet.
21-Aug-2018 15:32:45 - INFO :: mylar.Process_next.1719 : Thread-26 : [POST-PROCESSING] [1/2] Starting Post-Processing for Astonishing X-Men Annual issue: 1
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1720 : Thread-26 : [POST-PROCESSING] issueid: 679985
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1721 : Thread-26 : [POST-PROCESSING] issuenumOG: 1
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1801 : Thread-26 : [POST-PROCESSING] Zero Suppression set to : none
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1828 : Thread-26 : issue detected less than 10
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1839 : Thread-26 : Zero level supplement set to none. Issue will be set as : 1
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1873 : Thread-26 : [POST-PROCESSING] Pretty Comic Issue is : 1
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1876 : Thread-26 : [POST-PROCESSING] Issue Year : 2018
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1883 : Thread-26 : [POST-PROCESSING] Publisher: Marvel
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1887 : Thread-26 : [POST-PROCESSING] Series: Astonishing X-Men
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1895 : Thread-26 : [POST-PROCESSING] Year: 2017
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1898 : Thread-26 : [POST-PROCESSING] Comic Location: B:\Media\Comics\Astonishing X-Men (2017)
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1901 : Thread-26 : [POST-PROCESSING] Comic Version: v4
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1923 : Thread-26 : [POST-PROCESSING] Chunk_file_format is: $Series $Issue ($Year)
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1928 : Thread-26 : [POST-PROCESSING] prettycomiss: Annual 1
21-Aug-2018 15:32:45 - DEBUG :: mylar.Process_next.1987 : Thread-26 : [POST-PROCESSING] Metatagging enabled - proceeding...
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.26 : Thread-26 : [META-TAGGER] dirName:B:\Admin\Downloads\complete
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.31 : Thread-26 : ComicTagger Path location for internal comictagger.py set to : C:\Program Files (x86)\mylar-development\comictagger.py
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.35 : Thread-26 : [META-TAGGER] Filename is : B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.50 : Thread-26 : Filepath: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.51 : Thread-26 : Filename: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.53 : Thread-26 : New_Folder: C:\Program Files (x86)\mylar-development\cache/mylar_ymaqqm
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.55 : Thread-26 : New_Filepath: C:\Program Files (x86)\mylar-development\cache/mylar_ymaqqm\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.73 : Thread-26 : [META-TAGGER] Paths / Locations:
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.74 : Thread-26 : [META-TAGGER] scriptname : Mylar.py
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.75 : Thread-26 : [META-TAGGER] downloadpath : B:\Admin\Downloads\complete
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.76 : Thread-26 : [META-TAGGER] sabnzbdscriptpath : C:\Program Files (x86)\mylar-development
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.77 : Thread-26 : [META-TAGGER] comicpath : C:\Program Files (x86)\mylar-development\cache/mylar_ymaqqm
21-Aug-2018 15:32:45 - DEBUG :: mylar.run.78 : Thread-26 : [META-TAGGER] Running the ComicTagger Add-on for Mylar
21-Aug-2018 15:32:47 - DEBUG :: mylar.run.119 : Thread-26 : [META-TAGGER] ComicTagger 1.25.1 [ninjas.walk.alone / SHURIKEN]
being used - using personal ComicVine API key supplied via mylar.
21-Aug-2018 15:32:47 - DEBUG :: mylar.run.131 : Thread-26 : [META-TAGGER] CR Tagging enabled.
21-Aug-2018 15:32:47 - DEBUG :: mylar.run.136 : Thread-26 : [META-TAGGER] CBL Tagging enabled.
21-Aug-2018 15:32:47 - DEBUG :: mylar.run.190 : Thread-26 : [META-TAGGER] Enabling ComicTagger script: ['C:\\Python27\\python.exe', 'C:\\Program Files (x86)\\mylar-development\\comictagger.py'] with options: ['-e', '--delete-rar', u'C:\\Program Files (x86)\\mylar-development\\cache/mylar_ymaqqm\\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr']
21-Aug-2018 15:32:47 - DEBUG :: mylar.run.198 : Thread-26 : [META-TAGGER] Executing command: ['C:\\Python27\\python.exe', 'C:\\Program Files (x86)\\mylar-development\\comictagger.py', '-e', '--delete-rar', u'C:\\Program Files (x86)\\mylar-development\\cache/mylar_ymaqqm\\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr']
21-Aug-2018 15:32:47 - DEBUG :: mylar.run.199 : Thread-26 : [META-TAGGER] Absolute path to script: C:\Python27\python.exe
21-Aug-2018 15:32:47 - WARNING :: mylar.run.241 : Thread-26 : [META-TAGGER][COMIC-TAGGER][CBR-TO-CBZ] Failed to convert cbr to cbz - check permissions on folder : C:\Program Files (x86)\mylar-development\cache/ and/or the location where Mylar is trying to tag the files from.
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2008 : Thread-26 : [POST-PROCESSING] Unable to write metadata successfully - check mylar.log file. Attempting to continue without tagging...
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2091 : Thread-26 : [POST-PROCESSING] ofilename:Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2099 : Thread-26 : [POST-PROCESSING] odir: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2100 : Thread-26 : [POST-PROCESSING] ofilename: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2102 : Thread-26 : [POST-PROCESSING] ext:.cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2112 : Thread-26 : [POST-PROCESSING] Original Filename: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr [.cbr]
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2130 : Thread-26 : [POST-PROCESSING] New Filename: Astonishing X-Men Annual 1 (2018)
21-Aug-2018 15:32:47 - INFO :: mylar.validateAndCreateDirectory.1369 : Thread-26 : [POST-PROCESSING][DIRECTORY-CHECK] Found comic directory: B:\Media\Comics\Astonishing X-Men (2017)
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2147 : Thread-26 : [POST-PROCESSING] Source: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2148 : Thread-26 : [POST-PROCESSING] Destination: B:\Media\Comics\Astonishing X-Men (2017)\Astonishing X-Men Annual 1 (2018).cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2195 : Thread-26 : [POST-PROCESSING] Renaming B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2199 : Thread-26 : [POST-PROCESSING] odir src : B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.Process_next.2200 : Thread-26 : [POST-PROCESSING][move] B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire\Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr ... to ... B:\Media\Comics\Astonishing X-Men (2017)\Astonishing X-Men Annual 1 (2018).cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.get_free_space.3479 : Thread-26 : [FREESPACE-CHECK] B:\Media\Comics\Astonishing X-Men (2017) has 1.1TiB free
21-Aug-2018 15:32:47 - INFO :: mylar.Process_next.2217 : Thread-26 : [POST-PROCESSING] move successful to : B:\Media\Comics\Astonishing X-Men (2017)\Astonishing X-Men Annual 1 (2018).cbr
21-Aug-2018 15:32:47 - DEBUG :: mylar.tidyup.223 : Thread-26 : File Option: move [META-ENABLED: True]
21-Aug-2018 15:32:47 - DEBUG :: mylar.tidyup.224 : Thread-26 : odir: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire [filename: Astonishing X-Men Annual 001 (2018) (Digital) (Zone-Empire).cbr][self.nzb_folder: B:\Admin\Downloads\complete]
21-Aug-2018 15:32:47 - DEBUG :: mylar.tidyup.225 : Thread-26 : sub_path: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire [cacheonly: False][del_nzbdir: True]
21-Aug-2018 15:32:47 - DEBUG :: mylar.tidyup.229 : Thread-26 : Sub-directory detected during cleanup. Will attempt to remove if empty: B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:47 - DEBUG :: mylar.tidyup.252 : Thread-26 : [POST-PROCESSING] Tidying up. Deleting sub-folder location : B:\Admin\Downloads\complete\Astonishing.X-Men.Annual.001.2018.Digital.Zone-Empire
21-Aug-2018 15:32:48 - DEBUG :: mylar.totals.1580 : Thread-26 : totalfiles: 15
21-Aug-2018 15:32:48 - DEBUG :: mylar.totals.1581 : Thread-26 : status: Snatched
21-Aug-2018 15:32:48 - DEBUG :: mylar.totals.1594 : Thread-26 : incremented havefiles: 15
21-Aug-2018 15:32:48 - DEBUG :: mylar.foundsearch.717 : Thread-26 : [POST-PROCESSING][UPDATER] comicid: 102882
21-Aug-2018 15:32:48 - DEBUG :: mylar.foundsearch.718 : Thread-26 : [POST-PROCESSING][UPDATER] issueid: 679985
21-Aug-2018 15:32:48 - INFO :: mylar.foundsearch.857 : Thread-26 : [POST-PROCESSING][UPDATER] Setting status to Post-Processed in history.
21-Aug-2018 15:32:48 - INFO :: mylar.foundsearch.914 : Thread-26 : [POST-PROCESSING][UPDATER] Updating Status (Post-Processed) now complete for Astonishing X-Men Annual issue: 1
21-Aug-2018 15:32:48 - DEBUG :: mylar.Process_next.2266 : Thread-26 : writing: {'Status': 'Downloaded', 'Location': u'Astonishing X-Men Annual 1 (2018).cbr'} -- {'IssueID': u'679985'}
21-Aug-2018 15:32:48 - INFO :: mylar.Process_next.2364 : Thread-26 : [POST-PROCESSING] Post-Processing completed for: Astonishing X-Men #1
KidVulcan79
Posts: 14
Joined: Tue Aug 21, 2018 9:29 am

Re: Import not creating CBZ

Post by KidVulcan79 »

Hi, I’m new here but have a related issue/ question. I’m not trying to take over somebody else’s board but I’m not sure if I posted it in the right area. I posted it under FAQS because it was a question but then I saw this question posted here. Did I post in the wrong section and if so, what should I do about that now.

PS. Sorry, also not trying to spam. Just trying to feel my way around here
User avatar
oldirtdog
Posts: 61
Joined: Fri Nov 04, 2016 7:52 pm

Re: Import not creating CBZ

Post by oldirtdog »

honestly, I opened this thread and it's already kinda gotten hijacked a bit... you'll be better suited to start a new topic... if it's an issue with Mylar, post it in this same category (problem, bugs, issues)... EvilHero is the developer and he's very good at supporting his application
dosaceos
Posts: 15
Joined: Fri Oct 09, 2015 1:10 pm

Re: Import not creating CBZ

Post by dosaceos »

Sorry, that's on me. He asked for details so I gave 'em.
Post Reply