Jump to content

Recommended Posts

Posted

Hi, I'm trying to add my Emby server API to Scrob tracker. Both are running in docker on my Synology NAS. Reading the link below it states it's under Expert drop down and Advanced then click Security. In my server I do not have these options. I have advanced and API. I have created an API and named it Scrob, when I put this into Scrob settings it doesn't work. Any help would be appreciated. Thanks!

https://dev.emby.media/doc/restapi/API-Key-Authentication.html

SoliFlix
Posted

Hi

The API key you created under Advanced → API Keys is correct. The documentation refers to an older Emby UI.

If both Scrob and Emby are running in Docker on your Synology, the most likely issue is the "server URL" in Scrob.

If you entered localhost or 127.0.0.1, Scrob is trying to connect to itself rather than the Emby container.

Try using your Synology's LAN IP instead, for example:

http://192.168.X.X:8096

Alternatively, if both containers are on the same Docker network, you can use the Emby container/service name:

http://emby-container-name:8096

What URL are you currently using in Scrob?

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...