May 22, 20215 yr can anyone tell me how i can actual realize under unraid 6.9.2 this. i like to sync my plex database status with trakt because i use kodi and that use trakt too. i have found some old information about this topic but that dont works for me. i need an actual status which work. thnx
May 22, 20215 yr I also use Kodi but what is Trakt??? Kodi use the Plex-Plugin an this is using the Plex-Server - all normal... Sync is done automatically... Edited May 22, 20215 yr by Zonediver
May 22, 20215 yr Author thnx yes. but i dont want to use kodi plex plugin because then i have trouble with the osmosis plugin i like to use. so i need an other way.
May 22, 20215 yr 4 hours ago, Zonediver said: what is Trakt Trakt is a website listing series, movies with calendars, lists, etc : https://trakt.tv @cracyfloyd My Trakt is updated automatically when I read media from Plex (it might require Plexpass and VIP on Trakt ?) : https://trakt.tv/settings/scrobblers However, I cannot have Trakt updated by Plex when I add new media to my library. I have setup a Jellyfin instance linked to Trakt just for that purpose, not the cleanest way of doing things. 🤪 I might do something wrong and I am also interested in improving this if someone has a suggestion.
May 22, 20215 yr Ok, scratch what I just said above. If you actually follow the instructions on https://trakt.tv/settings/scrobblers and don't stop at #3 like I did, it works fine without needing the Jellyfin instance. 👼
May 22, 20215 yr Author 56 minutes ago, ChatNoir said: Trakt is a website listing series, movies with calendars, lists, etc : https://trakt.tv @cracyfloyd My Trakt is updated automatically when I read media from Plex (it might require Plexpass and VIP on Trakt ?) : https://trakt.tv/settings/scrobblers However, I cannot have Trakt updated by Plex when I add new media to my library. I have setup a Jellyfin instance linked to Trakt just for that purpose, not the cleanest way of doing things. 🤪 I might do something wrong and I am also interested in improving this if someone has a suggestion. yes but for this solution you need an aktive trakt vip account. and i know from my debian linux system thats possible with another solution without vip trakt. but i cant get it to run under unraid. the name of this tool is plextraktsync.
May 22, 20215 yr 2 hours ago, ChatNoir said: Trakt is a website listing series, movies with calendars, lists, etc : https://trakt.tv Aha... but i dont really understand, what this is doing(???) All this things are done by the Plex-Agents on the Server...
October 22, 20214 yr There is this, but I don't know how to set up the docker. Would love if someone was able to get it into CA apps GitHub - Taxel/PlexTraktSync: A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription) https://github.com/Taxel/PlexTraktSync Edited October 22, 20214 yr by kri kri
November 9, 20214 yr Create a Unraid container of PlexTraktSync: Go to the Docker section, under "Docker Containers" and click "Add Container". Click the advanced view to see all of the available parameters. Leave the template blank/unselected. Under Name: enter a name for the docker (e.g., PlexTraktSync). Under Repository: enter ghcr.io/taxel/plextraktsync:latest (or whatever tag you want). Under Extra Parameters: enter -it for interactive mode. Click "Apply". The container should start automatically. If not, start it. Enter the console for the container. Enter python3 -m plextraktsync to start the credential process described above.
January 11, 20224 yr There is now a template in CA, search "PlexTraktSync" and it'll pop up. You just need to assign the webUI a port number (or not since there isn't a webUI i guess), but works great!
April 7, 20224 yr On 1/25/2022 at 8:54 PM, DJ-BrianC said: Why does the docker stop every day? Shouldn't it stay running? same...
August 13, 20223 yr i'm pretty sure it's normal as you should cron schedule start it because it syncs at startup i think
September 17, 20223 yr On 8/13/2022 at 9:00 AM, Azarog said: i'm pretty sure it's normal as you should cron schedule start it because it syncs at startup i think If you want PlexTraktSync to watch / actively scrobble, are you meant to add "watch" to either your container template post argument or as a separate line in the script? Referencing this part of the setup I have a cron setup as custom at 4a daily (0 4 * * *): #!/bin/bash docker start PlexTraktSync Edited September 17, 20223 yr by Linguafoeda
September 29, 20223 yr i think, yes. to my understanding the container starts, runs and stops until you want it to do it again.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.