All Activity
- Past hour
-
Tiaalr joined the community
-
orangeyoko joined the community
-
yann666 joined the community
-
Alessandre joined the community
-
aloniem joined the community
-
Mr.Momen joined the community
-
t2wgi joined the community
-
r3bxx5 joined the community
-
Anderson03 joined the community
-
Jagsfgw joined the community
-
Updates: Return of the header, you can change the frost, disable it, etc. from this area in the variables, I also added in a variable for padding in the media details areas, so it does not sit right up against it. /* EFFECTS (SIDEBAR, HEADER, AND DIALOG POPUPS*/ --sidebar-blur: var(--blur-heavy); /* Frost blur intensity: var(--blur-heavy), var(--blur-light), or none */ --sidebar-bg: var(--navy-base-alpha-75); /* Frost transparency intensity: var(--navy-base-alpha-75), var(--black-alpha-80), var(--black-alpha-95), etc, or var(--retro-navy) to disable */ --header-blur: var(--blur-heavy); /* Set to 'none' for a completely clear header, or var(--blur-heavy) / var(--blur-light) to enable frost */ --header-bg: var(--navy-base-alpha-75); /* Set to 'transparent' for a completely clear header, or use a translucent color to enable frost */ --header-border: var(--standard-border-thickness) solid var(--gold-alpha-15); /* Set to 'none' to disable, or var(--standard-border-thickness) solid var(--gold-alpha-15) to enable */ --header-content-padding: 20px; /* Media details header padding, push the content down from the header */ Fixed more random icons that did not receive the gold color If a filter is applied the filter icon will now have the gold color around it indicating a filter is in use. Backdrop poster animations, and new variables added for that --backdrop-anim-toggle: imgZoomFadeIn; /* Set to 'imgZoomFadeIn' to ENABLE the backdrop animation, or 'none' to DISABLE it */ --anim-backdrop-mask: linear-gradient(to right, transparent 0%, var(--pure-black) 40%), linear-gradient(to top, transparent 0%, var(--pure-black) 40%); --backdrop-image-scale: 80%; /* Percentage of screen to use for backdrop posters (It will always pin to the top right of the screen) */ Bugfix for the list view star hover Media card hover shadow fix Reduced seasonal variable lines to easily enable/disable. Some Live TV fixes And many more bug fixes. Got an idea or found an issue? I'm always listening. Feedback is always welcome. Emby Navy and Gold v4.108.css
-
Show album release year on Now Playing screen
user24 replied to xterminal's topic in Feature Requests
Hi, yes this is a nice idea. AFAIK, this is not currently possible, even if you have all your tagging correct. I wanted it myself, going back a while ago, so added the Year to the Album name (e.g.) "Let It Be (1970)". The end-result is this: As I didn't want to do this manually for all my Albums, I created an Action in Mp3tag to do this automatically. I expect there would be other methods as well? You could run something like this on many Albums at once. If the Year has already been added, it won't add it a second time. Therefore you won't end up with something like "Let It Be (1970) (1970)". While it is a workaround, at least it shows the information. Cheers! -
shadypinesma started following dashboard activity log bug? and Mail notificaties once a week scripted
- Today
-
shadypinesma changed their profile photo -
Hello, I’m a new user to the community. I’ve been using Emby since the beginning of the year and have really been enjoying it so far. My technical background is somewhere between beginner and intermediate. I’m reaching out because I’m ran into an issue with my Synology NAS DS725+. In Emby’s dashboard "Activity" (ie: serveractivity) page, the "Activity" dashboard stopped updating any activity after 3/20/2026. Since then, I’ve watched multiple movies and TV shows, but none of that activity is listed. I restarted the Emby Server today 4/10/2026, and now the activity is displaying again. However, I’m trying to understand why the previous ~21 days of activity were not recorded or displayed. Is this expected behavior, or could something have gone wrong with logging during that time? I did update to version 4.9.3.0 during this time, is that related? Also, please let me know what logs, files, or additional information I should provide to help troubleshoot or report this as a potential bug. I access Emby via both Home (LAN) access and Remote (WAN) access on the following: Mac Firefox browser, iPhone and iPad Emby App, and LG's Emby app. Thanks in advance for any help! Version 4.9.3.0 Folders Program Data /var/packages/EmbyServer/var Cache /var/packages/EmbyServer/var/cache Metadata /var/packages/EmbyServer/var/metadata Logs /var/packages/EmbyServer/var/logs Transcoding Temporary Files /var/packages/EmbyServer/var/transcoding-temp
-
- dashboard
- activity log
-
(and 1 more)
Tagged with:
-
I just installed the beta and scheduled some shows. I'll let you know.
-
Guide - SSL Qnap certificate and Emby (manual and automatic)
sa2000 replied to dieffe70's topic in QNAP
well, we wanted to establish when it is run manually, if it fails or renews the emby.p12 cert. my suggestion to rename was to ensure you are looking at the new emby.p12 file and not one that existed before when checking its expiry date Running in terminal is just another name for running it in a linux shell session using tools such as putty Debugging is just looking at what commands return and output when executed breaking it up into indivdual commands in my suggest test was to check the result of each command you could run the script manually as well instead of breaking it up you could also change the openssl line to direct the output to a file e.g. changing the openssl line to something like openssl pkcs12 -export -out emby.p12 -inkey SSLprivatekey.key -in SSLcertificate.crt -passout pass:mykey > opensslout.txt and then after the script runs, you would inspect the opensslout.txt file to see if it has any clues that help work out why the emby.p12 file is wrong -
@hdsuisseThere's a new Dev version 2.1.8.0 in the plugin catalogue. Although it hopefully fixes your problem also with the Export Stream Type "Universal", i suggest you to switch to the new Stream Type "Direct". That one has less overhead. However, read the description of that setting carefully to understand the consequences!
-
Use primary image for continue watching under Apple TV Home Screen
alex77777 replied to AndyXH's topic in Apple TV
@LukeWill we get the ability for theme videos on the Apple TV in the new home screen revamp? -
Unfortunately yes on the store but curious here on web is it a diff manual apk???
-
-
Error3972 started following No art or posters for anything including backdrops on roku app.
-
Works fine on fire TV but roku isnt displaying any cover art backdrops logos or images.
-
-
Yep same here. App just crashes, not on the four minute mark though. In the log it shows: Has gone idle while playing see timestamp: 21:33:55:853 embyserver.txt
-
Guide - SSL Qnap certificate and Emby (manual and automatic)
renefw replied to dieffe70's topic in QNAP
Thank you for the detailed reply, Sa2000. So, I know how to log in via SSH and I can also execute certain commands. Lukas wrote that I should run the script in a terminal to debug it. My questions were whether by "terminal" he meant access via SSH or how I can open a terminal on the QNAP NAS? Also, I'm not familiar with the term "debugging." I don't know what I'm supposed to do in that regard. Now, regarding Sa2000: I have SSH enabled and I use it to some extent. Somehow I missed the messages from last Wednesday... I also understand the basics of using PuTTY. Do I absolutely have to rename emby.p12? When I renewed the SSL certificate about two months ago, I manually executed the `openssl pkc12 -export ...` line. The certificate was then updated. That would probably work again now. However, I don't want to do it that way again because my original problem would remain. This means that my script, which is described in the quoted section of my message from March 29th, still isn't working as intended, and I won't be able to continue troubleshooting for another two months, because that's when the SSL certificate will be renewed. The problem is that it runs every hour, but it doesn't recognize that the SSL certificate has been renewed, and therefore the `openssl pkcs12 ...` command apparently isn't being executed. My question is, why is this happening? Is there still a small error in the script? If so, what is it? -
Tested 3.5.32. No DV.
-
Ah, glad you caught it. Must be a regression.
-
sh0rty changed their profile photo -
Incorrect, it's an SRT embedded in the MKV, so it's just text.
-
Webhook Notifications - Test works, but real notifications are never sent
Multitude9588 replied to Multitude9588's topic in Plugins
No it doesn't. Interesting. I mean it show entries like authentication and playback but the last one is from February... -
Hi, yes it is, but it's only used when sorting by song title.
-
Hi, please attach the kodi log as well. T hanks.
-
Poster View issue with spoilers enabled on iOS
Luke replied to forbius95's topic in Apple iOS / macOS
Hi, we'll take a look at it. Thanks.- 1 reply
-
- 1
-
-
yes it's local vs remote playback.... this is the reason of trancoding : TranscodeReasons=ContainerBitrateExceedsLimit
-
Der, Transcoding starts based on the end use's bandwidth. What do you mean watch without transcoding? Are you using a different player. Is this local verus remote? Is it with a different TV or connection? Some end user player app or browser can play video directly and some cannot? Transcoding clicks on when the end user needs it. So, one user can get direct and the another with a different setup cannot and has to have transcoding. Maybe something like that is happening.
-
If I watch the same video without transcoding, with the problematic subtitle enabled, everything works fine.
-
Yep. No transcoding. I will wait for other answers and then test other version. Maybe there is something I should adjust in the settings but so far I did not find anything.
-
Is it direct playing? There's nothing is listed in the release notes about DV, but you could try sideloading 3.5.32.
