-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
bug(plex): not refreshing subtitles for directory #184
Comments
A quick update - I installed autoscan-adapter and successfully triggered a metadata refresh for a specific title. Based on this FR, autopulse appears to use the same logic, but I don’t see the metadata refresh being triggered from autopulse. I'm still not sure if it's a bug in the autopulse logic or |
Autopulse currently doesn't recursively update directories (with both plex & jellyfin), something I see autoscan-adapter does. I'll check this out and see if I can implement this |
Thanks, @dan-online. Do you think the lack of recursive directory updates is related to the refresh metadata not being triggered at all, even when |
When the input is a directory, I skip the refresh/analyze since it wasn't recursive and couldn't find the relevant metadata to refresh |
Let me know if #189 under |
Thanks Dan. Is there an easy way to test this if I usually use docker compose? |
You should be able to just change the tag in your compose file |
Thanks, Dan. I tested the change, but unfortunately, it doesn’t seem to work. Usually, when metadata is refreshed - whether through the autoscan-adapter or manually refreshing a movie in the Plex UI - the Plex logs update accordingly. Specifically:
However, Autopulse still isn’t triggering those updates. |
Hmm, could you provide some logs then with trace enabled |
These are the only logs I get with
|
The default timer is about 60s so you'll need to wait that long before its sent to targets, then there should be some plex logs |
You're right, Dan - I forgot about the timer. Everything looks good now, and I can see all the previously missing lines in the Plex logs. The missing subtitles issue happens randomly, so I’ll wait and see if it can be reproduced. Thanks! |
Sounds good, I'll merge this in a week regardless |
Hey,
I'm debugging an issue and could use some help.
The situation: Bazarr detects a new subtitle for a movie and triggers AutoPulse via a Python script. Here's the gist of that script:
curl -u 'admin:password' 'http://192.168.1.10:2875/triggers/manual?path={encoded_string}'
However, Plex doesn't detect the new subtitle when playing the movie. If I manually refresh the metadata via Plex, either by selecting "Refresh Metadata" for the movie or "Refresh All Metadata", the issue gets resolved.
The UI displays the following:
Clicking "Retry" in the UI generates the following logs, but the subtitles still aren't recognized:
My config.yaml:
autopulse: (logs are on trace)
Plex Media Server
It looks like AutoPulse is performing a full scan rather than scanning a specific movie. Additionally, it's running a scan instead of a "Refresh Metadata," which is what actually resolves the missing subtitles issue. I haven’t found any errors in the logs, though I might be missing some Plex logs. However, after clicking "Retry" in the UI, the only file that was updated was Plex Media Server.log.
Any help would be greatly appreciated.
Edit:
I've tried editing my config.yaml to this
But it didn't help. Looks like Plex is only performing a
Scan
withoutrefresh Meta Data
.The text was updated successfully, but these errors were encountered: