Advertisement
Guest User

ConfigOptions

a guest
Jan 18th, 2015
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.71 KB | None | 0 0
  1. ####################################
  2. ###     Configuration Options    ###
  3. ####################################
  4. # Where should the Wallpapers be stored?
  5. LOCATION=/home/ubun/Desktop/wallpapers
  6. # How many Wallpapers should be downloaded, should be multiples of 24 (right now they only use a fixed number of thumbs per page)
  7. WPNUMBER=48
  8. # Type standard (newest, oldest, random, hits, mostfav), search, favorites (for now only the default collection), useruploads (if selected, only purity variable will change the outcome)
  9. TYPE=standard
  10. # From which Categories should Wallpapers be downloaded, first number is for General, second for Anime, third for People, 1 to enable category, 0 to disable it
  11. CATEGORIES=111
  12. # Which Purity Wallpapers should be downloaded, first number is for sfw content, second for sketchy content, third for nsfw, 1 to enable, 0 to disable
  13. PURITY=110
  14. # Which Resolution should be downloaded, leave empty for all (most common resolutions possible, for details see wallhaven site)
  15. RESOLUTION=
  16. # Which aspectratio should be downloaded, leave empty for all (possible values: 4x3, 5x4, 16x9, 16x10, 32x9, 48x9)
  17. RATIO=
  18. # Which Type should be displayed (relevance, random, date_added, views, favorites)
  19. SORTING=random
  20. # How should the Wallpapers be ordered (desc, asc)
  21. ORDER=desc
  22. # Searchterm, only used if TYPE = search
  23. QUERY="nature"
  24. # User from which Wallpapers should be downloaded (only used for TYPE=useruploads)
  25. USR=AksumkA
  26. # use gnu parallel to speed up the download (0, 1), if set to 1 make sure you have gnuparallel installed, see normal.vs.parallel.txt for speed improvements
  27. PARALLEL=0
  28. ####################################
  29. ###   End Configuration Options  ###
  30. ####################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement