Advertisement
Guest User

Untitled

a guest
Oct 13th, 2012
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1.  
  2. # Autocleanup.
  3. # 0 == disabled
  4. # 1 == delete any old content
  5. cleanup=1
  6.  
  7. # Number of days to keep files. Cleanup will remove anything
  8. # older than this.
  9. cleanup_days=30
  10.  
  11. # Filename Cleanup: For FAT32 filename compatability (Feature Request #1378956)
  12. # Tested with the following characters: !@#$%^&*()_-+=||{[}]:;"'<,>.?/
  13. # filename_badchars=!#$^&=+{}[]:;"'<>?|\
  14.  
  15. # Filename Replace Character: Character to use to replace any/all
  16. # bad characters found.
  17. filename_replacechar=_
  18.  
  19. # Filename Cleanup 2: Some RSS Feeds (like the BBC World News Bulletin) download files with names like filename.mp3?1234567.
  20. # Enable this mode to fix the format to filename1234567.mp3.
  21. # 0 == disabled
  22. # 1 == enabled (default)
  23. filename_formatfix=1
  24.  
  25. # Stop downloading if available space on the partition drops below value (in KB)
  26. # default: 614400 (600MB)
  27. min_space=1048576
  28.  
  29. # ASX Playlists for Windows Media Player
  30. # 0 == do not create
  31. # 1 == create
  32. asx_playlist=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement