Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Luke

    Scan Library Files

    What are the complete contents of the folder?
  3. Luke

    Most movies/tv genres lost image montage

    Hi, when you click on one of those genres, what do you see?
  4. shinedou

    Plugin: Home Screen Companion (formerly AutoTag)

    And what makes this plugin more promising than the smart playlist plugin is the ability to have smart tags. I much rather work with tags than collections.
  5. chander421

    Plugin: Home Screen Companion (formerly AutoTag)

    Actually, no, IT IS included in the API list (it's just that the list was initially limited to 1,000 items...), so I guess it's actually a synchronization issue with the plugin?
  6. shinedou

    Plugin: Home Screen Companion (formerly AutoTag)

    I use smart playlist to feed ersatz as well. I have been testing with the beta server and it appears the smart playlist plugin is working for me. How long that will last is another question, that's why I am excited about this new plugin.
  7. TariqK

    Issue with Emby Videos Not Playing on Apple TV

    Hi @Luke, Ive attached some logs here. Also, you will hate me for it but I ran them through ChatGPT and it told me this: The log was taken while trying to play the content via the VitualTV plugin, but it also gives issues when playing the media directly. Everything was working fine until about a month ago. Emby Server Logs.txt
  8. FrostByte

    The latest version 2.3.3 doesn't work

    Were you running the release previous to this one v2.3.2 with no problem?
  9. sa2000

    Emby suddenly stopped working.

    @Zenith Media @ebrThe support article has been amended to include Mesh Networks. Troubleshooting Connectivity Issues Checklist
  10. MediaEmby1968

    The latest version 2.3.3 doesn't work

    I downloaded it from here https://github.com/MediaBrowser/Emby.Releases/tree/master and in this link it says that the latest version dated 03/13/2026 is 2.3.3 My TV is a UK5500 from 2016
  11. Could be a stupid question but . Did you rescan library files?
  12. Trufa2011

    No detecta servidor

    Muchas gracias era un tema redireccion de puertos
  13. Hi, I don't know how long the director has been missing from the movie details screen, but I'm sure, that the director has been there in the past. I don't believe that's a deliberate choice. Director is the most important thing about a movie, and if you in Cast & Crew have f.ex. 50 actors, you have to scroll and scroll and scroll to find the most important thing. That's why it is displayed in the Emby web app in the first place. As you know most of us are watching movies on our televisions. If this isn't displayed in any TV layouts, it's about time, because it has been there once upon a time. Attached is a screenshot from LG TV app and from the same page from Edge browser in Windows 11, where you can see the Director just below Overview field.
      • 1
      • Thanks
  14. Today
  15. Good Morning all! So i have an interesting issue that seems to exist only in the Windows Store Emby App In Recordings, I change the display to File Name (Why can't i just list by Series??) the display is then in file name order with each recording listed. You can see there each episode of 9-1-1: Nashville is listed separately. This makes for a very long listing If I use the Browser version of Emby - I get this (with the same display settings Here you see the listing of recorded show as it should be. If a show has multiple episodes then it has the green dot with a number in the upper right corner. If you click on that program you then get the listing of all the recorded episodes by season. I am hoping that this is something I have stupidly done wrong. What has I missed? If this ends up being a bug, i'll circle back and load logs etc in this msg. Thanks!! John
  16. Hallo zusammen, hier läuft ein Emby Server unter Unraid. Verbindung wird hergestellt über NGinxProxyManager. Nun habe ich zum Testen im Emby Server die Experimentelle h265 Codierung aktiviert. Wenn sich jetzt ein Client von extern über den NPM mit Emby verbindet dann erhält er die Meldung das kein Kompatibler Stream verfügbar ist. Stellt man die Verbindung mit dem Server aber im lokalen Netzwerk her dann funktioniert das ganze. Also vermute ich das es am NPM liegt. Kann das sein? Der läuft hier schon ziemlich lange und eigentlich komplett ohne Probleme. Danke! VG Brudertac
  17. Hi Luke! any news?
  18. quickmic

    Emby not syncing watch time.

    You didn't answer the question (Realtime sync or start sync). Anyway, without logs impossible to say. If you have concerns about your public IP, I cannot help you. btw, publishing public/WAN IP is not/should never be security risk maybe a privacy issue. If it is, that's a complete fail. You can send me logs via private message if you want, only debug logs includes confidential data and should never be posted in public when the server is exposed to the internet. What I can say with this limited info, it's very likely not a plugin issue, sounds more like a network/configuration issue.
  19. akacharos

    Aperture - AI-Powered Recommendations for Emby

    And a minor api endpoint modification request: pass user id on /api/assistant/chat When calling /api/assistant/chat, there is no way to specify which user the request is on behalf of. All calls made with a single service API key are attributed to the key owner, making it impossible to maintain per-user context (recommendations, history, preferences). I believe is due to const user = request.user as SessionUser (API key owner) and const { messages } = request.body (no userId accepted). On a high level, it would be something like this on src/routes/assistant/handlers/chat.ts // NOW: interface ChatBody { messages: UIMessage[] system?: string } // AFTER Add userId? to the body interface: interface ChatBody { messages: UIMessage[] system?: string userId?: string // optional override from external system } // NOW: const user = request.user as SessionUser const { messages } = request.body // AFTER Resolve the effective user right after const user = ...: const user = request.user as SessionUser const { messages, userId: requestedUserId } = request.body const effectiveUserId = requestedUserId ?? user.id // ?? means: use requestedUserId if provided, otherwise fall back to user.id // NOW: const systemPrompt = await buildSystemPrompt(user.id, user.isAdmin) const toolContext = { userId: user.id, ... } // AFTER Replace the two occurrences of user.id downstream: const systemPrompt = await buildSystemPrompt(effectiveUserId, user.isAdmin) const toolContext = { userId: effectiveUserId, // ← this is what scopes recommendations/history to the right user ... }
  20. What do you mean by clashes?
  21. HeroLeam

    Scan Library Files

  22. soderlund

    Plugin: Home Screen Companion (formerly AutoTag)

    Nice idea I’ll put this down on my to-do list for next release. Shouldn’t be too hard to fix.
  23. sa2000

    Emby suddenly stopped working.

    Thanks. I will mention adding a mesh network in the article
  24. soderlund

    Plugin: Home Screen Companion (formerly AutoTag)

    Oh.. that’s a tough one.. My best advice would be to recreate the filters in a new list then and hope it fixes it. Or wait for the current one to refresh (if it’s a dynamic list).
  25. LongMan

    Plugin: Home Screen Companion (formerly AutoTag)

    That is the way the plugin works and it is fine by me. I use it to put the season on a marathon channel which shows the seasons that are trending
  26. Still waiting for 4.10.0.2 to his stable release. Any news on when that might be?
  27. soderlund

    Plugin: Home Screen Companion (formerly AutoTag)

    I believe the smart playlist plugin still works in the beta. I have it installed (but not using), so I can semi-confirm this. My plugin does not support to tag/create collection for a specific season. I could look into adding this as well, but currently no support. From your example the Home Screen Plugin can create a collection based on the episodes or full show that users have been watching in the last week. Just to confirm, if any user have watch S04E07 of scrubs, then you want the whole season 4 to end up in a collection?
  1. Load more activity
×
×
  • Create New...