Leaderboard
Popular Content
Showing content with the highest reputation on 05/13/23 in all areas
-
I'm writing a plugin to help user to add and manage their own js code and css to add some feature such as photo carousel. admin also can provide some code, and user can choose use it or not admin page: user page: everything works fine, only user must click the load button to make their code take effect every time after they sign in . so, I want to find a way that user's code can take effect when they sign in. May it happend only through plugin ?2 points
-
That was the missing step. Refreshing the Metadata All I had done was just scan library files again but not refresh the metadata. I guess I’d assumed that it was a whole different process that would just clump up movies together through their respective titles. So that a quick library scan would do the trick. Not that the metadata of all the movies would be refreshed to see what was should be with what. But after requesting the metadata refresh the collections are popping up again. Again thank you, I really was really wondering what I was missing or if the feature was removed. Cheers!2 points
-
New version available 8.1.4: Delta changelog 8.1.3 -> 8.1.4 several fixes for dynamic/hybrid nodes fix music playlist issue fix local trailers fix themes add relative seek position support (https://emby.media/community/index.php?/topic/118597-new-seekrelative-remote-control-command/) fix settings persistence (https://emby.media/community/index.php?/topic/118572-issue-to-memorize-kodi-video-settings-with-native-path-and-default/) change content queries for better Emby server >.19 support2 points
-
That's normal. IP's are not reported on playback activity, only when that device is "Authenticated" (which you should also see in the Activity screen) If you would like to get more insights into playback activity you should check out the excellent plugin "Playback Reporting" available from the plugin catalog -- it also logs IP addresses for each playback event, real-time and historically.2 points
-
2 points
-
Presumably you are using Emby rather than its main free competitor because you prefer it. It's up to you how you wish to proceed when balancing that preference against the cost (which it has been established you don't need to keep paying monthly); no one here can make that decision for you, however much you keep going on about it. Paul1 point
-
I was able to get this channel back by re-scanning my channels in WinTV and then remapping them in Emby. Thank you for you continued support! I really enjoy using Emby.1 point
-
thanks for your reply, it helps me a lot. for now, I have to add this to app.js to make it happend. applyCssJS.js will get user's code stored in Local (appSettings) and admin's code stored in Server and make them take effect. So, I have to suggest my user to use the modified app other than the official one.1 point
-
Is there any reason you are trying to use a reverse proxy over the standard emby web server ? (ie just port forwarding required) With respect, reverse proxies are moving into the move advanced side of https and web services and you should really know the networks and security concepts behind them. Following a 'guide' is potentially dangerous (leaving your system vulnerable) as that guide will have made a level of assumptions. Maybe try Caddy, I hear it is a lot easier to setup than NGINX.1 point
-
Correct. You did all the necessary steps, enabled TMDB meta-provider and enabled Import collection information (also check what is your Minimum collection size setting) - Refresh Metadata on the desired items after enabling Import collection info library option.1 point
-
Don't know if this is useful, or good, and certainly not extensively tested (barely tested at all), but this deems to help with making icons more visible on the top of the screen with light backgrounds. Think previously only two of the icons had dropshadows - /* Try to add drop shadow to all header buttons */ .headerButton {text-shadow: 2px 2px rgb(0 0 0);}1 point
-
Think it changed for me when the betas resumed after the break they had. Course if you're not actually on a beta... Haven't really noticed anything apart from the home page thing for me though. I guess its just one of those things. Devs are going to make changes and aren't going to worry about a few css things that might be affected for a few people (even for those of us with impeccable taste like wot we are so generously blessed with )1 point
-
1 point
-
1 point
-
1 point
-
Not sure what you are trying to achieve, but you can read your config file using server entry point when emby loads the plugin at startup using Extend_Provider_Ids; using MediaBrowser.Common; using MediaBrowser.Common.Net; using MediaBrowser.Controller.Configuration; using MediaBrowser.Controller.Plugins; using System.Net; using System.Threading; using System.Threading.Tasks; namespace Extend_Provider_Ids { public class ServerEntryPoint : IServerEntryPoint { public ServerEntryPoint() { } public void Run() { var config = Plugin.Instance.Configuration; Plugin.Instance.UpdateConfiguration(Plugin.Instance.Configuration); // this is a static void in the namespace that loads and sets true/false settings at startup // here you can access anything you want the plugin to do from your config file as the plugin is injected into emby Extend_Provider_Ids.UpdateProviderToggleSettings(); } public void Dispose() { } } Here is more of the snippet - perhaps you can modify this somehow to suit your needs?1 point
-
This is from my experience, not from a programming perspective. If you are watching Live TV, it seems to be triggered based on a total of 3 episodes. Example: Channel 10 programs start at 5:00, 5:30 and 6:00. If you start watching at 5:28 that would be program #1. At 5:30 program 2 starts. At 6:00 the 3rd program starts and the "are you still watching" will pop-up. Total from start to reminder pop-up is about 32 minutes. If you start program 1 at 5:01, the time would be 59 minutes until pop-up. If the programs are 1:00 each, similar with the exception being the amount of time per program. If watching episodes from your personal library, at the start of the 3rd episode the pop-up will appear. I have not found a way to adjust the time, but I haven't looked very hard to find one. Hope that helps.1 point
-
1 point
-
Ive created a project tracker/Roadmap on GitHub. Not sure if you guys can add to it or not. I’m not very good with Github but there is lots that can be done. I’ll get it fully updated later on, or i may create a public repo so issues, and FR’s can be added by anyone. Audirium Roadmap1 point
-
Emby for Apple TV 1.7.0 Released - OSD Info Tab, Next Episode Playback This is the latest release of Emby for Apple TV. It's a small maintenance release, containing new OSD features and improvements as well as a fix to existing identified issues. New Information tab in video OSD. Emby for Apple TV 1.7.0 adds the information tab to the OSD (On Screen Display) as shown in the pics below. Next Episode Button near the end of episode playback. New to the Emby for Apple TV apps is the ability to jump to the next episode when watching TV Shows. You can set or adjust Next Episode functionality such as manual vs automatic use as well as showing information about the next episode from the playback menu in each app. Fix error when returning from YouTube trailer playback. A fix has been implemented to seamlessly return back to the app when YouTube trailer playback has concluded. Emby for Apple TV is available in the tvOS app store. View the full article1 point
