-
Notifications
You must be signed in to change notification settings - Fork 32
One last push, can you add JPEG support? #183
Comments
Unfortunately that is the current state. In not quite sure with @pewpews, but You may contact @Evolution0 who have another latest fork version of happypanda,and he may provide another patch for your issue . (or ask someone on gitter.im, but that has the least possibility to succeed) At the current state happypanda only support certain archive and image in folder. Another alternative you can use is to put your image in a folder, and let happypanda scan it. |
I did try adding the path in order for Happypanda to scan it but sadly it still can't add JPEG images |
@YukiSakuma |
15-02 07:59 INFO gallerydb Recevied gallery: b'J:/COMIC EROS' |
shrug
|
I downloaded the archive from panda.chaika.moe (I could send you the archive link if you want to test) and the images in the archive are in JPEG format but it finally worked when I changed the file extension to PNG but TRID says the image files (even the renamed to PNG) are still JPEG |
Hm.. after some testing I am finding the populate function to be strangely inconsistent, Took a random manga archive, extracted it, and attempted to add it with the populate function; Unsupported file. Tried the archive itself and.. worked perfectly fine. Tried this with a few others and got the same result, populating from a directory is broken. Seems create_gallery in fetch.py might be a bit wonky, I'll see if I can figure out why. Must be something before Edit: On further examination the problem might just be in Edit 2: Putting the extracted folder into another folder seems to fix this, which makes sense as its meant to populate the db with multiple galleries (folders with images) correct? Definitely some checks needed as it can be misleading (possibly check to see if there is at least one subdirectory?) @YukiSakuma Can you be more clear on what you did? Did you attempt to populate from the archive? Was the archive in a folder? Was the archive extracted? Also send me the link either on Gitter or email (On my profile) |
@Evolution0 Sorry, I meant the archive was already extracted to a folder when I tried to use the Populate from directory option. I messaged the download link on Gitter |
Yeah looks like the same issue I ran into, the function does not seem to be meant to be used on a single directory like that but multiple subdirectories. A quick check and redirection to the add new function would be best In this case I think. |
This is an excellent application for managing my local collection and a big thank you for this so I am trying to add a gallery but the images are in JPEG format but it always says "Unsupported file" so can you please add support for JPEG? I have another request too like adding Nhentai support but it's okay if you don't do the latter.
The text was updated successfully, but these errors were encountered: