Search the Community
Showing results for tags 'code'.
-
Good evening everyone, I have set myself a goal: to create a plugin to watch a movie, series, etc. simultaneously with other users. The aim is very simple: everyone starts at the same time; if one person pauses, it pauses for everyone. Ideally, there would also be the possibility to open a chat to discuss (even though I don’t chat during a movie). Here’s what I have in mind: as you can see below, we start by opening the contextual menu of the movie we want to watch, and we have a new button "Watch together". Once that’s done, it would open an interface similar to the one where we manage user accounts. We would select the users and press an "invite" button. As for the next step, I don’t have many ideas on how it could work: a pop-up, a notification... If you have any suggestions, I’m open to them. I started by looking at the documentation and the different templates available to us. I should mention that it’s been a long time since I last did any coding. First of all, I’d like to know how to test the templates: where should I place the generated files? And what type of project (in Visual Studio) would you recommend? I read that .NET Standard should be used. In the example, it’s in version 2.0, does version 2.1 also work? Regarding the plugin, would you have any advice to guide me, please? Thank you very much for your help and responses. Have a great evening!
- 10 replies
-
I have purchased for a month but I didn’t receive any thing to my email <email address removed> please can you check
-
Bom dia, comprei 1 mês de emby premiere e a chave de acesso não chegou no meu email, e quando clico em reenviar aparece a mensagem "supporter not found", como podemos resolver isso? atenciosamente. ferdy.ndf@"Xxxxxx".com username: ferdy.ndf
-
I have emby premier, after updating embyserver, my activation code indicates invalid, and request again my codio I arrived I entered it again and it continues dialing invalid, can you help me please
-
Hi, Is it possible to change the three letter code that emby uses to download subtitles? Namely the code for Serbian language that emby uses is SRP but the only source that emby can download subtitles from (opensubtitle.org) uses code SCC for Serbian language (http://www.opensubtitles.org/addons/export_languages.php) and that leaves emby with no results. Now I've found a workaround for this in regards to scheduled subtitle download (editing subtitles.xml) but is it posible to also change somewhere the code used for manual search or even better to correct this in some future version permanently? I'm currently using Emby on Synology DSM but the issues existed on Windows version also. This was also reported here some years ago (post #6) https://emby.media/community/index.php?/topic/7703-problem-downloading-dutch-subtitles-wrong-language-code/?hl=serbian#entry208092 Thanks
-
Hi, hopefully I can explain this a little better than the Topic Title. I almost have everything working with Kodi and Emby. Works fantastic so far but I now need to make it a little more wife/kid proof. Currently I have it set in Kiosk Mode so that the kids, or my wife accidentally, aren't going in and changing views, sort order, etc. One thing that my wife constantly likes to do is go into Movies and see what is recently released. Normally I would go to Sort: Years Descending and I'd be good to go except for the lock down (which is honestly more for myself rather than them as I'd have to fix it constantly. I see Recently added but not Recently Released (sorted by Year Descending). Someone on Reddit suggested I add a new node. Which I know how to do but the problem I'm having is that it's pulling from all movies rather than pull from my library that is called Movies (which weeds out the kids movies which are in a separate library). If none of that make sense, what I'd really like is a sub menu item that shows All Movies in the Emby library movies sorted by year descending. BTW, I'm using the Titan skin if that makes a difference. Thanks for the help Josh
- 16 replies
-
I have one "MKV" Movie, that can't work with SRT file, if i put the "SRT" file in another movie, it work well, but i put in that movie, it won't work.Any Solution of This ? Thank You
-
I'm running the latest stable version of Emby on a CentOS 7 VM on Hyper-V 2012 R2 with the latest updates. The VM is configured with 3GB of RAM and 4 vCPUs (the host is running a Intel® Xeon® CPU E3-1230 V2 @ 3.30GHz -4 cores + HT, 8 logical cores,-). The vNIC is configured using a NIC team on the host, so network connection is redudant and there is more bandwidth available. I only have 2 concurrent users at most, from time to time but usually just me. A couple of nights ago I was watching an episode of one of the shows using the Samsung TV app when suddenly playback stopped and the app went back to the episode information page reporting a "Network connection error". This happened already a couple of times, always using the same app, but it was only the other night that I started to dig into it. An important detail is that the Samsung app is not doing any transcoding on the server side, just direct streaming. So far I couldn't find any network related issue (actually the network is very performant) or problems in the VM or Hypervisor itself. What I did find that it's quite surprising is that in emby-server logs I can see more than a few responses taking a very long time, in the order of the couple of seconds, or even more. While tailing emby-server log during normal playback I also checked the CPU, disk and memory usage. Since no transcoding is done, the CPUs are practically idle, less than 2% used. The disks (RAID 1+0 on a HP Smartarray P222 hardware raid card) are also barely used, but yet I keep seeing responses from time to time taking more than 2 o 3 seconds. Anothe thing that called my attention is that many, many responses are returning a code 500 (internal server error?). But I don't see any affection on the user experience at all. Please find attached a couple of server logs in case you want to take a look at them. Right now I'm pretty much lost on why this responses return a 500 code, and even more surprised that sometimes the response time is so high, even when the VM is practically idling. server-63584956811.txt.gz server-63585043210.txt.gz server-63585129600.txt.gz server-63585206083.txt.gz server-63585206858.txt.gz server-63585216010.txt.gz
-
Hey guys, I was going through the media browser server web code and noticed 3 files: livetvchannels.html, livetvguide.html, and livetvrecordings.html as well as 3 javascript files which link to that. All in the appdata-> MB server-> system -> dashbord-ui folder. if you go to http://localhost:8096/mediabrowser/dashboard/livetvchannels.html you will be able to see the page. I have also posted the files below. livetvchannels.html livetvguide.html livetvrecordings.html