hazcod / Gunther

Easy web frontend for media streaming - Fork me! (NO LONGER MAINTAINED)
27 stars 5 forks source link

Sonarr support #14

Open camjac251 opened 9 years ago

camjac251 commented 9 years ago

It would be nice to see if Sonarr could be supported

hazcod commented 9 years ago

Maybe in the future, at the moment I don't have the time. (Because this requires a bit of tinkering, as the current system doesn't support multiple providers) Or maybe when I stop using SickRage and switch to Sonar. (If Sonarr ever implements subtitles)

camjac251 commented 9 years ago

You can just use Plex with opensubtitles and it'll automatically show you embedded ones plus ones it downloads for the languages you select.

hazcod commented 9 years ago

Sure, but that's outside the scope of this project. I specifically chose not to use Plex because most VPSs don't have the processing power for transcoding for a lot of users.

And it would be a shame, as CP is downloading subs too.

camjac251 commented 9 years ago

With Plex though you can direct play files, requiring no cpu power at all.

hazcod commented 9 years ago

IF the client accepts it

hazcod commented 9 years ago

@camjac251 if you're still around; I am refactoring the whole system so it supports multiple providers. You can watch my progress here; https://github.com/HazCod/Gunther/tree/providers/application/includes

camjac251 commented 9 years ago

It's easy to set plex to automatically download subtitles. I'm not requesting anything, I'm telling you how to do it inside plex directly. https://support.plex.tv/hc/en-us/articles/200471113-Configuring-Subtitle-Support

All done inside plex so you dont need to worry about CP or Sonarr to download the subtitles as plex would do it automatically.

hazcod commented 9 years ago

I am talking about the possibility of Sonarr as a provider, not about the Plex thing. Gunther will not download subtitles.

camjac251 commented 9 years ago

Will there be multi user support? So I could create a user to just view whats on sonarr, give certain permissions. It would be nice to have others able to see what I see but not have access to change any of the settings of nzbget, couchpotato, and sonarr.

hazcod commented 9 years ago

The only thing (gunther) users can do is add new media and view it, except for the admin user. He can restart the applications, flush cache, rescan. Application connection settings (location, api key) are defined in application/config.php, so only accessible to you.

SickRage implementation can be found here. It's messy. but it does the job.