Skip to content
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

Emby library scan not working #2662

Closed
aahmyu opened this issue Jul 13, 2018 · 18 comments
Closed

Emby library scan not working #2662

aahmyu opened this issue Jul 13, 2018 · 18 comments
Milestone

Comments

@aahmyu
Copy link

aahmyu commented Jul 13, 2018

Describe the bug
Sonarr is not updating Emby library when adding a tv show. I asked about this on the Emby forum and @LukePulverenti said that you are using the old notification api and you need to use the new one.

System Information

  • Sonarr Version: 2.0.0.5228
  • Operating System: Windows 10
@Qstick
Copy link
Member

Qstick commented Jul 13, 2018

FYI Related MediaBrowser/Emby#3079

@LukePulverenti
Copy link

Yes, it currently will work for updating existing media, but not new media. The new API in #3079 is the way forward. Thanks.

@Quiksmage
Copy link

Quiksmage commented Sep 5, 2018

+1 on this. I didn't realize it wasn't working until I spontaneously tried to grab some movies and didn't see them show up on my dashboard till i manually scanned.

@s3627014
Copy link

Is there any workaround for this until its fixed?

@matejzero
Copy link

@s3627014 I think the only workaround is to increase library scan schedule in Emby to scan more aggresively.

Fixing this should be relatively easy, but I'm not familiar enough with C# to fix thix:/

@LukePulverenti
Copy link

What version of the server are you testing with?

@matejzero
Copy link

I removed the post because the problem was on my end (used & instead of ? at the end of request to send an api key).

@Corey-Evans
Copy link

Any progress on this?

Thanks!

markus101 pushed a commit that referenced this issue Mar 16, 2019
@markus101 markus101 added this to the v3.0 milestone Mar 16, 2019
@markus101
Copy link
Member

The fix has landed in v3.

@1aTa
Copy link

1aTa commented Sep 14, 2019

This still doesn't work for me on v3.

ta264 pushed a commit to ta264/Sonarr that referenced this issue Dec 5, 2019
* New: Setting for absolute maximum size for a release

* Change to Advanced Setting
@IkeTaylor11
Copy link

This issue still exists in Sonarr v3. Can this issue be reopened and fixed?

@markus101
Copy link
Member

Is it the same issue, or is it a new similar issue.

We're also going to need to know what the issue is, "not working" doesn't give us enough information.

@IkeTaylor11
Copy link

IkeTaylor11 commented Dec 31, 2019

the issue is the same as whats listed in the original bug.

Describe the bug
Sonarr is not updating Emby library when adding a tv show. I asked about this on the Emby forum and @LukePulverenti said that you are using the old notification api and you need to use the new one.

I setup Sonarr to communicate with Emby, the Test button works, but sonarr never triggers a library update in Emby when new episodes are added.

Radarr is working correctly though. Can whatever was changed in Radarr be verified in Sonarr? I am using Sonarr version 3.0.3.668 on Ubuntu 18.04 with Mono 6.6.0.161

@markus101
Copy link
Member

The fix was done in both by the same dev.

ecebe73
Radarr/Radarr@3e96fe4

Besides the differences for the actual implementations, they look the same to me.

Either a mapping on the Emby side or not using TVDB would be my guess, unless the Emby implementation is different for TV.

Best to open a thread on the forums to troubleshoot, we'll need debug logs at a minimum. Check logs on Emby's side as well.

@nayrnet
Copy link

nayrnet commented Jan 14, 2020

yeah its not mapping up anymore with Emby using the new API.. here's the log entry from emby's side:

2020-01-14 00:17:11.529 Info HttpServer: HTTP POST http://192.168.4.15:8096/mediabrowser/Library/Media/Updated. UserAgent: Sonarr/3.0.3.688 (ubuntu 18.04)
2020-01-14 00:17:11.530 Debug LibraryMonitor: New file refresher created for /tv/adultSwim/American.Dad
2020-01-14 00:17:11.530 Info HttpServer: HTTP Response 204 to 192.168.4.5. Time: 1ms. http://192.168.4.15:8096/mediabrowser/Library/Media/Updated

the path on emby is: /mnt/media/television/adultSwim/American.Dad/
need a remote mapping path feature like the download clients have but for emby with this new API.

@LukePulverenti
Copy link

@nayrnet did you use the optional network path feature in Emby Server when setting up the library? We could probably use that to do a backwards path mapping to try and determine the right location.

@nayrnet
Copy link

nayrnet commented Feb 19, 2020

no they were local paths in emby, Sonarr is in a docker and had different path structure OTB.. I modified my docker to have identical paths to emby and its now working as expected.. but mass editing the paths is only feasible in the new Sonarr.

@LukePulverenti
Copy link

Ok great, thanks for the info.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests