Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. jhuebel

    New Badge Overlay plugin

    Is there a GitHub repo with the source code? I don't install plugins unless I can see the code.
  3. Today
  4. alucryd

    Debian 13 not supported?

    @TugboatBillMight have found a way to stop depending on LD_LIBRARY_PATH, would you give a test build a try?
  5. Sean429

    Stuttering on Google 4k Streamer

    I've tried a few different tweaks to see what impact it would have: Ensured video streaming quality is set to auto on client side device. No impact on performance, stuttering still present. Selecting AC3 sound track (which was an audio commentary track) No impact on performance, stuttering still present. Remuxed the file with MKVtoolNix and stripped all the audio tracks besides the default DTS 5.1. Removed all subtitle tracks besides english. Improved initial speed of loading the title, but still had the same stuttering problems on playback Used Emby's conversion tool to convert the remuxed file, changed the audio track to AAC 5.1. Video format remained 1080p H264. No impact on performance, stuttering still present. No additional logs were generated on these tests aside from the usual embyserver.txt and hardware_detection logs (no ffmpeg-transcodes or ffmpeg-directstream). If they are of any help, I have attached them as well. hardware_detection-63921793644.txt embyserver (2).txt
  6. I built a plugin that adds a Server-Sent Events endpoint to Emby. An app with an API key opens one HTTP connection and gets events pushed as they happen, instead of polling /Sessions. curl -N -H 'X-Emby-Token: YOUR_API_KEY' http://your-server:8096/emby/sse/events The first frame is a hello event carrying the plugin version, so you know right away the connection reached it. After that it streams: - playing, progress, paused, stopped (stopped includes playedToCompletion) - session.start and session.end - library.item.added and library.item.removed - task.started, task.progress, and task.completed for scheduled tasks - server.stats with CPU and RAM utilization every 6 seconds while a client is connected - ping keepalive every 30 seconds Payloads are small JSON objects with fields like sessionId, itemId, userId, state, and positionTicks. The full event reference and wire format are in the README. I wrote it for Tracearr, which wanted to see playback start without a polling delay, but nothing in it is Tracearr-specific. Anything that speaks SSE can consume it. Why not the existing options: webhooks need Premiere plus a URL the server can push to, which means hosting a listener. Polling /Sessions works, but you only see changes as often as you poll. This is one authenticated GET with nothing to host. Install: grab the zip from the GitHub releases page, drop Emby.Plugin.Sse.dll into your plugins directory, restart. Single DLL, nothing else. Built against 4.9.1.90, so it needs Emby 4.9 or newer. Current version is 0.4.1 and the DLL is attached to this post. Some Emby-specific behavior worth knowing if you test: - Library event ids are the numeric internal ids, the same ones the REST API returns. - Emby raises library events for container folders as well. A new movie arrives as the movie plus a Folder event for its directory, and deleting a directory fires a removed event for the folder only. Treat removals as a cue to re-query rather than expecting one event per file. - Host CPU/RAM in server.stats reads /proc, so those two fields only appear on Linux hosts. The process-level values work everywhere. Source is on GitHub under GPL-3.0: Repository Releases ship SHA-256 checksums and GitHub build attestations. What I'm looking for: people willing to run it and report what breaks, especially setups I can't easily reproduce, like Windows hosts, large libraries, or many simultaneous sessions. If it holds up I'd like to get it into the plugin catalog. Emby.Plugin.Sse.dll
  7. scb99

    Play all from here?

    Hi Yes, folder view. If I'm looking at a TV series in folder view then it does go from one episode to the next, but if it's just a bunch of random items, it plays the highlighted item then stops.
  8. FlameRed

    Aperture - AI-Powered Recommendations for Emby

    Sorry I have been tardy, but I had to setup my server from scratch and this wonderful plugin is on my extended list of things to reinstall. But before I do, I wanted to ask if this plugin has the capability to work with Emby Live-TV. In particular, it would be wonderful to have a replacement for Live-TV, What is On Now, that would show that is on now that better fit my tastes as learned from this plugin. Forgive me if this has already been answered and I missed it.
  9. 0.1.0.2 Recommendation notification storage when offline, Event based delivery on return +20 seconds. Event led collage builder (reccomendation collections get their images updated after change) Improved presentation in search results Prevent ability to recomend what the target does not have access to (even though emby already blocked visibility). Already prevents the sender seeing what they dont have access to. Task catalogue correction
  10. ebr

    Sync logins between devices

    I'm not sure how that is relevant to the security issue but, in any case, this is such a niche situation that something custom will need to be created and it may be possible with HA as Ranma suggested.
  11. ebr

    Play all from here?

    This is in a folder view?
  12. yes. It is only an issue for external subtitles and only when the app is suspended. If I stop the episode normally and come back to it later, it is still set to the srt subtitle selection.
  13. Pasithea

    Plugin: TheIntroDB – Emby Plugin

    Unfortunately Emby does not provide a graphical skip button in the way TIDB needs them or way to edit the UI to add one without extra modifications. While Emby does have a skip intro button on some interfaces, it only supports some segment types, specific timings, etc. that aren’t able to be interfaced with TIDB’s data. I know this is a pretty requested feature though, so I’ll look into some improvements.
  14. Luke

    Movie Posters Not Loading on One Server

    Hi, try refreshing the metadata on that title and see if it helps.
  15. CBers

    Emby: Latest Versions

    New Emby server Beta release.
  16. Hello, I have three Emby servers, and all three have exactly the same configuration. However, on one of the servers, some movie posters are not loading automatically, while the other two servers load them correctly without any issues. The movies themselves are detected correctly, but for some reason, the artwork/posters are missing on this particular server. I have to manually upload the posters one by one, which is very time-consuming. Since the other two servers with the same configuration are working normally, I'm not sure what could be causing this issue. Is there any way to troubleshoot or fix this so Emby automatically downloads the missing movie posters? Any help would be greatly appreciated. Thank you!
  17. RedNo7

    Played From Plex plugin

    brilliant - thanks!
  18. Emby Releases

    Changelog: Emby for Samsung TV

    2.4.6 Core UI update only Core UI Changes from 26.0.0 to 26.1.0 Improve new folder view style Update header style during video playback
  19. Emby for Samsung TV Released Download Emby for Samsung TV Changes 2.4.6 Core UI update only Core UI Changes from 26.0.0 to 26.1.0 Improve new folder view style Update header style during video playback
  20. @LukeSomething changed that may be related to how TOS 7 is processing the install as this is the SAME error I reported to you on the previous 4.9.x builds. IMO, Emby should not pass over this as a TM problem, but work together with TM to find out WHY this is happening. edit - Until that happens, it seems Emby users on the TM platform are going to be frustrated and left in limbo as both the install and hardware transcoding are broken.
  21. crusher11

    Sync logins between devices

    If you're in my theater room in order to log into the Shield, you can just as readily log in to the UGOOS directly . It just takes an appalling number of button clicks and deep knowledge of the menus, plus waiting for it to reboot.
  22. Luke

    External subtitles ignore preferences

    HI, yes we plan to support these in future updates to the app. Thanks.
  23. Right they must have changed where data is located.
  24. Yes like I posted for DVDA, Blu Ray Audio and SACD in the feature request above this request.
  25. scb99

    Play all from here?

    Sure it just plays the currently highlighted item but doesn't carry on to the "next" one
  26. On XBOX Series X, the Emby app ignores subtitle preferences for external (srt) subtitles. The text is large, white, and black background. My subtitle preferences are set to smart, text size normal, text color white, drop shadow none, and background color transparent. Emby Server: 4.9.5.0 Emby XBOX App: 2.317.70.0 Example SRT attached. Full-Time Magister S01E07 City Hunting Demon Team.srt
  1. Load more activity
×
×
  • Create New...