GithubHelp home page GithubHelp logo

Only Sonarr and Shows about traktarr HOT 14 CLOSED

l3uddz avatar l3uddz commented on August 27, 2024
Only Sonarr and Shows

from traktarr.

Comments (14)

screwfaze avatar screwfaze commented on August 27, 2024

I too would like to know the answer to this please. Only want private list.

Thanks

from traktarr.

desimaniac avatar desimaniac commented on August 27, 2024

Set everything under automatic to 0.

from traktarr.

screwfaze avatar screwfaze commented on August 27, 2024

Done that thanks. However nothing is being added to sonarr. My config is good I think task is running every hour but so far nothing has been added from trakkt

from traktarr.

desimaniac avatar desimaniac commented on August 27, 2024

You need to authenticate yourself to use your private lists. Then add those lists to the config..

"automatic": {
  "movies": {
    "lists": {

from traktarr.

screwfaze avatar screwfaze commented on August 27, 2024

Thanks for replying maybe I should open another issue because I have all the settings but nothing is adding to Sonarr. I have have the config below but nothing is happening and logs does not show any errors. Only interested in TV shows from Trakt

"automatic": {
"movies": {
"anticipated": 0,
"boxoffice": 0,
"interval": 0,
"popular": 0,
"trending": 0
},
"shows": {
"anticipated": 0,
"interval": 1,
"popular": 0,
"trending": 0,
"lists": {
"https://trakt.tv/users/********/watchlist": 10
}

from traktarr.

mouzzampk2014-zz avatar mouzzampk2014-zz commented on August 27, 2024

Thanks for replying maybe I should open another issue because I have all the settings but nothing is adding to Sonarr. I have have the config below but nothing is happening and logs does not show any errors. Only interested in TV shows from Trakt
"automatic": {
"movies": {
"anticipated": 0,
"boxoffice": 0,
"interval": 0,
"popular": 0,
"trending": 0
},
"shows": {
"anticipated": 0,
"interval": 1,
"popular": 0,
"trending": 0,
"lists": {
"https://trakt.tv/users/********/watchlist": 10
}

I am running on docker compose how you authenticate user? and could you please share your config as I am also looking for similar to your requirement :) Thank you

from traktarr.

screwfaze avatar screwfaze commented on August 27, 2024

OK so I finally have an error message as you can see I have already done the authentication part. It must be the watchlist. Also is 1 hour really the minimum you can do for schedule really hard to test with that.

2019-03-30 23:35:14,014 - ERROR - helpers.trakt - extract_list_user_and_key_from_url - The URL "https://trakt.tv/users/**********/watchlist" is not in the correct format

from traktarr.

screwfaze avatar screwfaze commented on August 27, 2024

Thanks for replying maybe I should open another issue because I have all the settings but nothing is adding to Sonarr. I have have the config below but nothing is happening and logs does not show any errors. Only interested in TV shows from Trakt
"automatic": {
"movies": {
"anticipated": 0,
"boxoffice": 0,
"interval": 0,
"popular": 0,
"trending": 0
},
"shows": {
"anticipated": 0,
"interval": 1,
"popular": 0,
"trending": 0,
"lists": {
"https://trakt.tv/users/********/watchlist": 10
}

I am running on docker compose how you authenticate user? and could you please share your config as I am also looking for similar to your requirement :) Thank you

You have to follow the Guide from step 2 to step 3 on the readme. You will need terminal access to your docker so run docker exec -it traktarr bash and you will be able to do the authentication part. When I get mine actually working I will give more information.

from traktarr.

mouzzampk2014-zz avatar mouzzampk2014-zz commented on August 27, 2024

Thanks for replying maybe I should open another issue because I have all the settings but nothing is adding to Sonarr. I have have the config below but nothing is happening and logs does not show any errors. Only interested in TV shows from Trakt
"automatic": {
"movies": {
"anticipated": 0,
"boxoffice": 0,
"interval": 0,
"popular": 0,
"trending": 0
},
"shows": {
"anticipated": 0,
"interval": 1,
"popular": 0,
"trending": 0,
"lists": {
"https://trakt.tv/users/********/watchlist": 10
}

I am running on docker compose how you authenticate user? and could you please share your config as I am also looking for similar to your requirement :) Thank you

You have to follow the Guide from step 2 to step 3 on the readme. You will need terminal access to your docker so run docker exec -it traktarr bash and you will be able to do the authentication part. When I get mine actually working I will give more information.

I am unable to access docker exec -it traktarr bash

from traktarr.

screwfaze avatar screwfaze commented on August 27, 2024

Thanks for replying maybe I should open another issue because I have all the settings but nothing is adding to Sonarr. I have have the config below but nothing is happening and logs does not show any errors. Only interested in TV shows from Trakt
"automatic": {
"movies": {
"anticipated": 0,
"boxoffice": 0,
"interval": 0,
"popular": 0,
"trending": 0
},
"shows": {
"anticipated": 0,
"interval": 1,
"popular": 0,
"trending": 0,
"lists": {
"https://trakt.tv/users/********/watchlist": 10
}
I am running on docker compose how you authenticate user? and could you please share your config as I am also looking for similar to your requirement :) Thank you
You have to follow the Guide from step 2 to step 3 on the readme. You will need terminal access to your docker so run docker exec -it traktarr bash and you will be able to do the authentication part. When I get mine actually working I will give more information.

I am unable to access docker exec -it traktarr bash

OK I am no expert on docker so I would suggest using something like Portainer which gives you a console to your container and you can run commands from there. Maybe someone can give some better help here?

from traktarr.

mouzzampk2014-zz avatar mouzzampk2014-zz commented on August 27, 2024

Thanks for replying maybe I should open another issue because I have all the settings but nothing is adding to Sonarr. I have have the config below but nothing is happening and logs does not show any errors. Only interested in TV shows from Trakt
"automatic": {
"movies": {
"anticipated": 0,
"boxoffice": 0,
"interval": 0,
"popular": 0,
"trending": 0
},
"shows": {
"anticipated": 0,
"interval": 1,
"popular": 0,
"trending": 0,
"lists": {
"https://trakt.tv/users/********/watchlist": 10
}
I am running on docker compose how you authenticate user? and could you please share your config as I am also looking for similar to your requirement :) Thank you
You have to follow the Guide from step 2 to step 3 on the readme. You will need terminal access to your docker so run docker exec -it traktarr bash and you will be able to do the authentication part. When I get mine actually working I will give more information.

I am unable to access docker exec -it traktarr bash

OK I am no expert on docker so I would suggest using something like Portainer which gives you a console to your container and you can run commands from there. Maybe someone can give some better help here?

Awe thank you. /bin/bash is missing :( that's why I cant access it

from traktarr.

mouzzampk2014-zz avatar mouzzampk2014-zz commented on August 27, 2024

If anyone need to authenticate using docker please use this docker exec -it traktarr python traktarr.py trakt_authentication. Thank you all sorted here

from traktarr.

desimaniac avatar desimaniac commented on August 27, 2024

Reopened request.

from traktarr.

desimaniac avatar desimaniac commented on August 27, 2024

Support for 0 interval has been added in which will allow skipping of movies or shows.

from traktarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.