All Activity
- Past hour
-
Waahi joined the community
-
Tatianareyes joined the community
-
davidpmoore57 started following Emby
-
His do I add my premier key after I paid my membership
-
Kitty17 joined the community
-
Hxcvbn joined the community
-
Try labeling the trailers in the season folders as Episode 0 in the Media 3 dots / edit menu. Also try adding a date the day before the episode 1 in that season.
-
yzxvw started following Philips OLED809 chooses HDR10+ instead of Dolby Vision in Emby
-
Hi, I’m having an issue with Dolby Vision playback on a Philips OLED809 Google TV. Some of my files contain both Dolby Vision and HDR10+ metadata. When I play them through Emby on the Philips TV, the TV always switches to HDR10+ / HDR10+ Adaptive instead of Dolby Vision. I tested the same files with Emby on two different TCL TVs, and they trigger Dolby Vision correctly there. So I’m not sure if this is an Emby issue, a Philips Android/Google TV issue, or just how this TV reports/handles HDR capabilities. The files are Direct Play, not transcoding. Is there any way in Emby to prefer Dolby Vision over HDR10+ on this device, or is this controlled entirely by the TV/system player? Happy to provide logs if needed. But I think it's more like a client side issue so I don't think the server log could help much.
-
FamilyCardil joined the community
-
Dracopaco joined the community
-
Molos joined the community
-
prashant8765r6 joined the community
-
Prashant_aaryann. joined the community
- Today
-
Emby Beta 4.10.0.15+: Crashing due to Out of Memory on DS918+ Package Center Install
DarWun posted a topic in Synology
Since updating to Beta 4.10.0.15 I've been experiencing server shutdowns due to excessive Emby memory utilization at least once a week. This is something I've experienced intermittently in the past (every couple of months). But the frequency of the occurrence has increased to once a week. I've reviewed other posts in this thread about memory issues on the Synology platform, and none of the advice provided addresses the issue as I am seeing it. Recommendations from the Emby team in the previous posts are to uninstall certain plugins to reduce memory utilization. I have two of those plugins installed...Statistics and Playback Reporting. But the memory issue I'm seeing has nothing to do with those plugins as far as I can tell. The attached log is from the most recent out of memory event. I initiated a library scan from the scheduled tasks after adding a couple of videos to my library. Emby memory usage on the NAS immediately went from 900MB to 1.62GB. That memory was not released after the scan completed. I do not believe the plugins that the Emby team has previously asked to be uninstalled to troubleshoot memory issues had anything to do with the memory usage. Memory usage jumped entirely due to the initiation of the library scan. The server became sluggish and unresponsive. Eventually Emby shutdown. The image below shows the memory usage jump upon initialization of the "Scan media library" task. Memory usage before initiating the library scan was 70%. It increased to 90%+ upon initiating the scan. I'm not sure how to help troubleshoot this issue. I have not had memory issues running Emby on my Synology NAS previous to Beta 4.10.0.15. Since upgrading to that version, my server is shutting down at least once a week due to out of memory issues. embyserver-63918665956.txt -
TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
Blueskies278 replied to Blueskies278's topic in Plugins
Update: Badge style options added You can now choose how the badge looks. A new "Badge style" setting is available on the same settings page: Icon + colour — A small coloured square with a calendar icon (green for Airing/Last Aired, orange for In Production, red with an X through the calendar for Cancelled). Original pill — The plain badge from the first version, no icon. Text only — Just the status text, no background or icon. No badge — Hide it entirely (e.g., if you only want the Overview/description prefix). The setting is on the same page as before (Settings → Plugins → TV Show Status); just scroll down to find it. Also worth noting: the plugin can now display Airing, Last Aired, In Production, & Cancelled (text only) on Android and tvOS next to the TV information, but this is a limitation beyond my control. icon Text view. Currently Android & TVOS can only display text view The plain badge from the first version, no icon. Now with rounded edges. Settings Screen Recording 2026-07-05 at 00.31.47.mov -
Its is possible to purchase the unlock off the android mobile app?
- Yesterday
-
buba started following TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
-
TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
buba replied to Blueskies278's topic in Plugins
Quedare atento para probarlo se ve muy interesante -
Still Cannot get the season trailers working on TV shows If there's anybody out there that has this working could you please give me a hand I don't know if I'm doing something wrong with the naming but I have the folders the way they want them Everything looks right but it must be a setting or is there something wrong and I need an update I am running the latest version 4.9.5.0
-
TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
Blueskies278 replied to Blueskies278's topic in Plugins
Not available yet. still in working progress. -
Collection Movies structure setup
Energon_Universe replied to Energon_Universe's topic in General/Windows
Yes now its ok , i just refresh metadata and library files Solution i think is that "In Library view: three-dot menu (next to Filters)>enable/toggle on "Group items into collections". but i think its working after refresh metadata and library files -
Have you waited for library scan to finish? As your auto-collection Collections library should not be empty, and your custom Collections library items should be grouped under their respective collections.
-
Collection Movies structure setup
Energon_Universe replied to Energon_Universe's topic in General/Windows
I forgot to mention it. Yes, I have it enabled. However, I would simply like it to actually be a collection, rather than one by one. -
GrimReaper started following Collection Movies structure setup
-
In Library view: three-dot menu (next to Filters)>enable/toggle on "Group items into collections". That is default behavior if you have "Import collection information..." enabled in any movie content-type library settings. If you don't want it, you can just hide it in your user's Home Screen settings. Edit: And as a matter of curiosity: why did you create a separate library called Collections in the first place?
-
"Play next episode automatically" - Customize Timing?
lolotux replied to bubba_nuts's topic in General/Windows
Hi, I found a workaround to change when the “Next Episode / Up Next” prompt appears in Emby Web. Tested on Emby 4.9.5.0. File: /opt/emby-server/system/dashboard-ui/videoosd/videoosd.js Original logic uses: 30 / 35 / 40 seconds before the end, depending on episode duration. I changed it to trigger at 96% of playback instead, so the prompt appears when about 4% of the episode remains. Patch idea: 1. Backup the file. 2. Replace the fallback timing logic: runtimeTicks-1e3*(fiftyMinuteTicks<=runtimeTicks?40:fortyMinuteTicks<=runtimeTicks?35:30)*1e4 with: runtimeTicks*.96 3. Optional but important: Emby may use CreditsStart markers when available, so I also forced creditsInfo to 0 in the UpNext calculation to always use the percentage-based trigger. 4. Restart Emby. 5. Clear/reload the browser cache for: /web/videoosd/videoosd.js?v=4.9.5.0 In Chromium/Chrome DevTools console: fetch('/web/videoosd/videoosd.js?v=4.9.5.0', {cache:'reload'}) Important notes: - This is not an official setting. - It will probably be overwritten by Emby updates. - Backup before modifying. - A proper UI setting would still be much better. Result: The UpNext prompt now appears around 96% of the episode instead of the hardcoded 30/35/40 seconds. -
Energon_Universe started following Collection Movies structure setup
-
Hello everyone. I'm having an issue with collections. I created a folder named Collections (folder name) and added it to Emby as a Movies library. However, when I add it, Emby starts scanning it and creates (automatically) a second Collections section. The problem is that this new Collections library appears empty, even though it has been added successfully. Also, in the Collections library that I created from this folder, the movies are displayed individually instead of being grouped into collections. Am I missing a setting, or is there something I'm doing wrong? And to be honest, at one point it was working fine—meaning I could see the collections as collections and not individually movies. But I don't know what I tweaked, and it stopped working.
-
BruceCPippin started following Library picking up content in another source
-
I created an "Audio Books" library. The Author\Books appear as expected after pointing it to a folder called "Audio Books". Unfortunately, it is also including content that is definitely not in the "Audio Books" folder. It is picking up content from a "Music" folder which was not included when setting up the library. It's not a great deal of music but I have no explanation for this behavior. Can anyone provide an explanation?
-
Christiga started following How do you delete a movie?
-
Hey I'm sorry to up that post but I have an issue. I have kodi on my smart tv and an android projector. It works fine with my emby library on Synology NAS. The issue is I don't have the same options in the emby next gen plugin, including the delete option. I tried to install a backup from the tv to the projector just in case but still the projector doesn't show many options in the interface tab. Is there something I can do?
-
Custom library images dissapearing
visproduction replied to MediaIntelNUC's topic in General/Windows
Just avoid the dashes. Spaces might be fine. The media thumbnails all get either just poster.jpg and landscape.jpg or if there is a second media in a folder, then the poster becomes something like "Rocky (1976)-poster.jpg". Dashes are also used to show difference in media resolutions so that: Rocky (1976) - 720P.mp4 Rocky (1976) - 1080P.mp4 Gets listed in the pulldown as just 720P and 1080P. The part of the file name up to the dash is removed for the pull down list. This was also causing the player screen to not show the full title in the lower left on mouseover, when there was multiple dashes. That has been fixed. There is code to truncate from the dash for listing different resolutions in the Video pull down selection for the media page. The code that does that might be truncating your file names for the Collection images. It shouldn't do this, but the file name might run through the code, by mistake, that removes the first part of the file before the dash. It is just a guess. It's an easy bug to miss. You would have to use dashes in testing in order to see the problem. Hope that helps. -
[Security Issue] Using Home Button Makes PIN Bypass Possible
Tigga5 replied to Tigga5's topic in Android
@Luke That's been covered in this thread. -
Upgraded to the latest server version and it seems to work now! (I notice there are a few subtitle fixes in the release.)
-
For security reasons NAS's don't make it easy to get into system folder/files. I'm assuming 'file station' = Synology so fallow this from the source: https://kb.synology.com/en-global/DSM/tutorial/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet or an older post on this forum:
-
Hola, mismo error. No estoy en insider. Tampoco aparecen errores en el visor de eventos ni en %LocalAppData%\CrashDumps EmbyClient.txt
-
Movies "Split Versions" Option no longer available
Lessaj replied to Painkiller88's topic in General/Windows
-
justinrh started following 4K DV/HDR HEVC Remux stutters/freezes with audio passthrough enabled
-
4K DV/HDR HEVC Remux stutters/freezes with audio passthrough enabled
justinrh replied to privaty's topic in Android TV / Fire TV
This may the same problem I started seeing. When you first start playing a movie the video is choppy/jerky. If you FF or rewind one time it straightens out. I'm running ATV 2.1.46g on my two Shields. -
NVidia Shield playback spinning/fails to start
warrencalvert replied to warrencalvert's topic in Android
Hi Luke Is there any way of disabling Direct Play server-side as a global setting to disable it for all clients? Everything else in Emby works fine but watching Live TV has never worked reliably on any devices - just hoping there's some way to make it work properly. Thanks.
