All Activity
- Past hour
-
jamietest0401 joined the community
-
Roku betas have a limited life (Roku policy). If you're still in the beta team, you can go back to the DM thread to get the current link to add it back to your Roku account. Paul
-
remzo joined the community
-
zxag joined the community
-
What part of this name is causing it to be identified as part of "Season 29"?
pwhodges replied to podonnell's topic in General/Windows
One of the recognised episode formats is ssxee, so I suspect that it's not just the "29" that an issue, but specifically "29X0". The other one I wouldn't have expected... Paul -
olimpuszxc2 joined the community
-
Tomerovadia joined the community
-
TV-Show, Episode is divided into 2 files
Kickaha0268 replied to Kickaha0268's topic in Android TV / Fire TV
I am using the following workaround: Instead of part_X, I use (X). This works fine for me. Note: The "Resume Watching" feature does not work because (X) reports that different versions of the film exist. -
Possible de trouver un m3u avec les chaines tnt fonctionnelles ?
MAX92 replied to Swaf's topic in French
Effectivement il existe dans le flux mais il ne fonctionne pas. Très peu de chaines fonctionnent (pas TF1, ni M6) -
ganglepin joined the community
-
EnableInUserMenu = true, plugin unresponsive for non admins
ginjaninja replied to ginjaninja's topic in Developer API
Woohoo, Claude came good with a bit of finesseing and gave me a solution. https://github.com/ginjaninja1/ManageComingSoon/tree/TestuserpageswithoutcallingUIViewInfoChanged/UI/UserAddMovie Claudes solution was to give me a page which did not rely on UIViewInfoChanged, and every button action has to immediately return a view. Is this close to the intended approach? User facing plugins are supported but you have to be careful with what responsiveness you can expect and avoid RaiseUIViewInfoChanged? -
Possible de trouver un m3u avec les chaines tnt fonctionnelles ?
Tandhruil replied to Swaf's topic in French
Pourtant je trouve bien TF1, TMC ou M6 dans ce m3u ? https://iptv-org.github.io/iptv/countries/fr.m3u edit : J'avoue ne plus l'utiliser depuis 2 ans la fonction IPTV n'avait pas d'utilité pour les utilisateurs. -
Possible de trouver un m3u avec les chaines tnt fonctionnelles ?
MAX92 replied to Swaf's topic in French
Moi je suis repassé par HDHomeRun -
SethyYann567 joined the community
-
mariocape joined the community
-
TotoFresh joined the community
-
@TeamBConfirmed this was an issue with the backup/restore plugin. However, while looking at the “Intro Summary” page, I've also noticed that one column has the header “Episdoes.”
-
softworkz started following ffmpeg remains post-playback, pegging a core at 100%
-
Hi @SamES Did some more testing and tried to work out a pattern. Below is a clean update on the problem and tests. Symptoms Playback starts normally. After a period of time (often after multiple episodes), video becomes increasingly sluggish, eventually dropping to what looks like less than 1 FPS. The TV itself becomes slow to respond. Pause/stop commands often do not respond. On a couple of occasions the screen has gone black and the TV has ended up back on live TV. A full power cycle at the mains restores normal operation. Server-side observations Emby server logs appear clean. Playback sessions continue to report progress normally. I have not found any transcoding errors, ffmpeg failures, media read errors, storage errors, or network-related playback failures in the logs. All affected playback is Direct Play. Additional testing I initially suspected the downstairs Samsung TV itself, but I have now tested the same problematic files on a second Samsung TV: Different Samsung model Different firmware version Same Emby server Patterns It is not locked to MKV files (some don't do this from other TV programs), Below is the info from media info. I found two different programs doing it both with exact same Video file DNA. MKV H.264/AVC High@L5 1920×1080 23.976 fps AAC-LC stereo 5 reference frames WS Matroska Muxer To me it feels like a memory leak given it completley breaks the TV and thr only way to bring it out of this to power cycle the TV.
- Today
-
One other thing @bingbong69_, with the home screen slideshow that shows 10 random movies / shows. Is there anywhere where we can control what shows in here. ie - only unwatched items or only movies etc...
-
Hello @Luke, after checking, I confirmed that the Emby 4.9.5.0 stable release does not include this feature, But the 4.10.0.21 beta version does indeed have it! Screenbits 2026-07-30_144759.mp4 Thank you very much for your hard work!
-
EnableInUserMenu = true, plugin unresponsive for non admins
ginjaninja replied to ginjaninja's topic in Developer API
Thanks @Luke, bear with me , becuase i am guessing what matters to investigating this. I have a genericui buttonitem with a command handle "AddToList" public override Task<IPluginUIView> RunCommand(string itemId, string commandId, string data) { if (commandId == "AddToList") { HandleAddToList(); return Task.FromResult<IPluginUIView>(this); } Claude says the smoking gun in is PageControllerHostbase in that it is the something in the chain hardwired to "SendMessageToAdminSessions" // Emby.Web.GenericUI.Control.PageHosts.PageControllerHostBase protected void NotifyPageChangeDelayed(IUIView uiView) { Task.Run(async delegate { await Task.Delay(500).ConfigureAwait(continueOnCapturedContext: false); UIViewInfo data = new UIViewInfo(uiView) { IsPageChangeInfo = true }; await sessionManager.SendMessageToAdminSessions("UIPageInfoChanged", data, CancellationToken.None).ConfigureAwait(continueOnCapturedContext: false); }); } private void CurrentUIViewOnUIViewInfoChanged( object sender, GenericEventArgs<IUIView> e) { if (IsInitialized) { this.UIPageInfoChanged?.Invoke(this, e); UIViewInfo data = new UIViewInfo(e.Argument); sessionManager.SendMessageToAdminSessions( "UIPageInfoChanged", data, CancellationToken.None); } } -
I connected by my history don't update when I finished a movie. However I have the viewing information.... No it's OK after a new reboot.
-
I deleted the JSON files from the Fanny and Alexander folder, and now it works.
-
Hello, I’m using Emby Server 4.9.5.0 on a Windows NAS, and I’ve noticed that it still doesn’t support thumb image from the TMDB source. As shown in the video, when I open the image editor for *The Cleansing Hour 2019* in Jellyfin, I can search for thumb images from the TMDB source. However, when I open the image editor for *The Cleansing Hour 2019* in Emby, I can only search for thumb images in the fanart section. Screenbits 2026-07-30_135958.mp4
-
What makes you think that?
-
Hello, I'm using version 4.9.5.0. Does not support TMDB thumb image.
-
ffmpeg remains post-playback, pegging a core at 100%
softworkz replied to Walter_Ego's topic in General/Windows
@Walter_Ego - thanks a lot for the detailed report. Could you please provide a test file and a command line which reproduces this? I have sent you an upload link. I want to test it against our new FFmpeg, where these things have fundamentally changed. There was no code change in this version. The only change was adding --disable-decoder=magicyuv for building. -
Possible de trouver un m3u avec les chaines tnt fonctionnelles ?
Swaf replied to Swaf's topic in French
non j'avoue avoir abandonné, une de celle dispo ici avait tf1 en clair dans la liste mais pas tmc/tfx/m6 etc je viens de re-regarder mais le ghitub officiel tu as bien tmc tfx tf1 (du moins dans vlc pas retest dans emby) -
It's like the dominance of "free beer" - nobody can beat that.. We'll see..
-
Perhaps a few years ago but a lot has changed. When we are able to pick this back up, its going to take some work before it is even ready for beta. I'm sure he meant the regular server beta. For that one, users have certain expectations regarding quality. When I say I had it running, this doesn't mean that the rest of Emby server is still working perfectly for every user. This will in fact need some time - but time where people are actually testing already (like in a private group), where there is no pressure like for the beta.
-
No problem at all. I've been very lazy and bad about updating the info here on the forum but In the plugin options there is a help tab, in there you should be able to see all the prefixes for icon names the plugin will search for and use. For series status it's: series.ended.png - For series that have ended or been canceled series.running.png - For series that are still airing new episodes I will update the info here on the page soon when i get around to it. For now i suggest looking in the help tab in the plugin for any info you might need.
-
I have already authorized the connection using the new version of the plugin, and my Trakt settings show that Emby is authorized; however, the Emby Trakt plugin still displays "not yet record" and fails to sync properly. Does the authorization require some time to take effect?
-
Closing this.
