Tam-Lin / comictagger

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

NO matches found on every search or autotag #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\volumeselectionwindow.py", line 378, in currentItemChanged
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\coverimagewidget.py", line 136, in setURL
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\coverimagewidget.py", line 193, in updateContent
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\coverimagewidget.py", line 200, in updateImage
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\coverimagewidget.py", line 235, in loadURL
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\imagefetcher.py", line 84, in fetch
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\imagefetcher.py", line 178, in get_image_from_cache
sqlite3.OperationalError: no such table: Images

version 1.1.10

No matches found on every search or autotag

Original issue reported on code.google.com by russmcgr...@gmail.com on 20 Feb 2014 at 4:28

GoogleCodeExporter commented 9 years ago
Yes, there's odd results being returned that started this week.  For example, 
if you search for "Wonder Woman", and find the current 2011 series, there 
should be 28 issues, but only the first 11 are returned.  The same thing 
happens for all searches.  Many titles actually return no results.

Original comment by jbellanca on 21 Feb 2014 at 7:12

GoogleCodeExporter commented 9 years ago
Getting the same issue.

"The Sensational She-Hulk" always returns the trade paperback "Sensational 
She-Hulk by John Byrne," and thus no matches.

Original comment by phillip....@gmail.com on 22 Feb 2014 at 7:26

GoogleCodeExporter commented 9 years ago
Yeah I have problems with several series. the only work around that I have 
found is that if you want the current All-New X-Men Series you have to rename 
it to something more generic like X-Men manually search it and then the actual 
series appear. I had problem with X-Men: Legacy too.

Original comment by TheDomin...@gmail.com on 23 Feb 2014 at 11:19

GoogleCodeExporter commented 9 years ago
Russ, are you still getting this error?

Original comment by bevi...@gmail.com on 22 Mar 2014 at 6:43

GoogleCodeExporter commented 9 years ago
russmcgraw777, There's another user with similar errors.  I have a test build 
if this is a still an issue. 

If don't hear back, I'll close the issue as "can't reproduce".  Thanks!

Original comment by bevi...@gmail.com on 25 Mar 2014 at 10:26

GoogleCodeExporter commented 9 years ago
Tried all new builds including test have same problem with no such table inages 
and no match

Original comment by russmcgr...@gmail.com on 4 Apr 2014 at 6:19

GoogleCodeExporter commented 9 years ago
Other questions:

Did ComicTagger ever work for you?
What version of windows are you on?
I'm curious if you tried removing the ComicTagger setting folder, what would 
happen.  It should be something like : 
C:\Users\usrname\AppData\roaming\ComicTagger 

Original comment by bevi...@gmail.com on 4 Apr 2014 at 10:14

GoogleCodeExporter commented 9 years ago
Yes
Windows 7 64bit
Deleted the folder and reinstalled fixed the problem

Thank You 

Original comment by russmcgr...@gmail.com on 6 Apr 2014 at 9:17

GoogleCodeExporter commented 9 years ago
Cool. I'm glad that fixed it, but I wish I knew the root cause of the 
corruption.  There have been occasional reports like yours, mostly on windows, 
I think.  If it happens again, before you purge anything, can you zip up the 
settings folder and email it to me at comictagger@gmail.com?

Thanks!

Original comment by tonybevi...@gmail.com on 6 Apr 2014 at 2:46

GoogleCodeExporter commented 9 years ago
I am also getting the same problem, I purged all data around the ComicTagger 
Software.
I am running ComicTagger v1.1.15-beta
Windows 7 64Bit
The Tags on the Comics are blank but it looks like the the naming structure is 
missing with it maybe. 
Example in the screenshot, My file name is 
Agent X - Volume 001 - Issue 011 - (June - 2003).cbz
It gets Issue 11 but it is grabbing the series as "Agent X - Volume 001 - Issue"
If I remove all but "Agent X" I get back some information. Is there a method 
for identifying the parser params. I have 800 GB of comics in this format and 
can't practically change it.  

Original comment by Cybercra...@gmail.com on 23 Jun 2014 at 2:55

Attachments:

GoogleCodeExporter commented 9 years ago
Cybercrawler, when you say you have the same problem, do you mean you're seeing 
the same errors as in the original post?  Or are just having issues with the 
file name parser?

For the latter, unfortunately you can't tune the way the filename parser works. 
 Information on what sort of file naming schemes works best is here: 
https://code.google.com/p/comictagger/wiki/UserGuide#Filename_Parsing

If your files are consistently named, you should be able to use a bulk renaming 
utility to convert them all to a format that CT likes. Once the files are 
tagged, you can use the renaming function in CT to go back to whatever format 
you like.  In this case you could:

replace "- Volume" with "Vol"
replace "- Issue " with "#" 

which would yield "Agent X Vol 001 #11  - (June - 2003).cbz"

Original comment by bevi...@gmail.com on 23 Jun 2014 at 4:20

GoogleCodeExporter commented 9 years ago
If the tags are blank, it returns no results. If I manually change the series, 
Volume and issue then it will find the correct metadata.
I can change the surface archive name but this would not change what is in the 
archive.
Current Structure is 
Agent X - Volume 001 - Issue 001 - (September - 2002).cbz
 ->Agent X - Volume 001 - Issue 001 - (September - 2002) - Page 000.jpg
 ->Agent X - Volume 001 - Issue 001 - (September - 2002) - Page 001.jpg
 ->Agent X - Volume 001 - Issue 001 - (September - 2002) - Page 002.jpg

I could write a script to unpak and rename all of the structure but it will 
simply take to long to run on a collection nearing a 850 GB.

I was really looking for a method to tag the old collection and the new 
collection coming in
As of now only the issue # can be padding from what I am looking at in the 
renamer. and this does not rename the files in the archive. 
Lol it looks like again I have named things to specifically, I am having the 
same issues with other media (movies and Music) but any way this really does 
not belong in this section, maybe development ideas -

Thanks for your time.

Original comment by Cybercra...@gmail.com on 23 Jun 2014 at 5:39

GoogleCodeExporter commented 9 years ago
One or both of us is misunderstanding the other.  I was suggesting that you use 
a 3rd party renaming utility such as this: http://www.advancedrenamer.com/  
That would allow you to change, in bulk, the filenames to something that 
ComicTagger can parse.  If all the files are consistently named, it should be 
easy.

CT doesn't care about the image names inside the archive (as long as they sort 
properly)  There is no need to rename the interior images in the archive.

Original comment by bevi...@gmail.com on 23 Jun 2014 at 6:05

GoogleCodeExporter commented 9 years ago
Is there any way for the re-namer to get the comics in SeriesName - Volume ### 
- Issue ### - (MonthText - Year) Or do I need to use the 3rd party tool again 
to get it in this format? It looks like the tool only pads the Issue field.

Original comment by Cybercra...@gmail.com on 25 Jun 2014 at 6:37

GoogleCodeExporter commented 9 years ago
Sorry, right now, there is no zero padding for the volume in the renaming 
function.  You might be able to do this with a third party renamer.  

If you want to make a formal feature request, please make a new thread here. 
That'll help me find it when I get back in dev mode.

Original comment by bevi...@gmail.com on 26 Jun 2014 at 6:43