Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. 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
  3. Hi Luke! any news?
  4. 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.
  5. 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 ... }
  6. What do you mean by clashes?
  7. HeroLeam

    Scan Library Files

  8. Today
  9. 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.
  10. sa2000

    Emby suddenly stopped working.

    Thanks. I will mention adding a mesh network in the article
  11. 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).
  12. 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
  13. Still waiting for 4.10.0.2 to his stable release. Any news on when that might be?
  14. 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?
  15. chander421

    Plugin: Home Screen Companion (formerly AutoTag)

    After doing some digging and checking the mdblist API, it turns out that this movie isn't included in the list in question via the API, but it does appear via the API for the new test list... Actually, no, IT IS included in the API list (it's just that the list was initially limited to 1,000 items...)
  16. soderlund

    Plugin: Home Screen Companion (formerly AutoTag)

    Good, then we know the matching works correctly. The only think I can think about is if the tags are written too fast and Emby database doesn’t catch up. It’s supposed to be put in a que but I’ll look into it and see if I can put a small wait in between. But if it’s always the same movie despite multiple runs that doesn’t get added this theory might be long fetched.. I will have a look and see if can find anything. Thanks for reporting!
  17. LongMan

    Plugin: Home Screen Companion (formerly AutoTag)

    I use the smart playlist plugin to make collections that I use in ersatz tv. That is really what delays my updating the server. From what I am seeing this plugin does most of it. What I am uncertain about is whether it tag specific seasons of a given show. eg. I use the query below to generate a collection of seasons of shows that has been watched in the last few months Type: Collection, EpiMode: Season, SourceType: MediaItems WHERE (Media Type is Episode) AND (Last Played is in the last Type: Weeks, Value: 12 for Any User) The key here is that it only tags seasons watch recently other seasons in the respective shows are not tagged. When the results is viewed (in the plugin) it is individual seasons for the shows. ie it outputs a collection of seasons not shows or episodes
  18. chander421

    Plugin: Home Screen Companion (formerly AutoTag)

    That's weird—so I created a list on mdblist with just that movie and added the source in emby (your plugin) to a new list, and this time it works...
  19. Nearly 4 years on and nothing done. Also clashes between music and music video library genres....
  20. does it not show in webos24 emulator? it looks like a style sheet error as seems to affect home screen in horizontal view only (TV). TV affected still hasn't received the webOS25 update from LG yet as they are taking so long - so no idea if webos25 affected on the "B6" 48" OLEDS
  21. ebr

    Emby suddenly stopped working.

    Well, that's confusing because the Eeero is a mesh system and NOT a modem... (of course, nothing these days is truly a modem but that's still what they call the network interface to the provider).
  22. We are not designed to be file browser but, if you set your library type to "Home Videos" then you may get what you want.
  23. Hi, there's already an open request for this or something functionally equivalent. Please join in and contribute to the existing discussion at:
  24. coyotecabreado

    No detecta servidor

    Hola @Trufa2011, revise usted la ip externa y el puerto, no hay muchos mas. Un saludo.
  25. coyotecabreado

    Ya no está disponible la aplicación de Emby en Samsung?

    Hola @Embyconnect290876547444, Samsung tienes sus politicas y ellos deciden que se instala en sus televisores, y no hay mas vuelta de hoja, la ultima opcion es restablecerlo a los valores de fabrica, y probar una vez hay a cambiar de pais. Un saludo.
  26. SamES

    The latest version 2.3.3 doesn't work

    What model TV are you trying to install it on? Are you sure it is version 2.3.3?
  27. I've been testing the new version since the day you posted it and I still have the same problem, the CreditsStart mark disappears when I click the "Next Episode" button. It's not a problem for me because I restore backups with Cron, but if you need any proof or logs just ask me.
  1. Load more activity
×
×
  • Create New...