Guest User

Untitled

a guest
Mar 19th, 2025
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. # Step 1: Choose Your Download Sources
  2.  
  3. ## Private Trackers
  4.  
  5. * Research and join reputable private trackers (requires invites or applications)
  6. * Maintain good ratio by seeding content
  7. * Get API/RSS feed information for automation
  8.  
  9. ## Usenet
  10.  
  11. * Sign up for a Usenet provider (Newshosting, Eweka, etc. - they all have sales now and then, Black Friday, etc)
  12. * Get a block account from a different backbone as backup (optional)
  13. * Get an indexer subscription (NZBGeek, OMGWTFNZBS, DrunkenSlug etc.)
  14.  
  15. # Step 2: Set Up Download Clients
  16.  
  17. ## qBittorrent (Torrents)
  18.  
  19. * Install qBittorrent https://www.qbittorrent.org/download* Enable Web UI: Tools → Options → Web UI
  20.  
  21. * Configure download paths:
  22. * Set incomplete downloads folder
  23. * Set completed downloads folder
  24.  
  25. * Configure connection settings (port forwarding if needed)
  26.  
  27. ## SABnzbd (Usenet)
  28.  
  29. * Install SABnzbd https://sabnzbd.org/downloads* Add your Usenet server details (hostname, port, SSL, username, password)
  30.  
  31. * Configure download paths:
  32. * Temporary folder for incomplete downloads
  33. * Completed downloads folder
  34.  
  35. * Set category folders that will match with Sonarr/Radarr
  36.  
  37. # Step 3: Install and Configure *Arr Applications
  38.  
  39. ## Sonarr (TV Shows)
  40.  
  41. * Install Sonarr and access web interface (typically port 8989) https://sonarr.tv/
  42. * Configure download clients:
  43. * Settings → Download Clients → Add → qBittorrent/SABnzbd
  44. * Enter host, port, username, password
  45.  
  46. * Add indexers/trackers:
  47. * Settings → Indexers → Add
  48. * Configure with API keys or RSS feeds from your sources
  49.  
  50. * Set up media management:
  51. * Root folders where TV shows will be stored
  52. * File management options (hardlinks vs. copy)
  53.  
  54. ## Radarr (Movies)
  55.  
  56. * Install Radarr and access web interface (typically port 7878) https://radarr.video/
  57. * Follow same steps as Sonarr, but for movies:
  58. * Configure download clients
  59. * Add indexers/trackers
  60. * Set up media management with movie-specific folder and naming conventions
  61.  
  62. # Step 4: Set Up Media Server
  63.  
  64. ## Plex/Emby/Jellyfin
  65.  
  66. * Install your chosen media server
  67.  
  68. * Create libraries pointing to:
  69. * TV Shows folder (managed by Sonarr)
  70. * Movies folder (managed by Radarr)
  71.  
  72. * Configure metadata agents and scanning options (or leave as default)
  73. * Set up user accounts if sharing with others
  74. * Configure remote access if needed
  75.  
  76. # Pro Tips:
  77.  
  78. * Use Prowlarr to manage all your indexers in one place
  79. * Consider Overseerr/Ombi for request management if sharing with others
  80. * Use Bazarr for automatic subtitle downloads
  81. * Use Autobrr for torrents if you want to be first on the torrents rather than adding on a 15min delay
  82.  
  83.  
Add Comment
Please, Sign In to add comment