Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. raudraido

    2-Factor Authentication (2FA)

    I would say that Emby is dead, there maybe will be some tweaks and such to keep the subscription money flowing, but I feel they do absolute minimum possible.
  3. Luke

    Parental Controls

    Hi, have you explored the user management section on your server? Users Parental Controls
  4. BruceCPippin

    Parental Controls

    Are there any parental controls built into EMBY? If not, I can make a suggestions. Within PLEX, you can choose which libraries are shared with a specific user. So, I put all movies to be shared with small children in a specific library. Then, I shared this and only this library with a child's account. I suppose you could also put your x-rated film in a specific library and NOT share it with specific accounts. Since x-rated content usually isn't published as a series, deviding content isn't an issue. For series, it's easy enough to create a "collection" of children friendly content and guide them to it. So, within EMBY, what is the way forward?
  5. Today
  6. No, decided to not touch it before a new FFmpeg is added to Emby. Vaapi should work and is just as fast as QSV for detection as all that is done is extract images for Tesseract/PaddleOCR to handle. Quick question as you say QSV works for you in Emby, are you running the official Emby container or Linuxserver? Asking because i can't get QSV to work on my server and makes testing a QSV fix very hard. All that said, QSV *SHOULD* work as is when/if Emby has a working QSV since it uses the same FFmpeg as Emby.
  7. SultanOfTux

    Micro-stutters with 25 FPS content on Apple TV Emby app

    Oh, I didn't even realize there was a new version. @Luke, what exactly was fixed? Unfortunately, I don't notice any difference—or only a minimal one. When I rewind 10 seconds, the playback sometimes becomes smoother again, and then starts stuttering again. So it's not consistent. Since other players don't have this problem, I'd rule out the TV itself.
  8. YEs it says all libraries. I just copy another account that has no issues so not sure.
  9. Hi, did you check what that user is granted access to?
  10. I’m trying to help my friend get set up and all they’re seeing is the recently released movies wrote and then this Emby premiere at the bottom nothing else. And it doesn’t matter if I turn the premiere on or off, it doesn’t change anything. this is on both the standard android and the android TV version 2.1.46 and I’m running this on a Google TV box
  11. It's quite possible that’s what happened . I know these movies that have random Tag words in them are pretty old movies from years ago (pre 2022). One goes back as far as 2016 last modified (which would have been when I started setting up Emby). Both IMDB and TMDB certainly has keywords which match up and have probably been imported somehow as Tags. Although I haven't used a metadata program is years either (or for very long) as they rarely gave the results I was after without considerable manual input anyway. Maybe I tried a plugin too at one stage? Dunno.
  12. miguelcastro205

    Emby Premium

    Ya me llego.Gracias
  13. Just wondering if you managed to fix the Intel QSV with OCR? I have played around a bit and cant seem to get it to work. Im using unraid and forwarded the device to tesseract with it still not working. (I do have QSV working with emby without any issues).
  14. Then they should say that, no?
  15. WDPR4100

    CoverArt: Show us your custom Overlay Templates

    Hi everyone, I've recently updated my Emby Server to beta version 4.10.0.16 (running on a Western Digital My Cloud Pro PR4100 NAS), and I'm experiencing a systematic crash of the CoverArt plugin during the server startup sequence. Every single CoverArt enhancer (Album, Banner, Movie, etc.) fails to initialize, throwing a System.ArgumentNullException: Value cannot be null. (Parameter 'source') related to get_CoverArtImageProcessor(). Here is the relevant part of my log: System.ArgumentNullException: Value cannot be null. (Parameter 'source') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) ... at CoverArt.ServerEntryPoint.get_CoverArtImageProcessor() It seems like a compatibility issue with the internal changes or the .NET 8 environment of this specific 4.10.0.16 build. Is there a known workaround or a pending update to fix this image processor initialization? Thanks in advance for your help!
  16. I would first try updating to the latest Apple TV app which is 2.0.6
  17. Maybe they want to test the fix in the beta channel before blindly pushing a hotfix to stable? That is the purpose of beta testing is it not?
  18. thunderclap

    Custom Label of Grouped Channels

    They are, yes, but when you go in it's just a thumbnail of what's currently on. I'd like it in the actual guide so you can see what's upcoming.
  19. The post is not AI generated - I know he is working with these things and his questions are very legitimate. He just - then - quoted what an AI model thinks about it, and the one thing I would argue is that this specific model is not among the brightest candles on the tree..
  20. AJV20

    Apple TV icon

    I guess that would be better than what we have now but I do think just the logo with no letters would be better. Similar to Spotify and all other Apple apps
  21. Kinda pointless to argue with an AI-generated Post?
  22. wetz01

    Plugin: Fast IPTV M3U

    @dcatithis is great, I'll keep testing this and see how things go. Will you open source it?
  23. Emby? @Luke? Could you please address this? You have released a beta to block this vulnerability, but are you going to force us to run a beta version on our primary instance so we don’t get hacked? Everybody says run the beta at your own risk; it may have bugs… I see this CVE is most risky for people who download torrents, but if left unaddressed, it could make its way into IPTV or OTA stuff. Or is the stable version immune to this?
  24. hmitch

    Empty Genres

    I can report this issue seems to be resolved now with 4.10.0.16. I am not seeing empty genres anymore.
  25. softworkz

    Emby for Windows and HDMI Audio

    All correct what @Mahinepua said! Thanks
  26. Yesterday
  27. SikSlayer

    What happened to the Android Builds?

    There hasn't been an Android release since Aug 20, 2024.
  28. @ginjaninja Holy cow - how can I get this incredible bunch of nonsense out of your head...? Should I dissect all the false statements or start fresh - I'm not sure. Almost every sentence is wrong. First of all, terms disambiguation - and why there are so many different terms: GenericEdit This provides the definition of an editable component which gets presented on some surface in an interactive way (we have cases where GenericEdit is used all alone, without GenericUI - for example in the Win,Xbox and Linux apps) GenericUI Provides the framing around a GenericEdit component as a page, dialog or wizard and the APIs for communicating with the server (and back) (we have built-in cases where GenericUI is used but without PluginUI) PluginUI Is a layer - or primarily a set of base classes intended to make it easy to use GenericUI + GenericEdit from a plugin Here are some general points which are crucial to understand: GenericEdit/UI is agnostic of UI platform and technology It has nothing to do with HTML or DOM in the first place. It's possible (for us) at any time, to to create a client-side implementation for a different technology, like for example Android or iOS native UI. At some point, I had started an implementation for WinForms (just for fun - I didn't get very far due to time constraints) - thats absolutely doable without any changes on the side of plugin developers State State is global. Each plugin UI view has exactly one state: The values at the server Refresh Is up to you. You can raise the UI view change event from the server and then, all clients currently viewing that UI view will see the updated view. Sometimes, this is desired and sometimes not: for example, when the user is supposed to set multiple parameters and finally save them via button click. In that case, it can happen that two clients are showing different values - when at least one of them hasn't submitted their pending changes You can decide whether you either want to have a "last one wins" behavior, or send a changed event when one client submits an update. This will throw away potential changes which somebody else (or the same user) might have made - but not submitted For the issues you mentioned: Being returned to the top of the page when clicking on checkbox in a dxgrid. Rows in genericitemlist members bouncing in and out of view ...we'd need to look at the specific cases.
  1. Load more activity
×
×
  • Create New...