Git Product home page Git Product logo

Comments (29)

MikeBishop avatar MikeBishop commented on August 19, 2024 1

I would think the it would pull anything in the *arr library into the Watchlist collection, but I'm still trying to get Ryot set up well enough to be sure I'm using the correct terminology.

from ryot.

ertugrullKara avatar ertugrullKara commented on August 19, 2024 1

https://developer.themoviedb.org/reference/tv-series-external-ids

This looks promising. Sample output:
{ "id": 1399, "imdb_id": "tt0944947", "freebase_mid": "/m/0524b41", "freebase_id": "/en/game_of_thrones", "tvdb_id": 121361, "tvrage_id": 24493, "wikidata_id": "Q23572", "facebook_id": "GameOfThrones", "instagram_id": "gameofthrones", "twitter_id": "GameOfThrones" }

I don't know how comprehensive their data is, but should be pretty good I'm assuming.

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

@Nom4 Looking into this. What exactly would an integration with Radarr/Sonarr entail?

from ryot.

Nom4 avatar Nom4 commented on August 19, 2024

Hi, if i remember (i was not using Ryot until this feature was available), the goal is to integrate Radarr/Sonarr as a media source for monitor watching.
Hope i explain well.

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

I do not think this should be a part of Ryot since it is a media tracker (not monitor). I do not use Radarr/Sonarr myself but I believe the normal flow of using them is Radarr (for monitoring) -> Plex/Jellyfin (for viewing the movie) -> Ryot (for tracking).

Is there any other way you use Radarr/Sonarr?

from ryot.

Nom4 avatar Nom4 commented on August 19, 2024

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

Yes looks like you use Plex too. I think it would be better to add integration with it, yes?

from ryot.

Nom4 avatar Nom4 commented on August 19, 2024

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

Will create a separate issue for Plex/Jellyfin.

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

Related to #67.

from ryot.

reitenth avatar reitenth commented on August 19, 2024

i would like the ability to add watchlist of movies/tv to radarr/sonarr. right now any time i add something as planning in trakt it auto adds to radarr and sonarr with the use of their "lists." its the big thing keepjng me on trakt for the moment

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

Are you aware of any open source projects that does something similar? I would like to take a look into their code and see if it is feasible for Ryot.

Moreover can you send me the trakt docs which describe this feature?

from ryot.

reitenth avatar reitenth commented on August 19, 2024

https://wiki.servarr.com/sonarr/supported#customimport
https://github.com/noggl/AniPlanrr/

aniplanrr adds shows from anilist to sonarr. they ended up implementing anilist support in sonarr so i dont use this anymore, but it is along the same lines.

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

I will re-open this issue since it is something Ryot should support. However, I don't plan to work on it since I do not use the *arr services myself.

Maybe someone else (or a future me) can take this up if they feel like it 😝.

from ryot.

MikeBishop avatar MikeBishop commented on August 19, 2024

If I understand correctly, the Plex integration doesn't send the IDs of the item you're watching, so it needs to be in the watch list already? Integration with *arr would fundamentally be a way to seed that list, since the media played by Plex is almost guaranteed to be the same media available in *arr.

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

I have never used Sonarr/Radarr so I don't know what they do. That's why I haven't gotten around to integrating then.

from ryot.

MikeBishop avatar MikeBishop commented on August 19, 2024

Short version: You populate them with a list of movies (Radarr) and shows (Sonarr) you're interested in, and a collection of download providers to search. They monitor available releases and download them if they see something matching your selections, either something you don't have or something in a better quality than your current version. Ryot won't care about the downloads at all, just the list of movies/shows the user either has or is interested in having.

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

So basically Ryot will forward the "Watchlist" collection to *arr instances right?

from ryot.

SimplicatedGamesStudio avatar SimplicatedGamesStudio commented on August 19, 2024

https://www.reddit.com/r/sonarr/comments/13od1ns/custom_list_in_sonarr/

According to the discussions here, syncing lists to *arr needs an endpoint to just send a list of tvdb Ids:
[{ "tvdbId": "75837" }, { "tvdbId": "77847" }, { "tvdbId": "78299" }, { "tvdbId": "72756" } ]

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

Ryot doesn't have tvdb support (it's paid).

from ryot.

darthShadow avatar darthShadow commented on August 19, 2024

Not really, it's free for anything with less than $50k in revenue but requires attribution: https://thetvdb.com/api-information

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

Will look into it.

Though TMdb works fine for me so i doubt I'll add tvdb support.

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

I have been working on the Radarr integration. I have come up with this UI:

image

Every 5 minutes, all movies in these collections will be sent to Radarr.

Is this correct?

from ryot.

elvis0288 avatar elvis0288 commented on August 19, 2024

so is this already functioning?

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

Hi. Yes this is working. There's some problem with arm builds and a PR is being worked on. If you have x86, then it should be fine for you.

from ryot.

elvis0288 avatar elvis0288 commented on August 19, 2024

I am using unraid

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

That does not matter. What is your CPU arch? You can show me the output of uname -ar.

from ryot.

elvis0288 avatar elvis0288 commented on August 19, 2024

Linux FBIDataVault 6.1.99-Unraid #1 SMP PREEMPT_DYNAMIC Tue Jul 16 10:06:03 PDT 2024 x86_64 AMD Ryzen 5 5600G with Radeon Graphics AuthenticAMD GNU/Linux

from ryot.

IgnisDa avatar IgnisDa commented on August 19, 2024

It should work fine for you then. Just run the latest ryot release.

from ryot.

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.