All Activity
- Past hour
-
Hi. Not sure what new function you are looking for but the Android TV app has always scoped the search to the library you are in.
-
hbeags joined the community
-
Carmvas joined the community
-
Raz_gis444 joined the community
-
Klaire joined the community
-
Embyhivicast joined the community
-
OK
-
kehan joined the community
-
Drvsh joined the community
-
Gghjehdhd joined the community
-
Saziya123 joined the community
-
Bit odd that Emby is allowing mp4+eac3 (& it plays correctly) but forces audio transcode with mkv+eac3! Let me know if you need any further logs or testing. I would be very happy to help get this fixed. I’m attaching a screenshot of what the iPhone is reporting as supported via Dolby’s test site. iOS is correctly reporting E-AC-3 support via the HTML canPlayType() API Thanks again
-
Plugin: EmbyCredits, detect end credits and add auto skip.
yocker replied to yocker's topic in Plugins
Small update (v2.9.6.7) Added ability to use locally installed Tesseract instead of being Docker only. Tesseract can be found at: https://github.com/tesseract-ocr/tesseract -
Log 4.10.0.23 embyserver.txt
-
Hello, I have installed the latest version of the plugin on Emby 4.10.0.23. However, after adding two movies, I noticed that one appears under “Recently Added”, while the other appears under “New Movies”. Could you please explain why the two movies are displayed in different categories even though they were added at the same time? Thank you in advance for your help.
- Today
-
Thanks for reply! Okay... and I just wanted to know if the problem is on my end. It also seems that the plugin only finds the files where the chapters are integrated. With files where Emby itself inserts the chapters – for example, every 5 minutes – it doesn't find any intros, etc.
-
EmbyVision OCR GPU Edition, CPU Edition Credits Detector new plugin: Beta
EncryptedCity replied to EncryptedCity's topic in Plugins
EmbyVision Credits – GPU Edition Resource Usage I wanted to post a quick look at what the GPU edition of EmbyVision Credits looks like while it is actually running. The video shows the Docker container logs while PaddleOCR is processing the video using CUDA. You can see the OCR service running and processing the frames instead of having to guess what it is doing in the background. For this test I was using an RTX 4060 8GB for the OCR container. The GPU usage was pretty reasonable. The OCR container was using roughly 400–600 MB of VRAM during the run, with GPU utilization going up and down depending on what it was processing. GPU temperature was around the low-to-mid 50°C range. The important part for me is that the OCR service isn't sitting there eating several GB of VRAM just to run. It leaves plenty of the GPU available for other things. The setup was: RTX 4060 8GB Ryzen 9 5950X 64GB RAM PaddleOCR CUDA GPU acceleration EmbyVision OCR running in Docker Emby running separately The OCR container is also separate from the Emby plugin itself. EmbyVision Credits sends the video/frame processing work to the OCR service, and the GPU container handles the actual OCR processing. This is the GPU edition I'm currently working on. I'm also working on making the GPU handling better for people who only have one NVIDIA GPU, since that's going to be a much more common setup than having a dedicated GPU sitting around just for OCR. I've included the video so you can see the actual logs and resource usage rather than just taking my word for it. Under the hood, EmbyVision uses several powerful detection engines working together rather than relying on a single detection method. Each engine has its own job, allowing the plugin to combine the results and make much more accurate credit detection decisions. GPU Edition users should have Emby Premiere if they want to use Emby's hardware-accelerated video processing. The EmbyVision OCR engine itself runs separately through the CUDA-enabled OCR service. EmbyVision Credits – OCR Edition EncryptedCity GitHub: https://github.com/encryptedcity/EmbyVision-Credits Latest released version 1.0.0.1 Video - GPU - logs.mp4 Video - EmbyVision OCR Credits V1.0.0.1.mp4 -
MediaIntelNUC started following Wrexham FC on IPTV
-
Howdy folks! I have become a Wrexham FC fan, much from the docuseries and I have been trying to find out where/wich channel in Europe/Sweden its available on IPTV, i have been mailing their HQ in Britain but no answers from them at all and im not that knowledgable when it comes to IP-TV in general and sportachannels in perticular. Sky Sports i read somewhere but havent been able to confirm. Any help would be much appreciated. N/
-
Thanks, found it, but found nothing about changes in the search feature; did I miss something?
-
Well, emby app just stoped working on my philips titan os tv. When i click on emby icon only emby logo is shown and nothing happens... and there is no cleare chace or uninstall option on app menu..
-
Plugin: Ginjaninja Tools - List Protector - [Auto] Repair your Playlist|Collection memberships
ginjaninja replied to ginjaninja's topic in Plugins
0.0.0.6 Bad bug fix, Emby changes ListItemEntryIds for every member when 1 member is added to the playlist. Plugin now handles.- 2 replies
-
- 1
-
-
- playlist
- collection
-
(and 3 more)
Tagged with:
-
/data/userplaylists and then I created a directory same name as the playlist and then the m3u modified in it:
-
MacGyver27 started following Lost scroll position - EVERY CLIENT
-
Hey, Since the beginning of ages I remember Emby clients have difficulties remembering the scroll position when browsing general videos/pics. Imagine you have 1000 folders you are browsing, you enter some, then you go back and your scroll position is lost and you are back at the top.. annoying. How to reproduce on any client - library with general videos: enter folder with many subfolders - e.g. 100 at least navigate to some folder and play the video then stop the video and go to parent folder - scroll is 100% lost! - you go back to the top or in the parent folder scroll to the middle and delete some folder - scroll is 100% lost! - you go back to the top This does not happen with Jellyfin or Plex. Only with Emby on Android phone, Android TV, Web browser.. Please make it finally fixed across all clients. If you wanna delete most of the videos it is very obstructing to always be scrolled to the top. Thanks!
-
Plugin Repository: Automated Emby Template plugin repository on Github
ginjaninja replied to ginjaninja's topic in Plugins
added a guid generation workflow event for plugin.cs -
@Luke@NeminemThanks so much for pointing me in the right direction. I followed the instructions and deleted "library.db-shm" and "library.db-wal". Fingers crossed that fixed it!
-
Air Date Fixer — Corrects upcoming dates for your timezone outside the US
Blueskies278 replied to Blueskies278's topic in Plugins
UPDATE: Tested on Emby 4.9.5.0 and 4.10.0.23 (beta channel), in Docker, on Linux. It survived that version jump with settings intact and needed no changes. Other versions and platforms are untested — which is rather the point of a beta, but please mention your setup when reporting anything Emby performance note (separate issue) /Shows/Upcoming intermittently takes ~120s instead of ~0.1s. Investigated at length 25–26 July: not caused by plugins, TheTVDB, host resources, or Emby version (4.10.0.19 vs 4.10.0.20 — GetUpcomingEpisodes byte-identical). Emby's own log shows ~8,864 sequential TMDB HttpClient calls in a 6-minute window, each ~100ms apart, all "served from cache" — enough serialized latency to explain the stall. Root cause unconfirmed. Still present on 4.10.0.23 — reported to Emby (7 Aug 2026) Confirmed unchanged, and this time cleanly isolated: a single Emby container, request made directly to Emby on 8098with the plugin entirely out of the path, same ~120s failure. Two failures also seen through the listener at 121915ms and 120638ms. The 4.10.0.23 changelog contains nothing addressing it (search performance and a SQLite bump are the only performance-adjacent entries). Reported to the Emby team; awaiting a fix. This isolation is what the July investigation lacked — specific version, single instance, plugin excluded, reproducible timings. PDF information update Trakt-Air-Dates-Beta-Tester-Guide.pdf -
Task Error: Calculate Statistics for TV Shows
Painkiller88 replied to Painkiller88's topic in Plugins
was just a typing, it is 4.9.5.0, so there is no update -
Hi Luke. With the latest beta is now working fine with some other errors, i attach the logs just in case. Thank you embyserver.txt
-
🚀 EmbyVision OCR (GPU Edition) — NVIDIA GPU Accelerated OCR for Emby Credits Detector
EncryptedCity replied to EncryptedCity's topic in Tools and Utilities
I released version 1.0.0.1 today https://github.com/encryptedcity/EmbyVision-Credits Feedback, testing, suggestions, and bug reports are very welcome! -
Hi there, what makes you think chapters is limited to two chapters?
-
ryadre1 started following Voice search doesn't work, also Chapters
-
Last month on my shields my audio stopped working on Android TV apps, and then I was prompted to install the standard Android app. I don't mind the Android app as it has more menu items, but I notice that voice search doesn't work, nothing happens when you click the microphone , and also Chapters seems to be limited to only like 2 chapters.
-
New beta 4.10.0.23 seems promising! Did a quick handful of searches and so far they all came back within ~15 seconds, some near instantly! I've got much more in-depth testing I will do later, but would love to hear from others.
-
EmbyVision OCR GPU Edition, CPU Edition Credits Detector new plugin: Beta
EncryptedCity replied to EncryptedCity's topic in Plugins
I released version 1.0.0.1 today https://github.com/encryptedcity/EmbyVision-Credits Feedback, testing, suggestions, and bug reports are very welcome! -
EmbyVision OCR GPU Edition, CPU Edition Credits Detector new plugin: Beta
EncryptedCity replied to EncryptedCity's topic in Plugins
EmbyVision Credits – Advanced End Credits Detection for Emby I’ve been working on EmbyVision Credits, an advanced end-credits detection plugin for Emby. It automatically detects where end credits begin and creates Emby chapter markers, allowing Emby’s Auto Skip functionality to skip credits. What it offers PaddleOCR support — CPU & NVIDIA GPU Black-frame detection Audio analysis & fingerprinting Character-density detection Video/scene pattern analysis Episode learning and comparison Fuzzy keyword matching Adaptive sampling and smart frame skipping Detection options specifically useful for anime Series, season, and episode processing Dry Run, Tracer, and debugging tools Marker backup & restore Scheduled automatic detection Per-series, tag, studio, and library rules External PaddleOCR service with CPU/GPU editions The OCR service runs separately from Emby, with CPU on port 8000 and GPU/CUDA on port 8001. The project is actively being developed, with a focus on making credit detection accurate, configurable, and practical for large Emby libraries. GitHub https://github.com/encryptedcity/EmbyVision-Credits Feedback, testing, suggestions, and bug reports are very welcome! EmbyVision Credits — Detect. Analyze. Learn. Mark. Skip. — EncryptedCity EmbyVision_video_1.5_00059_.mp4
