-
|
Jellyfin music videos aren't getting scrobbled - the error message is "TITLE is being dropped because media detected as Video (MediaType) is not allowed". I've included the full log below, and as you can see in my example config I believe I have explicitly allowed the Music Videos library and added to the additionalAllowedLibraryTypes Video and MusicVideo which are shown in the full log info JSON. Am I missing something or is this a bug? DocumentationThe sample config includes musicvideos as an example which suggests that they should be supported (see additionalAllowedLibraryTypes) :- however this is kinda contradicted by the important defaults bit which suggests that by default
However the notes do suggest that simply adding a library means that this shouldn't be relevant:-
without any suggestion of how to allow anything other than Audio or Unknown. My Config fileFull log |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
@kevjs1982 sorry for the delay on getting to your issue.
This is relevant only for the library type which is a label you apply when first creating a library, and shown under the library name for existing libraries.
I'm fairly certain Jellyfin only uses this as a superficial label, but it is an easier way to filter media to scrobble when a user has many libraries with many names. Instead of needing to specify 10 library names in
This is not true. Libraries can have mixed media types in them. A user may want to specify that only
I do the see the problem here, though. Jellyfin literally has a media type named In PR #467 I have made the Please try docker image |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




Please try pulling the latest
foxxmd/multi-scrobbler:pr-467image and see if that works for you. In all the refactoring I did I neglected to check if the officialMediaTypelist had musicvideo...just assumed it did since there is actual data that uses it. But nope! So I've added it in manually.You should be good to use this in your config, after updating: