Leaderboard
Popular Content
Showing content with the highest reputation on 07/09/24 in Posts
-
3 points
-
Thanks! Just one more performance thing I noticed : The default logging for the initial sync is very noisy, especially the 100k+ person, episode, etc "ADD" lines are eating a substantial amount of IO and some CPU resources. In this situation the sync is already hammering the sqlite db, so having to deal with this additional IO isn't really helping. While this isn't a huge problem for modern nvme ssds, it's really noticeable on machines with slower storage (builtin storage, sdcards, hdds). I would suggest to suppress these "ADD" log lines at least for the initial sync. to summarize: changing the log level from info to debug for "ADD" items can reduce the initial sync time on slower systems/storage by almost 1/3 (depends on how big your library is) core/* (EMBY.core.xyz: ADD lines) : - xbmc.log(f"EMBY.core.person: ADD [{Item['KodiItemId']}] {Item['Name']}: {Item['Id']}", 1) # LOGINFO + xbmc.log(f"EMBY.core.person: ADD [{Item['KodiItemId']}] {Item['Name']}: {Item['Id']}", 0) # LOGDEBUG2 points
-
Hi, I like manage my games (EMU, VN etc.) in Emby, the look and feel is great, especially I also have lots of Anime, and Games and Anime combine really well in the same server. GameBrowser plugin is great in separating GameSystems, but has no support for using local metadata file. So recently I've already updated NfoMetadata plugin to be able to read from a local game.nfo file, which is also helpful to be able to use external scrappers. But I've noticed that in Emby Games Metadata does not contain person information, such as game director, artists, writers, voice actors etc. Looking through decompiled source, it appears Game.SupportsPeople = false. I'd like a way to modify this to true through an API of some sort in the plugin. If that's not possible then could you please change this in MediaBrowser.Controller.Entities.Game? change it to true. I know Emby is not initially designed to work with games, but at least it works, and works great. So I'd like to contribute to the development of Game features to make it a great Game Management tool. Thanks!1 point
-
It would be nice if there was a local guest account (external access forbidden) for temporary users. For example, someone that's visiting that just wants to turn on a football game. It shouldn't save preferences (or just delete them on log off) and as a matter of rule, is read-only. Basically think "do no harm" access level. It would also be nice to be able to enable/disable this guest account quickly (e.g. visitors coming over). I would also use it for testing purposes so, for example, testing early afternoon, Emby doesn't get the impression I like watching soap operas.1 point
-
Hi all I know Emby introduced "tags" which take the categories from XMLTV EPG. However, in the Guide view, these categories are not available to navigate (listed either horizontally, or vertically). Plex does this with its own built in channels (though doesn't have support for the XMLTV categories at all). Would love to see this on Emby.1 point
-
Prime Day is coming up, great time to get some Firesticks for dirt cheap. Alternatively you could go with some cheap Chinese boxes and use Kodi or LibreELEC with the Emby Plugin.1 point
-
And whomever that is is using us against our terms so beware that they could disappear at any time. I wouldn't suggest giving them your money.1 point
-
Dev will have to comment more but don't think this has been mentioned before. 00:25:53.428 Could not write header for output file #0 (incorrect codec parameters ?): No such file or directory I don't see how but this topic suggest a UI issue.1 point
-
1 point
-
and jellystat with emby support is out. docker only. it looks pretty neat so far1 point
-
Aaand it was 100% my fault: System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path [...] Emby user didnt have write access and wasnt able to replace the original file thus running into an exception. and canceling the transfer. My Problem was solved following the guidance of this article: https://emby.media/support/articles/Linux-Unix-Permissions.html Little sidenote: Paths to media seem to be not anonymized in the log.1 point
-
1 point
-
Okay I see. That could be pretty likely. I'll try some other files then, thank you!1 point
-
Hi, let’s look at a specific example: How to Report a Problem Thanks.1 point
-
1 point
-
I love having subtitles enabled on all videos but for live TV I don't use them because they're often out of sync and wrong, so it would be nice to have a setting which lets me turn live TV subtitles off by default without having to turn off subtitles for everything Also as a side note there's a bug where if you turn off subtitles for live TV the emby app closes, but that will be irrelevant if this setting can be added Apologies if it's something someone has already asked for, I couldn't see it so I thought I'd raise it and see if anyone else would find it useful too1 point
-
Hi, yes we can look into adding that. @roaku thanks.1 point
-
Maybe a (simpler) workaround would be If Emby would download the entire .strm file and then work off the local file the connection would only be in use (locked) during the time it took to download the video. It would also provide a bit better stability by working off a local copy. People with bandwidth limitations may not be on board with this but it could be a user option to buffer the entire .strm.1 point
-
If I had a magic wand I would use it to make Emby focus solely on media presentation and playback and offload all aspects of remote internet access and security to vpns and whatnot.1 point
-
1 point
-
1 point
-
1 point
-
The log 63856095029 is filled with MediaBrowser.Common.Extensions.DirectoryUnavailableException: Path Not Found errors for your smb paths. Probably need to go over how you setup your library folders also as this suggest a way that can not be done. Line 24943: 2024-07-08 18:23:12.145 Info App: Creating folder in database 192.168.50.20 - smb://192.168.50.20 Line 24944: 2024-07-08 18:23:12.148 Info App: Created folder in database 192.168.50.20 62686 - smb://192.168.50.20 Line 24945: 2024-07-08 18:23:12.150 Info App: Rebasing 4 smb://192.168.50.20/Media/Movies to be underneath 62686 smb://192.168.50.20 Line 24946: 2024-07-08 18:23:12.150 Info App: Rebasing 8 smb://192.168.50.20/Media/Short Films to be underneath 62686 smb://192.168.50.20 Line 24947: 2024-07-08 18:23:12.151 Info App: Rebasing 6 smb://192.168.50.20/Media/TV Shows to be underneath 62686 smb://192.168.50.20 Line 24951: 2024-07-08 18:23:12.327 Info App: Removing item from database, Type: Folder, Name: Movies, Path: smb://192.168.50.20/Media/Movies, Id: 4 Line 28119: 2024-07-08 18:23:12.986 Info App: Removing item from database, Type: Folder, Name: TV Shows, Path: smb://192.168.50.20/Media/TV Shows, Id: 6 Line 33816: 2024-07-08 18:23:13.562 Info App: Removing item from database, Type: Folder, Name: Short Films, Path: smb://192.168.50.20/Media/Short Films, Id: 8 Line 34484: 2024-07-08 18:26:00.931 Info App: Skipping creating folder smb://192.168.50.20 because it already exists 62686 smb://192.168.50.200 points
-
0 points
-
0 points
-
0 points
