All Activity
- Past hour
-
Ethin joined the community
-
26.0.9 Show live tv guide filters in tv display mode Fix alignment of live tv guide time indicator Support swipe left and right gestures on now playing bar to advance tracks
-
Emby Web App Update: Version The Emby Web app has been updated to version Go and try out: https://app.emby.media/ Changes 26.0.9 Show live tv guide filters in tv display mode Fix alignment of live tv guide time indicator Support swipe left and right gestures on now playing bar to advance tracks
-
pixelancer joined the community
-
Deggy joined the community
-
lgndrry joined the community
-
cikesarhn joined the community
-
RongoBongo joined the community
-
CaptainAsuka joined the community
-
gixovrhgh joined the community
-
Alexi512 joined the community
-
IsabelleVerseau joined the community
-
Alexa stop playing after the first song ends on multi echo devices (3rd generation).
Goober77 replied to Goober77's topic in Amazon Alexa
Hello hatharry, Yes, that's correct. Another issue is that it might play in a different echo group when you say next. Thanks -
HawkXP71 started following Is there any C# API to query the logmanager for debug mode?
-
Is there any C# API to query the logmanager for debug mode?
HawkXP71 posted a topic in Developer API
I would like to change the title of a page based on if "Enable debug logging" is set to anything but no. is there any api to do so? -
OK we'll take a look at it. Thanks.
-
Hi, what exactly do you mean by random? There is no randomization that is part of this feature.
-
i disagree the feature isn't broken. i didn't use my computer at all. and setting was on.. To me that means the feature is clearly broken.. It does not work properly on the Windows app... Personally i don't see what it that hard about changing a line of code from random to 2-3... Like i said in my post, this random business isn't efficient for anyone running your apps..
-
It means the whole name; there are situations when part of the name may be assumed. Paul
-
I'm happy you like it!
-
But that isn't a reason not to give the information asked for; you'd want to help the devs fix any problems if they are ones you and your friends care about, right? Developers like to see logs and full descriptions of what you are experiencing - and Luke is chief developer, so he'd know. And details matter. Audio problems are often a matter of what devices are connected and the settings in those devices, as well as the app trying to pull things together. A search in the forum should find threads dealing with that kind of issue. Paul
-
Hey guys, took a little bit of a breather after the last release, I'll have a new plugin version out this week with these things ironed out. If you got time to submit an issue on github so I can track it better with the others, I'd appreciate it. Thank you!
- Today
-
Think this will ever be capable of being added to actual plugins?
-
Its the old Emby electron based app available on Github. Its not a 3rd party app.
-
hi, we'll take a look at it. thanks.
- 1 reply
-
- 1
-
-
abroadhursthall started following BUG: iOS App - PIN Visible
-
On the iOS app, the PIN is fully visible when entering it. On the web app and Samsung TV app, it is hidden by dots. Obviously, this is poor security practice. I couldn't find anything here mentioning this. Can this be fixed, please? iOS: 26.6 App: Emby for iOS 2.2.56 Server: 4.9.5.0
-
Very nice work guys!. You now have a professional modern look and it's very "on-brand" associating the distinctive Emby logo with the value propositions, through to the details and the action buttons, by using the Emby green color throughout, without overdoing it. I hope this new design achieves what you wanted it to and helps to draw in many new customers, for ongoing success!
-
Home Screen shows Series thumb by default, which cannot/doesn't have any of the treatments few plugins offer for episode images. Series thumb takes priority over episode primary image. Episode thumb takes priority over series thumb. I've elaborated on that years ago (2023).
-
High RAM usage on Emby Server 4.9.3.0 even with Direct Play and rclone mounts
yocker replied to jordan888's topic in Linux
Damn, sorry to hear that. Well.. Was worth a try since it works for me. -
Right so I think if you set that to No and whitelist the CF ip ranges, it should only respond to traffic coming from CF. The drawback is emby can't see the actual ip address of anyone connecting to you through CF. (But you could still track that info on CF's site.) I should say I'm only suggesting this as a temporary solution until you get it figured out with NGINX or a firewall of some sort.
-
embyserver-63922348800.txtffmpeg-directstream-3f3483a1-2321-4ba9-bc07-eefc46976e07_1.txtembyserver-63922435200.txtffmpeg-transcode-0eac82dc-55a5-4c2f-9130-baf33b8c17ea_1.txtffmpeg-transcode-38a0f2e8-5f2b-414e-813e-88aff9d49d71_1.txtembyserver-63922521600.txtembyserver.txt Here are all the logs. We tried watching a movie on my Daughters TV at 20:35 today when looking at the logs
-
That may well be, but the person in question is part of the Emby team known as Administrators—Luke is one of them.
-
embyserver-63922348800.txtffmpeg-directstream-3f3483a1-2321-4ba9-bc07-eefc46976e07_1.txtembyserver-63922435200.txtffmpeg-transcode-0eac82dc-55a5-4c2f-9130-baf33b8c17ea_1.txtffmpeg-transcode-38a0f2e8-5f2b-414e-813e-88aff9d49d71_1.txtembyserver-63922521600.txtembyserver.txt Here are all the logs
-
High RAM usage on Emby Server 4.9.3.0 even with Direct Play and rclone mounts
iloveparks replied to jordan888's topic in Linux
Ah gotcha, I kicked off the scan library from the scheduled task section and see the same behavior RAM usage increases but never comes back down. Now at 7GB used. -
The "skip intro" button simply doesn't appear.
-
This is the server block at present: server { listen [::]:[port] ssl http2; ## Listens on port [port] IPv6 with http2 and ssl enabled listen [port] ssl http2; ## Listens on port [port] IPv4 with http2 and ssl enabled proxy_buffering off; ## Sends data as fast as it can not buffering large chunks. server_name [my domain]; ## enter your service name and domain name here access_log emby.log emby; ## Creates a log file with this name and the log info above. ## SSL SETTINGS ## ssl_session_timeout 30m; ssl_protocols TLSv1.2 TLSv1.1 TLSv1; ssl_certificate /etc/nginx/cert.pem; ## Location of your public PEM file. ssl_certificate_key /etc/nginx/private.key; ## Location of your private PEM file. ssl_session_cache shared:SSL:10m; location ^~ /swagger { ## Disables access to swagger interface return 404; } So it already has the server name thing in there, but not the stuif bit. Not quite sure what to change? There's also another server block that returns a 301 to an HTTP connection.
