Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. 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 And many more bug fixes. Reduced seasonal variable lines to easily enable/disable. Emby Navy and Gold v4.108.css
  3. 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!
  4. shadypinesma

    dashboard activity log bug?

    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
  5. justinrh

    Why was ELR S07:E25 not recorded last night?

    I just installed the beta and scheduled some shows. I'll let you know.
  6. 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
  7. pünktchen

    VirtualTV plugin

    @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!
  8. @LukeWill we get the ability for theme videos on the Apple TV in the new home screen revamp?
  9. Today
  10. OmniiOMEGA

    Android TV Beta 2.1.22+

    Unfortunately yes on the store but curious here on web is it a diff manual apk???
  11. OmniiOMEGA

    Android TV Beta 2.1.22+

    Yes you do
  12. Works fine on fire TV but roku isnt displaying any cover art backdrops logos or images.
  13. LoveYou2

    How to force Direct Play on Local Network

    Try this working for me https://github.com/Fox8284/Microsoft-HEVC-Video-Extension/tree/main
  14. kbijvank

    Emby App Crashing on Apple TV After Latest Update

    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
  15. 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?
  16. Briefer

    Filter by Dolby Vision

    Tested 3.5.32. No DV.
  17. MBSki

    Distorted Thumbnails For 4K Videos?

    Ah, glad you caught it. Must be a regression.
  18. Lessaj

    Throttling Not Happening

    Incorrect, it's an SRT embedded in the MKV, so it's just text.
  19. No it doesn't. Interesting. I mean it show entries like authentication and playback but the last one is from February...
  20. Luke

    Sort Title for songs?

    Hi, yes it is, but it's only used when sorting by song title.
  21. Luke

    "serveur emby hors ligne"

    Hi, please attach the kodi log as well. T hanks.
  22. Hi, we'll take a look at it. Thanks.
  23. derfy79

    Throttling Not Happening

    yes it's local vs remote playback.... this is the reason of trancoding : TranscodeReasons=ContainerBitrateExceedsLimit
  24. visproduction

    Throttling Not Happening

    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.
  25. derfy79

    Throttling Not Happening

    If I watch the same video without transcoding, with the problematic subtitle enabled, everything works fine.
  26. Briefer

    Filter by Dolby Vision

    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.
  27. FrostByte

    Filter by Dolby Vision

    Is it direct playing? There's nothing is listed in the release notes about DV, but you could try sideloading 3.5.32.
  1. Load more activity
×
×
  • Create New...