Jump to content

Leaderboard

  1. Luke

    Luke

    Administrators


    • Points

      8

    • Posts

      268584


  2. softworkz

    softworkz

    Emby Dev's


    • Points

      5

    • Posts

      10506


  3. pwhodges

    pwhodges

    Top Contributor


    • Points

      3

    • Posts

      5948


  4. VicMoore

    VicMoore

    Top Contributor


    • Points

      3

    • Posts

      1946


Popular Content

Showing content with the highest reputation on 02/15/25 in all areas

  1. I am almost finished debugging. I have not been able to program as much as I would like. I have cleared my bug list and I am now creating EPGs to try and eliminate bugs. I should be finished in a day or two, Vic
    3 points
  2. Hi, as this is an easy addition, we'll add an option into emby library setup for the next 4.9 beta build. Thanks.
    2 points
  3. First, there is absolutely no need for you to apologise for this. I am not sure what it is with this community, you never get people just saying thanks, or it's all working great, it's always, "You suck, and your plugin has ruined my life" I get the feeling that because the base product costs a reasonable amount of $$$ that users feel that should also cover the plugins and there should be no need for them to show gratitude to the 3rd party devs for the time, effort and expertise that they put into creating and keeping the plugins working. Before everyone gets on their high horse, yes there are a lot of grateful and helpful users in this community, a lot have posted to this thread, it just feels like the loud minority can ruin your day as a 3rd party dev and that ruins it for everyone since that can kill your enthusiasm.
    2 points
  4. Also, It would be cool if we have various m3u lists and have the option to choose/assign each m3u list for each user.. Example. In user settings we can choose which library to give them for VOD so this shouldnt be hard enough to do it for live tv too no? USER 1 - Playlist 1 - Playlist 2 - Playlist 3 USER 2 - Playlist 3 USER 3 - Playlist 1 - Playlist 3 Etc etc.... *** Delete this message from another topic I opened because I posted it by accident there
    1 point
  5. Is there plans on the roadmap for OpenID. I have searched but not found any indication this is in development. With many admins taking up SSO through Authelia or Authentik to enhance security it would be great for Emby to support it. One of the easier open standards is OpenID which the aforementioned support. Users could continue to use LDAP if they wish while others can use the arguably better SSO experience.
    1 point
  6. I've noticed a few titles have their Dolby Profile described as "none" in Emby Server, even though Emby correctly identifies them as Dolby Vision at the top of the page - "Video 4K Dolby Vision HEVC". I've tried re-adding the file, and refreshing metadata, but no change. Here's the MediaInfo for one of those files - everything looks normal to me.
    1 point
  7. I got tired of having to manually load/update my plugins to servers so I wrote a plugin that if you give it a github repo url and it has a published release that has a .dll file it will install it. It also has a schedule task that will check nightly and install and optionally restart the server on new releases. The code base is targeting the 4.9 SDK no idea if that works on 4.8 systems. bakes82/Emby.GitHubRepoPluginInstall
    1 point
  8. Dear Emby Team, I recently purchased a new LG TV with built-in Chromecast, which means I no longer use my standalone Chromecast. As a result, I’ve switched to the WebOS version of Emby, but I’ve noticed that it lacks some features available in the Android version. One feature I particularly miss is the ability to access the server settings and dashboard directly from the WebOS app. Along with other missing functionalities, this makes the experience feel less complete. It would be fantastic if the WebOS version could be updated to include the same features as the Android version. I’d really appreciate it if you could consider this for a future update. Thanks in advance for your time and effort! Best regards, Bremke
    1 point
  9. Hi there +1 to a feature I would love to see Emby implement! I see a workaround with tagging but hopefully the core code change to Emby isn't too involved and it would be a cleaner experience!
    1 point
  10. Thanks @LukeI was going to hit you up to see if there was any demo project or documentation I missed that would help. I'll take a look at this and message you if I have any remaining questions.
    1 point
  11. https://www.amazon.co.uk/s?k=coax+f-type+adapter&crid=3S8FQHF03SRB3&sprefix=coax+f-type+adapter%2Caps%2C97&ref=nb_sb_noss_2 Paul
    1 point
  12. Not a Emby issue as Emby does not route your internet traffic your ISP does. Any geolocation issues are totally out of Emby's control.
    1 point
  13. Thanks again - reading the sources you shared! I took the easy way: I generated the SRT subtitles and left the MKV as it is (just need to remember to turn off the PGS subs)...
    1 point
  14. Sorry, the beta was set to work like the regular release, not the plus app. It should work in 2.218.0 now (for all codecs). Also fixed in 2.218.0 (in a few hours). Thanks!
    1 point
  15. If you mean their IP addresses have cħanged - yes, this is not surprising. Paul
    1 point
  16. It's a DNS issue. Just changed my DNS and now it is working I had it set as automatically assign a DNS @Neminemthanks for the suggestion
    1 point
  17. Raro que no te funcione. Yo probaría. desinstalar el plugin, reiniciar el servidor, volver a instalar y reiniciar el servidor, antes de poner ningún dato, ir a Gmail, eliminar inicio en dos pasos, eliminar clave que tenga generada, volver activar verificación en dos paso y generar nueva clave de aplicación, un vez lo tengas configuras y en email to: pones tu dirección de email y te mandas una notificación de prueba. yo he realizado esos pasos y me funciona. Ya contarás
    1 point
  18. You can always download the plugin source code, modify the version number of the plugin that's quite simple and deploy a custom dll as I did in Gamebrowser: If the version deployed is bigger than the update one, will not update
    1 point
  19. As far as I can tell, no native TVE support yet. Between OTA, FuboTV Project, EPlusTV, and ADBTuner I can get all the sources into Emby easily without using Channels(basic knowledge of Docker and Portainer helps greatly). Biggest challenge I have right now is pulling in guide info. I can map from local cable companies most of the channels I pull in, but there are gaps.
    1 point
  20. Run through the remote setup guide again, paying special attention to the checks in the last couple of sections: https://emby.media/support/articles/Remote-Setup.html Paul
    1 point
  21. I general all picture based subs are heavy. So with your server I would stay with text based subs like srt. Subtitles - Wikipedia All Subtitle Formats: Which to Use & Why Subtitles - VideoLAN Wiki
    1 point
  22. If the plugin used the internal api's to get this information, then you wouldn't have to click on the metadata manager first in order to generate the json that it depends on. var libraryOptions = LibraryManager.GetLibraryOptions(series); // get all episodes from tvdb var allEpisodes = await ProviderManager.GetAllEpisodes(series, libraryOptions, cancellationToken).ConfigureAwait(false); // get episodes in library var episodesInLibrary = series.GetItemList(new InternalItemsQuery { IncludeItemTypes = new[] { typeof(Episode).Name }, Recursive = true });
    1 point
  23. 1 point
  24. Still the same problem as described in original post with Emby for AppleTV 1.9.4 (3)
    1 point
  25. Hi, could he also have a problem with double nat? If so he can have isp put their modem/router in bridge mode. Then his router would handle the port forwarding. Bryan
    1 point
  26. "this" meaning the dialog taking over the whole screen.
    1 point
  27. Thanks a lot for testing! For the WMC UI, responsibility is all on me, though. In 2.217.0, the focus was on getting Remote Control interaction working (by working around the core app behavior). Next, I'll look into RC behavior in the WMC UI flavor.
    1 point
  28. Sorry, no issue. I have just tried emby-next-gen v11.1.22 with Kodi (22.0-ALPHA1 (21.90.700) Git:76a6ee8e634cf96c06473630721f91aa38fb9d86). Platform: Linux ARM 64-bit and it works perfectly. It wasn't working with emby-next-gen v11.1.10. Sorry, my bad. Thanks for this great addon!
    1 point
  29. I guess you will have to give detailImageContainer an assigned width, like for example: width: 20vw!important; But of course that's going to affect all detail screens and may not look good with some things.
    1 point
  30. @Happy2PlayThank you for your answer - problem was solved. Thanls also for mentioning the problem with iNotify, created the triggered task as well.
    1 point
  31. This is implemented in the latest Windows app now (2.213.0)
    1 point
  32. Yes there are two locations the default shipped server plugins /volume1/@appstore/EmbyServer/system/plugins and the program/plugins folder /var/packages/EmbyServer/var/plugins (ie /volume1/@appdata/EmbyServer/plugins). Emby Server Data Folder | Emby Documentation Users can technically use either as startup pushes system shipped to programdata/plugins. But users should be placing in programdata/plugins. But Synology is notorious for permission issues, so you need to correct the dll permission anytime you place one in the folder. 2025-02-10 20:07:51.710 Error App: Error loading assembly /var/packages/EmbyServer/var/plugins/ADMv2.dll *** Error Report *** Version: 4.8.8.0 Command line: /volume1/@appstore/EmbyServer/system/EmbyServer.dll -programdata /var/packages/EmbyServer/var -ffdetect /var/packages/EmbyServer/target/bin/ffdetect -ffmpeg /var/packages/EmbyServer/target/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/bin/ffprobe -nolocalportconfig -ignore_vaapi_enabled_flag -pidfile /var/packages/EmbyServer/var/EmbyServer.pid -defaultdirectory /volume1/Public -updatepackage emby-server-synology72_{version}_x86_64.spk -noautorunwebapp Operating system: Linux version 3.10.108 (root@build5) (gcc version 12.2.0 (GCC) ) #64570 SMP Fri Jul 14 01:07:53 CST 2023 Framework: .NET 6.0.25 OS/Process: x64/x64 Runtime: volume1/@appstore/EmbyServer/system/System.Private.CoreLib.dll Processor count: 4 Data path: /var/packages/EmbyServer/var Application path: /volume1/@appstore/EmbyServer/system System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/var/packages/EmbyServer/var/plugins/ADMv2.dll' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize) at System.IO.File.ReadAllBytes(String path) at Emby.Server.Implementations.ApplicationHost.LoadAssembly(String file) Source: System.Private.CoreLib TargetSite: Void ThrowExceptionForIoErrno(ErrorInfo, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo]) InnerException: System.IO.IOException: Permission denied Source: TargetSite:
    1 point
  33. Want to inform, that after updating to latest beta version 4.9.0.38, it is working again. So, version 0.36 and 0.37 were not working (Android TV app) - for me. Thanks for this great software anyway Very happy with it!
    1 point
  34. 1 point
  35. hi, unfortunately I would say this is unlikely. For starters, embedding all of it would likely push the app size beyond LG's limits. But more importantly, even if we get past that, then there is LG's extremely difficult review process to contend with. They reject submissions for the most minor of reasons and then threaten to remove your app from the store after consecutive rejections. I honestly just can't imagine going through that process with them for the entirety of the server settings. Your best bet is probably to combine a smart phone with the LG TV app.
    1 point
  36. Hi, not yet, but this is planned for future updates. Thanks.
    1 point
  37. I hope there is an update on this. This request has been posted for six years. As you mentioned, all media servers have this feature. I hope the developers look into it soon.
    1 point
  38. OK the issue is that the core server works with image urls. There is currently no way to provide custom http headers for the requests, so that would have to be added.
    1 point
  39. What I'd like to do is to let my Kids' profile see all G/PG movies. But there are a handful of PG-13 movies that I am ok having them watch (like the Harry Potter movies). So I want to tag those movies as "ok-for-kids" so they show up in their library. It doesn't appear this is possible with the way Emby works today. I can set a maximum rating restriction, and I can apply *additional* restrictions (like a not-for-kids blacklist tag), But it doesn't appear I can do what I want - unless I'm missing something. Can anyone help? Is there a way to set up something that automatically tags all existing and incoming G/PG movies with an "ok-for-kids" tag, for example?
    1 point
×
×
  • Create New...