Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only Sonarr and Shows #66

Closed
mouzzampk2014-zz opened this issue Mar 9, 2019 · 14 comments
Closed

Only Sonarr and Shows #66

mouzzampk2014-zz opened this issue Mar 9, 2019 · 14 comments

Comments

@mouzzampk2014-zz
Copy link

mouzzampk2014-zz commented Mar 9, 2019

Hi,
I just ran with docker compose and woke fine but I only want to keep shows and sonarr part from the conf file. Shall I delete the other lines? As Radarr already have Trakt list. And I also don't want the automatic list I only personal list? Thanks

@screwfaze
Copy link

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

Thanks

@desimaniac
Copy link
Collaborator

Set everything under automatic to 0.

@screwfaze
Copy link

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

@desimaniac
Copy link
Collaborator

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

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

@screwfaze
Copy link

screwfaze commented Mar 30, 2019

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
}

@mouzzampk2014-zz
Copy link
Author

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

@screwfaze
Copy link

screwfaze commented Mar 31, 2019

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

@screwfaze
Copy link

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.

@mouzzampk2014-zz
Copy link
Author

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

@screwfaze
Copy link

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?

@mouzzampk2014-zz
Copy link
Author

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

@mouzzampk2014-zz
Copy link
Author

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

@desimaniac
Copy link
Collaborator

Reopened request.

@desimaniac
Copy link
Collaborator

desimaniac commented Sep 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants