All Activity
- Past hour
-
JohnZick joined the community
-
79READ joined the community
-
Yuzi99 joined the community
-
Shadow2712 joined the community
-
Read79 joined the community
-
TurkiAlotaibi joined the community
-
Mummismu joined the community
-
pHUmlvdJBKfsugveFFnJ joined the community
-
sukismother joined the community
-
Agedteen joined the community
-
Fixed - choppy/ stuttering playback on some HEVC RARBG files
Machete89 replied to Machete89's topic in Android
Try remuxing one of the affected videos and if it works then you will have to do your whole library. I know it sucks but I haven't had a single issue ever since I remuxed my library. -
GrimReaper started following Disabled account
-
Which account and disabled where?
- Today
-
Swaf started following Music album issue
-
Hi, I got multiple album that fuse together without reason it start with "Kyo-L'équilibre" who fuse with "Israel Kamakawiwo'ole-E Ala E" and i recently added somes new artist and same issue with "John Lennon-unfinished album life with a lion" and 'burna boy album don't remember which one" Someone know how to correct this issue ?
-
It would be an awesome addition for admins to be able to force the setting, how ever niche this problem might be. It would make helping elderly and other not tech savvy people much easier.
-
Samsung Tizen app unable to play FLAC – infinite loading, no playback, forces AAC transcoding
Redji59 replied to Liskanet99's topic in Samsung Smart TV
Bonjour, je confirme depuis la MAJ de TIZEN OS les .FLAC lu par Emby tourne en boucle et la lecture ne demarre jamais je suis sur TrueNAS, Emby Server derniere version et TIZEN OS egalement Hello, I can confirm that since the Tizen OS update, .FLAC files played via Emby get stuck in a loop and playback never starts; I am running TrueNAS with the latest versions of both Emby Server and Tizen OS. -
xarlie started following Disabled account
-
When this control was first requested, it was hoped that it would perform as a complete 'override' regardless of what was set at the client end. Unfortunately it ended up working specifically for those still set at "Auto" @Lukeany chance we can still expand the feature to override more than just Auto?
-
ullmat started following Video repeats/lags
-
Hi! I've recently migrated from truenas Core 13, to truenas Scale 25. Hardware is all the same. Emby now works worse. I've given it access to all 8 cores in config. I access it the same way, through the brave browser. Video sometimes plays a few seconds of the same video again, while sound continues to play, then video snaps forward to where the sound is. Never happened before. Also playback is flawless in the emby app. But I can't choose zoom level and alltogether don't want to use the app. Also playing the video over Samba in vlc is no problems. So the hardware on both my server and the local PC is not a problem. Please help /V
-
Problem is as said that some now have manually set it at the lowest possible quality. They are using Samsung but even with the feature they are no longer set to auto as they fumbled into having turned the quality setting way down. I do love the new feature though!!
-
Hey Luke, sorry for the delay. Question: that page talks about collecting server logs but I think this is only an issue for one client, the AppleTV. Would you still like me to provide server logs, or would you prefer I just send a small sample video that reproduces the issue reliably? I have one ready to provide if you want, let me know. Thanks!
-
Fixed - choppy/ stuttering playback on some HEVC RARBG files
ullmat replied to Machete89's topic in Android
I might have the same problem. The solution can't possibly be to remux my entire library? -
-
LarisEmby started following Emby Linux: The Public Beta is Open Now!
-
iOS App Error playing MKV files (only on the app)
felix89 replied to AlyEssa's topic in Apple iOS / macOS
Scarlet iOS is a helpful resource for people who want to learn about installing and managing apps on iOS devices. It provides clear installation guides, easy-to-follow tutorials, and the latest updates in simple language, making it suitable for both beginners and experienced users. The information is organized in a way that helps visitors quickly understand each step without feeling overwhelmed by technical details. It also includes useful tips and troubleshooting advice to help users solve common issues and stay up to date with new features and improvements. -
FourCorners started following 3rd party app
-
Whar are some 3rd party apps that work with emby that I can test out and play around with?
-
My experience with Intel ARC A310 Sparkle and Windows Server 2025 (Proxmox VM)
kadargof replied to kadargof's topic in General/Windows
For better understanding... [GUIDE] Intel Arc A310 Hardware Encoding & Decoding in Proxmox (Windows Server 2025 VM) on a Legacy BIOS System (No UEFI / No ReBAR) Overview After several days of troubleshooting, I successfully deployed an Intel Arc A310 LP GPU for full hardware decoding and encoding inside an Emby Server running in a Windows Server 2025 virtual machine hosted on Proxmox VE. Many online guides suggest that Intel Arc GPUs require: UEFI firmware Resizable BAR (ReBAR) Modern PCIe platforms to function correctly. For my particular workload (Emby hardware transcoding), that was not the case. This guide documents the complete process that ultimately resulted in stable hardware transcoding on the following legacy platform. Tested Hardware Host Lenovo ThinkStation D20 Dual Intel Xeon X5680 Legacy BIOS (no UEFI) PCIe 2.0 Intel Arc A310 Low Profile Proxmox VE Guest VM Windows Server 2025 Q35 machine type GPU PCI passthrough Initial Symptoms Initially I observed the following behavior: https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/2705.png Intel Arc driver installed correctly https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/2705.png GPU detected by Windows https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/2705.png GPU passed through successfully https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/2705.png Hardware decoding worked https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/274c.png Preferred Hardware Encoders always reverted to Software Encoders https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/274c.png hardware_detection.txt contained Quick Sync initialization failures (Result: null) https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/274c.png Connecting through Microsoft Remote Desktop caused hardware encoding to stop working Because the GPU itself was functioning correctly, the problem turned out not to be related to: Proxmox PCI passthrough Intel Arc drivers Legacy BIOS Missing ReBAR Instead, the issue was caused by a combination of Windows Server multimedia components, driver installation behavior, and Remote Desktop graphics policies. Phase 1 — Base Platform Preparation 1. HDMI Dummy Plug In my environment, Windows Server would not consistently initialize the Intel Arc media engine while running completely headless. Installing a simple HDMI dummy plug allowed the GPU to initialize correctly after every reboot. Although this may not be required on every system, it was required in my configuration. 2. GPU Passthrough Configure GPU passthrough normally. Recommended configuration: IOMMU enabled iommu=pt Q35 virtual machine Intel Arc A310 passed directly to the guest Phase 2 — Restore Windows Server Multimedia Components Unlike Windows 11, Windows Server intentionally removes many multimedia features that consumer applications expect. Without these components, Emby's Quick Sync detection failed and produced: Result: null inside: hardware_detection.txt Install Media Foundation Open an elevated PowerShell window: Install-WindowsFeature Server-Media-Foundation Also install the required .NET Framework Features from Server Manager. Restart Windows. Install DirectX End-User Runtime Download Microsoft's official: DirectX End-User Runtimes (June 2010) Extract the package and run: DXSETUP.exe as Administrator. Phase 3 — Install the Intel Driver Correctly The standard Intel installer detects Windows Server and may omit or block portions of the consumer multimedia stack. Instead: Extract the Intel driver package with 7-Zip. Open Device Manager. Update the Intel Arc device manually. Browse to the extracted driver folder. Enable Include subfolders. Complete the installation. This installs the raw driver without relying on Intel's installer logic. Phase 4 — Media SDK Registry Configuration Create: intel_fix.reg Paste: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Intel\MediaSDK] "DispatchLevel"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intel\MediaSDK] "DispatchLevel"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\OpenCL\Vendors] "intelocl64.dll"=dword:00000000 Merge the registry file. Phase 5 — Prevent RDP from Taking Over the GPU This ended up being one of the largest obstacles. By default, Microsoft Remote Desktop may replace the active graphics adapter with the Microsoft Remote Display Adapter during remote sessions. In my testing, this caused Emby to lose access to Intel hardware encoders even though the GPU driver remained installed. To prevent this: Open: gpedit.msc Navigate to: Computer Configuration Administrative Templates Windows Components Remote Desktop Services Remote Desktop Session Host Remote Session Environment Configure: Policy Setting Use the hardware default graphics adapter for all Remote Desktop Services sessions Disabled Prioritize H.264/AVC graphics mode for Remote Desktop Connections Disabled Use WDDM graphics display driver for Remote Desktop Connections Enabled Then run: gpupdate /force Restart the VM. Phase 6 — Configure Emby Inside Windows: Settings System Display Graphics Assign High Performance to: EmbyServer.exe and ffmpeg.exe located in the Emby installation directory. Switch Windows to the High-Performance power plan. Finally: Exit Emby completely. Delete: %appdata%\Emby-Server\programdata\cache\ffmpeg Restart Emby Server. Results After Emby rebuilt its hardware detection cache, both hardware decoding and hardware encoding became available. The Preferred Hardware Encoders list correctly displayed: Quick Sync Intel Arc A310 LP Graphics — H.264 (AVC) Quick Sync Intel Arc A310 LP Graphics — H.265 (HEVC) Hardware transcoding continued to function correctly after: Multiple server reboots Multiple RDP sessions Normal day-to-day server administration Final Notes This guide documents one verified working configuration and should not be interpreted as proof that every Intel Arc deployment behaves identically. However, it demonstrates that full Intel Arc A310 hardware transcoding is possible on a legacy BIOS platform without UEFI or Resizable BAR, provided that Windows Server's multimedia framework, graphics policies, and driver installation are configured appropriately. I hope this saves someone else the many hours of troubleshooting that went into discovering these interactions. -
All of those except for Samsung and LG. Those users are still in the store review process.
-
My experience with Intel ARC A310 Sparkle and Windows Server 2025 (Proxmox VM)
kadargof replied to kadargof's topic in General/Windows
Nice -
seanbuff started following Setting the quality settings
-
@yockerthis new server feature was added a while back, but it is still unclear which client apps have support for it. @Lukecan you please confirm which client apps are yet to support this feature? The only ones I can see from release notes are the Android TV and Apple TV app, back in Dec 2025 Need confirmation on client apps like: Apple iOS Standard Android Samsung TV LG TV Windows / Xbox
-
Hi, you can name the files however you wish. For audio files, all metadata comes from embedded data in the file.
-
Hi, we’ll look into this issue. Thanks.
-
Hi, you can just tell them to leave it on auto and set their auto quality value.
-
Hi, can you show a screenshot of your port forwarding? Thanks.
-
Emby Connect can't reach server (connection works fine via direct domain/reverse proxy)
Luke replied to smity3's topic in General/Windows
Right but the port is part of the address that is displayed, right? -
@Jörg79
-
Luke, sorry for late response, I've been traveling. the advice you provided for the subtitle issue really helped. I'm not having any issues with subtitles. I do have more question, if this is not the correct place to ask I'm sorry. I have created several music playlists that I listen to when traveling the issue is the downloaded playlist will only play one artist at a time. is there a way I can hit shuffle and all the playlists I've downloaded will randomly play regardless of the playlist? For example, I have 20 playlists downloaded but it won't randomly play everything unless I'm missing something. I'm still a newby beta tester so......
