All Activity
- Past hour
-
dongguo joined the community
-
ChaunceyLiu joined the community
-
maijo joined the community
-
EvieBaring joined the community
-
kjjhj joined the community
-
MuttiDiana joined the community
-
Just tried canyouseeme.org again, and it pre-populated with the IP address shown on the Emby dashboard (for remote access), but shows port 80 - this worked fine and confirmed the port was not blocked. But the port number on Emby dashboard is the default 8096 - if I enter that port number in canyouseeme, it cannot see the service and times out. My router does have something called NAT enabled but I've no idea what this is.
-
Diianita joined the community
-
Licheng9197 joined the community
-
masterstone_59 joined the community
-
rokofab joined the community
-
Es werden keine Bilder und Beschreibungen mehr für Sammlungen geladen (Beta 4.10.0.24 )
sh0rty replied to Anz30's topic in German
OK, laufe immer auf Stable. @Luke It seems not to be right, that his collection covers are now generated by Emby instead of being downloaded from the Web. -
softworkz started following Custom Provider/ Hook in the Download Engine via C# Plugin.
-
Custom Provider/ Hook in the Download Engine via C# Plugin.
softworkz replied to ginjaninja's topic in Developer API
Here's a way how you can do this: At first - so you better understand this step by step - install the "Folder Sync" plugin. With that plugin, you can configure a number of folders (typically network folders, but in this case, just local folders on the server). Now configure a folder, name it "FolderSyncTest" and configure an empty dir on the server as path. Leave "access to all users" checked for now. Once you have done this, go to an item (e.g. a song), use "Download to.." and you will see the FolderSyncTest folder. Use that for download. Now the file will appear in that folder on the server. With your plugin, you can watch that folder for changes and whenever a new file arrives, you inject your metadata/images. So, how to get the file to the actual recipient? You can either replace the file in the library (temporarily) or create a special library for those file (e.g. "Transfer"). In either case, you use the Emby API to make it download the changed file to the actual recipient. Understood so far? Next question is "Who IS the actual recipient?" - your plugin cannot know this. And probably you want the download feature to work exactly as normally. You can do it like this: For every download target of every user - you create a folder-sync folder of the same name but with a suffix like " (with metadata injection)" - and this time with permissions only for the respective user. So, each user will see the double amount of entries in the "Download to.." dropdown list, each entry with and without that suffiix. Based on that name - after removing the suffix - your plugin will know the name of the download target and initiate download of the enriched file to that user's location. 3rd Level The above will work, but it depends on another plugin - yes - plugin! As the functionality you need is implemented by a plugin, you can of course do that part in your own plugin as well - and hidden as that part needs no UI in your case. The bottom line is - you don't need the folder sync plugin for implementing this - it's rather that -I- needed that plugin to understandably explain the concept - Today
-
Unfortunately, I don’t have a solution for this problem. I quit using Windows edge and I moved to Windows app where there was no problem. Although couple of days ago, I opened it by accident on the Windows edge and it was working fine. So it is a little bit strange but I don’t know what happened.
-
Any update on hardware (Nvidia) transcoding support on ARM64 platforms?
WayneZ replied to WayneZ's topic in Linux
From my search online, the following - driver: nvidia count: all capabilities: [gpu, video] is equivalent to --gpu all. --- Here is the diagnose of the problem by Gemini Issue Summary When running the official ARM64 (aarch64) Docker container (emby/embyserver) on an ARM host with an NVIDIA GPU passed via NVIDIA Container Toolkit, hardware acceleration fails to expose NVENC or CUDA capability. Checking the bundled ffmpeg binary inside the container reveals that the aarch64 build explicitly disables CUDA and omits NVENC/CUDA capabilities during compilation. Diagnostic Logs Container Architecture: aarch64 Running ffmpeg -version inside the emby/embyserver container shows: ffmpeg version 5.1-emby_2023_06_25_p6 Copyright (c) 2000-2022 the FFmpeg developers and softworkz for Emby LLC built with gcc 13.4.0 (crosstool-NG 1.28.0) configuration: --cc='sccache aarch64-emby-linux-gnu-gcc' --prefix=/home/embybuilder/Buildbot/armv8/ffmpeg-armv8/package ... --disable-cuda-llvm ... Checking for NVENC encoders yields no results: / # /bin/ffmpeg -encoders | grep -E "libnvidia|nvenc" (empty output) Root Cause Compilation Flags for ARM64 (ffmpeg-armv8 The toolchain configuration for aarch64 uses --disable-cuda-llvm and omits --enable-cuda, --enable-nvenc, and --enable-ffnvcodec. Architecture Parity: While the x86_64 / amd64 builds of emby-ffmpeg include full NVENC/CUDA support out of the box, the aarch64 target build appears to assume mobile/SBC targets (e.g., Raspberry Pi) rather than ARM64 servers equipped with NVIDIA GPUs. Proposed Solution for the Emby Team To provide feature parity for ARM64 server environments equipped with NVIDIA hardware, please consider updating the build pipeline for ffmpeg-armv8 / aarch64: Update ffmpeg-armv8 Build Flags: Enable CUDA and NVENC headers in the ARM64 build matrix by adding: --enable-cuda \ --enable-nvenc \ --enable-ffnvcodec \ --enable-cuvid (And removing --disable-cuda-llvm where appropriate). Include NVIDIA Runtime Libraries in the ARM64 Container Image: Ensure libnvidia-encode / nv-codec-headers or dynamic CUDA loader headers are bundled in the base ARM64 container image to support NVIDIA Container Toolkit runtime injection. Please ensure that ffdetect and ffprobe are also rebuilt with the same CUDA/NVENC/FFNVCODEC flags in the aarch64 pipeline. Since Emby's NvidiaCodecProvider calls /bin/ffdetect nvencdec at startup to discover GPU features, updating ffmpeg alone without updating ffdetect will prevent Emby from listing NVENC encoders in the Dashboard UI.- 8 replies
-
- arm64
- transcoding
-
(and 1 more)
Tagged with:
-
While I'd also like to see this feature added, Emby seems to have many more features than Jellyfin. [redacted] Is anyone seeing that Jellyfin has caught up? They do have some different features like watch together, but they're still well short of what Emby has....I think.
-
When it first happened, I was wondering what it said because it was very quick and had to reread some threads in the forum to find out what it was. I think people will be curious when they first see it. IF there was a way to make it not show until after X seconds that would be nice because then only the people with slow connections would see it. Otherwise, I see its purpose.
-
HairyBizRat started following IOS emby server offline - not loading download content
-
IOS emby server offline - not loading download content
HairyBizRat posted a topic in Apple iOS / macOS
I downloaded an audiobook from my emby server to listen to on my iphone. I have my server connected to a UPS that powers it down every night at midnight and powers it backup at 8am (no need wasting power if no one is using it) however i happened to be on my way to work earlier and tried to listen to my audiobook and cant. When i open emby on my iphone it tried to connect to the server and stays like that for a long time. Eventually like well over 3 minutes or so it goes offline and i can access the downloaded content. Is there a way to change the timer to a shorter duration? -
Я оплачивал года три назад, на тот момент имел банковскую карту иностранного банка (сейчас уже закончился её срок действия). Можете выпустить сами виртуальную карту, но по затратам будет примерно так (самое дешёвое, что я знаю): 10 $ выпуск, 5 $/месяц обслуживание, 0.5 $ комиссия за каждую транзакцию. То есть ради одного платежа либо нет смысла выпускать, либо платёж предполагается крупный. Или поищите тех, кто иностранные карты имеет и сможет помочь оплатить.
-
Это всё блокировки наши. Да, ВПН не всякий срабатывает, да и, бывает, настроишь, а через неделю снова блок. Так что бескровно пользоваться не получается.
-
Gotcha! I dont use any Seer/Aaar services, but thanx for clearing that up /N
-
Emby нормально не работает уже с зимы примерно. Я сперва грешил на раздутую базу, на проблемы в самом Emby - менял клиенты, обновлял серверную часть до беты, откатывал назад и т.д. Все проблемы выглядят как: неработающий раздел с плагинами (бесконечная загрузка), медленная загрузка метаданных или вообще её отсутствие, даже если источник открывается в браузере (thetvdb, fanart). И как итог - при сёрфинге по фильмам в базе через клиент всё зависает, просто крутится загрузка. Перегружаешь клиент - всё работает. Если сразу ткнуть в нужный фильм - всё ок. Но стоит попрыгать по базе - всё виснет. Вот такая проблема, думаю, у всех в РФ. Лечится только установкой VPN на роутер. Как это сделать - лучше гуглить. Роутеры у всех разные с разными возможностями.
-
Hello...I began having the same error today. It started after a restart on Aug 19, 2026. I have attached my log as well. Do you have any idea what may have caused the problem? Thanks for your help with this. embyshardware_detection-63922714998.txterver.txt
-
The phrase should of been this could cause theft, NOT that it's just stealing. He's referring to Seerr. As for the YouTube trailer fetcher I do agree it's not needed when there is at least one trailer fetcher for Emby that grabs them legally.
-
"Obviously an issue" ? What is the issue?
-
With this version when it starts up there's a brief message saying... Attempting to connect to server, please wait. Noticed it on my main Google TV, then in my other Google TV which had gotten this update, and 1 phone. Then checked my other Android phone that had been off, turn it on and opened Emby and got no message, then updated Emby and now I get the message, so obviously is an issue with this new release.
-
I've had a couple of private repos, guess it got deleted by accident when i removed those. At any rate, i will reupload it when i get around to it. For now people can download the dll given here in the forum.
-
Option to embed artwork in music files on a download sync task
ginjaninja replied to ginjaninja's topic in Feature Requests
Ok well thats embarrassing. i used mp3tag to embed artwork in every track at 500x500 as recommended and The library didnt increase the size. The resultant jpgs were smaller than expect avg. 50KB Doesnt sound possible but over 1tb library the total size barely changed. Possibly the sector size of the storage is such that a small image typically doesnt affect disk usage? The feature request is possibly redundant. Here is the mp3tag i used in case its of interest. 1st line finds the image in the current folder or above and imports it. 2nd one resizes to 500x500 as jpg consistently. VLC sees the images now in car play, so im a happy bunny. -
[Beta] ROMote – play your retro game collection in the browser (NES → PlayStation)
GrimEvil replied to digitalirony's topic in Plugins
After a quick test, that fixed the Brower issue on my phone and games now load and I am no longer seeing network error -
DirecTV NBA League Pass channels missing
davidpaul11 replied to hpooni's topic in Emby Provided Guide Data
If your DIRECTV NBA League Pass channels are missing, first confirm the package is active on your account and refresh your receiver. Some League Pass channels may only appear when games are scheduled, and blackout restrictions can also affect availability. If the channels still don't show, DIRECTV support may need to refresh or reauthorize the programming on your account. For businesses or commercial properties that need help with DIRECTV programming and sports channel packages, CSSDTV can also assist. -
[Beta] ROMote – play your retro game collection in the browser (NES → PlayStation)
GrimEvil replied to digitalirony's topic in Plugins
Thanks for the update, I figure the android tv issue was the browser, I will do some more testing and of course update you on anything I find -
Hi everyone, I'd like to introduce a plugin I've been working on: EmbyCast. It lets you send announcements, scheduled messages, countdown/restart warnings and "what's new" notifications to your Emby users — all directly from the server dashboard. This is an introduction/beta-test thread — the .dll is attached below so you can install it manually and try it out. I'd really appreciate any testing, feedback, and bug reports before this goes any further. This is also my first attempt at building an Emby plugin (thx claude), and my first post on this forum — so please bear with me if things aren't perfect yet, any feedback is very welcome. The dashboard has a built-in EN/DE language switch, and every feature works with Active users, All users, or a manually selected list. Below is a quick tour of what it can do. Instant Message Send a message right now to whoever you choose — active users, everyone, or specific people picked from a live, refreshable user list. You can set an auto-dismiss time in seconds, or leave it at 0 so the message stays on screen until the user closes it themselves. Scheduled Message Queue up a message to go out automatically at a future date and time — handy for announcing maintenance windows or events ahead of time. All upcoming scheduled messages are listed below the form, each with a one-click Cancel option in case plans change. Timer & Server Countdown Built for restart warnings: set a total countdown, pick reminder marks (60/30/15/5/1 min, or your own custom list), and EmbyCast automatically fires off a reminder at each mark, right down to "restarting now." There's a live preview of every message before you start the timer, an optional server action once the countdown ends, and — importantly — the session list is re-checked before every reminder, so anyone who logs in mid-countdown still gets the remaining warnings. Media News (manual & automatic) Announce recently added movies and episodes. Pick which libraries to include, choose whether to include newly added series and/or new episodes, and customize the episode title format with placeholders like {Series name (year)}, {SxxExx} and {Episode title}. You can trigger it manually with Send Media News Now, preview it first, or turn on automatic sending on a chosen weekday and time (e.g. every Friday at 20:00) with a configurable look-back window in days. Here's what the resulting message looks like on the user's end — grouped into New Movies, New TV Shows and New Episodes: Welcome Message A message that's automatically sent the very first time a new user logs in — a nice way to greet new members of your server with any info they should know. It can be toggled on/off and edited at any time; existing users get it once when you first enable it, after that only newly created accounts receive it. Status & History Every message the plugin has sent is logged here, complete with per-user delivery status: green means delivered, yellow means pending (the user was offline and will get it at their next login). You can dismiss individual entries or discard the whole history at once, and refresh the list on demand. Plugin Updates EmbyCast checks GitHub for newer releases and lets you install updates with a single click, right from its own settings page — no need to manually download and copy files. Installation Download the .dll attached to this thread. Copy it into your Emby Server's plugin folder (e.g. Emby-Server\plugins on Windows, or the equivalent plugins folder on your platform). Restart your Emby Server. EmbyCast will then show up under Advanced → EmbyCast in the dashboard. Download EmbyCast.Plugin.dll GitHub repo: https://github.com/solistvbox-rgb/embycast Known Issues Auto-dismiss time doesn't reliably work. While the field is there and messages can be configured with a dismiss time, in practice it doesn't behave as expected across clients yet. Setting it to 0 (stays until manually dismissed) is currently the safest option. Credits This plugin was built with the help of claude.ai. It uses the same SDK patterns as EmbyNotify and EmbyWeeklyDigest, two plugins created by SFTech13, which served as an inspiration and the architectural template for this project — many thanks for that groundwork! Thanks for checking it out!
-
Doesn't give any confidence in the project either if you ask me.
