-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add support for TV shows #14
Comments
If you want to add support for sickbeard, sickrage or medusa so it could actually download them all there's a decent api for it. I'm one of the developers so let me know if you need any help. https://github.com/SickRage/SickRage |
Thanks for reaching out. For this ticket I'll first implement support for viewing TV shows from {IMDb,Trakt} in Plex, and later I'll look at implementing downloaders. I'm using Sonarr though, so I don't know if I'll ever add support for SickRage to be honest. |
Well if you can layout a modular system I'd be happy to add sickbeard and the two forks. |
Alrighty, I'll ping you when it comes to that. Unfortunately TV show download support is a lot harder than movies since there are seasons, and then you need to provide a UI in the website to select the season. Or maybe I could make an option in the settings page where you can select what it should download (e.g. |
Since sickbeard, sickrage and medusa all support thetvdb mapping it shouldn't be too hard to get it to download. You'd just need to provide the TVDB ID as well as the season and episode you want. It could then check if you've got it downloaded and if not then add the episode to the queue to download. Trakt also displays the TVDB ID for most shows on the page so you can use that to get the ID. |
If you will support TV shows and Sonarr in the future, I would love to have support for the myshows.me website (Russian Trakt.tv alternative for TV shows). For example: https://en.myshows.me/view/5713/
and every show page has an IMDB link, located here:
Name: Year (needs regex for first 4-letter number):
If this data is enough for the website support, I'll try to make a pull request if/when the TV support will be added. |
I don't have the time to implement TV show support in the near future unfortunately. TV shows is a lot harder than movies because you have seasons and individual episodes, and without at least supporting seasons it's kinda useless. I imagine you would have a button on TV show pages that works like adding a show to Sonarr does: If someone wants to start working on this I will review a PR and help anyone with it though! |
Just leaving notes:
I downvoted my own comment... there's no f***ing API documentation |
So, got everything except "adding" to work. Will keep at it for a little while |
Done |
|
* Fixed options page, theme, and saving errors. Updated UI/UX * Fixed #127. Applied recommendations from DeepScan. * Beta branch (#128) * Fixed options page, theme, and saving errors. Updated UI/UX * Fixed #127. Applied recommendations from DeepScan. * Fixed #127. Fixed minor commentation errors (grammar).
Why do I do this to myself? Will add to Wiki after Adding a custom manager (Experimental Feature —
|
Things to add
{
"SiCKRAGE": {
"type": "show",
"api-url": {
"GET": "{url}home/",
"add": { "POST": "{api-url}addShows/newShow?apikey={api}&search_string={name}" },
"find": { "GET": "{api-url}displayShow?apikey={api}&show={tvdb}" },
"view": { "OPEN": "{:add}" }
}
}
}
|
Moved to #166 |
This extension was initially meant for Movieo, which supports only movies, but now that IMDb and Trakt.tv are supported we could support TV shows as well.
The text was updated successfully, but these errors were encountered: