Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Q-Droid

    Fresh install to Linux Mint 21.3

    The lower x applies the execute/search permission bit to all the directories and files specified in the command. The upper X applies it to directories (needed) but only to files which already have it set for other users/levels. In other words lower x makes all files executable and upper X only does it for files which already were and ignores others, like media and metadata files. It's a cleaner and safer approach.
  3. Admins can in newer versions of Emby force auto to be what they want it to be. With it set, you can by the power of deduction know if it is a manual setting.
  4. Today
  5. Trufa2011

    No puedo ejecutar Emby

    Hola, poseo dos servidores un DS420 y un DS416 en los dos tengo instalado emby, hasta hace pocos días todo funcionaba perfectamente pero actual a último beta y en DS416 no se me ejecuta
  6. Along the lines of this conversation I added my two cents for what it is worth; I want a menu item that clears all editable metadata and images without removing the item from the database. The reason I would like this is because I often add youtube videos to my emby collection and they often get misidentified as other things and I have to clear all the editable metadata and images. I generally can't be bothered to set up my own metadata manually, I just don't want my youtube videos identified as abstract movies or pornos from 1972. Thanks.
  7. Neminem

    Ray by OpenSubtitles.com

    I guess you can't since this is a FR and not reality.
  8. justinrh

    Ray by OpenSubtitles.com

    Where can I learn about this? The Emby docs mention plugins being required for external subtitles.
  9. nypaulie

    Fresh install to Linux Mint 21.3

    I forgot to ask what the difference is between using lower and uppercase x is…
  10. Neminem

    Need Advice - Stuttering Video using External HDD

    Yes I/O can be a real problem, if you do that on a 1000/1000 connection. Then the USB interfaces transfer limit would be used by you download habit's. But none of this was disclosed to helpful users, trying to help you.
  11. That sounds like not all episodes has been marked played.
  12. I wanted to share something I've been experimenting with, in case it's useful for this request. It turns out that delivering the video over HLS with fMP4 (fragmented MP4) segments opens up a really nice path for these MKV HEVC HDR files on the Apple TV. Rather than transcoding (and tone-mapping) the video, the server can simply remux the MKV into fMP4 over HLS and stream-copy the HEVC video untouched — it's essentially just a container rewrite, so it's very light on the server and, importantly, it keeps the HDR intact. Here's the result on an Apple TV 4K, playing a 4K HEVC Dolby Vision (Profile 8.1) title: (Jellyfin + Custom Jellyfin Apple TV app -developed by myself-) ffmpeg … -i "….mkv" -map 0:0 -map 0:2 -map -0:s \ -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb \ -codec:a:0 copy -f hls -hls_segment_type fmp4 … Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:2 -> #0:1 (copy) The -codec:v:0 copy is the key part — the HEVC HDR stream is passed through as-is and plays in HDR on the TV, with no tone mapping and negligible CPU. One small thing on the client side, in case it's helpful: with a multi-variant HLS playlist (an HDR remux rendition plus an SDR fallback at the same bandwidth), the native AVPlayer tends to pick the SDR one unless the client specifically selects the VIDEO-RANGE=PQ variant. Once the client targets the HDR rendition, it plays great. So the fMP4/HLS remux route looks like a genuinely useful option here — gentle on the server and it preserves HDR on the Apple TV. Just sharing in case it helps, and happy to go into more detail. FFmpeg.Remux-2026-06-07_17-01-04_32ce8d77902368b0e4edd358b2059492_8848d63c.log
  13. horstepipe

    api key exposure when opening a pdf

    I can't reproduce what you say. Whatever I play I only see item?id and serverID= in link path. But when opening a pdf on IOS now, I see the api key in the link path and I don't see a way to stop that behavior. So I need to remove my books libraries now, don't see another option. BR
  14. vincen

    Problème chromecast/App

    As-tu vérifié dans la box que la machine qui héberge ton serveur emby a toujours la même ip ? Il tourne sur quelle plateforme ? Windows ? Linux ? OSX ?
  15. NoMax

    Problème chromecast/App

    Le DHCP est activé sur la box
  16. The now playing view should display the reason for the MaxStreamingBitrate= selection. If the client is using Auto it should display "Auto", if the client is using a manual quality selection it should should the quality selection (10 Mbps). With Auto Quality being broken it is helpful for admins to recognize when clients are using Auto and direct them to set a manual quality.
  17. MarvinB

    [BETA] Ear Wax - NOW AVAILABLE - Testers Wanted

    Hello @ginjaninja, I dont understand what you mean.. I have 2 echo dots and each one can play its own music, each dot has its own session. Help me understand the problem you are experiencing with Ear Wax Thank you
  18. Can you please add a "Use modified date" option in the "Date added behavior for new content" menu which is located in the advanced library settings? With that option I will be able to see all modified content for all types, specially for music, as I always edit the tags or when a file is replaced by a different one, for example when I replace an MP3 file with a FLAC file, the idea is to be able to play that content directly from the "Latest" rows at home without having to search for each item:
  19. UCM_1

    Emby crashes out of Roku app constantly

    Any more info on this? I have four Roku's working fine with my current server. But attempts to get it running on two additional Roku's are failing. The server says they log in correctly, but the Emby Roku app simply crashes/goes back to the Roku home screen 20 seconds after trying to start -- the Emby home screen never even displays.
  20. Hi! When I press Continue watching it starts showing episdode somewhere from the middle of tv show (4th out of 10 for example).
  21. nypaulie

    Fresh install to Linux Mint 21.3

    Thank you I will make that change…
  22. Q-Droid

    Fresh install to Linux Mint 21.3

    You'd change your commands to use "rwX". Yes, that's an upper "X".
  23. nypaulie

    Fresh install to Linux Mint 21.3

    What would you suggest that I use in place of “rx”?
  24. Q-Droid

    Fresh install to Linux Mint 21.3

    If you only use "rX" then Emby won't be able to create files (nfo, sub-titles, metadata, etc.) or manipulate the media (convert, delete, etc.)
  25. Emby Releases

    Changelog: Emby Windows & Xbox

    Continuous changelog for Emby Windows & Xbox Stable in a single topic for reference. The topic remains locked. Please create your own topics or reply to the individual release posts.
  26. sargenthp

    Fresh install to Linux Mint 21.3

    I would also set the user to be default on all folders so if you get any new content the facl would apply, also apply within any subdirectories... sudo setfacl -Rm user:emby:rx,d:user:emby:rx /media/paulie”
  27. nypaulie

    Fresh install to Linux Mint 21.3

    I ran this command: “sudo setfacl -m user:emby:rx /media/paulie”. It works great. Does anyone see any danger in using this? My library address, as I chose it is: /media/paulie/MyMedia/Movies which Emby has no trouble locating.
  1. Load more activity
×
×
  • Create New...