Ombi-app / Ombi

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
http://ombi.io
GNU General Public License v2.0
3.72k stars 395 forks source link

More of a simple request #2687

Closed nakedgoat closed 5 years ago

nakedgoat commented 5 years ago

Custom indexer options for each section, "custom" or whatever allowing the admin to enter indexer URL and API etc. so one is not forced to use sonarr, radarr, and dog..

I would donate for sure, but really cannot use it now, as i am not paying for dog and hate the RR's :)

goldenpipes commented 5 years ago

not sure if this would even be possible. What Ombi does is send the requests to the apps (radarr, sonarr, lidarr, etc) that have indexers within them. Ombi doesn't know what indexers you use.

What might be possible is to have requests exportable as a .csv or some other list format.

nakedgoat commented 5 years ago

same as the drop down for Dognzb.cr under TV that you guys already have configured -- except you would have a user customization field for the URL and for the API (username and password) .. Currently it's has an "enable" feature which turns on the API key, that Me the user enters - hard coded in OMBI you guys have the dognzb.cr info I'm assuming, so replace that with something like Configurable.

Example: Drop down - Custom Newznab providers -- Indexer/provider - User can enter site name (just name for housekeeping) (ex. nzbs.org) site URL - http://nzbs.org/ API Key - the API key for that site Test & Save Then Custom field is added to drop down from now on and can be edited /removed.

Granted Dognzb.cr is a "Custom" platform, so I'm not 100% on how the backend is done.. but for newznab & nzedb platforms this may help from SickBeard's GIT - https://github.com/midgetspy/Sick-Beard/blob/development/sickbeard/providers/newznab.py

Thanks guys!

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Fri, Dec 14, 2018 at 6:23 PM goldenpipes notifications@github.com wrote:

not sure if this would even be possible. What Ombi does is send the requests to the apps (radarr, sonarr, lidarr, etc) that have indexers within them. Ombi doesn't know what indexers you use.

What might be possible is to have requests exportable as a .csv or some other list format.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tidusjar/Ombi/issues/2687#issuecomment-447524619, or mute the thread https://github.com/notifications/unsubscribe-auth/ApiiMOSLPZL3WshWUWCTG0Q6VxUdKvNbks5u5E76gaJpZM4ZOiva .

tidusjar commented 5 years ago

The reason why dognzb is there is because they provide an API to add stuff to the watchlist and that manages the downloads etc. All ombi does is add to the watchlist like ombi adds to radarr lists.

So it actually does nothing with any Usenet providers.