Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Alexa echo Group support has been added please try again
  3. Amanade3

    New Badge Overlay plugin

    Release note Version 1.3.3.0 Added Excluded Libraries — option to skip specific libraries entirely. Added Folder-Level Overlay — option to show the overlay on specific folders within a library. Minor UI fix. EmbyNewOverlay.dll
  4. ginjaninja

    Plugin: Poster to Folder

    Purpose and Function Copies Emby library primary image e.g. posters.jpg to folders as folder.jpg to beautify Windows Explorer. Learning GitHub hooks and environment a bit more. Getting Started Test on one test path first. Paths require "opt in". Review info and debug logging. Enable paths in the configuration. Configure a trigger for the scheduled task once comfortable. Disclaimers Vibe coded with Claude. Backup database prior to testing. Use dummy libraries/paths during testing, only limited short term testing on beta server so far. This plugin has file system copy commands. Download v0.0.0.9PosterToFolder.dll Changes Known Issues Issues and suggestions welcome. GitHub Poster To Folder
  5. Same problem here. LG App 1.0.50 Some files run fine but especially when converting DTS Audio to AC3 playback stops on LG, while emby still sees an active playing session. Same files run fine on Samsung. Video is direct play. If any logs are helpful will gladly try to generate them.
  6. Today
  7. js28194

    Subtitle Syncing Tool

    Built into VLC (Shift-J) / Kodi (Subtitle Offset)... dunno about the Emby app, looked at the web keyboard commands and didn't see it. But cool!
  8. justinrh

    Live TV Recordings Now Working

    Now if we could get the fix for recording mulit-part episodes into a production build, it would be nice!
  9. dcati

    Plugin: Fast IPTV M3U

    @copyrunstart@wetz01you can find the public repo here, if somebody has good feature/fix just send me a PR https://github.com/danielalmering/Emby.FastIptv
  10. flic

    Strange bug

    bad news. having same issue with latest version 315.2 this may help to reproduce the issue: adjust the app window to fit the width of your monitor. for the height, bring it down to just above the Taskbar then minimize the app and click on the icon to bring it up now, launch a movie or TV series episode still can see the double position cursors here
  11. Mahtan

    Emby for Android TV Release

    For follow i am interreted by same questions.
  12. sdragon001

    Trakt Watched indicator (Not working)

    Emby Sever beta: 4.10.0.18 Trakt Plugin: 3.8.3 Issue: After import or file scan Trakt plugin does not import watched status and update Emby. Example: Movie/TV Episode marked watched on Trakt and after import schedule task, this will not update on Emby to mark movie/episode as watched. This started between June 25, 2026 and Present. Steps taken to try to resolve: rolled Emby Server back to 4.10.0.12/.13/.14/.15/.16/.17 problem persists. Removed and re added Trakt pin for user, this did not solve problem either.
  13. I had the same problems yesterday with my nvidia shield. It would not play direct audio through the tv with hdmi or my Bluetooth headphones over aptx. I fixed it by downgrade emby for Android TV 2.1.49g to version 2.1.26g and everything started working again and then disabled auto updates. i did test other apps and they had no sound troubles, just this freshly updated emby for Android tv app.
  14. Luke

    emby open a browser tab on start....

    Hi, the option is currently only on macOS and Windows.
  15. Luke

    PLAYER_ERROR_CONNECTION_FAIL

    Hi there, please attach the Emby server log from when the problem occurred: How to Report a Problem Thanks!
  16. Luke

    The Emby scan media library not working.

    Hi there, please attach the Emby server log from when the problem occurred: How to Report a Problem Thanks!
  17. beefsnack

    Subtitle Syncing Tool

    Just thought I'd share this If no one has, And if anyone is having any issues with syncing their Subtitles, This is by far one of the best FREE syncing subtitle pages I've come across and it's just absolutely the easiest and simplest way to do it, Only thing is trial and error, Just getting it on point if you can clock it right the first time your golden. https://subtitletools.com/subtitle-sync-shifter
  18. Currently Alpha, Not Yet Released If you're outside the US, you've probably noticed some shows appear in your Upcoming/Latest lists a day early (or late) — a show airing at 8–10pm US Eastern actually lands in the early hours of the next day in UK/European time, but Emby often shows the raw US broadcast date instead. I originally built this as a standalone Docker container/script. After 3 months of testing ironing out the bugs, I decided it was worth turning into a proper Emby plugin so it's easier to set up and run natively. I'm now running the plugin version on my UGEEN iDX6011 Pro through about 4 weeks of real-world testing before considering a beta release. If there's genuine interest, I'll release the first beta once testing wraps up — just wanted to gauge interest and share what's coming. Air Date Fixer corrects this automatically, using Trakt's timezone-aware broadcast schedule data: Pulls each show's real broadcast timezone and converts it properly to your own local date Only touches US/Canada-broadcast shows — everything else is left untouched Works across three levels: episodes you already have files for, episodes already in your library without files yet, and future/upcoming episodes that only exist in cached metadata (so it also fixes what shows up under "Yesterday"/upcoming date headings, not just episode detail pages) Runs automatically in the background — no manual scripts or cron jobs needed Self-heals if Emby's own metadata refresh reverts a date Requires a (free) Trakt account and API app (no VIP needed) — this is needed because Trakt is the only source that tells the plugin what time of day and timezone a show actually airs in (e.g. "8pm US Eastern"), which is the missing piece needed to work out whether it lands on a different calendar day once converted to your local time. Metadata sources like TMDB only give a plain date with no time/timezone attached, so there's nothing there to calculate the correction from.
  19. Neminem

    Windows 11 App Refusing to Load

    Are there any logs in this dir? C:\Users\%username%\AppData\Local\Packages\EmbyMedia.EmbyTheater_svmepx4c03f7m\LocalCache\logs That might show what's going on.
  20. sa2000

    .NET

    The windows command to switch directories is "cd" I would suggest first ensuring Control Panel File Explorer Options has option to show hidden files and folder. So open that up and then select the View tab and tick the "Show hidden files, folders and drives" and then click Apply You can just type in %AppData% in File Explorer and browse what is there
  21. Babatom

    "Coming Soon" library for Emby

    Different approach – native plugin! - A Docker container is no longer required. Each configured row becomes a real Emby library, created and kept in sync automatically under the plugin's data folder. For every upcoming movie and TV episode the plugin writes a proper library entry — a poster with the release date badged in, a backdrop for the hero image, overview and cast, and the actual trailer downloaded locally and surfaced through Emby's native Trailer button (so it plays inside Emby instead of kicking Apple TV/tvOS users out to YouTube). Because these are ordinary library items, they behave like any other media in EmbyHighlights Multiple configurable rows, each its own home-screen library (e.g. a "Digital", a "Physical" and an "In Cinemas" row) with its own release-date type and an "IN CINEMAS" badge where it applies. English & German for badges, dates, overview text and the settings page itself. No manual dependencies: yt-dlp is auto-downloaded on any Docker image, ffmpeg is optional. Runs on a daily schedule; a built-in log viewer means no SSH needed to see what happened. Requires Sonarr and/or Radarr. A free TMDB API key is optional (only needed for local trailer downloads). Beta – feel free to test it and report bugs or suggest improvements. *It's vibe coded — built with AI — so review the code before using it in production. Use at your own risk! ComingSoonPlugin.dll
  22. Hi, thanks! Tailscale creates a private encrypted network between your devices, so in principle it should be a good way to access Emby remotely without opening ports on your router. I haven’t tested Tailscale with Traxx yet. Traxx currently restricts non-HTTPS connections to regular local network addresses, while Tailscale normally uses a 100.x.x.x address. Because of that, a standard Tailscale Emby address may currently be rejected. I’ll investigate adding proper Tailscale support. Thanks for the suggestion!
  23. Neminem

    The Emby scan media library not working.

    Devs need to see logs to tell what's going on.
  24. The Emby scanner isn't working; it's been stuck at 14.5% for 8 hours, then it went up to 14.9%. and stop aguain. don't move, don't do anything. Whats happening? what can i do to contour this problem?
  25. I'm having the same problem, but luckily I was able to revert to the previous version using CODEX GPT 5.6 SOL.
  26. Chris0248

    Some 1080p media files being seen as 1440p

  27. Chris0248

    Some 1080p media files being seen as 1440p

  1. Load more activity
×
×
  • Create New...