Change log:
- Update Download by tags parsing because of layout update.
- Change filename limit from 254 to 250 + 4 (for extensions)
- Handle ‘?’ in filename
Download link here, source code here or in GitHub for the latest version.
small collection of my stuff!
Comments are closed.
Hi!
I tried to use the option “10” (tag y member_id) in command line method, but the program show an error,
the others options are fine:
I remarked the error in a red oval
http://i.imgur.com/RtOaf.png
can you check this?, or am I wrong?
Regards!
I forgot to add the 10 to the list of the start action π I will fix it in the next release. For now, you can just run in without giving the start action.
>>you mean change the default filename for folder.jpg? currently no.
Sorry, I made a mistake. I meant change folder name of that generated sub-folder in config, so it would be named not “0 -“, but “avatar”, for example.
I found the cause. If your filename format doesn’t use subfolder (“”) (e.g. %member_token% (%member_id%)%image_id% – %title% – %tags%). The avatar/folder.jpg will be created in “0 -” subfolder (depend on the filename format). This will be fixed in future release, or you can check GitHub for the updated source code.
I can’t seem to figure out why downloading via list is not working.
I have .bat file that contains this:
cd “C:MyDocumentsProgramsInternetpixivutil20120609”
PixivUtil2 -s 4 “list.txt”
list.txt contains this:
# Atorumu (Tenako, γγ¨γγ)
3907485 “γγ¨γγ (3907485)”
Every time I get:
Processing from database.
Found 0 items.
I tried saving list.txt with different encoding, give explicit and relative paths – no luck.
in config.ini, uselist ==> set to ‘True’ to parse list.txt.
This will update the DB content from the list.txt
(member_id and custom folder).
Thanks, now it’s working!
By the way, after I changed filenameformat to %image_id% – %title%, folder image is now stored in automatically generated sub-folder “0 -“. Not a drawback by any means, but is there a way to specify another filename for this sub-folder? Like “avatar”?
>> folder image is now stored in automatically generated sub-folder β0 -β
I will check.
>> is there a way to specify another filename for this sub-folder? Like βavatarβ?
you mean change the default filename for folder.jpg? currently no.
Zillion Thanks!
the previous version, works like a charm!
I hope this version will be better π