Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Luke

    backup&restore(question)

    Hopefully the document covers all of that. If not, then @sa2000can work with you to improve it. Thanks.
  3. Luke

    backup&restore(question)

    Hi, do you have nfo files next to your media?
  4. Luke

    Security issue on linux emby servers

    What is being shown?
  5. Luke

    ISO code for estonian language.

    Yes exactly.
  6. Killface69

    Plex Meta Manager (Emby Support)

    ..@mainsupportHello there, I'm in a hurry, so a short answer. Pleases find attached the Overlay plugin compiled against, the closest version to 4.8.3 I could find other than 4.8.5. The Skia plugin version (image optimizer) might differ, as it was compiled against my local 4.8.11 install. Please let me know of any issues, and I'll grab a proper 4.8.3 installation. Kometa_Emby_ImagePlugin_4-8-2.dll
  7. Does the playlist library show in emby library setup?
  8. Luke

    Search Very Slow (3 minute response)

    Hi, we are working on improving this. Thanks.
  9. Hi there, please attach the complete emby server log. thanks.
  10. Neminem

    Search Very Slow (3 minute response)

    Yes search can be slow, if you run Emby on a underpowered pc. This all started after search was reformed 4.9 server version. Using delimiters is always a good option. I guess its Emby's version of fuzzy search that comes into play here. More CPU power / quicker search. But WHY ??? Edit: Adding. I also guess it depends on the numbers of extras. Search = John Media items to search = 127.236 less than a 3 sec.
  11. Today
  12. MAX92

    Mise à jour Images / Ajout images

    @LukeIt is not this. For example: If I try to add picture manually : I find the Fanart : but when I refresh metadata with remplacing existing picture : no more picture.
  13. Neminem

    أبغى اشتراك وماعرف له

    Peace be with you brother. Here is how to start Quick Start
  14. Thank You for bringing this up. I have added a Search support article.
  15. And this always happens, just 1 quick important fix. (I forgot something on a last minute fix before I uploaded it.) Updates: Fixed header icons not respecting their hover color state Updated some of the new variables, the colors were too close to each other to notice. Section 1 Changes: If you customized your CSS, you could keep your section 1 and just update section 2 on down. but here are the important things that were added or changed so you can modify accordingly. Changed defaults of these new variables --header-icon-color: var(--my-gold); /* Header icon color */ --header-icon-hover-color: color-mix(in srgb, var(--my-gold-light) 40%, white); /* Header icon color in a hover state */ --sidebar-icon-color: var(--my-gold); /* Sidebar icon colors */ --sidebar-icon-hover-color: color-mix(in srgb, var(--my-gold-light) 40%, white); /* Sidebar icon colors in a hover state */ --osd-icon-color: var(--pure-white); /* Icon colors for the OSD display */ --osd-icon-hover-color: var(--my-gold); /* OSD Icon colors in a hover state */ --dialog-icon-color: var(--my-gold); /* Dialog popup icon color */ --dialog-icon-hover-color: color-mix(in srgb, var(--my-gold-light) 40%, white); /* Dialog popup icon color in a hovered state */ And just a side note: Using the user accent color option, with the accent color set to blue or purple with the dimmed background option using the image provided. man is it looking good! That will not be the default but it's nice. Emby Navy and Gold v5.1.css
  16. السلام عليكم احتاج اشتراك امبي بس مو عارفة كيف
  17. zlhyh

    backup&restore(question)

    I also don't know what steps to follow. I want to do it this way and wonder if it will work: Back up all data using Emby's Backup & Restore on the old server. Install Emby (Docker) on the new server and set up the admin account. Copy all media files (videos, TV shows, music, e-books, etc.) to the new server. Restore the data using Backup & Restore in the new Emby (Docker) instance. Reconfigure the media library directories accordingly.
  18. Hopefully it should not be bad, try the logic in the section 1 update notes, keep your section 1 and just add in the new stuff. I don't expect many more updates coming, it's at a really good steady state. There is only 1 item on my want list, and some fixes to seasonal content. that's about all that's left on my bucket list.
  19. HandsGroober

    Search Very Slow (3 minute response)

    Apologies. At some point I allocated my emby server with only one vCPU. I'm not sure how this happened. I've provisioned the server with eight vCPUs and searching is no longer a problem.
  20. MediaEmby1968

    Emby Theme: Retro Navy & Gold (W/ Seasonal Themes)

    I will be attentive... because also now I have to go over all those changes I made again. I'll have to write them down separately to have them on hand. Thanks,... downloaded and will try it tomorrow
  21. MarvinB

    Alexa music playlists

    So do I disable and reenable or will the fix automatically occur? Let me know and either way, thank you
  22. zlhyh

    backup&restore(question)

    yes,I use this。but: First, I changed the media storage directory on the new server. Also, I have a lot of custom actors, movie covers, and other metadata in Emby on the old server. I wonder if I can migrate them over?
  23. amck24

    Authentication failed

    That's it working mate, thanks a lot much appreciated.
  24. hatharry

    Alexa music playlists

    Alexa has been updated the fix should be available in the next few hours
  25. In my experience, often any text before the last dash can be discarded in some situations. This text editing is used to create the pull down list of video resolutions on each media page, when you have multiple resolutions with the same filename and only a difference with the last - 1080P or - 720P. This is feature to remove excess text and allow the pull down menu to look good show the different resolutions. Unfortunately, I have noticed that this same text editing function has adjusted sometimes the title of the content in the on screen player that appears when you start media playback. I think this text editing function is used in other times where titles appear in lists. I mentioned this several times in various forum posts and no one seems to even try to test it. I guess if you don't want to change titles of anything because it's too much work, then not even testing it, is the choice. But, then you can't see if it's the actual problem.
  26. Here we go, an idea that sounded simple caused a lot of headaches along the way, but we eventually got there. Updates: More color variable options, a few variables to fine tune colors in specific areas. (See Section 1 updates for more details) Table grid header colors moved from h1-color to h5-color Video titles, music now playing in the OSD us now using h3-color instead of h1-color Changed custom CSS box to use 500 lines instead of 1000 Fixed icon hover shadows in the sidebar and dialogs popups. Fixed table view play buttons. Fixed the (3 dots ...) in table views to have a hover color. Removed the media bade effect from dialog popups Fixed the halo effect that happened with watched/favorite indicators in media cards. Fixed audio full screen image hover bugs Updated seasons to not use background images if they are set. (There's already enough animation going on, and it looked awful) (Some seasonal fixes still need to be done.) Updated seasons to reflect various changes. More image backdrop animation options (See section 1 updates for more details) Fixed various areas in the music suggestions page Submit/Action buttons will no longer be in all uppercase. Any many more fixes. Section 1 Changes: If you customized your CSS, you could keep your section 1 and just update section 2 on down. but here are the important things that were added or changed so you can modify accordingly. A lot of areas were re-organized; colors options were placed more closely together. And some moved into more appropriate areas. (No real change needs to happen here if you wish to keep your section 1) New header icon color variables (This affects the main pages, not the headers inside the OSD): --header-icon-color: var(--my-gold); /* Header icon color */ --header-icon-hover-color: var(--my-gold-light); /* Header icon color in a hover state */ New sidebar icon color variables: --sidebar-icon-color: var(--my-gold); /* Sidebar icon colors */ --sidebar-icon-hover-color: var(--my-gold-light); /* Sidebar icon colors in a hover state */ New OSD icon color variables: --osd-icon-color: var(--pure-white); /* Icon colors for the OSD display */ --osd-icon-hover-color: var(--my-gold-light); /* OSD Icon colors in a hover state */ (Pay attention to the OSD one @MediaEmby1968, if you loved those orange buttons in the OSD, you would want to change that, as white will be the default.) New Dialog icon color variables: --dialog-icon-color: var(--my-gold); /* Dialog popup icon color */ --dialog-icon-hover-color: var(--my-gold-light); /* Dialog popup icon color in a hovered state */ Various comments were updated but I did not really keep track of those. This comment is to note though as more options were created --backdrop-anim-toggle: imgZoomFadeIn; /* Options are: 'imgZoomFadeIn', 'imgPanRight', 'imgCinematicDrift', 'imgFadeOnly' to ENABLE the backdrop animation, or 'none' to DISABLE it */ Some of these default colors may change in time, I'm still experimenting with them to see what I actually prefer. I Think that's It, hope I did not miss anything on my notes here. Emby Navy and Gold v5.0.css Enjoy!
  27. Chillout

    New WebStreams Plugin

    Movies and TV shows with commas (,) in the title are not recognized by the metadata scraper.
  1. Load more activity
×
×
  • Create New...