Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. The 500 is not a transcoding failure — ffmpeg is never launched. The server log shows FfRunException wrapping a NullReferenceException from Emby.Server.MediaEncoding.Unified.Ffmpeg, with no ffmpeg log entry at all. So the null is dereferenced while assembling the run for fmp4 segments, before any process starts. And it looks specific to audio-only output. The same server, same version, same fMP4 container, but a movie instead of a track: Playlist Init First segment Video v7 + EXT-X-MAP 1,317 B 234,856 B Audio v7 + EXT-X-MAP 500 500 So fMP4 segments are served fine here — just not for an audio-only stream.
  3. ISeeTWizard

    Plugin: EmbyIcons release.

    I use ClassificationMapper and NfoMetadata too and don’t had issues AutoTag I don’t use and never did…
  4. yocker

    Plugin: EmbyIcons release.

    @ebr AutoTag ClassificationMapper NfoMetadata Of all the plugins one of the users was running these are the ones i could personally suspect could maybe have a hand it in, purely based on that they lookup and changed metadata. IMPORTANT!! I'm not saying that they are responsible for what happened, just that i think they *COULD MAYBE* have!!!! Not accusing any one of anything here!
  5. Today
  6. alex77777

    Plugin: TheIntroDB – Emby Plugin

    @PasitheaIve submitted timestamps about a week ago on the IntroDB website, how long do they typically sit pending for?
  7. Luke

    Immediate crash of MacOS Emby Client

    Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
  8. Luke

    Emby randomly unable to reach server

    Hi there, please attach the Emby server log from when the problem occurred: How to Report a Problem Thanks!
  9. Hi, try refreshing the metadata on the series and see if that helps.
  10. alex77777

    VirtualTV plugin

    Is Caching of Program data enabled for that channel? It should have a check mark
  11. yocker

    Plugin: EmbyIcons release.

    When I get home in a bit I can check and see in their logs if there are some common plugins between them.
  12. yeah, of course. the cast is working fine, only director, writer, etc not picking up tmdb id. but for movies library all cast & crews is getting tmdb id.
  13. My bad, it's crosswatch, not crosstrack. His github is here so you could open a request there to discuss further, although I believe he's on holiday currently: https://github.com/cenodude/CrossWatch Ohhh I just noticed that Wetrakr supports "now playing". That's awesome, as it's something I use quite a bit.
  14. ebr

    Plugin: EmbyIcons release.

    So some other plugin could be responsible as well. Seems pretty odd since we've never seen that happen before.
  15. yocker

    Plugin: EmbyIcons release.

    Sadly no, only logs I got was from after the damage was done.
  16. ebr

    Plugin: EmbyIcons release.

    Do we have any idea how that happened?
  17. Have you set tmdb to be the primary metadata provider for TV? It's not the default setting. Paul
  18. Correct. Paul
  19. pwhodges

    Connecting to the server issues.

    Contact the people running the server and taking your "membership" fees. This is nothing to do with Emby, who simply write software. Paul
  20. Fair point, and you are right that there is no upload for a Trakt export today: our Trakt import only reads the API after you authorize us. I should not have implied otherwise. Two things: If you would rather not touch your Trakt authorizations at all, you do not have to go through Trakt for new watches. Emby can talk to Seenr directly with a webhook, so your plays land in Seenr as you watch, with no third party in between: https://seenr.app/en/integrations/emby For your existing history, we will add an upload for the Trakt data export. (can you send us your export file please - we are testing our system on different files to improve it) Simkl is already supported: Settings, Import, Simkl tab. You authorize Seenr on Simkl and we pull shows, movies, anime, ratings and watchlist from their API. There is an API, it powers our own mobile app, and it is not documented publicly yet. We also have token scoped endpoints used by Plex, Jellyfin, Emby and Stremio to push plays in. Happy to talk to the Crosstrack dev directly about what he would need, if you can point him here.
  21. if you need to use a different address from the usual one, then currently no. But there are open feature requests to allow this to be configurable.
  22. Luke

    Connecting to the server issues.

    Hi, are you trying to connect to your Emby server, or someone else’s server?
  23. I spent the weekend setting up emby on my WD My Cloud EX2 Ultra, it was all working (other a slight network hiccup in the middle of setup) and I shared it with a friend who had it working also. I was talking about it today with someone else, and when I've tried to access it I'm getting Unable To Reach Server messages constantly - I've not changed any settings. I'm able to access my server directly through the WD MyCloud site, and I can also access it via Plex, but for some reason emby can't connect. I vaguely remember having this issue when I've previously tried to set up emby; that it would be quite temperamental and randomly say it can't connect to the server, when there's no reason it shouldn't. The hiccup at the weekend, was that it did it in the middle of me trying to set everything up again - though I'm not sure if I actually had an actual network at that point (because some other things seem to point to that possibility). I can't even remember how I rectified it at the weekend, because the webpage just kept saying that it couldn't connect and then I clicked through somewhere which opened a new tab that could connect - but the old tab still couldn't. This happens both locally and remotely. I really want to switch to emby, particularly for it's free remote access, but this random loss of access keeps putting me off.
  24. Roblin1971

    Chronological Playlist Maker/Editor

    Sorry Derrick.. Been away fro a while and didnt relaise anyone was using this.. I locked the git. Built a slightly more advanced version.. Which is https://github.com/marker197/party-watch-for-emby Ignore the trakt stuff, that has been removed and replaced with simkl and mdblists. Way more advanced universe/franchise creation tool is built into it. Self hosting on docker or synology container manager. Give me a shoutif there are issues, still actiiviely working on it. PS The watch party was the main driver for this app, allows you to watch in sync with other devices over the lan, or over the internet..
  25. 0.0.0.25 Channel items built with a more intentionally unique (when appropriate) ID as pluginnamespace::connectionId::schemaId (should yield benefits around caching in time) Tweaks to UI Custom enpoint example video using Emby rest api to build artists,albums and tracks. A more curated intentional set of outcomes for channel item creation. Still early days needs testing.
  26. yocker

    Plugin: EmbyIcons release.

    Sadly without being able to replicating the problem i can't be 100% sure if it was Emby at fault but it sure does look like it from what i can see. Multiple movies with the same ID would cause them to have the same output path and there for the same posters as they are in that path. EmbyIcons simply did it's duty and drew on that single poster, hence why the icons were still correct for the video, because that was the poster in that path. In other words i believe it would have happened even without EmbyIcons installed and that it is a bug in Emby that is very rare to happen. The "bug" in EmbyIcons was that it had no guardrails against something like that and still drew on the posters. The fix for EmbyIcons i made is simply that it won't draw on posters with an empty ID any more, so if Emby does it again the same thing will most likely happen but EmbyIcons will refuse to be part of it.
  1. Load more activity
×
×
  • Create New...