Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Luke

    UPdate to 4.8.1.0 on MacOS

    It was removed from the server database due to the resource consumption that it was causing. This affects the size of the server database as well as the performance of database operations. That's why it's not integrated anymore, but the information is still accessible via specific functions for it.
  3. Yes, it works for .m3u directly imported in Emby, but this option doesn't exist with the TVHeadend plugin :
  4. Luke

    Open movie in EMBY via "URL"

    HI, I would follow the same convention as iOS, since the two apps share a lot of resources. We just haven't added support for this yet in Apple TV, but we can.
  5. SynesthesiaBruh

    Clash of the Titans [2010] metadata showing up as the 1981 version lol

    Thanks so I have "Star Wars" in both the folder names and the titles: And not just in the file's name but the "main titles" as well: Any ideas?
  6. Barbablanca

    FireTV Lite vs FireTV 4K

    I have both the FireTV Lite and also the FireTV 4K version. I noticed that the 4K version doesn't list all the titles that an actor appears in my library the way the Lite version does . Is that capability available in an updated Emby app, or is there a difference between the two Firesticks?
  7. RanmaCanada

    Dolby Vision Problem

    DV profile 7.6 is a dual layer profile that typically can only be played on UHD players. dvhe.07.06 This string represents a dual-layer Blu-ray HDR10 compatible Dolby Vision stream encoded as 10-bit HEVC video with a level up to 3840×2160 at 24 fps. If you want to play these files you need to use the scene tools available For more reading. And a reddit post about how this is impossible to play on Android.
  8. Emby Server Data Folder and then the logs subfolder underneath that.
  9. I can try again but I never touched any network setting to "tighten up"... Where is the log directory located on the Synology so I can send it along?
  10. RanmaCanada

    Video ads coming to Roku TVs

    Apple TV is HORRIBLE for Emby. Just read the Apple TV support threads about HDR and DV support, subtitle support, and other issues. If you want the best experience it's either a Shield or a 3rd Gen Firecube. Apple is great if you never want to leave their ecosystem, ever. As soon as you try to do anything that you feel the box should be able to do, you find out you're handcuffed to their choices.
  11. Hi, yes, in the m3u setup screen, see the option called "Preferred channel image source". Please note that changing it won't change already imported images though.
  12. I'd like to know if there is an option to force Emby to choose the logo of a channel from the m3u retrived from TVHeadend instead of those inside of a XMLTV ?
  13. shackbill

    Cant Reach Server

    im getting same error. smh. NVM fat fingered. working now. thanks.
  14. shackbill

    Cant Reach Server

    DOH! i just now saw that issue.. i was looking HERE: (see attch) and not paying attention to thenetwork condig,
  15. Luke

    Cant Reach Server

    I'm glad to hear that. Just be aware that historically it hasn't worked so you can't assume it will for all Samsung's.
  16. Lessaj

    Cant Reach Server

    You need to use port 443.
  17. shackbill

    Cant Reach Server

    i use a LETSENCRYPT on my home server and my sammies accept it just fine. this error doesnt really appear to be something that a cert would give. see screenshot
  18. Lessaj

    Cant Reach Server

    How exactly are you connecting to the server using your phone or TV? EDIT: +1 for ZeroSSL I switched to it from LetsEncrypt when I was having issues on my LG TV, if I recall it had something to do with the root CA being cross signed. It's been a while. Though I suspect that you don't have much choice in the matter because this is being handled by a reverse proxy and is a wild card certificate, so probably your server provider is using this.
  19. Luke

    Cant Reach Server

    It could be the same reason for both. I'm surprised to hear that about the iPhone, but i can tell you that Samsung TV's will definitely not accept LetsEncrypt. In fact your choices are pretty limited. Some users have reported success with ZeroSSL and others with Digicert. This is of course, assuming you entered the correct address and port into the apps, so I would double check that as well.
  20. Luke

    Delete items using the emby API

    Hi, we'll take a look at it. Thanks.
  21. shackbill

    Cant Reach Server

    yea and i didnt really have a choice as the 'APPBOX' preconfigured everything. but it is a LETSENCRYPT cert and looks good. see attach. Also as i mentioned earlier the same problem exists if i try to connect using my iPhone app.
  22. svdasein

    Delete items using the emby API

    As it happens I am up against exactly this issue, so "me too!" I can confirm that using the form Items?<itemid> does give a 204 but in fact does apparently nothing (does not delete the item). And I am also getting the "Value cannot be null. (Parameter 'user'])" when I do it as swagger suggests. @Lukehere's what I get in my log: 2024-05-02 16:49:56.457 Info Server: http/1.1 DELETE https://host3:8920/emby/Items?Ids=2971018&api_key=x_secret6_x. UserAgent: Faraday v2.7.4 2024-05-02 16:49:56.460 Error Server: Error processing request *** Error Report *** Version: 4.8.5.0 Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage em by-server-deb_{version}_amd64.deb Operating system: Linux version 5.4.0-73-generic (buildd@lcy01-amd64-019) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #82-Ubuntu SMP Wed Apr 14 17:39:42 UTC 2021 Framework: .NET 6.0.25 OS/Process: x64/x64 Runtime: opt/emby-server/system/System.Private.CoreLib.dll Processor count: 16 Data path: /var/lib/emby Application path: /opt/emby-server/system System.ArgumentNullException: System.ArgumentNullException: Value cannot be null. (Parameter 'user') at MediaBrowser.Controller.Entities.BaseItem.GetShareLevel(User user) at Emby.Api.Library.LibraryService.Any(DeleteItems request) at Emby.Server.Implementations.Services.ServiceController.<>c__DisplayClass8_0.<VoidActionDelegate>b__0(Object service, Object request) at Emby.Server.Implementations.Services.ServiceController.Execute(HttpListenerHost appHost, Object requestDto, IRequest req, Type serviceType) at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String re sponseContentType, CancellationToken cancellationToken) at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken) Source: MediaBrowser.Controller TargetSite: MediaBrowser.Model.Dto.UserItemShareLevel GetShareLevel(MediaBrowser.Controller.Entities.User)
  23. Today
  24. Lessaj

    Emby shutting down randomly

    It looks like you're on the old beta 4.8.0.80 and it's trying to update itself to 4.8.5.0. I guess it's not actually updating itself so you should probably update it manually. 2024-05-01 15:40:32.389 Info App: Emby Server Version: 4.8.0.80 ... 2024-05-01 15:40:41.542 Info App: Application has been updated to version 4.8.5.0 2024-05-01 15:40:41.658 Info App: Emby Server needs to be restarted ... 2024-05-01 15:55:41.654 Info App: Automatically restarting the system because it is idle and a restart is required.
  25. dnicks

    Emby Premier Costs etc.

    The answer to this is easy. Stop letting users give access to so many people for free. The Netflix model is fine.
  26. Best thing to do going forward is one issue per topic. From our support point of view, everytime we come back in here we're likely to forget that the discussion veered off in another direction and will assume the discussion is about clash of the titans.
  27. It needs to be part of the title or original title in order to show up in search results.
  1. Load more activity
×
×
  • Create New...