Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. What if some other people have that node filled in with the correct ID?
  3. hi this is the file embyserver.txt
  4. Let's see if 4.10 solves it soon. 4.10.0.20-beta came out recently. Release notes don't mention changes on transcoding, but 99% of times the release notes don't contain all changes, so who knows (shrug)
  5. Emby needs an ad campaign around this. "Is your Plex down again and you can't get in? Then Emby is the pill for you!"
  6. For those wanting a good laugh.
  7. yocker

    Plugin: TimeMarkEdit.

    New version up (v1.0.6.0) in the catalog. Added support for TheIntroDB.
  8. m7eesn

    Emby NFO Reader using tmdb id as imdb

    > I think we should probably change it, but then we'll have to deal with those that might be impacted by the change. Honestly, the only impact of this change is that instead of filling incorrect id in imdb, it will instead fill the tmdb GUID i really dont see any downside, nobody want incorrect information, as this also breaks the index imdb link in emby itself
  9. Basically, he's wanting you to provide the server and transcode logs for the period you noticed the error. The media info for the video may help also.
  10. @phoeskyI think what's happening is that it's not an issue of outdated cover images, but rather you have content still in your database that should have been deleted some time ago. Unfortunately this might be caused by defects in older Emby Server versions and would require a fresh database to resolve. @sa2000can help you confirm that and give you some next steps. Thanks.
  11. Luke

    HW transcoding stopped working after 4.9.3.0 update

    HI, we'll have the new ffmpeg build on the server beta channel very soon, so stay tuned for that. Thanks.
  12. Today
  13. is it clear?
  14. Luke

    There is a bug in version 2.3.8 with .ass files

    ok can you please attach the emby server log from when that happened? Thanks.
  15. Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
  16. Hi everyone, I'm having an issue with my Emby setup and my Samsung Smart TV, and I hope someone here can point me in the right direction. The Problem: The official Emby app on my Samsung TV loads perfectly. I can browse my entire library, see all the movie posters, metadata, and menus without any lag. However, when I hit "Play" on a movie, the video simply doesn't start. It just hangs on a black screen with an infinite loading spinner. My Setup: Emby Server OS: Cloud VPS Hetzner Client: Samsung Smart TV (Tizen) - Official Emby App 2.2.8 (because want to mountain the official one) Media Type: Movies (mostly MKV/MP4 files) What I've noticed: The network connection is definitely fine since the UI and all images load instantly. I suspect this might be an issue with the Samsung internal video player struggling with certain codecs, or a Direct Play vs. Transcoding failure. If I play the same movie on my PC or smartphone via Emby, it works perfectly. Has anyone experienced this specific issue with Tizen OS? Are there any specific playback settings in the TV app (like forcing/disabling Direct Play) or server-side tweaks I should try to bypass the Samsung player limitations? I can provide the server logs if needed. Thanks in advance for any help!
  17. Hi, I'm seeing exactly the same behaviour described in this thread on my Synology DS918+ (Intel J3455), but I spent some time trying to isolate the problem and I may have some additional information that could help. Environment Emby Server 4.9.5.0 Synology DS918+ Intel J3455 (Apollo Lake) DSM 7.2.x Hardware acceleration enabled (Quick Sync + VAAPI) Tested with: Emby Web (Chrome on Windows) Emby Windows app The problem Whenever an HDR video is transcoded using hardware acceleration, the image becomes washed out, as if HDR is being displayed as SDR without proper tone mapping. If I disable hardware acceleration and let FFmpeg perform software transcoding, the colours are correct. Tests performed I tried several different files and configurations to narrow it down. HDR10 4K Hardware transcoding → washed out colours. Software transcoding → colours are correct. Dolby Vision Profile 8.1 (HDR10 compatible) Hardware transcoding → washed out colours. Software transcoding → colours are correct. HDR10 1080p Hardware transcoding → washed out colours. I also tested: Quick Sync only (VAAPI disabled) Quick Sync + VAAPI Different remote streaming bitrates Different transcoding resolutions Emby Web and Emby Windows The behaviour is always the same. What I found in the logs The interesting part is that Emby reports: Tone Mapping would be desired, but hardware tone mapping is disabled but immediately afterwards the processing plan says: ToneMapping (when possible) CanDoInHW = True WillDoInHW = True When I inspect the generated FFmpeg command, I only see: HEVC_QSV → vpp_qsv (resize) → vpp_qsv (P010 → NV12) → H264_QSV I cannot find any actual tone mapping filter being inserted (tonemap, tonemap_opencl, zscale, or any explicit BT.2020 → BT.709 colour conversion). So it looks as if the processing plan expects hardware tone mapping to happen, but the generated FFmpeg command never actually performs it. Question Is this expected behaviour on Apollo Lake hardware, or could this be a bug or regression in the current hardware transcoding pipeline? I've attached three different ffmpeg-transcode logs showing the same behaviour: HDR10 4K HDR10 1080p Dolby Vision Profile 8.1 (I also attach a software transconding log for this one) If needed, I can also provide the corresponding embyserver logs. Thanks! 4KHDR-ffmpeg-transcode-ce9e3357-e5fe-4e89-8083-135e1897db1b_1.txt 1080pHDR-ffmpeg-transcode-265e6ece-46b8-4317-bfd4-953bd2d6a758_1.txt 4KDV-Software_deco-ffmpeg-transcode-c8af9373-a1a5-40c3-a4ee-3037e5dd825d_1.txt 4KDV-Hardware_deco-ffmpeg-transcode-d506bd22-4ef2-4fc2-b0d1-0fc352bc8d04_1.txt
  18. guilty57

    Intro/Credits Backup & Restore (New Plugin)

    Next (possible) improvement: While testing the "Lock this item" workaround for markers getting wiped on library maintenance, found something worth knowing regardless of which plugin you use: locking an item does stop a Library Scan from wiping IntroStart/IntroEnd/CreditsStart, but it does NOT stop a Refresh Metadata from wiping them - confirmed directly, markers gone every time even with the item locked. So "lock everything and forget about it" isn't actually a complete fix, just a partial one. Planned for the next version: making the plugin event-driven instead of relying on manual/scheduled restore runs. The idea is to subscribe to Emby's item-updated event, so that whenever an episode's chapters change - whether that's from a Library Scan or a Refresh Metadata - the plugin notices immediately and restores that episode's markers right away, automatically. No more remembering to run Restore after every scan, no more locking items as a workaround. Biggest change to the plugin's architecture so far, so it'll get more testing than usual before a release. If anyone's got thoughts on this approach (or has run into other situations where markers get wiped that this wouldn't cover), now's a good time to mention them.
  19. theanishmistry

    Trakt plugin unable to Get PIN

    @LukeAre we stuck with this? If so, might need to revisit the premiere subscription
  20. guilty57

    Intro/Credits Backup & Restore (New Plugin)

    v1.4.0 is out - two more pieces of feedback from this thread addressed. JSON filenames now match the video's own filename, in both the central backup folder and media-folder modes - same convention the NFO insert feature already used. This was basically finishing what @crusher11 originally pointed out a few versions back: keeping the backup tied to its episode through renames, rather than sitting under a differently-named file that's easy to lose track of. Restore matching reworked to answer the "what if there's no TVDB ID" question from earlier in this thread. It no longer relies on filename at all for the primary match - it scans backup files by their actual content and tries, in order: TVDB ID, then IMDB ID, then filename as a last resort. Episodes with no TVDB ID aren't skipped outright anymore, they just fall through to the next method. Tested this on a full 587-episode library after the change: 587/587 restored, all matched by TVDB ID, zero needed to fall back to IMDB or filename. Also fixed a small bug where Backup and Restore were showing under two separate headings in Scheduled Tasks instead of sharing one group, and added a note to the README about a permissions gotcha - if you get an access-denied error, check whether you (or a zip extract) created the backup folder yourself before the plugin did; that's the #1 cause. Release (with prebuilt DLL) and full notes: https://github.com/guilty57/credits-intros-backup-restore/releases/tag/v1.4.0
  21. Thanks hatharry! It plays the next song but sometimes after one or two songs of telling it next song, it will jump to a different playlist which is alphabetically the last one in my playlist order. Saying next song after it jumps to that playlist will only continue playing songs in that playlist and will not jump to different playlist. Appreciate all you and your team's hard work in getting this fixed!
  22. Abdullah1324

    Emby for Apple TV 2.0.3 Released

    Great article! The evolution of software and digital entertainment shows how innovation, creativity, and technology continue to shape user experiences. Learning from the history of software development helps businesses understand the importance of building reliable, engaging, and future-ready digital solutions. If you're looking for a top IT company in Karachi, choose a team that provides custom software development, web solutions, and innovative technology services to help your business succeed. Thanks for sharing this interesting article!
  23. MediaEmby1968

    There is a bug in version 2.3.8 with .ass files

    The error occurs during playback; the installation went smoothly except for the version that wouldn't start. The others installed fine, but when I select a video file with external subtitles, I get that error. If I remove the subtitles, it works correctly.
  24. bandit8623

    Search Very Slow (3 minute response)

    You can't go back . But you can install fresh an older version and reinstall the libraries
  25. kingom

    Search Very Slow (3 minute response)

    over half a year and the problem still persists. Any light at the end of the tunnel at all? Don't want to switch to another software but don't know how long i'll wait for a fix... Doesn't look like the problem gets the serious attention it needs. Has anyone tried downgrading? does this help?
  26. On Emby for Android 3.5.37 with Fire TV 4K (first gen) Fire OS 6.7.7.1 the horizontal scrolling doesn't work anymore : I mean, i can scroll to the right but display doesn't move to the left in the same time, so focus disapears to the rignt of the screen... Home screen of TV mode is set on horizontal. PS : If i set it on vertical than horizontal scrolling works well
  27. TrooperAu

    Emby keeps changing a folder to a show

    Thanks for the help. the naming conventions where correct, The separate Library fixed the problem..
  1. Load more activity
×
×
  • Create New...