All Activity
- Past hour
-
v1.7 Logic refined Color accents refined importer_emby.py
-
Gerson Dorival joined the community
-
ManyMuchBoxen joined the community
-
Skidraw joined the community
-
majiang joined the community
-
Raphaellambert started following Emby Releases
-
Roberto & Yulia joined the community
-
Yeah just done that there just now, I uninstalled then re-installed again. I am at the library stage again and when I click on storage nothing happens.
-
Strm Files Pointing To Local Files Cannot Be Played
Eagleheart replied to Eagleheart's topic in General/Windows
If I play the file through the same Emby web app directly without using the strm file, it works fine. So I'm not sure it should have anything to do with the media itself? It should just play it the same as if playing it directly, no? I did just try another browser (Chrome) and that did not work. Playing it without subs actually does work, but that doesn't do me much good since I need to be able to play it with subs. Hmm. So it seems to be a combination of both routing through the stream file and having subs enabled. -
Of interest - Recent post regarding video stuttering with Apple TV - Apparently, this is a known issue for many years with Apple TV. Often updates happen behind the scenes and users are unaware that anything changed. https://thetechgorilla.com/apple-tv-stuttering/
-
Interesting. This makes sense. I will find the folders that are using a screen cap and drop in generic posters to force their showing...which should then make them all portrait mode methings. Stay tuned... Kev.
-
Basically correct but I think we just look at the first few items. When dealing with mixed content where we cannot predict the image shape, we try to do a best guess based on the result set.
-
Sky UK (London Area) EPG Showing Wrong info
sa2000 replied to Nanganator's topic in Emby Provided Guide Data
That is fine I just checked it and it appears the problem came back. I will refer it to gracenote -
edmondyi joined the community
-
It's just using whatever the majority of items are when it loads the first page. Changing the sort order changes what percentage of items on the first page are one orientation vs the other.
-
This is an expected side effect of CSS styles that are set for the entire image results of any list, to never stretch images so that when there are mixed portrait and landscape images, no image is cropped or stretched. When you sort differently, the stray landscape or portrait image does not show up, so the results images match all of one type. I think emby goes to the the first background image, which is usually landscape format if there is no poster. The CSS styles can be carefully set for to test each image and adjust individually, but that is quite tricky. Typically, it is easier to set image styles for an entire list. Often professional online sites just have the admin always control images for poster art to be portrait. Then this issue goes away. I think since, the code using the first background image, when there is no poster is what is causing this mixup.
-
kriziab12 joined the community
-
Platz_Da joined the community
-
kriziabxz joined the community
-
Heinzi08 joined the community
-
Unrelated...ffprobe is throwing segfaults. I am running 4.10.0.9 switching to 4.10.0.10. I could flip back to stable and see if the view issue or ffprobe clean themselves up. FYI running in docker. 2026-04-14 08:02:28.728 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/Concerts (Bootleg)/David Gilmour - (2024.10.31) Hollywood Bowl, Hollywood, CA (A1, Scorps151)/David Gilmour - (2024.10.31) Hollywood Bowl, Hollywood, CA (A1, Scorps151).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data 2026-04-14 08:02:28.818 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 139 - Failed 2026-04-14 08:02:28.818 Error App: Error in ffprobe
-
Hi. Please change your username on this forum to not be your email address. Thanks.
-
Feature Request: Implementation of a "Language Fallback Chain" for Image Scrapers
ebr replied to lianqq's topic in Feature Requests
Hi, there's already an open request for this or something functionally equivalent. Please join in and contribute to the existing discussion at: -
Update: If I change the sort order, then it reverts to normal. Note that if I sort by something innocent like video codec, it give me flips. This is not consistent across all sorts. Doing this by framerate is ok both ways!
-
embyforkodi (next-gen) 12.X.X support
quickmic replied to quickmic's topic in Emby For Kodi Next Gen
Any well maintained skin, but I recommend not using (skin) helpers at all. They are a source of trouble and there is absolutely no need for any helpers. -
Hi Luke. With no intervention from myself, other than perhaps some unknown schuleded Emby activity overnight, it reverted to normal again. I will add that it flipped to the other way (Pic 2) after I ran a small python script I made accessing the API that reads the filename of the item and pushes it into Emby to change the Title, Original Title, Sort, and Year fields (so I don't have to manually enter them...) and then locks each field, plus flips the toggle "Lock this item to prevent"... I will let it sit for another day and see if it reverts...odd! Kev. Pic 1: Pic 2:
- Today
-
hadr0n started following SQLite3 optimization to improve media search speed?
-
Hi, I find the media search quite slow (around 5 seconds required on most case). I think it is normal and simply due to the size of my library. Anyway, I'm looking for ways to speed things up, if possible. For context: - Emby version: 4.9.3.0 running bare-metal on Debian 13 - Hardware: Emby is installed on a rather low-end SSD (but still an SSD), Intel core 12100 CPU (4 cores / 8threads) 128Gbytes or ram (should not be the bottleneck). My point being the SQlite files are on SSD. - Media library: on a big pool of hard drives running ZFS in raidz3 mode (5+3) Since what is a bit slow at my taste is the media search, I'm looking at ways to optimize SQLite (in particular reads). I don't have many concurrent users. I changed the database cache parameter to 4096Mbytes and restarted the Emby server (systemctl restart) and I did the "clean DB at startup". Search still feels slow, though browsing through the site might seem faster. So my question now is (I'm unfortunately not a DB expert): - Is it safe to change SQLite parameters (sqlite3 library.db) manually outside the Emby software? I guess yes. - I noticed WAL is enabled and that 'synchronous' is set to FULL . According to what I understand from SQLite3 doc (https://sqlite.org/pragma.html#pragma_synchronous) it seems to be safe enough to set synchronous to NORMAL when WAL mode is enabled. Would you advise against it? - PRAGMA cache_size yields -2000 (which means 2000kbytes of cache) and not 4096Mbytes like I have set in the WEB GUI, but I guess it is because Emby relies on the "Application Defined Page Cache". Or is there an issue with the size of the cache? - mmap_size is set to 0, apparently this settings is the number of bytes that can be accessed using memory-mapped I/O and apparently it allows to use an OS cache for SQLite file. Should I allocate a few Gbytes to it? - temp_store is set to 0 by default (file), apparently setting up to 2 could make SQLite store some indexes and temporary tables in RAM - Other ideas for search optimization? Thanks.
-
EmbarkingSnow started following OPUS Audio Issues + Playback Correction Button MIA?
-
Hi! I'm so sorry if I'm posting this in the wrong place as I haven't used a forum in a long time and while I did search I couldn't find anything that matches exactly. The issue I'm having is that while I was able to watch anime I have with OPUS audio just the other day, it seems there's been an update and now it's not working. I've so far found the best experience to be playing it via the XBOX app (I would prefer to use my LG TV + Emby app but I know they have OPUS issues and it wasn't worth the headache) but I've also tried tonight to play it via browser on my Mac (Firefox browser) and it just freezes and doesn't work. When I've had this issue before I've used the Playback Correction Button in the settings but it seems to now be missing, so unless I want to change the quality from Auto to say 720 to force it to transcode (I have the Premium Version), it won't play at all and just sits there frozen. This is not ideal as I'm generally trying to watch things at 1080 etc. Is there a way to force everything to just transcode automatically to avoid this issue? Even if the Playback Correction button is reinstalled it won't be ideal for Re:Zero for example as it plays little 2 minute skits between each episode so waiting for it to freeze on a failed direct play then forcing the transcode is really tedious. Note I'm running a docker setup on a Synology NAS. Thanks for any help and advice! Snow
-
SamES started following Dolby Atmos Problem
-
As a new user Members Group applies.
-
If have both options listed, use QS instead of VAAPI.Glad you fixed it.
-
I finally got it working. I didn't have any VAAPI options for preferred hardware encoders, just the quick sync, once I disabled those, I guess it fell back to the GPU (preferred hardware decodes are set to VAAPI DG2 Arc A380.
-
[Docker] Add custom fonts (TTF, OTF, WOFF2) to serverside
guilty57 replied to gatherpl's topic in Linux
This need can be solved by attaching the font files into .ass files itself. You can do it using Subtitle Edit. If you need a batch processing, you can try assfont tool. Assfont with GUI: https://github.com/wyzdwdz/assfonts/ So ,we do not need to change the fonts on server side or client side. Note: Do not forget to use Emby App, not Android TV version. Tested on theese platform/devices: Android TV Google TV tvOS iOS Android Mobile Web Client Emby Client for Windows All these devices/os are problem-free with font attached ass subtitles. I've bought Emby Premiere for Lifetime just for this implementation. Btw, @Lukewe're willing to see this feature on Emby for Android TV version. -
IMDb has free available datas and a chargeable membership. As a private person for personal use.... (only me). If emby says that it isn't "free", than should be the query depend on the membership-code.
-
Interwebz started following Random Pauses During Playback
-
Hi, just want to chime in that I have the same issue under similar conditions. I used to have an Emby Synology container having the same issues. Now I'm running a Proxmox LXC and quite often I get these unexpected pauses that often resume by themselves if you wait long enoguh but sometimes not. Totally random and not possible to recreate. It's getting a bit annoying which led me here. I'm using an Apple TV.
-
Sky UK (London Area) EPG Showing Wrong info
Lid replied to Nanganator's topic in Emby Provided Guide Data
Hi, Sorry I should have mentioned that in the post. I'm using the same as @Nanganatorthe Sky Q London GBR-1000197-DEFAULT. Not sure if that's the correct thing to be using. -
Sky UK (London Area) EPG Showing Wrong info
sa2000 replied to Nanganator's topic in Emby Provided Guide Data
please let me know the guide identifier. It shows on the Live TV Settings Setup page - it will be something like GBR-xxxxxxx-DEFAULT There is 24 hour caching in Emby Server
