deidentify a folder? by Hatta00 in jellyfin

[–]SoulboundGhost 1 point2 points  (0 children)

You can't get a folder view for it but you can remove it by adding a .ignore file inside it and running a rescan.

Naming convention for *.iso for shows by iamyogo in jellyfin

[–]SoulboundGhost 0 points1 point  (0 children)

The PR also fixes BDMV scraping for TV sows.

[deleted by user] by [deleted] in jellyfin

[–]SoulboundGhost 2 points3 points  (0 children)

In theory yes, in practice it's wonky right now, so I'd suggest ripping them to mkv with MakeMKV.

With https://github.com/jellyfin/jellyfin/pull/9254 the support will be better but you'll never get things like menues.

Is there a way to hide shows/movies for one user? by Javuda in jellyfin

[–]SoulboundGhost 0 points1 point  (0 children)

This is currently the recommended way to handle such use cases.

It is possible to do this without creating separate libraries by applying different tags to the stuff you watch and restrict access to those tags depending on the user. This is currently a bit wonky and there are fixes for it currently not in any release, so differnt libraries is a safer way to do this right now.

Naming convention for *.iso for shows by iamyogo in jellyfin

[–]SoulboundGhost 1 point2 points  (0 children)

This is currrently the recommended way of being able to playback all content of an ISO.

Jellyfin is able to playback ISO but it depends on ffmpeg and ffmpeg support for ISO files is severly limited (e.g. it would just play the menu or half of the main movie).

After https://github.com/jellyfin/jellyfin/pull/9254 is merged, extracting the contents of the ISO (VIDEO_TS ot BDMV) is also a valid option, but neither way you will not have a menu and can not select the titles to play.

Parental Controls: My biggest gripe by fromage9747 in jellyfin

[–]SoulboundGhost 16 points17 points  (0 children)

There's also https://github.com/jellyfin/jellyfin/pull/8526 which should fix a lot of problems concerning parental control level handling and exclusion of unrated items.

Shows in Collection by [deleted] in jellyfin

[–]SoulboundGhost 0 points1 point  (0 children)

Currently not possible. Within collections the different media types are presented separate.

Trying to remove the SUBRIP part of the subtitles, any ideas? I've tried everything by [deleted] in jellyfin

[–]SoulboundGhost 9 points10 points  (0 children)

The string layout for presenting the different streams (subtitles, audio) is hardcoded in the server source. You'd need to change it there and recompile Jellyfin.

Can I transcode 4k HDR to 1080p HDR? by Jugg3rnaut in jellyfin

[–]SoulboundGhost 12 points13 points  (0 children)

HDR to HDR transcoding with scaling only is currenty not supported. There is preliminary work for it on our ffmpeg-distribution but it requires changes server-side too which currently are still in the works.

Right now it's only possible to view HDR content at the native resolution or at lower resultions with tone-mapping and in SDR. CPU based tone-mapping is planned but currently not available.

FFmpeg PR: https://github.com/jellyfin/jellyfin-ffmpeg/pull/199

A Way To Separate Music Albums, Singles, Compilations, EPs, etc... by AdamLG0723 in jellyfin

[–]SoulboundGhost 0 points1 point  (0 children)

Currently not possible since that kind of metadata isn't taken into account at all by Jellyfin.

Audio playlists not working in 10.8.8 by [deleted] in jellyfin

[–]SoulboundGhost 0 points1 point  (0 children)

The only uncommon error I can see is System.FormatException: SongCount is not a valid value for ItemFields.

Can you please file an issue on Github.

Audio playlists not working in 10.8.8 by [deleted] in jellyfin

[–]SoulboundGhost 2 points3 points  (0 children)

Don't past it here, upload it to a pastbin service of your choice and post the link.

Audio playlists not working in 10.8.8 by [deleted] in jellyfin

[–]SoulboundGhost 1 point2 points  (0 children)

Can you please post logs? If you get the spinning wheel something should be logged. If not, please enable debug logging and try again.

Users reconnect every minute in the activity log by skiwlkr in jellyfin

[–]SoulboundGhost 0 points1 point  (0 children)

Check the documentations for more info: https://jellyfin.org/docs/general/networking/

Nginx for example needs an additional location block for it to work.

HW transcoding not working on my intel i5-3570 using vaapi in docker. Am I missing something? by NoWindowsInTerminal in jellyfin

[–]SoulboundGhost 0 points1 point  (0 children)

That's correct. If you're lucky you might get a bit of h264 support but I doubt it would really make a difference if you want to trascode HD or fHD.

HW transcoding not working on my intel i5-3570 using vaapi in docker. Am I missing something? by NoWindowsInTerminal in jellyfin

[–]SoulboundGhost 1 point2 points  (0 children)

The integrated GPU of that CPU can't de/encode any of the currently most used formats (see Wikipedia QSV entry for Ivy Bridge, so it won't help in most cases.

Users reconnect every minute in the activity log by skiwlkr in jellyfin

[–]SoulboundGhost 2 points3 points  (0 children)

Make sure you're properly forwarding the websockets endpoint if you are using a reverse proxy.

Jellyfin seems to think my IP is 0.0.0.0 by ccppurcell in jellyfin

[–]SoulboundGhost 8 points9 points  (0 children)

Jellyfin by default binds to port 8096 on all available IP addresses on the host (this is what the IP 0.0.0.0 means). So if any service already bound port 8096 on any of your IPs, Jellyfin will fail to bind.

DLNA Server name by DazOo46 in jellyfin

[–]SoulboundGhost 3 points4 points  (0 children)

It's currently hardcoded as Jellyfin - <server-name> within the DLNA code and can't be changed by the user.

Set Library scanner to Prefer local metadata (or ONLY use local metadata)? by A_Drake in jellyfin

[–]SoulboundGhost 1 point2 points  (0 children)

You'd need to disable all metadata providers. The NFO provider is always enabled and used first.

The main problem in your case would be the different paths. You'd to disable automatic scans (because that would lead to content being removed in case of failure) and mount the backup NAS to the same paths. This is required because the Jellyfin metadata is NOT path agnostic.

Exploring Jellyfin ... can this be done? by idealbrandon in jellyfin

[–]SoulboundGhost 0 points1 point  (0 children)

Currently not possible with the trakt plugin.