Closed Karsten-Yan closed 1 month ago
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 develop
image. The debug output should give you more information about missing information as well as be less noisy.
If you are still seeing warnings about Config defined users but payload contained no user info
and such you can additionally get the raw webhook payload sent to multi-scrobbler by modifying your jellyfin config to include logPayload
like this:
[
{
"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. Also the log is now way less noisy, not seeing those errors anymore. If they occur again i'll make sure to include the payload in the logs.
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 https://github.com/FoxxMD/multi-scrobbler/pull/172#issuecomment-2318716575
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