Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Why not rather restrict the "Network request protocol" to IPv4 in Emby settings? As it seems to only affect Emby (at least on my system AFAIK) this would certainly be the better approach, right?
  3. Today
  4. lhpereira

    Emby Android Server USB Drive Can't Read Directory

    Hello everyone, allow me bring this topic back. I've installed Emby (4.9.3.0) on android 11 cellphone and had the same problem, with a external drive attached in USB, i cant map a library folder path. Google Files, CX File Explorer, EX File Explorer all can see and access the external drive, but not Emby. Can i have some help?
  5. I understand how multi-version naming works, but is there a way to hide part of the file name? For instance I have 1080p and 4k versions of lets says Jaws. The two files are named: Jaws (1975) - 1080p (BluRay x265 10bit HDR) Jaws (1975) - 4k (BluRay x265 10bit HDR) Is there a way to hide everything in the parentheses after the quality from showing in emby when you pick a version? Currently it shows up as: 1080p (BluRay x265 10bit HDR) 4k (BluRay x265 10bit HDR) And I'd rather just see 1080p 4k Thanks in advance. I tried to search for this but it's hard to figure out what search terms to use.
  6. seanbuff

    How does this even work ?

    Have a read of this: Live TV Setup Then you can ask more specific questions if you still have any.
  7. One2Go

    tv guide

    Do you mean live TV like this? I use a HDHomerun tuner and with a premium account you get the data for the TV Guide. Very easy setup with an antenna in the attic connected to it I get like 65 channels in the greater Washington DC area.
  8. You clearly know what I meant...no need to be a Ted Mosby about it...
  9. msauve

    Media constantly freezes

    Thanks @visproductionfor the feedback I’ll be checking this further in the next couple of days and let you know. Best regards my friend
  10. msauve

    Media constantly freezes

    How would you convert them? Do you have a software to propose or Emby server can do it? I’ll be waiting for your further instructions @Happy2Play Best regards, Max
  11. audiom3

    embyforkodi (next-gen) 12.X.X support

    I am not getting any actor info since updating to the latest E4KNG. I haven't made any changes other than just updating x.x.16. Not sure what else it could be. EDIT: Rebooted, restarted Kodi did not work. But logging off profile to my wife's profile and back did refresh the actor section Either way, all good now.
  12. 1/2 disabling will handle the rest. You said it failed them so disabling them won't, so it'll deal with it 3. I don't need you to check anything but the logs are advising you to. As I say, i call on emby to give me a list of media items with missing themes within the category and act accordingly, if they're failing to recognise themes are there and in place then it would suggest something is wrong with your emby configuration which is blocking them from being detected? Maybe permissions? 4, no, I want the weight of the whole logs, like I say, I can make them debug and maybe even a split but it seems pointless as it highlights a problem I've already addressed with mf and my intentions to move from them anyway and it's only a log, given the immediate definition of a log, it's serving exactly as it should imo
  13. ng4ever

    How does this even work ?

    Live TV. Sorry really new.
  14. ng4ever

    tv guide

    Can Emby still do tv guide or whatever it is called ? Like kinda look like youtube tv streaming service ? It is the part where not just streaming content I guess. No idea. Sorry.
  15. katbyte

    TV Theme Music Plugin Questions and Support Thread

    1 & 2: will disable it, but does this mean i should re download all theme songs/etc as the volume will change between them now? 3: not sure what you want me to check? the series this is happening to plays fine, emby shows no errors and seems aware of all the files, has not been added recently (year+ ago) nor the directory changed. 4. maybe it would make more sense to catch the exception and simply log a single line of "DownloadPlugin: failed to download media for XXXXX at url YYYYY due to ZZZZZZ" rather then an entire stack trace as it doesn't seem to be an error/exceptional event warranting it so much as an expected behaviour dealing with the fact these links die? that would reduce the size of the log entry as well not stand out as an error that needs to be fixed.
  16. Yesterday
  17. Luke

    Problemas al configurar emby en My cloud ex2 pro

    @Oscar Daniel Tafur Vidarte has this helped?
  18. Why exactly do you expect an outgoing webhook on this? Is the user who setup the webhook an admin?
  19. Luke

    One Actor, two entries with different movies

    Hi @CasualChuckhas this helped?
  20. OK so I would try playing an episode and then see what happens on trakt after that.
  21. Hi, OK, we will use SortName for audiobook authors. Thanks.
  22. EmreWest

    Aperture - AI-Powered Recommendations for Emby

    Can I help you with the german translation of the UI? I just realized today that there were some updates to Aperture and I really like them so far. After changing the UI and AI language to German I also realized how bad Google or whatever you used for translation did the translation to German. I have no experience in coding etc. but pretty decent knowledge in IT in general and am fluent in German. Would be happy to help. also an additional question: is there a fix for the missing poster bug planned?
  23. Thanks - glad it’s useful. For movies, there actually isn’t a separate "MOVIE_NEVER_PLAYED_DAYS" variable in my version. The movie logic is: - if a movie has been played, it gets deleted if the most recent play is older than "MOVIE_PRUNE_DAYS" - if a movie has never been played, it also uses "MOVIE_PRUNE_DAYS", but only if the item was created more than that many days ago So in short, movies use one retention value only in my script. TV is the only one I split into two values: - "TV_PRUNE_DAYS" for played episodes - "TV_NEVER_PLAYED_DAYS" for never-played episodes On scheduling - I’m not looping it inside the container. In my setup I just run the container on a schedule externally and let it exit when done. For me that keeps things a bit cleaner and more Docker-ish than having a long-running sleep loop inside the container. So rather than: - container stays alive - script runs - sleeps - runs again I do: - scheduler triggers container - script runs once - container exits That said, your "INTERVAL" approach should work fine if you prefer a self-contained long-running container in Compose. So really it’s just two different styles: 1. Run-once container + external scheduler - cleaner separation - easier to see each run as a one-off job - this is the approach I use 2. Long-running container with internal loop - convenient in Compose - fewer moving parts - but the container is basically acting like its own scheduler
  24. Updates: Fixed some compatibility issues with mobile web browsers Fixed sidebar issue Pill bars you can scroll now. Re-arranged some variables around and dropped the term season from certain ones. Link color changes in admin area footers to use the theme colors and not white. styling on the Filmography area (Emby 4.10-Beta feature) Emby Navy and Gold v4.66.css
  25. I've attached this video to show you what I mean: the focus skips the 'Resume' button and automatically lands on 'Start from beginning' after stopping. VID20260407000519.mp4
  26. Hi, I'm sorry but absolutely not. The focus issue on the 'Resume' button still has the same bug on my Shield. Sometimes it highlights 'Resume' and often it goes to 'Start from beginning.' So, unfortunately, the bug is still very much there, even in the new beta.
  27. Why isn't a clear explanation and solution being provided? Something that was working broke after an update, and for three months there's been no solution or proper explanation. @Luke
  28. dvitale71

    Trakt plugin not allowing to connect to Emby.

    Sure. Please see attached.
  1. Load more activity
×
×
  • Create New...