Cody Robibero
Cody Robibero
Try adding 172.18.0.1 to the list of Known Proxies
@adam-kulagowski I'm unable to get the extracted Sintel iso to direct play, what client are you using? I tried the web client on both Firefox and Chrome, both times playback...
@adam-kulagowski please give #11079 a try when you get a moment
> The build pipeline does not like the name DOVI_with_HDR10_Fallback as they have underscores. Do you have other suggestions for the enum name? Maybe just `DOVIHDR10` and `DOVIHLG`? it's more...
@DomiStyle @NicholasFlamy please test out jellyfin/jellyfin#11081 I only have audio files that I manually embedded lyrics into .mp3 and .flac using MediaMonkey5
@NicholasFlamy please create an issue will full steps so it can be tracked appropriately
Are you attempting to play back a massive file? That is a pretty high bitrate. The maximum supported bitrate is currently 2,147,483,647 which is still much higher then anything I...
The plugin waits a good amount of time to ensure that metadata is populated before sending the item added notification. Maybe we need to increase the delay
I haven't documented all of the possible properties, the easiest way to find out is to use something like https://webhook.site with the "Send All Properties" setting enabled.
Most of the work would be ensure you update the photo when it changes. You could likely use the existing controller as a base and modify if needed https://github.com/jellyfin/jellyfin/blob/release-10.8.z/Jellyfin.Api/Controllers/ImageController.cs#L106-L135