Jump to content

Can we please make the OMDB.org api key configurable?


th0th

Recommended Posts

Hi,

 

It appears that the  omdb api key is hard coded? At least it looks like it is in github.  

 

https://github.com/MediaBrowser/Emby/blob/master/MediaBrowser.Providers/Omdb/OmdbProvider.cs

 

270        var url = "https://www.omdbapi.com?apikey=fe53f97e";

 

which matches the api key in my logs:

 

2018-06-24 12:49:04.726 Info HttpClient: GET https://img.omdbapi.com/?i=tt2873282&apikey=fe53f97e

 
Is there any way we can make it configurable so I can change it to my api key?
 
Thanks,
th0th
Edited by th0th
  • Like 1
Link to comment
Share on other sites

  • 1 year later...
Damien_

 

Hi,

 

It appears that the  omdb api key is hard coded? At least it looks like it is in github.  

 

https://github.com/MediaBrowser/Emby/blob/master/MediaBrowser.Providers/Omdb/OmdbProvider.cs

 

270        var url = "https://www.omdbapi.com?apikey=fe53f97e";

 

which matches the api key in my logs:

 

2018-06-24 12:49:04.726 Info HttpClient: GET https://img.omdbapi.com/?i=tt2873282&apikey=fe53f97e

 
Is there any way we can make it configurable so I can change it to my api key?
 
Thanks,
th0th

 

 

I’d be a fan of this too. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...