-
Notifications
You must be signed in to change notification settings - Fork 20
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: Problems with jellyfin #209
Comments
Fixes #209 for erroneous scrobbling of video
Please try docker image
This is interesting I assumed jellyfin would only return video info for the playing movie. If you still see this behavior occurring with {
"name": "MyJellyfinSource",
"data": { /* ... */ },
"options": {
"logPayload": true
}
} This will make MS output JSON data the first time it sees new media from the jellyfin API Please post a copy of this data (actual text, not screenshots) and logs when the background video/music is encountered by MS
If this still occurs when using
This is normal. The Jellyfin source is now making API calls to the Jellyfin server (polling) instead of waiting for the webhook to send data. |
I can't install the 210 version. foxxmd/mutli-scrobbler:pr-210 - foxxmd/multi-scrobbler:pr-210 |
It's still building 😅 follow status here #210 |
Should be available now |
So please enable
I cannot reproduce this. You need to post full, text logs of the behavior occurring for me to be able to properly debug this. Screenshots of parts of the log are not enough. |
I don't use jellyfin.json for jellyfin. I use env variables. How do I use env variables in docker to enable logPayload? |
It is not possible to enable |
I created jellyfin.json, took the config from the example, replaced the address, name and Api. After restarting the container, jf did not appear in the source. |
Probably you want to delete all of the other config properties and make sure to remove any existing JF ENVs. [
{
"name": "MyJellyfin",
"enable": true,
"clients": [],
"data": {
"url": "http://192.168.1.161:8096",
"user": "admin",
"apiKey": "8898e74df610432ebf0084b8cda0ee09",
},
"options": {
"logFilterFailure": "warn",
"logPayload": true
}
}
] |
jellyfin.json.txt |
Please provide full logs (not screenshots) of MS's startup. I cannot help you if you do not help me by providing logs and data for what is happening. |
Look at the validation error that is given at the very beginning:
|
I made a mistake in the configuration file. I specified logFilterFailure twice. I've fixed it now. [ jf does not appear. |
You have an error in your file.
If you are not using something like VSCode with built-in validation to check your files then consider using an online validator https://jsonlint.com/ |
In the message above, I attached a new debt file with the correction of the missing quotation mark. jf did not show up. |
Are you reading the logs you are sending?
|
I'm sorry for the inattention. I won. It's working now. I am attaching a log file. After launching the program, I launched the theme music so that you could explore it. The song is called theme, but this is not necessarily the name (different programs for downloading theme tunes may call files by different names). Also, this melody was a single playback. This will show an error when the song reaches the end and stops at 01 seconds and is not added to the list of questions. |
Your logs do not include any verbose or debug-level logs. Please turn on debug logging by using ENV |
There was an issue with how |
Thank you, this is the information I needed. This is interesting... The media being picked up is EDIT: I see theme plays were introduced in 10.7..., is this how you got the files? Did this logs capture include any actual music listening or is it just the theme thing? |
Please try pulling the latest |
The music plays when I'm on the movie page. Log. The file includes only the theme. Yes. One of the ways to get audio and video themes for my collection. |
Great. Music themes are no longer captured when playing. |
fix(jellyfin): Enforcing media type and session handling fixes
These fixes are in 0.8.6 ( |
Please check existing knowledge before opening an issue
Describe the Bug
2)When using the webhook, you could choose to send only data about the music playback. With the API version, now when you create screensavers or movies (TV series), the program captures all the data about the question.
2.1) The program also captures the playback of thematic videos (which play in the background of a movie or TV series)
Screenshots with logs (when single tracks hang)
Platform
Docker
Versions
multi-scrobbler pr-205
jellyfin 10.9.11
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: