pombreda / pycomicmetathis

Automatically exported from code.google.com/p/pycomicmetathis
0 stars 0 forks source link

No such file or directory - no metadata is updated on cbz files #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run script as described in pixelverse post

Output as follows:

Found a seriesId.txt file in this directory.
Read series Id is 39843
Processing :Super Dinosaur 001.cbz
After fixing spaces, title is: Super Dinosaur 001
Querying the ComicVine for the Issue based on the filename...
Found a seriesId.txt file in this directory
Read series Id is 39843
That series is Super Dinosaur
After fixing spaces, title is: Super Dinosaur 001
Assuming issue number is  based on the filename.
Got the issue from filename. Issue is 001.
Querying ComicVine for the Issue...
Writing back updated ComicBookInfo for Super Dinosaur 001.cbz
/bin/sh: /bin/ziplong: No such file or directory
Done with Super Dinosaur 001.cbz

Using most up to date version of script. 

Original issue reported on code.google.com by valandgr...@gmail.com on 19 Jun 2011 at 7:04

GoogleCodeExporter commented 9 years ago
Did you recompile/install ziplong?  It's the version of zip/unzip with support 
for longer comments.  If you don't have this installed to /bin/ziplong, you 
will have to edit the config section to point to the regular version of zip.  
It should be at line 112 in the script.

Original comment by andre.me...@gmail.com on 19 Jun 2011 at 8:55

GoogleCodeExporter commented 9 years ago

Original comment by andre.me...@gmail.com on 28 Oct 2011 at 8:01