All Activity
- Past hour
-
4K HEVC shows as 1080p, think I can't find any setup to fix?
Teddyknuddel replied to PeteGul's topic in Android
Seriously? Do I really have to explain to YOU how that’s connected? -
tongtong_ joined the community
-
4K HEVC shows as 1080p, think I can't find any setup to fix?
ebr replied to PeteGul's topic in Android
Sorry, but I have no idea what you are talking about nor how it relates to this thread - which concerned display modes not transcoding at all... -
4K HEVC shows as 1080p, think I can't find any setup to fix?
Teddyknuddel replied to PeteGul's topic in Android
@ebr These problems all stem from the fact that you no longer want to integrate DirectPlay. You’re simply sticking stubbornly to your concept, regardless of what users want. Proper quality on Emby is now only possible with Kodi itself. Your app may look nice, but if the basic functionality isn’t there, you can forget all your fancy talk. -
4K HEVC shows as 1080p, think I can't find any setup to fix?
Teddyknuddel replied to PeteGul's topic in Android
@PeteGul Why not install Kodi as a trial, use the EmbyCon or EmbyNextGen add-on for Kodi, and don’t forget to install the Emby Kodi Companion plugin; set everything to DirectPlay, and see for yourself the difference between the app and proper, smooth playback. -
4K HEVC shows as 1080p, think I can't find any setup to fix?
ebr replied to PeteGul's topic in Android
Okay, that makes sense. Then it was the "match resolution" setting that was causing this item to switch to 1080. It was due to the cropping of this particular item which fooled our logic into thinking it was 1080. We are addressing that to have more leeway and that should address this case. Thanks. -
Pablo_bf joined the community
-
4K HEVC shows as 1080p, think I can't find any setup to fix?
PeteGul replied to PeteGul's topic in Android
Ok, here is my follow-up. Stats for nerds says it now plays in 4K, when Shield is set to 4K. But it says 1080p in the settings "quality", add pictures of both. @visproductionMy gear i relatively new, and generally new cables and everything is HDCP 2.2 compatible, I don't see this as a problem. I do think my stuff dances good together. @TeddyknuddelThat's right, nothing is changed on my side. This is a question to find what's going wrong, when everything says it is an 4K movie. Why does that not that movie show in 4K. Should not need to "trick" the system to do so. -
MulkaProject joined the community
-
GuestMega joined the community
-
[Legacy App] Details not selectable on Detail Screens. (ET 3.0.20/21)
scottpro replied to scottpro's topic in Windows & Xbox
Yes. The problem exists in both modes. app_version 26.0.15 (working) TV display mode ON, the details section is selectable. TV display mode OFF, the details section has a selectable "More" link. app_version 26.0.16/17 (broken) TV display mode ON, the details section is not selectable. TV display mode OFF, the details section has no "More" link. -
Budigum joined the community
-
[Legacy App] Details not selectable on Detail Screens. (ET 3.0.20/21)
Luke replied to scottpro's topic in Windows & Xbox
Hi is that TV display mode? -
Remote access problems with Emby can be particularly frustrating because everything may work perfectly on the home network while suddenly becoming unreachable from outside. I like troubleshooting guides that approach this systematically—checking the server settings, network configuration, port forwarding, firewall rules, and whether the connection is actually reachable from the internet rather than changing random settings. It’s also a good reminder that reliable remote access depends on several layers working together, much like communication tools such as TextNow APK, where connectivity needs to remain dependable across different networks. Which part of the setup turned out to be the main cause of the remote-access issue?
-
GreenDoor joined the community
-
Dorothyutc joined the community
-
[Legacy App] Details not selectable on Detail Screens. (ET 3.0.20/21)
scottpro posted a topic in Windows & Xbox
As of update 26.0.16, the details section on the Details Screens are not selectable using navigation keys or mouse. This happens on all Detail Screens (Actors, Movies, ...). The details in question are highlighted in red. app_version 26.0.15 works correctly. Example Actor: Example Movie: -
syldxy213 joined the community
-
Kuldeep3340 joined the community
- Today
-
Unbounded SMB Connection Accumulation Causing NAS System Crash
ingmar_ehrig replied to ingmar_ehrig's topic in Android Server
Hi Luke, Thanks for looking into this. I no longer have the Shield's Emby Server running (I've reverted to my WD My Cloud's own Emby Server instance for stability in the meantime), but I have full netstat output and process data captured live during the incident last night, before I restarted the Shield's Emby Server. Here's everything in detail: Total SMB connections on the NAS at the time of the crash (port 445): netstat -an 2>/dev/null | grep :445 | wc -l Result: 397 Breakdown by source IP: netstat -an 2>/dev/null | grep :445 | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -rn Result: 393 192.168.178.27 1 0.0.0.0 1 (empty/malformed line) 192.168.178.27 is the Shield TV's static local IP — the sole client running Emby Server. So 393 of 397 total SMB connections on the NAS originated from this single device. System state at the time (top -n 1), showing the load and blocked smbd workers: Mem: 1017344K used, 19328K free, 32K shrd, 45728K buff, 134240K cached CPU: 0.0% usr 76.9% sys 0.0% nic 0.0% idle 23.0% io 0.0% irq 0.0% sirq Load average: 443.45 342.40 170.92 7/641 21724 Dozens of smbd worker processes were stuck in uninterruptible sleep (D state), e.g.: 15012 5792 nobody D< 78016 7.5 1 0.0 smbd -D 28608 5792 root D< 77984 7.5 1 0.0 smbd -D 27096 5792 root D< 77984 7.5 1 0.0 smbd -D 16220 5792 root D< 77984 7.5 1 0.0 smbd -D 7304 5792 root D< 77984 7.5 1 0.0 smbd -D 29096 5792 root D< 77984 7.5 1 0.0 smbd -D 7374 5792 root D< 77984 7.5 1 0.0 smbd -D 27912 5792 root D< 77984 7.5 1 0.0 smbd -D 7335 5792 root D< 77984 7.5 1 0.0 smbd -D 7241 5792 root D< 77984 7.5 1 0.0 smbd -D 26611 5792 root D< 77984 7.5 1 0.0 smbd -D 27812 5792 root D< 77984 7.5 1 0.0 smbd -D 8485 5792 root D< 77984 7.5 1 0.0 smbd -D 25262 5792 root D< 77984 7.5 1 0.0 smbd -D 27848 5792 root D< 77984 7.5 1 0.0 smbd -D 16258 5792 root D< 77984 7.5 1 0.0 smbd -D 26505 5792 root D< 77984 7.5 1 0.0 smbd -D 29201 5792 root D< 77984 7.5 1 0.0 smbd -D (This is only a partial list — the full process table had dozens more smbd instances in the same state, all children of the same smbd parent process, PID 5792.) Confirmation that Emby was the cause, not something else on the NAS: I restarted Emby Server on the Shield via its own web dashboard restart function — nothing was touched on the NAS side. Immediately afterward: netstat -an 2>/dev/null | grep :445 | wc -l Result: 0 All 393 connections from the Shield dropped to zero the moment Emby Server restarted, and the NAS's load began recovering shortly after. I did not restart or touch the NAS itself between the "397" measurement and the "0" measurement — only the Emby Server process on the Shield was restarted. Let me know if you need the RAID status (/proc/mdstat, both arrays were healthy/[UU], no rebuild in progress) — I still have those saved from that session. Thanks, Ingmar -
Teddyknuddel started following 4K HEVC shows as 1080p, think I can't find any setup to fix?
-
4K HEVC shows as 1080p, think I can't find any setup to fix?
Teddyknuddel replied to PeteGul's topic in Android
I don’t think the thread starter has changed anything about their cables that could be causing these problems! The problem is simply that nothing is being properly tested here before the release is made available to users. -
It's finally working for me too! I've received the update on both of my LG TVs. Thank you so much, Emby team, and sorry for the delay; it took far too long.
-
Atrium — a native tvOS app for your Emby server
vdatanet replied to vdatanet's topic in Third Party Apps
Apple only, and no Android plans for Atrium. Let me answer the follow-up too, because it's a fair one: I do have a cross-platform app, so why not this one. Atrium is a personal project with two aims — learning technologies I need in my day job, and having an Apple TV player that behaves the way I want one to. The second is Apple-shaped by definition, and the first one was Swift, SwiftUI and the native tvOS player. Android serves neither. The other app, Embeat, is a music player for Android and iOS, and it has three aims of its own: a music player I actually want, a cross-platform app, and a shared Kotlin Multiplatform client — the last two are things I need at work. Same rule, different answer. The aims pick the platform, not the other way round. That's the pattern, really: when I set out to learn something new I build a real app I'll use every day, because that's the only way the awkward parts turn up. Atrium is what came out of learning Apple's stack. An Android version wouldn't be a port — it'd be a third app, in a stack I've already learned elsewhere, serving neither aim. -
Sicarian changed their profile photo -
Sicarian started following Ear Wax Is Now Live
-
I too am getting Ear Wax reached the Emby address, but Emby returned HTTP 403 during the server test message. Any assistance is appreciated.
- 5 replies
-
- alexa skill
- alexa
-
(and 1 more)
Tagged with:
-
Atrium — a native tvOS app for your Emby server
Uncle_Frank replied to vdatanet's topic in Third Party Apps
Apple only? are you planning to get this running on android any time? -
Uncle_Frank started following Live Tv input from source
-
Are you or have you thought about adding support for adding live tv from mac address like STB stalker portals?
-
Subtitles always on in Trailers in 4.9.5.0
Uncle_Frank replied to Dr._Evil's topic in General/Windows
In the meantime you could add your own trailers into the media folders without subs even in 4K if you want. Think I seen a plugin on here you can download trailers maybe -
Almost
-
Yeah if you have a playlist that has a massive load of content you probably are stressing out the plugin as well as your computer and Emby server more than likely also is locking up especially if you don't have much ram. It's like opening a massive m3u with VLC player takes 5 minutes to open on low ram, try adding a section of your playlist and see what happens.
-
I run a taskbar mod to setup win11 tb to look and work like win10 so i dont see that unfortunately This was the result from a movie running and stopping after 3min of play, this looks right to me, so i think it sticks as playing or paused as you mentioned when the show/movie runs to the end and emby autos back to homescreen PS C:\WINDOWS\system32> powercfg /requests DISPLAY: [PROCESS] \Device\HarddiskVolume1\Program Files\WindowsApps\EmbyMedia.EmbyTheater_2.317.2.0_x64__svmepx4c03f7m\Emby.Client.WinUI.exe SYSTEM: [PROCESS] \Device\HarddiskVolume1\Program Files\WindowsApps\EmbyMedia.EmbyTheater_2.317.2.0_x64__svmepx4c03f7m\Emby.Client.WinUI.exe [DRIVER] Legacy Kernel Caller AWAYMODE: None. EXECUTION: None. PERFBOOST: None. ACTIVELOCKSCREEN: None. AFTER 3MIN PS C:\WINDOWS\system32> powercfg /requests DISPLAY: None. SYSTEM: None. AWAYMODE: None. EXECUTION: None. PERFBOOST: None. ACTIVELOCKSCREEN: None. PS C:\WINDOWS\system32>
-
Thanks Luke. Let me know when you have a fix as it makes the trailers unwatchable for me.
-
Bug Report: Playback speed issues on iPad with external monitor & multitasking
Jack998 replied to Jack998's topic in Apple iOS / macOS
Yes. This bug is still present. The latest version on ipad is 2.2.56. -
Could you expand feature set to include season images, for those of us that don't flatten seasons/series? Also, do you have buymeacoffee link? Thanks.
-
FR: Server: Auto Delete Watched after "N" Days
thunderclap replied to trusselo's topic in Feature Requests
+1. I'd like this feature too.
