Joe Rogers

Results 12 comments of Joe Rogers

Probably worth updating the docs to include "clips" in the list of folder types as well: https://github.com/jellyfin/jellyfin.org/blob/master/docs/general/server/media/movies.md

Looking at [the code](https://github.com/jellyfin/jellyfin/blob/b2b4bd82d73be08fa0e1b15b3313b1a0e03d9839/MediaBrowser.Providers/MediaInfo/AudioImageProvider.cs#L85) the logic goes "front" > "cover" > any image. I tagged a FLAC song with front and back cover images using kid3 and I can see...

That's exactly the output I was looking for. Unfortunately it roughly matches what I see on my test files so nothing jumps out at me for what's going wrong. I'll...

I'm not able to reproduce this on my 10.8 install. Are you sure that you have a release date set and not just the production year? [The sorter](https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/Sorting/PremiereDateComparer.cs) will fall...

Anyone having this problem: can you give me a directory listing of the contents of a directory that's exhibiting this behavior? As far as I can tell this depends on...

I installed on Arch from the AUR and also got the above stack trace: ``` Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: Could not initialize class uk.yermak.audiobookconverter.Platform ... ``` I...

If you're installing from the [AUR](https://aur.archlinux.org/packages/audiobookconverter-bin) the .desktop file is included in the packaging (see the sources list on the linked page). You'd need to message the package maintainer to...

My understanding of this is that connecting to the chromecast for control (such as when you get the splash screen) is direct, but media streams are resolved differently from the...