Once deployed, you will be able to add tvshows or movies to Trakt.tv list then watch them in the plex client after 24 hour (or less). all you need is:
- Trakt.tv account (which is free)
- local server (old pc) with Docker to run the dockers ( you can download docker here https://www.docker.com/)
What you need to do.
- Create Trakt account.
- Create list to sync to Sonarr and Radarr, you can see my lists at https://trakt.tv/users/erlichsefi/lists
What you need to do.
-
Add additional script that unzip torrent which are downloaded as zip. add this script path "resources/scripts/unzip.sh" in setting (resources/trassmission/torrent_config/settings.json:script-torrent-done-filename)
"script-torrent-done-enabled": true, "script-torrent-done-filename": "scripts/unzip.sh",
-
Set trassmission useranme in .env/TRANSMISSION_USER
-
Set trassmission password in .env/TRANSMISSION_PASS
-
Set trassmission hostname in .env/HOST_NAME
What you need to do.
- add trackers to Jacket, for example:
- hebits
- torrentleech
- add more ...
Here is some of my trackers, you can find the Jacket web UI at port 9117.
Sonarr will:
- Check if Trakt for new items.
- Check new episodes avaliabe.
- Find torrent in Jacket.
- Send torrent Transmission.
- Scan Transmission download folder and orgnize it in '${VIDEO_PATH}/tv'.
What you need to do. 0. Set a path for VIDEO_PATH in .env
- Configure sonarr to read trakt list with new TV shows.
- Configure sonarr to query jacket once new episodes need to be download.
- Configure in sonarr download client as transmission.
- Check if Trakt for new items.
- Check new movies avaliabe.
- Find torrent in Jacket.
- Send torrent Transmission.
- Scan Transmission download folder and orgnize it in '${VIDEO_PATH}/movies'.
What you need to do. 0. Set a path for VIDEO_PATH in .env (if you didn't before)
- Configure radarr to read trakt list with new Movies.
- Configure radarr to query jacket once new episodes need to be download.
- Configure in radarr download client as transmission.
What you need to do. 0. Get and set a free Plex path in .env and select hostname.
- Configure movies and tv path in plex to following folders.
- ${VIDEO_PATH}/movies
- ${VIDEO_PATH}/tv
Bottom line, I'm adding Movies/Tv shows to trakt.tv list, 24 hours later i can watch them in my android Flex client, every new episode that air is download automatically.
Example for Sonarr and Radarr: