Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/29/20 in Posts

  1. https://kodi.emby.media/Public testing/next-gen-ALPHA-build550.zip Changes: Kodi 19 support (only tested on amd64 linux) Trailers added (local Trailers are still pending) Subtitle and Audiostream selection for HLS streams Known issues: When playlist are set to repeat, Trailers counter wrong musicdb not working DON'T SYNC IT! Kodi 19 error msg on multi videos and HLS Subtitle/Audiostream change loglevel change not working multiple settings are ignored multiprocessing disabled for the moment -> using threading Artwork cache not tested yet autoplay next movie issue when Trailers are enabled This version requires another DB wipe. (I hope it's the last time)
    4 points
  2. I was googling for something just now and came across 'Jellyfin', clicked on try now and it's the same as Emby, I mean WTF?! I was using MediaBrowser back in the day and used the beta of Emby, I then left for while as I didn't have the need to stream media but a couple of years ago I thought it would be great to be able to stream it all etc.... ever since I've been using Emby, reading this thread has just made me think, I really should pay, so I have, life time for me, I mean I've been using it for 8 years on and off and now it's part of my everyday life, I use it when I washup in the mornings (phone on the stand by the sink), I use it when I'm in my workshop (Tablet on the wall), I use it in the lounge (the TV), I use it in my van (Andriod Head unit), I use it when I'm at my holiday home (remote connection), I use it when I go to bed (Andriod Projector), I mean I use it a lot, I should pay for all the hard work the guys and gals have put in. When I have an issue, @Luke is normally 'on it straight away' and thats just with a Forum post. If it's not Luke it's ebr or cayens or Happy2Play, its one of the Dev's at least, then there are the amazing knowledgable users themselves that offer help and advice. Yes there a few extra things I would like adding etc... and I am sure they will come in time. Keep up the good work guys and gals, I'm sure Jellyfin will die a death.
    3 points
  3. I just wanted to give some feedback, Emby using IPTV, I held a viewing party this evening, 17 streams from one input stream. Emby did really well, though not the most streams my emby server has seen, it might be my most stream share streams.. Mixed clients, some transcoding (GPU Usage graph) some not. Zero glitches. I didn't let family and friends down tonight lol... Hope we do not loose stream sharing in the new emby LiveTv world... very handy...
    3 points
  4. thats almost a luke answer is that a yes we can have it write out the intro info to files beside the videos can be kept in a db file - but thats subject to corruption etc should something happen
    2 points
  5. Bog, Frane. To što si postavio statični IP se odnosi samo na adresu unutar tvoje lokalne mreže, tvoj LAN. Tvoja eksterna adresa, WAN, se dinamički mijenja svaka 24 sata, od strane tvog ISP, npr. Hrvatski telekom. Uslijed toga imaš dva načina za spajanje van tvoje lokalne mreže: 1) Uvijek koristiti EmbyConnect, koji će onda sam razriješiti IP konflikte; 2) Kao što su ti @Luke i @cayars predložili, postaviti DDNS koji će onda dinamički osvježavati tvoj eksterni IP u tekstualnom obliku, odnosno prilikom svake promjene tvoje eksterne adrese od strane pružatelja usluga povazati je na uvijek istu tekstualnu adresu kojom ćeš pristupati serveru izvan svoje mreže. Postoji nekoliko i besplatnih i plaćenih DDNS servisa, ako trebaš pomoć pošalji PM pa ćemo to zajednički pokušati postaviti. Pozdrav.
    2 points
  6. As Luke mentioned you want to setup a NAME for the IP which can either by a domain such as "frane.tv" or use a dynamic DNS provider. You'll need a piece of software on your local computer (some routers have this built in) which watches for IP changes and then automatically updates a record so your "name" always points to your WAN/home internet connection.
    2 points
  7. Almost done a plugin layout. After the task is complete... Probably a long time first time run... There is a service entry point created, so clients can request the data from the server, it's by item.InternalId it will return a json object with intro times. I suppose... It would then be up to client developers to take advantage of that data {blink}{blink}
    2 points
  8. When setting up a new user I think it would be great if I could copy an existing user. Even better if you could copy certain aspects of a user like views , library access , parental settings
    1 point
  9. Would it be possible to get a small section in the emby dashboard to display the servers CPU util / mem usage / networking statistics?
    1 point
  10. If a single file .mka with chapters for each track is in a music library album, Emby only shows one song for the whole album, instead of reading the chapters names and times and displaying them as the album's tracks. Please display single file .mka (or .mkv) chapters as individual tracks if they are in a music library album. Example source content: Remuxed Pure Audio Blu-rays
    1 point
  11. I liked the orange of the Halloween theme, but there isn't a "Dark (orange accent)" theme. In fact there aren't nearly as many "Dark" themes as there are "Light" ones. So I humbly request that more dark themes be added, or we be given the option to create customized themes to our liking (and which works on more than just the Web client).
    1 point
  12. 1 point
  13. The quick way to identify this is to create a new movie2 folder on the same disk and move a folder from Movies over to it. If that scans in then it's almost always a permission or disc corruption problem. So knowing that work I tried to reset inheritable permissions down the tree and it hung on a file. That's all telling to me so next up a disc fix.
    1 point
  14. I'm a dumbass and my drive just needed a scan and repair. Derp.
    1 point
  15. I'm in the UK using a freeview TV line up. In my channel list I have both SD and HD versions of channels (BBC 1 on channel 1 and BBC HD on channel 101 for example) When searching for a recording to make, such as the example below 'The Gadget Show' I get results for both channels but you cant see which one is for the HD channel, or indeed what channel it is on without having to click on every entry to check. Could the search results list the channel and number as well as episode detail so that it is easier to see which one to record? On a related note, using the web app in the new edge browser there is no arrows or scroll bar to view all the search results on this screen
    1 point
  16. Yeah, probably. Since otherwise if there was a region found, the start would be at least index 0. If you look right above the length check I mentioned in my previous post, you can probably modify that there to check for -1, since I think that’s what it was already kinda doing. Most of that logic was taken from the original Go version I translated the code from, so I haven’t really made any changes to that logic.
    1 point
  17. That’s some very good progress! Amazing work! To answer your question, here is my idea: The way I see it, we should return no intro if: 1. The region found is -1, -1 2. The region found is too short to seem like an intro (10 seconds should be good enough) From there, I would likely retry two other times (if possible). If after three tries there’s still no intro found, I think it’s safe to assume the episode doesn’t have an intro. We could probably do the same thing for the season, if three tries on three different episodes have all failed to find an intro, the show probably doesn’t have an intro. We could probably test and see how that does, and make some adjustments if necessary. Does that seem like a good idea?
    1 point
  18. sorry i have reboot my server and now it works fine i have play my others 4k HEVC files and no worries Thanks for the fix :-)
    1 point
  19. Thank you for the suggestions. But I think the biggest issue was that my hard drive in the server was dying. New drive and full reinstall of everything seems to have fixed it
    1 point
  20. That is correct and expected behavior. If you're on the https version of the web app, then you can only connect to https urls.
    1 point
  21. Hi there is currently no freebox app but it's a good idea for the future. Thanks.
    1 point
  22. We're going to be merging those results in future updates which will make them easier to navigate.
    1 point
  23. Here is the plugin code on Github so far. Most of the layout is there. https://github.com/chefbennyj1/Emby.IntroSkip I have a questions: If there is not a good finger print match, and the FileRegions return -1, at what point do we decide there is no intro for the episode, or try another pair of episodes to match? I added an Exception in the code which gets thrown if the Regions are -1. This tells the scheduled task to try another episode pair. You can see this here: https://github.com/chefbennyj1/Emby.IntroSkip/blob/master/IntroSkip/IntroDetection.cs#L344
    1 point
  24. Only in that depending on how it is being played depends on how much processing power is needed on the server. For example, direct play requires virtually no processing power on the emby server to get it to the end device. Where transcoding will take significantly more, especially if the server does all cpu ( not gpu ) based transcoding. On my setup I have a mobo/cpu that cost 100$ and supports gpu transcoding, I can only run about 4 transcode streams at one time before things get choppy. No idea how many direct streams though.
    1 point
  25. @chef- will the plugin or could it write a file (chapter file or similar) to the folder of the episode - so alongside - named like the episode - with a suitable extension - say .chap or something emby currently would ignore as i would like to take those files and remux the extra chapters into my files etc
    1 point
  26. What client devices do you use? For music, the latest beta version of Android Mobile even supports Hi-res audio playback on devices that support that. It also supports gapless audio playback. Two cool features for music enthusiasts.
    1 point
  27. If you like anytime we can do a remote session via TeamViewer and I can help you get this all straightened out. Send me a PM if you want to do this.
    1 point
  28. That should work too, haha
    1 point
  29. right! // Find the intro region based on Hamming distances private static Tuple<int, int> findContiguousRegion(List<uint> arr, int upperLimit) { var start = -1; var end = -1; foreach (var i in Enumerable.Range(0, arr.Count())) { // Stop the execution after we've been far enough past the found intro region if (start != -1 && i - end >= 100) { break; } if (arr[i] < upperLimit && nextOnesAreAlsoSmall(arr, i, upperLimit)) { if (start == -1) { start = i; } end = i; } } return Tuple.Create(start, end); }
    1 point
  30. @chef in my testing, I've noticed that sometimes an intro end time stamp can be extended if there happens to be a few similar sounds after the intro has ended, so I suggest we stop looking for the contiguous region if the intro end time stamp hasn't changed in many samples. Something like this (if my knowledge of C# is good enough) where it stops after 100 samples (~10 secs) if the end time stamp has not changed at all: // Stop the execution after we've been far enough past the found intro region if (start != -1 && i - end >= 100) { break; } This would be placed at the bottom of the foreach loop, under the other if statement in the loop for the "findContiguousRegion" function. Not only would it prevent the intro from being misreported as longer than it actually is, but it would also stop the execution early if the intro is already found. Feel free to do your own testing before you decide if you want to add this or not.
    1 point
  31. Figured it out! Just need to sign into Emby via Kodi again. If you are unsure of where to do this just wait and it should prompt you for username and passowrd.
    1 point
  32. Remember that your forum/Connect account is different from your server account. That message is for the server account; are you on the same network as the server, as it requests? Paul
    1 point
  33. Leaving aside if you lose quality when transcoding the audio, I do not want to debate this, I am more concerned about the problems associated with the remux process, especially the one that affects HEVC HDR content. Decoding on the device would avoid these problems.
    1 point
  34. Hi, if you media directories are read only you won't be able to store graphics, bif/thumbnails and NFO files with the media but other than that shouldn't cause any problems other than not being able to delete files from within Emby (sounds like you don't want this anyway). Emby will pull limited info from the NFO but mainly uses it for IDing the media. You'll have no issues migrating Emby from box to box once you get the hang of it. https://support.emby.media/support/solutions/articles/44001159936-backup contains some information about 1/2 down on manually backup/restore process. Emby is constantly being updated and the apps are improving in small ways all the time. The devs have been steadily improving things like caching that you mention. Your DLNA issue might have just been that you didn't give the new server time for everything on your network to find each other.
    1 point
  35. I've got 2 recordings taking place as I type this and they show like this in the Recording Library. You get the RED timeline at the bottom of the picture showing how much is currently recorded.
    1 point
  36. 1 point
  37. 1 point
  38. So, if you want to have it run under a user called newuser systemctl stop emby-server vim /usr/lib/systemd/system/emby-server.service Change 'User=emby' to 'User=newuser' Save emby-server.service chown -R newuser:newuser /var/lib/emby/ systemctl start emby-server systemctl status emby-server Worked for me. Allowed my auto-organize to cleanup the upload folder after parsing files into the correct location.
    1 point
  39. I have a similar problem. I've created a collection called Marvel Universe. I want to order the Marvel movies in the MCU chronologically. But I want them the remain in their proper althabetical position in the Movies view. Maybe a feature request?
    1 point
  40. OK, so got a couple of new "8K@60Hz,4K@120Hz HDR,3D,Dolby Vision,Dolby Atmos Compatible" HDMI cables and now I can enable the Dolby Vision without losing the picture, but do get flickering. Connecting direct to my TV, I don't get the flickering, so possibly a limitation of my soundbar, although could be an Nvidia issue, seeing as this is a new function. So, I think the Shield is going back, as not worth the hassle, or money, for a limited HDR format.
    0 points
×
×
  • Create New...