Comic book lover is the correct one (but you could use both, they are not exlusive). It writes the information in the zip comment, from where calibre reads it. Since comic tagger uses comic vine for the metadata, you have to adjust ine setting in calibre, to get the right series number. Go to preferences-> Plugins -> Read Metadata plugins -> Read comic metadata. Configure the plugin and enter "issue" for reading the series information.
If you have folders instead of cbz, just zip the folder and rename the extension to "cbz". Then use comic tagger to tag them. If you have many seperate folders with seperate comics, maybe this batch could be of use:
Quote:
for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a -mx=0 -tzip "%%X.cbz" "%%X\"
|
Just replace the path to 7z with your path. (I have no idea about Macs, maybe there are no batches on a mac? Than you have to do it manualy).