-
Notifications
You must be signed in to change notification settings - Fork 17
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
Multiple Artists from Jellyfin are not scrobbled correctly #70
Comments
Thanks for the logs and detail, I was able to reproduce this: Jellyfin is only sending the first artist. I able to narrow this down to a coding decision in the jellyfin webhook plugin. I have reported the issue to the webhook plugin project. There is no way to fix this until they make changes. |
@Karsten-Yan I've also improved logging for Jellyfin in the latest If you are still seeing warnings about [
{
"name": "MyJellyfin",
"clients": [],
"data": {
"users": ["FoxxMD"],
"servers": ["myServer","anotherServer"],
"options": {
"logPayload": true
}
}
}
] This will output the payload to DEBUG logging. Please include this in your reply if you are still seeing issues. |
@FoxxMD Thanks for the quick response. Fingers crossed that it can be solved on the plugin side. Thanks for the awesome work! |
@Karsten-Yan I've written a new Jellyfin Source that uses the API rather than webhook plugin and works with multiple artists. If you'd like to try it out follow the instructions in #172 (comment) |
Fixed in 0.8.4 with the new Jellyfin Source |
Please check the FAQ before submitting a bug report.
Describe the bug
Multiple Artists from Jellyfin are not scrobbled correctly. Only first Artist in list is submitted .
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All artists should be submitted, correctly seperated
Logs
Versions (please complete the following information):
Provide version information for any related sources/clients.
Webhook is configured according to docs, all properties is checked.
Artists in Jellyfin are like this: 永田権太;若井淑;峰岸透;近藤浩治
I think the multiple Warnings/Errors in the middle are unrelated, i get them every time i scrobble from jellyfin
The text was updated successfully, but these errors were encountered: