Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Neminem

    TV Episode Naming Convention

    Also what server version?
  3. Neminem

    TV Episode Naming Convention

    Is this enabled?
  4. Just discovered this too - would be grateful for any eta on a fixed release?
  5. Rock1m1

    Which app to use for Google TV?

    Yea the Android app is more performant, but the TV app is good for remote.
  6. Abobader

    TV Episode Naming Convention

    Hello MichaelReed, ** This is an auto reply ** Please wait for someone from staff support or our members to reply to you. It's recommended to provide more info, as it explain in this thread: Thank you. Emby Team
  7. MichaelReed

    TV Episode Naming Convention

    Hi All, Please can you help here. I am going round and round a little and can't work out what's happening. Been using Emby a while and have a good file structure around TV Shows File path is (Series - Season X - Episode) Episode named like so - "Silo-s03e01.mp4" For some reason they have stopped pulling through the metadata for each episode like the others even though they are structured the same? I have added the example of TV show Silo in the attachments. The only reason I can think of is I have started using handbrake to compress the files down to a storable size. Will this have one kind of effect? Will I have to do some other type of file manipulation for Emby to recognise them?
  8. Mahtan

    Trakt Watched indicator (Not working)

    Yes same problem for me. He existe alternative for emby of trakt ?
  9. cyberrep

    Subtitle select

    No, mine is pt-br. 100% because it's downloaded by opensubtitles. I also send a print if you guys wanna take a look, the problem is with the subrip only. It's get português from Portugal and not for brasil. That's the problem @Luke
  10. Chris0248

    Some 1080p media files being seen as 1440p

    @speechles Thank you very much
  11. justinrh

    Live TV Recordings Now Working

    Yes, I could, and I did. This is how I know it was borked. I schedule my recordings from the guide.
  12. Today
  13. seanbuff

    Looking for Emby server

    Read the link already provided. Here it is again: Quick Start
  14. sargenthp

    Which app to use for Google TV?

    I believe the plan is to eventually drop the Android TV app. But I still prefer it when using a remote.
  15. CBers

    Which app to use for Google TV?

    Whatever works best for you at the moment.
  16. With CreditsStart there is only the option to keep watching or play the next Episode. This means Users might think that there is nothing left and just play the next Episode, potentially missing important scenes unknowingly. Therefore i am asking the emby team to also add CreditsEnd and thus allowing to display a skip credits button, if there is still some time left after the CreditsEnd marker.
  17. This is a long running thread but I thought I would add my contribution. I used rbjtech's (thank you; great idea and script) original script to build my multi-language files but found similar shortcomings to those pointed out by Dibbes. I also realised that language diacritic characters broke the script. Also I had a couple of files with "!" in the name. These got dropped from the files created so broke the .strm file. I am running windows and linux servers so I also wanted something which would map windows paths to equivalent linux paths. The attached bat file and sample input file does all this. It will take anything in the file path and preserve it, create output libraries, copy .nfo, .jpg, .mp3 (for themes), .srt, .sub etc. to the destination then create .strm files in windows or linux format. Originally I was trying to create .strm files which would work on both Windows and Linux servers but I could not get the the URL to work on both platforms (I'm sure there is a way if anyone has any ideas). The point of copying .jpg files is that I only keep .jpg files in my source library where the scrappers have not found images. If they are not found in English the chances are they also don't exist in foreign language although there maybe odd cases where this is not true. Using a bat script is not ideal so I'm working on a python version which should work on both platforms. Create_Language_libraries.bat config_file2.txt
  18. FourCorners

    Live TV Recordings Now Working

    Could you not just click record on both parts? I have not come across this yet.
  19. Javier008

    Looking for Emby server

    No la encuentro en víame un enlace
  20. k0Lm.

    Plugin: Are You Still Watching-Fallback

    @roand7802 Update V1.0.0.2 Added shortcut on main page under "Emby Server", so you don't have to click on the Plugins tab and can instantly open the plugin. Added requested "Pause Timeout" function, with option to show message to user. Added display for printing last stopped user within the plugin. Changed layout accordingly. https://github.com/codedbyk0Lm/EmbyPlugin.AreYouStillWatching-Fallback/releases/tag/v1.0.0.2 https://github.com/codedbyk0Lm/EmbyPlugin.AreYouStillWatching-Fallback
  21. sh0rty

    "Coming Soon" library for Emby

    Awesome, thanks!
  22. ginjaninja

    Recently Watched

    ooh cryptic...thanks is it the dynamic media one? Its not sorting by playdate for me. Is it working for you?
  23. Android TV or Android? Confused on this as both works.
  24. Normally you just use the chmod and chown commands for permission problems and all is good. Here's what my permissions look like for the folder in your log (check for others) drwx------ 1 postgres postgres 512 Jul 12 04:56 /volume1/@database/pgsql However, if you need/want to completely remove Emby then do the following as Luke mentioned. shut down/stop Emby server you can try to uninstall from DSM ssh into your nas login as admin remove the data folder sudo rm -rf /volume1/@appdata/EmbyServer remove the following folders if they still exist if you want, but not needed to reinstall sudo rm -rf /volume1/@appstore/EmbyServer sudo rm -rf /volume1/@apptemp/EmbyServer sudo rm -rf /volume1/@appshare/EmbyServer sudo rm -rf /volume1/@appconf/EmbyServer sudo rm -rf /volume1/@apphome/EmbyServer remove any other folders you see that are left behind reinstall Emby
  25. Hi everyone, I've been running Emby Server on a Proxmox LXC with three NVIDIA RTX 3090 GPUs, and I wanted to share some issues I've encountered with HDR content playback and a few feature requests that I think would benefit the community. --- **My setup:** - Server: Proxmox LXC, 3x NVIDIA RTX 3090, Xeon Gold 6148 - Client: Windows 11 PC, Samsung SDR monitor (no HDR support) - Emby Windows app: v2.310.2.0 - Content: HDR10 and Dolby Vision MKV files --- **Issue 1: HDR content appears very dark in the browser** When streaming HDR10 content via Chrome or Firefox, the image appears significantly darker compared to the same file played locally with VLC or mpv. After investigation, I discovered that even though the server is configured with hardware tone mapping (Hable algorithm), Emby is performing a remux instead of a full transcode — so the tone mapping pipeline is never actually applied. The browser receives raw HDR video and has no way to handle it correctly on an SDR display. The dashboard confirms this: the session shows "Direct Play" or "Remux" for the video track, meaning the server-side tone mapping settings are completely bypassed. There is currently no server-level option to force HDR transcoding for all clients. The only workaround is to manually lower the bitrate limit per user, which is not ideal and not persistent across devices. **Feature request:** Add a server-level option to force transcoding (and apply tone mapping) when the source is HDR and the client does not report HDR display support. --- **Issue 2: Emby Windows app does not allow custom MPV parameters** The Emby Windows app (v2.310.2.0) uses libmpv internally for video playback, which is excellent. However, the app initializes MPV with `--no-config`, completely ignoring any external `mpv.conf` file — even one placed in the expected `%APPDATA%\mpv\` location. I confirmed this by reading the MPV log files (accessible from the app's About page), which show no "Reading config file" line and confirm that all properties are set exclusively via code by the app. The Customize mode in the app exposes some useful parameters (tone mapping algorithm, HDR contrast recovery, HDR peak computation), but critical parameters for SDR displays are missing: - `target-peak` (nits of the display) - `saturation` / `contrast` / `brightness` corrections - `gamut-mapping-mode` - `vf` (video filters) For reference, the parameters that actually produce a good HDR→SDR result on my SDR display are: ``` tone-mapping=spline target-peak=70 target-primaries=bt.709 target-trc=srgb gamut-mapping-mode=perceptual saturation=-59 contrast=-15 bright=4 ``` Without access to these, the image on SDR displays is either too dark, oversaturated, or both — regardless of the tone mapping algorithm selected in the UI. **Feature request:** Either expose these additional MPV parameters in the Customize UI, or allow loading a user-provided `mpv.conf` file from a configurable path. I'm aware there is already a feature request open for this ("Add custom mpv.dll options / parameters to launch") — I'm adding my voice to support it. --- **Issue 3: NVDEC decoder causes crashes with software encoder** When running the built-in transcoding test, NVDEC as decoder consistently fails with "Object reference not set to an instance of an object" when paired with a software encoder, across all content types (H.265, HDR10, Dolby Vision). The same content works perfectly when using CUVID as the decoder instead. NVDEC works correctly when paired with NVENC as the encoder, but since the app selects decoder/encoder combinations automatically in some scenarios, this can cause unexpected playback failures. **Suggestion:** Consider adding a warning or automatically excluding NVDEC+Software combinations that are known to fail, or document this limitation more clearly. --- **Issue 4: No way to force NFS over SMB for media mounts** This is more of a documentation/guidance issue: when media is mounted via Samba/SMB, high-bitrate files (8-10GB MKV) can cause intermittent video freezes, audio/video desync, and seek instability during transcoding. The transcoding process writes temp files while simultaneously reading the source over the network, and SMB introduces enough latency to disrupt this. Switching to NFS mount resolves the issue entirely, but there is no mention of this in the Emby documentation for Linux server setups. **Suggestion:** Add a note in the server documentation recommending NFS over SMB for media storage when transcoding is enabled. --- I hope this is useful for the team and for other users running similar setups. Happy to provide logs or additional details for any of the above. Thanks for the great software — despite these issues, Emby has been a solid platform overall.
  26. GrimReaper

    Incorrect Pokémon Seasons

    You need to either: 1) Have TMDB as top-preferred provider, as TVDB lists only 20 seasons (with Season 20 being Horizons) in Aired order whilst TMDB has 25 seasons (with Season 20 being Sun & Moon), which sound more like what you're after. Move TMDB on top, refresh metadata. or 2) Change File order to DVD as TVDB DVD order has 27 seasons listed (with Season 20 being Sun & Moon). Edit Metadata dialog>change File order to DVD>Refresh Metadata Choose whatever method better suits your filefolder structure.
  27. Houfino

    Incorrect Pokémon Seasons

    Here
  1. Load more activity
×
×
  • Create New...