All Activity
- Past hour
-
Cocorani96 joined the community
-
Lomana joined the community
-
Dorarm joined the community
-
yefri8451 joined the community
-
Neminem started following Merge all movie folders into a single library
-
-
Yofomenoto joined the community
-
JhoncenaR joined the community
-
I found the problem, I'm on MacOs and Emby is with .Net 6 (instead 8 )
-
NinjainvisibleX joined the community
-
Not sure what you mean by library configuration. Also, if it makes a difference, I am using the free version of Emby, before making a purchase decision. Thanks
-
99876 joined the community
-
Ah my bad, I thought version v2.1.53 is released but it is in beta. When Emby server transcodes, the target audio bit rate is quite low. No I have no specific issue. Just curious why the target bit rate is set so low.
-
Downgrading from what i have now sounds like a daunting task. Won't the database have issues?
-
uO_a674 joined the community
-
RochelleBentley joined the community
-
davide999 started following Stream disconnects/buffering
-
Emby software (4.9.5.0) is installed on an iMac running Darwin 25.6.0, it loads every time the iMac is turned on. During the day, when Emby is not being used, the log file seems to record that the client disconnected from the host for a short period (http/1.1 Response completed after client disconnected to host1. Time: 1405ms.). This is not an issue at that time. However, when this happens when media is being streamed to a TV (LG OLED55C9PLA) this disconnection pauses playback for a period of one - two minutes before continuing to stream. The TV uses App version 1.0.50 and this App instigates the stream. In the attached log file the media stream was paused around 19:57:48 for a few minutes and again around 20:29:59. The media is stored on an external Seagate HDD connected directly to the iMac by USB. Both the iMac and the TV are on a DECO Mesh network at 5 GHz, setting ‘High' priority with fixed nodes and Mesh Technology ‘Off’. No other software is running on the iMac concurrently when buffering takes place. Emby is configured for Direct Play and the files are all mp4 ranging in size from 650 Mb to 3 Gb and hard disks are not allowed to 'sleep’. There is no consistency to the size of files that are affected. When the spinning buffering icon is displayed on the TV there are two options: 1. Wait a couple of minutes until the stream continues or, 2. Rewind the stream by 10 seconds. In the second case the stream immediately restarts though it does not guarantee that it will remain uninterrupted. Any thoughts on a solution to this issue would be appreciated. embyserver 03 Aug.txt
-
Yes you can add multiple folders to the same library. Can you show your library configuration?
-
RedNo7 started following multi-file episode naming
-
Hi, I cannot see in the docs here how Emby handles a single episode split across 2 files. Do I need to merge them? Thanks!
-
Merge all movie folders into a single library
Abobader replied to sven901's topic in General/Windows
Hello sven901, ** This is an auto reply ** Please wait for someone from staff support or our members to reply to you. It's recommended to provide more info, as it explain in this thread: Thank you. Emby Team -
sven901 started following Merge all movie folders into a single library
-
I am new to Emby, so apologies in advance. I am considering a PLEX to Emby move, but am having difficulties setting up libraries. In PLEX, I simply create a library type (e.g., Movies, TV, etc) and add any folders containing movies. PLEX then show them combined into the single library "Movies". When I try to do this in Emby, I end up with a dozen different "Movie" libraries - not what I want. I have at least 15 different Movie folders scattered across multiple hard drives. Is there no way to add folders into a single library, as in PLEX? If not, this is a non-starter for me. The same would be true for any other library types, such as TV Shows, Concerts, etc. Any help will be appreciated. And yes, I have spent hours reading through Emby documentation, forum posts, and general googling. To no avail.
-
Allen777 started following PillVideo — A Modern Emby Client for Windows
-
PillVideo is an independent third-party Emby client designed specifically for Windows. Powered by the open-source mpv playback engine, it focuses on smooth, reliable playback and a modern viewing experience. PillVideo is currently available as a public trial. Feedback and testing reports are welcome! Key features: Powered by the mpv playback engine Hardware-accelerated decoding and broad media format support Connect and manage multiple Emby servers Featured carousel, Continue Watching, and categorized media library Movie and series detail pages with season and episode browsing Embedded subtitles, external SRT subtitles, and PGS subtitle support Automatic preference for Traditional Chinese subtitles Adjustable subtitle font, size, position, timing, outline, and background Primary and secondary subtitle support Audio track, subtitle, playback speed, and display mode controls Fit, crop-to-fill, and stretch display modes Automatic intro skipping and continuous playback Preloading before the next episode Video screenshots and real-time playback information Keyboard, multimedia key, and mouse controls Traditional Chinese, Simplified Chinese, and English interfaces Automatic update checking and installation Optimized windowed and fullscreen playback for Windows System requirements: 64-bit Windows 10 or Windows 11 Your own accessible Emby server and user account A GPU or integrated graphics processor with hardware decoding support is recommended Current version: PillVideo 1.2.4 Availability: Public trial PillVideo-1.2.4.zip
-
I've only built and tested this against 4.10.0.20 so far, haven't had a chance to try it on 4.10.22 specifically. I don't have a reason to expect it wouldn't work - nothing in the plugin depends on anything version-specific that I'm aware of - but "should work" isn't the same as "confirmed working." Would you be up for testing it and letting us know what happens? If it doesn't load, the first thing to check is embyserver.txt right after startup for any error mentioning IntrosBackupReplacement - that'll tell us whether it's a real incompatibility or something else. Appreciate you flagging this either way - if it does turn out to need a fix for 4.10.22, better to know now than have others hit it silently.
- Today
-
Is nobody using any of the plugins for these?
-
@LukeWill this be added at some point? not seeing any traction on this change.
-
softworkz started following Feature request: native minimize client to tray
-
Feature request: native minimize client to tray
softworkz replied to vdb86's topic in Windows & Xbox
@vdb86 Thanks for your request. This is an interesting use case, but - to be honest - it's also pretty special. Likely too special to become a built-in feature. A GeneralCommandType which allow to remotely control the window state of an app - phhm - I'm not sure. Regarding "native shell": The web ui code that is shipped with apps is not meant to be touched or manipulated. You might have seen this in the Windows app already. And what's sttill working today, might no longer in the near future. So, what then? First of all, the way you have done it is the best you can get at the moment. I would do something similar if I had to. Future Now - there is a way how this can be achieved in a way that is crazily simple: Client Plugins (.net) The Windows app belongs to a new range of client apps which are based on .net and x-plat - named Emby.Client. There is a plugin model, and some other concepts (like JS- <> net interop, service model, x-plat feature among other things). A plugin with this code would already do what you want (roughtly): DISCLAIMER: Just for Illustratration - custom plugins are not supported atm public class AutoHidePlugin : HostPluginBase { private ICurrentPlayer currentPlayer; private IFeatureSetWindowState featureWindowSTate; public AutoHidePlugin(IServiceRoot serviceRoot) : base(serviceRoot) { } public override string Id => "autohideplugin"; public override string Name => "AutiHide Plugin"; public override PluginTypes Type => PluginTypes.Unknown; public override async Task OnAppReady() { this.currentPlayer = await this.Require<ICurrentPlayer>().ConfigureAwait(false); this.featureWindowSTate = this.GetService<IFeatureSetWindowState>(); //// TODO: Handle currentplayer/feauture unavailable this.currentPlayer.ModuleEvent += this.CurrentPlayer_OnModuleEvent; this.currentPlayer.RegisterModuleEvent(@"playbackstart"); this.currentPlayer.RegisterModuleEvent(@"playbackstop"); this.currentPlayer.RegisterModuleEvent(@"pause"); this.currentPlayer.RegisterModuleEvent(@"unpause"); this.currentPlayer.RegisterModuleEvent(@"statechange"); } private void CurrentPlayer_OnModuleEvent(object sender, JsModuleEventArgs e) { var playState = e.GetArgument<PlayStateInfo>(); if (playState != null) { if (playState.PlayState?.IsPaused != null && !playState.PlayState.IsPaused.Value) { this.featureWindowSTate.SetWindowState(WindowStates.Maximized); } else { this.featureWindowSTate.SetWindowState(WindowStates.Minimized); } } } } While that plugin model exists and is actually being used, it is not open for 3rtd party plugins at the moment. No decision has been made so far about whether we might open-up those apps to 3td party developers. There's a large amount of issues, consequences and caveats to consider and unfortunately we haven't come to the right point for this.. Clearly, it has a lot of appeal - the code above Eorks on all Emby.Client app (whch have the SetWindowState feature.. -
Ferwin29 started following Intro/Credits Backup & Restore (New Plugin)
-
Hi @guilty57, I've got a question about plugin's compatibility. I don't have the plugin in Emby Server 4.10.22, it's not compatible with ?
-
Hi, there's already an open request for this or something functionally equivalent. Please join in and contribute to the existing discussion at:
-
mykwin started following Feature Request - Sort by Nationality?
-
Hi there, would it be possible to add the ability to search and sort by country of origin? Thanks
-
I'm sorry, I still don't know what your question is. There is a current release and a beta track in the store. Both have been updated recently. In exactly what context? Are you having a specific issue?
-
v1.9.0 is out - a full config page redesign plus a reliability fix. Config page redesign. Instead of one flat list of checkboxes, there are now two clearly separated modes: Custom: pick your own folder(s). Independent JSON and standalone-NFO toggles (the standalone NFO is the plugin's own file, just a <markers> tag - not Emby's scraper NFO), separately controllable for Backup and Restore. Automatic (Media Folder): backups live next to each video, like before. Backup now has independent JSON and NFO toggles (no more "Both" - just check one or both) plus a new "just-in-case" JSON safety copy option that writes to a folder of your choosing, completely separate from what's happening next to your videos. Restore stays NFO / JSON / "let the plugin choose" (recommended). Picking one mode now properly hides the other's section. The separate "Auto-restore" / "Auto-backup on manual edit" toggles are gone too - those background watchers are now on automatically based on whichever sources you've actually configured, instead of a switch you had to remember to flip. Reliability fix: Auto-restore occasionally missed restoring right after a Refresh Metadata, because Emby's own NFO scraper isn't always atomic about writing the file - a read could catch it mid-write. Added a short retry for that specific case; confirmed fixed across multiple shows in testing. If you're upgrading, take a look at the config page - the layout changed, worth double-checking your settings landed where you expect. Release with prebuilt DLL: https://github.com/guilty57/credits-intros-backup-restore/releases/tag/v1.9.0 Custom Selection Auto Selection
-
Marisu started following Emby Releases
-
Hi, we'll take a look at this. Thanks.
-
Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
-
Hi, we'll be updating the server's ffmpeg build soon so that may help with this.
-
Feature Request: Grid Tile Format for Media Libraries in Android App
Luke replied to adreader51's topic in Feature Requests
Hi, the upcoming 4.10 server release has this now. -
The upcoming 4.10 server release has this now.
