hackthis02 130 Posted September 5, 2025 Posted September 5, 2025 17 hours ago, DarWun said: I just noticed something with Emby Beta 4.9.1.25. I'm not sure if this occurred with previous versions. undefined...I don't recall what was displayed before. But I definitely don't remember seeing "undefined". Is this a bug introduced with newer Beta versions? 9 hours ago, MAX92 said: I am on EMBY 4.8.11.0 and I have the same : Found the issue and pushed a fix. 3
DarWun 350 Posted September 5, 2025 Posted September 5, 2025 Thanks for the quick fix @hackthis02! Statistics v3.4.1.2 just installed a few minutes ago, and I can confirm on my setup the issue has been resolved. 1
DarWun 350 Posted September 6, 2025 Posted September 6, 2025 This may not be a Statistics plug-in issue. But I figured I would start here and see where it leads. On the Windows app, images do not display properly.
hackthis02 130 Posted September 6, 2025 Posted September 6, 2025 3 minutes ago, DarWun said: This may not be a Statistics plug-in issue. But I figured I would start here and see where it leads. On the Windows app, images do not display properly. I thought the plugin only showed up on the web interface. I'll check it out. 1
hackthis02 130 Posted September 11, 2025 Posted September 11, 2025 On 9/5/2025 at 8:34 PM, DarWun said: This may not be a Statistics plug-in issue. But I figured I would start here and see where it leads. On the Windows app, images do not display properly. I'm going to be honest. I have no idea how to debug this. I don't have access to the Windows App codebase nor any of it's debug data. Unless @Lukecould point me in the right direction or connect me with the apps developer, I think it's just an issue you'll have to deal with. The hyperlinks still work, so that's something. 1
hackthis02 130 Posted September 11, 2025 Posted September 11, 2025 Just now, Luke said: What images does that display? Via the web UI it displays the primary image.
Luke 42093 Posted September 11, 2025 Posted September 11, 2025 How are you putting together the image url?
hackthis02 130 Posted September 11, 2025 Posted September 11, 2025 26 minutes ago, Luke said: How are you putting together the image url? Yes <img src="/Items/` + v.Id + `/Images/Primary" height="105px">
DarkStar1977 119 Posted September 11, 2025 Posted September 11, 2025 @hackthis02as you're looking into statistics visuals, may I suggest 2 changes ? From this: To this: And from this: To this: Thanks in advance for considering it.
Luke 42093 Posted September 11, 2025 Posted September 11, 2025 2 hours ago, hackthis02 said: Yes <img src="/Items/` + v.Id + `/Images/Primary" height="105px"> Use apliclient.getImageUrl 1
hackthis02 130 Posted September 11, 2025 Posted September 11, 2025 1 minute ago, Luke said: Use apliclient.getImageUrl Thanks @LukeI'll check this out tonight.
hackthis02 130 Posted September 11, 2025 Posted September 11, 2025 @DarkStar1977 If I'm being honest I'm not a fan of the boxes having so much empty space. They don't currently know about each other so I would have to rewrite the CSS to get the largest box. Furthermore, They are as compact as possible to be responsive, that way you get more data on smaller screens. 1
DarWun 350 Posted September 11, 2025 Posted September 11, 2025 9 hours ago, hackthis02 said: I'm going to be honest. I have no idea how to debug this. I don't have access to the Windows App codebase nor any of it's debug data. Unless @Lukecould point me in the right direction or connect me with the apps developer, I think it's just an issue you'll have to deal with. The hyperlinks still work, so that's something. Just updated to v3.4.2.0 of the plugin. The Issue is resolved. Thanks!!!
ChaoOos 2 Posted October 13, 2025 Posted October 13, 2025 Hi, in Version 4.9.1.80 for Emby Server we got "Add user preference to exclude libraries from search" https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.1.80 Is it possible for the statistic plugin too?
apichler 5 Posted February 2 Posted February 2 (edited) I have a problem with the statistics plugin. I recently changed the source folder for my library of danish tv-series from F:/[ TV Series DK ] to M:/[ TV Series DK ]. Ever since then I get a massive amount (1686) of "Resolution Not Available" under Episodes in the Statistics plugin. When I consult the log file, it's all locations related to the previous source folder (which no longer exists). Any idea on how to rectify this issue? Have tried to remove the plugin, restart emby, reinstall plugin, restart emby, but to no avail. Edited February 2 by apichler
hackthis02 130 Posted February 16 Posted February 16 On 2/2/2026 at 2:13 AM, apichler said: I have a problem with the statistics plugin. I recently changed the source folder for my library of danish tv-series from F:/[ TV Series DK ] to M:/[ TV Series DK ]. Ever since then I get a massive amount (1686) of "Resolution Not Available" under Episodes in the Statistics plugin. When I consult the log file, it's all locations related to the previous source folder (which no longer exists). Any idea on how to rectify this issue? Have tried to remove the plugin, restart emby, reinstall plugin, restart emby, but to no avail. Sorry I just saw this. Are you still having this isssue?
ChaoOos 2 Posted February 18 Posted February 18 On 10/14/2025 at 12:40 AM, ChaoOos said: Hi, in Version 4.9.1.80 for Emby Server we got "Add user preference to exclude libraries from search" https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.1.80 Is it possible for the statistic plugin too? Hi @hackthis02 Is it possible for the statistic plugin too?
hackthis02 130 Posted February 18 Posted February 18 11 hours ago, ChaoOos said: Hi @hackthis02 Is it possible for the statistic plugin too? I'm not sure how this is implamented. I'll have to research it. @Lukeor @Happy2Playcould you point me in the right direction? 1
Happy2Play 9788 Posted February 19 Posted February 19 11 hours ago, hackthis02 said: I'm not sure how this is implamented. I'll have to research it. @Lukeor @Happy2Playcould you point me in the right direction? Luke will have to confirm but the implementation of "Add user preference to exclude libraries from search" changed and is a global library setting that only affects "User" accounts. Not sure if there would be a way to ignore specific library/Item stats that users have access too. 1
hackthis02 130 Posted February 19 Posted February 19 9 hours ago, Happy2Play said: Luke will have to confirm but the implementation of "Add user preference to exclude libraries from search" changed and is a global library setting that only affects "User" accounts. Not sure if there would be a way to ignore specific library/Item stats that users have access too. Ah this is a per user setting. Then yeah I'm not sure it would work for this plugin. 32 minutes ago, Luke said: How does this relate to this plugin? My assumption is @ChaoOossaw the update and thought he could exclude libraries on a per library basis from getting included in the statistics equations. 1
NEOeclipse 2 Posted 1 hour ago Posted 1 hour ago so i have an issue that has been happening for several months now for me, when i goto the statistics page and click on the link for User-based statistics it has no stats at all, just shows the categories and it acts like its loading up but just sits there empty with the loading circle thing no matter how long i leave it be. im on statistics 3.4.2.0 and emby 4.10.0.3 beta
NEOeclipse 2 Posted 44 minutes ago Posted 44 minutes ago (edited) as a matter of fact i just realized that everything statistic plugin wise fails for scheduled tasks, fails around 4% for calculating tv shows, users and stays at 0% for library media, then eventually says failed... i have chosen to not uninstall and re-install to see if it works is because i have several years of stats for all users on my server and i dont want to loose any of that... according to the statistics page the most recently added media was 24 days ago on feb 2 Edited 40 minutes ago by NEOeclipse
NEOeclipse 2 Posted 21 minutes ago Posted 21 minutes ago (edited) so this is what the alert for "calculate statistics for all users" says when i click on it from the general settings page 26/02/2026, 01:38 Running time: 4 minutes and 35 seconds One or more errors occurred. (An error occurred while sending the request.) at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.get_Result() at statistics.Calculators.BaseCalculator..ctor(IUserManager userManager, ILibraryManager libraryManager, IUserDataManager userDataManager, IProviderManager providerManager, ILogger Logger, CancellationToken cancellationToken) at Statistics.Helpers.Calculator..ctor(IUserManager userManager, ILibraryManager libraryManager, IUserDataManager userDataManager, IFileSystem fileSystem, ILogger logger, IProviderManager providerManager, CancellationToken cancellationToken) at Statistics.ScheduledTasks.CalculateStatsTask.MediaBrowser.Model.Tasks.IScheduledTask.Execute(CancellationToken cancellationToken, IProgress`1 progress) at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options) the alert for calculate tv shows says.... 26/02/2026, 01:36 Running time: 1 minute and 40 seconds One or more errors occurred. (The process cannot access the file 'C:\Users\NEOeclipse\AppData\Roaming\Emby-Server\programdata\cache\tvdb\74210\episodes-official-eng.json' because it is being used by another process.) at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.get_Result() at statistics.Calculators.BaseCalculator..ctor(IUserManager userManager, ILibraryManager libraryManager, IUserDataManager userDataManager, IProviderManager providerManager, ILogger Logger, CancellationToken cancellationToken) at Statistics.Helpers.ShowProgressCalculator..ctor(IUserManager userManager, ILibraryManager libraryManager, IUserDataManager userDataManager, IFileSystem fileSystem, IServerApplicationPaths serverApplicationPaths, ILogger logger, IJsonSerializer jsonSerializer, IProviderManager providerManager, CancellationToken cancellationToken) at statistics.ScheduledTasks.CalculateTVTask.MediaBrowser.Model.Tasks.IScheduledTask.Execute(CancellationToken cancellationToken, IProgress`1 progress) at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options) the alert for calculate statistics all media library.... 26/02/2026, 01:35 Running time: 1 minute and 26 seconds One or more errors occurred. (The process cannot access the file 'C:\Users\NEOeclipse\AppData\Roaming\Emby-Server\programdata\cache\tvdb\79660\episodes-official-eng.json' because it is being used by another process.) at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.get_Result() at statistics.Calculators.BaseCalculator..ctor(IUserManager userManager, ILibraryManager libraryManager, IUserDataManager userDataManager, IProviderManager providerManager, ILogger Logger, CancellationToken cancellationToken) at Statistics.Helpers.Calculator..ctor(IUserManager userManager, ILibraryManager libraryManager, IUserDataManager userDataManager, IFileSystem fileSystem, ILogger logger, IProviderManager providerManager, CancellationToken cancellationToken) at Statistics.ScheduledTasks.CalculateMediaTask.MediaBrowser.Model.Tasks.IScheduledTask.Execute(CancellationToken cancellationToken, IProgress`1 progress) at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options) Edited 16 minutes ago by NEOeclipse
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now