Skip to content

Releases: Nandaka/PixivUtil2

v20211104

04 Nov 09:47
Compare
Choose a tag to compare
  • Fix Issue #1036: update error message for ffmpeg and add option to enable verboseOutput from ffmpeg.
    • remove -lossless 1 from webm param due to ffmpeg memory issue might cause ugoira not fully converted.
    • remove logging from ffmpeg output due to conflict with logger
  • Update ffmpeg detection to return warning if ffmpeg return exit code != 0 when loading for the first time.
  • Update default encoding parameter for webm and webp
    • ffmpegParam = -row-mt 1 -deadline good -crf 20 -vsync 2 -r 999 -pix_fmt yuv420p
    • webpParam = -row-mt 1 -lossless 0 -q:v 90 -loop 0 -vsync 2 -r 999

Donate https://bit.ly/PixivUtilDonation

Windows 7 users: Please install python 3.8.x and run from source code. (note: added version compiled with py3.8.10)
Refer to https://github.com/Nandaka/PixivUtil2/wiki/IDE-Enviroment-(Windows)
For virus issue, see #972 or you also can run it from source code
Always backup your old installation!

v20211031-beta3

01 Nov 06:42
e0be953
Compare
Choose a tag to compare
v20211031-beta3 Pre-release
Pre-release
  • Fix Issue #1036: update error message for ffmpeg and add option to enable verboseOutput from ffmpeg.
    • remove -lossless 1 from webm param due to ffmpeg memory issue might cause ugoira not fully converted.
    • remove logging from ffmpeg output due to conflict with logger
  • Update ffmpeg detection to return warning if ffmpeg return exit code != 0 when loading for the first time.

Windows 7 users: Please install python 3.8.x and run from source code. (note: added version compiled with py3.8.10)
Refer to https://github.com/Nandaka/PixivUtil2/wiki/IDE-Enviroment-(Windows)
For virus issue, see #972 or you also can run it from source code
Always backup your old installation!

also you can try this version of ffmpeg: https://www.mediafire.com/file/jn5nskve330diw3/ffmpeg-20201220.7z/file

v20211031-beta1

31 Oct 02:35
Compare
Choose a tag to compare
v20211031-beta1 Pre-release
Pre-release
  • Fix Issue #1036: update error message for ffmpeg and add option to enable verboseOutput from ffmpeg.

Donate https://bit.ly/PixivUtilDonation

Windows 7 users: Please install python 3.8.x and run from source code. (note: added version compiled with py3.8.10)
Refer to https://github.com/Nandaka/PixivUtil2/wiki/IDE-Enviroment-(Windows)
For virus issue, see #972 or you also can run it from source code
Always backup your old installation!

also you can try this version of ffmpeg: https://www.mediafire.com/file/jn5nskve330diw3/ffmpeg-20201220.7z/file

20211031-beta2

31 Oct 12:41
Compare
Choose a tag to compare
20211031-beta2 Pre-release
Pre-release
  • Fix Issue #1036: update error message for ffmpeg and add option to enable verboseOutput from ffmpeg.
  • Update ffmpeg detection to return warning if ffmpeg return exit code != 0 when loading for the first time.

Windows 7 users: Please install python 3.8.x and run from source code.
Refer to https://github.com/Nandaka/PixivUtil2/wiki/IDE-Enviroment-(Windows)
For virus issue, see #972 or you also can run it from source code
Always backup your old installation!

also you can try this version of ffmpeg: https://www.mediafire.com/file/jn5nskve330diw3/ffmpeg-20201220.7z/file

v20211030

30 Oct 14:27
Compare
Choose a tag to compare
  • Fix Issue #1035: enhance error detection when converting ugoira.
    • Please update the config.ini and change from ffmpeg to ffmpeg.exe in ffmpeg section.
    • image
  • Fix Issue #1031 and #1034: fix command line option for 3 and 8

Donate https://bit.ly/PixivUtilDonation

Windows 7 users: Please install python 3.8.x and run from source code. (note: added version compiled with py3.8.10)
Refer to https://github.com/Nandaka/PixivUtil2/wiki/IDE-Enviroment-(Windows)
For virus issue, see #972 or you also can run it from source code
Always backup your old installation!

v20211020

20 Oct 02:33
Compare
Choose a tag to compare
  • Fix Issue #1028: Update download new illust parser to use new API.
  • Implement #1027: Add Bookmark Count Option to Option 5, 8.
  • Merge Update PixivFanboxHandler.py (#1026) by amatuerCoder.
  • Add new option for customCleanUpRe in config.ini.
  • Keep case when writing config.ini.
  • Update #1004 rewrite pyexiv2 to version 2.7.0.
  • Merge fix(deps): demjson (#1015) by BassOfBass.
  • Fix #1011: handle user not exists during download.
  • Fix check if pixiv sketch return empty post #1013 #1014.
  • Implement #1005: Resolve and download Pixiv by Fanbox "artist/creator" id.
  • Merge Correct shape of BOM in Downloaded List (#1010) by NHOrus.
  • Implement #1007: Add option to download Pixiv Sketch using option 4.
  • Add check for R-18/R-18G from pixiv website setting.
  • Implement #1002: update url dump for fanbox and add some typing.

Donate https://bit.ly/PixivUtilDonation

Windows 7 users: Please install python 3.8.x and run from source code. (note: added version compiled with py3.8.10)
Refer to https://github.com/Nandaka/PixivUtil2/wiki/IDE-Enviroment-(Windows)
For virus issue, see #972 or you also can run it from source code
Always backup your old installation!

EDIT: update to fix minor issue

v20210822

21 Aug 17:18
Compare
Choose a tag to compare
  • Merge Fix #993 (#995) by amatuerCoder.
  • Merge Get member information adjustment (#992) by amatuerCoder.
  • Merge Fixes some bugs with XMP sidecars. (#985) by Baa.
  • Merge Adds support for .XMP sidecar files. (#980) by Baa.
  • Merge Allows Post Processing to accept command arguments (#979) by Baa.

Donate https://bit.ly/PixivUtilDonation

v20210702

02 Jul 02:14
Compare
Choose a tag to compare
  • Update python to 3.9.6 and latest libraries.
  • Skip processing members at all if image list is empty (no folder/avatar/bg will be processed).
  • Merge fixes from amatuerCoder.
  • Merge Change shebang to python3 (#958) by KLsz.
  • Implement #956 additional filename format: %md5%, %sha1%, and %sha256%.
    Please note that the file-exists check might not works due to the hash can only be calculated after the file is downloaded.
  • Merge fixed an ANSI escape code (#944) by DenDen047.
  • Merge Fix argument mismatch in process_manga_series (#939) by dddlr.
  • Merge fixed regression in console title: using XTerm OSC (#950) by whinette.
  • Update #930, replace resized cover with full size instead.
  • Fix Issue #942: AttributeError when picking "e. Export online bookmark"
  • Implement #940: add new name format: %force_extension{.*}% to force specific extension.
    Usage = %force_extension{jpeg}% to always set the extension to .jpeg
  • Implement #970: add feature to perform post processing for downloaded files.
    Add config in [DownloadControl] section:
    • enablePostProcessing = default False. Set to true to enabled post processing cmd for every downloaded files
    • postProcessingCmd = command to execute. add %filename% to pass the downloaded filename.
      NO ERROR HANDLING AT ALL, use on your own risk.

Donate https://bit.ly/PixivUtilDonation

Always backup your old installation!
Run from source code is preferred if you have issue with Fanbox.
You might need to manually copy cacert.pem to the temp folder if you got this error: Could not find a suitable TLS CA certificate bundle

v20210421

21 Apr 10:19
Compare
Choose a tag to compare
  • Implement #930: download full size image for fanbox cover.
  • Fix #929: update fanbox post parser for post type = entry.
  • Merge Show URL for oauth (#931) by Jhyrachy.

Donate https://bit.ly/PixivUtilDonation

Always backup your old installation!
Run from source code is preferred if you have issue with Fanbox.

v20210326

26 Mar 03:30
Compare
Choose a tag to compare
  • Implement #706: add novel support.
  • Merge Update PixivDBManager.py (#910) by amatuerCoder.
  • Merge Update PixivBrowserFactory.py (#908) by amatuerCoder.
  • Merge Fix #889 #899 (#903) by amatuerCoder.
  • Update test script for PixivBrowserFactory.
  • Implement #928: allow to use image tags for filtering when downloading user bookmark (option 6).
  • Merge Add config option to ignore beta versions (#923) by Terryble2
  • Merge Bad chars enhancement (#920) by amatuerCoder.
  • Update error message for #914

Donate https://bit.ly/PixivUtilDonation

Always backup your old installation!