All Activity
- Past hour
-
Ebad1415 joined the community
-
sami19990 joined the community
-
alonsoborras joined the community
-
MaxArchmbault joined the community
-
..@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
-
Lucyfer666 joined the community
-
DragonPhoenixHogwarts joined the community
-
Salloo joined the community
-
estorskiy joined the community
-
lxgwf_ joined the community
-
jbenavides joined the community
-
Playlists in file system not appearing in Emby (4.9.3.0, Windows 10)
Luke replied to BaNanaBlocks's topic in General/Windows
Does the playlist library show in emby library setup?- 6 replies
-
- metadata path
- missing content
-
(and 5 more)
Tagged with:
-
Hi, we are working on improving this. Thanks.
-
Hi there, please attach the complete emby server log. thanks.
-
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.
-
@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.
-
Neminem started following أبغى اشتراك وماعرف له
-
Peace be with you brother. Here is how to start Quick Start
-
sa2000 started following Search issue, every search is GLOBAL - why is this?
-
Search issue, every search is GLOBAL - why is this?
sa2000 replied to Teredactle's topic in General/Windows
Thank You for bringing this up. I have added a Search support article. -
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 */ Emby Navy and Gold v5.1.css
- Today
-
maryammaryam started following أبغى اشتراك وماعرف له
-
السلام عليكم احتاج اشتراك امبي بس مو عارفة كيف
-
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.
-
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.
-
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.
-
Emby Theme: Retro Navy & Gold (W/ Seasonal Themes)
MediaEmby1968 replied to Aleas's topic in Web App CSS
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 -
So do I disable and reenable or will the fix automatically occur? Let me know and either way, thank you
-
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?
-
That's it working mate, thanks a lot much appreciated.
-
Alexa has been updated the fix should be available in the next few hours
-
Emby silently fails to index shows when season.nfo or tvshow.nfo has truncated XML
visproduction replied to nopenope12345's topic in Linux
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. -
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!
-
-
In the past few weeks I have gotten this error trying to play a few TV episode. They play fine on the web client but I get the "Playback error no compatible streams" in the Emby MS Store app. The first couple of times it happened I thought it might be a bad file so I replaced it with a new file and it worked fine. But this time I wanted to see if there was anything different that may be causing it. I will attach the relevant portion of the log file, but the only thing I notice right away is that the audio in this particular file has a profile listed as "Codec AAC - Profile HE-AAC" where most other ones just say "Codec AAC" and don't show any profile. I am wondering if it's just a matter of not having the appropriate codecs installed, so I thought I'd ask before randomly installing codec packs. 2026-04-14 094802.198 Debug TvShows.txt
-
I did some additional testing and found this issue happens on both the Android app completely direct playing or through browser, and happens whether using hardware transcoding or not. The playback stops at exactly 10 minutes every time.
- 3 replies
-
- linux
- hardware acceleration
-
(and 1 more)
Tagged with:
-
Are you aware there is a forum subject for CSS styling for Web client only? https://emby.media/community/forum/144-web-app-css/ There are many themes and tweaks discussed. Changing Android / Apple iOS and TV apps are completely different and not affected with these style changes.
-
Interw, Maybe try testing with quality demo downloads of different resolutions to pinpoint the playback problem. Fast forward / rewind, I would guess that some media has metadata timelines set for perhaps blu-ray playback and remuxing the media to correct the metadata for streaming might fix that. It seems that any media not yet remuxed fails with fast forward. I just always remux and don't run into that problem. It might have something to do with h.265 and that codec needs more time because of higher compression for timeline shifts, compared to the older h.264. I have not tested this completely and I am mostly using Web. It could still be an Apple / Android / Emby combination issue. This is just a guess.
