You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.7 KiB

2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. This project is **NOT** being maintained as i'd rather rewrite it from scratch.
  2. ## Overview
  3. **JPS-AU-TV** is a tool for automating the uploading process on jpopsuki.eu.
  4. **Features:**
  5. - JPS Client.
  6. - FTP Support
  7. **Installation:**
  8. - Install requirements
  9. ```
  10. pip install -r requirements.txt
  11. ```
  12. ## Command Usage
  13. ```
  14. python autoupload.py {command_name} {ID/URL}
  15. ```
  16. Command | Description | Example
  17. ------------- | ------------- | -------------
  18. -d, --debug | Provides additional information on upload for debugging purposes | `python autoupload.py -d`
  19. -f, --freeleech | Enables freeleech (VIP+ Userclass Requirement) | `python autoupload.py -f -dir "Z:\Music\Korean\Ego\Ego - E [2020.01.02] [EP] [WEB-MP3]"`
  20. -t, --tags | Add additional tags to upload, separated with comma | `python autoupload.py -t "korean, female.vocalist" -dir "Z:\Music\Korean\Ego\Ego - E [2020.01.02] [EP] [WEB-MP3]"`
  21. -dry, --dryrun | Carries out all actions other than the upload itself.| `python autoupload.py -dir "Z:\Music\Korean\Ego\Ego - E [2020.01.02] [EP] [WEB-MP3]" -dry`
  22. ## Config.json
  23. - It's not recommended to use both local watch/download folders and ftp watch/download folders at the same time as it will result in seeding from 2 locations.
  24. **credentials:**
  25. Config | Description | Example
  26. ------------- | ------------- | -------------
  27. Username | JPopSuki Username | Slyy
  28. Password | JPopSuki Password | Password
  29. **local_prefs**
  30. Config | Description | Example
  31. ------------- | ------------- | -------------
  32. add_to_watch_folder | moves .torrent file to local watch folder | `true/false`
  33. add_to_downloads_folder | moves torrent data to local downloads folder | `true/false`
  34. local_watch_folder | directory of local watch folder | `Z:/watch/Transmission`
  35. local_downloads_folder | directory of local downloads folder | `Z:/downloads`
  36. **ftp_prefs:**
  37. Config | Description | Example
  38. ------------- | ------------- | -------------
  39. enable_ftp | enable ftp mode, if enabled suggested to disable local watch and downloads folders | `true/false`
  40. add_to_watch_folder | transfer .torrent file to watch folder on FTP server | `true/false`
  41. add_to_downloads_folder | transfer torrent data to downloads folder on FTP server | `true/false`
  42. ftp_server | url of ftp server | haze.seedhost.eu
  43. ftp_username | username of ftp account | slyy
  44. ftp_password | password of ftp account | password
  45. ftp_watch_folder | directory of ftp watch folder | `/downloads/watch/transmission`
  46. ftp_downloads_folder | directory of ftp downloads folder | `/downloads`
  47. ## Disclaimer
  48. - The usage of this script **may be** illegal in your country. It's your own responsibility to inform yourself of Copyright Law.