Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. sdragon001

    Trakt Watched indicator (Not working)

    The best example is pretty generic as the above problem happens on all files. A watched status on Trakt is not being synced to Emby and being marked as watched. scrobbling works fine from Emby to Trakt. I’ve reconnected Emby and Trakt multiple times to see if it was a connection error. But that’s not the case. I’ve added about 6 movies that have a watched status on Trakt but after running an import Trakt scan, status does not get marked watched on Emby.
  3. Today
  4. MBSki

    26 TB Hard Drive

    You don't need ISO, just use MakeMKV https://www.makemkv.com/ to save them as full HD. Btw, you don't need to study RAID if you get StabletBit DrivePool. It takes care of the complexity for you. All you have to do is add drives.
  5. FourCorners

    26 TB Hard Drive

    Thanks guys, I bought the drives second hand for cheap and have started to copy my dvd collection to my pc. I was saving up for a gaming pc but seen these drives cheap and got them, will get a gaming pc another time. The file sizes when I copy from disk are big file size but they look like good on the tv I will keep them this size I just need to get a nas to put some of my other drives in and read up on raid so if one drive fails it will still keep my data. With emby always getting better the quality of my bluerays in the full size look so good using emby. Will emby be able to play iso in the future?
  6. guilty57

    Intros Backup Support Thread

    The Plugin stopped working suddenly. I was considering to pay. It says trial ended. Glad, checked this thread and saw that it won't work even after payment. A frustrating situation. People are seeking for a native credits detector. Unfortunately there isn't for years. So they seek plugins like Credits Detector. It unfortunately deletes all the markers after any library scan. Its a bug. Not just credits also intro markers, then this is the plugin that we found to backup a huge library markers. Let’s go back to the begining, The problem comes from the lack of a native credits detector. Its been years since the first request. How hard can it be to be implement? Its disappointing for us not to use a fully functional streamer app even if paid.
  7. Luke

    Looking for Emby server

    @Javier008 hi, please check out our quick start guide: Quick Start
  8. Luke

    Forbidden

    Thanks for the feedback.
  9. Luke

    Some 1080p media files being seen as 1440p

    The filter and display text are not unified so they can produce different results occasionally. It’s something that needs to be improved. Thanks.
  10. ShemyX

    Forbidden

    The Emby server log was erased when I uninstalled and reinstalled the server... I know exactly what I did.. On the posted picture(I found this picture on google, its not from my Emby, just posting pic to show what I did) I put a ip address in the first row that says Lan networks.(where it should have been kept empty) What I was trying to do was use my dedicated Ip address that I have from a VPN, to try to access Emby outside of my home address..
  11. Hi, yes my WAN access shows my Dynu domain and my Home access matches my router DHCPS-Fixed IP.
  12. Luke

    Trakt Watched indicator (Not working)

    HI there, can you please provide a specific example? How to Report a Problem Thanks !
  13. Luke

    Rewind and fast forward issues

    @Interwebz Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
  14. Hi, you can already setup a webhook when something is played using the notifications feature.
  15. Hi, does your Emby server dashboard display the correct addresses that you want Emby apps to connect with?
  16. Yesterday
  17. Hi, please run a library scan and then attach the Emby server log: How to Report a Problem Thanks.
  18. arrbee99

    Some 1080p media files being seen as 1440p

    As a matter of interest, in my opinion 42 of the movies I have listed under SD, out of 156, should be under 720p.
  19. sh0rty

    "Coming Soon" library for Emby

    Runs nice . Few suggestions: - On my 1080p Screen, the badges are barely redable, could you make them a little bit larger like in the Docker version? - Can the forecast be extended to more than 120 days?
  20. bobaldis

    HDhomerun issues fast forwarding live recordings

    Not yet, I think this is one Gemini mentioned amongst other things I've tried, I was hoping someone would have an example of a real life fix, but thanks
  21. arrbee99

    Some 1080p media files being seen as 1440p

    Has this got anything to do with why when filtering by resolution it seems get quite a few wrong ? eg filter for SD I get movies that on their detail page says they are 720p, filtering for 720 movies I get ones that say they are 1080p.
  22. ebr

    Emby for Android TV Release

    Yes, once its been out on Google for a bit.
  23. The app is not going to be able to determine what is supported in that case. Have you tried enabling/disabling the pass thru options in the settings? Or, alternatively, you can just use the standard app if that is working for you.
  24. How do you downgrade Emby for Android TV? I can't find a way to do it.
  25. No items found, appears within emby client via http access for the tv's. I have rescanned the libraries many times and refreshed the meta data many times I guess deleting the db files might fix it
  26. First off, the number of +1s on this thread proves that Live TV/m3u resilience is a massive pain point. Dropped streams, buffering, and failed reconnects completely ruin the "couch experience." However, I want to chime in with some perspective from the backend infrastructure side—and share a glimpse of how this is ultimately solved. I have massive respect for @Lukeand the Emby team. They are building a phenomenal, all-encompassing media server for a huge user base across countless devices. The reality is that building native, bulletproof IPTV stream orchestration (handling token expirations, 401 errors, rogue ffmpeg crashes, and upstream provider glitches) is incredibly complex. It honestly falls more into the realm of "Headend Appliance Infrastructure" than standard media server duties. I actually responded to this thread back in March offering the architecture for a dedicated streaming engine to handle this, but I completely understand and respect that adopting a third-party engine didn't fit their roadmap. They have a massive ecosystem to maintain, and keeping the core stable has to be their priority. Because the problem still needed solving, I have been quietly building the solution at the infrastructure level. To @jonzey231and everyone else in this thread: asking for a configurable timeout or an auto-reconnect loop in the Emby UI is ultimately just a band-aid. If your provider's stream drops or changes tokens, looping a reconnect on a dead URL from the client side is still going to fail or cause massive lag. I am currently engineering a dedicated, standalone backend appliance that does exactly what this thread is asking for, and a whole lot more, by fixing the problem before it ever reaches Emby: Infrastructure-Level Orchestration: This engine sits between your provider and Emby, running a custom process monitor. If a stream jitters, drops, or errors out, the backend intercepts the failure, renegotiates with the provider, and recovers the feed seamlessly in the background. Zero Client Timeouts: Because the backend handles the connection resilience, Emby is fed a continuous, perfectly stable local stream. As far as Emby is concerned, the stream never went down. Emby doesn't need a timeout setting because it never loses the connection. True Headend Features: It handles localized circular buffering, instant JIT (Just-In-Time) catch-up of guide data, and active Tuner/Stream pooling. Emby is an absolutely stellar front-end and library manager. But if you want enterprise-grade Live TV reliability, you shouldn't be relying on a media server to manage raw stream health. You handle stream orchestration at the backend. I am keeping the project under wraps for now, but I am looking forward to sharing this solution with the community when the time is right.
  27. Purpose: I was finding it longwinded creating a new plugin shell at the beginning of a project. I created this repository with an automated workflow to quickly instantiate a working plugin inside a git repository framework. https://github.com/ginjaninja1/EmbyTemplatev2 Hopefully others might find a use, I'm hoping its going to make it massively easier to create new plugins. Zero-Configuration Scaffolding: Uses automated GitHub Actions to rename namespaces, solution files, and projects instantly upon repository creation. setup.bat: instantiates a pre-commit in `.git/hooks/` so any commit with "[bump]" at the END of description increases the the version number in .csproj. Working Plugin with thumbnail: Ready to compile plugin with thumbnail, pluginui configuration page with autopostback (autosave) and task. Further instruction/guidance in readme.md in repository. Issues and suggestions welcome. Disclaimer: Vibecoded with Claude. The sample code will 'do work' if you schedule / run the task so avoid doing that 'blind'.
  28. MAX92

    Problème de suivi avec Trakt

    Pour compléter, il y a des épisodes aussi qui me met en double sur le même jour à quelques minutes d'intervalle ou quelques heures
  1. Load more activity
×
×
  • Create New...