Advertisement
Guest User

pixivUtil readme

a guest
Dec 9th, 2010
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. By Yavos:
  2.  
  3. <<< commandline >>>
  4. -s <number> will start PixivUtil in mode <number>, allowed are the following ones:
  5. 1 - Download by member_id (optional: followed by member_ids separated by space)
  6. 2 - Download by image_id (optional: folled by image_ids separated by space)
  7. 3 - Download by tags (optional: followed by tags)
  8. 4 - Download from list (optional: followed by path to list)
  9. 5 - Manage database
  10.  
  11. -n <number> will temporarily set pagelimit to <number> pages
  12.  
  13. -i will load IrfanView with downloaded images when not already set in config.ini
  14.  
  15. -x will exit programm when selected mode is finished
  16.  
  17.  
  18. <<< config.ini >>>
  19. createDownloadLists => set to <True> to automatically create download-lists
  20. downloadListDirectory => set directory for download-lists needed for createDownloadLists and IrfanView-Handling
  21. -> if leaved blank it will create download-lists in pixivUtil-directory
  22. startIrfanView => set to <True> to start IrfanView with downloaded images when exiting pixivUtil
  23. -> this will create download-lists
  24. -> be sure to set IrfanView to load Unicode-Plugin on startup when there are unicode-named files!
  25. startIrfanSlide => set to <True> to start IrfanView-Slideshow with downloaded images when exiting pixivUtil
  26. -> this will create download-lists
  27. -> be sure to set IrfanView to load Unicode-Plugin on startup when there are unicode-named files!
  28. -> Slideshow-options will be same as you have set in IrfanView before!
  29. IrfanViewPath => set directory where IrfanView is installed (needed to start IrfanView)
  30.  
  31.  
  32. <<< list.txt >>>
  33. - This file should be build in the following way:
  34. member_id1 directory1
  35. member_id2 directory2
  36. ...
  37. #comment - lines starting with # will be ignored
  38.  
  39. - member_id = number
  40. - directory = path to download-directory for member_id
  41. %root%\directory will save directory in rootFolder specified in config.ini
  42. \directory will save the folder in the root of your PixivUtil-drive
  43. C:\directory will save the folder in drive C: (change to any other drive as you wish)
  44. directory will save the folder in same directory as PixivUtil2.exe
  45. directory-path can end with \ or not
  46.  
  47. - Examples for list:
  48.  
  49. #this is a comment line, lines starting with # will be ignored
  50. #here is the first member:
  51. 123456
  52. #you can see, the line has only the member id
  53. #usually I use it the following way:
  54. #
  55. #username (so I can recognize it ;) )
  56. 123456
  57. #
  58. #next 2 lines contain a special folder for this member
  59. 123456 test
  60. 123456 "test"
  61. #now all images from member no. 123456 will be safed in directory "test" in the same directory as PixivUtil2
  62. #as you can see you can use it with "" oder without ;)
  63. #
  64. #next will be stored at the same partition as PixivUtil, but the directory is located in root-part of it
  65. 123456 \test
  66. 123456 "\test"
  67. #this will lead to "C:\test" when pixivUtil is located on "C:\"
  68. #
  69. #next line uses complete path to store the files
  70. 123456 F:\new Folder\test
  71. 123456 "F:\new Folder\test"
  72. #this will set the folder everywhere on your partitions
  73. #
  74. 123456 %root%\special folder
  75. 123456 "%root%\special folder"
  76. #this will set the download location to "special folder" in your rootDirectory given in config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement