All Activity
- Past hour
-
carlos420 joined the community
-
mom2boys2232 joined the community
-
shitcunt1 joined the community
-
lqy2 joined the community
-
embyn0213@arservik.com joined the community
-
Csarm510 joined the community
-
81897 joined the community
-
silverlord720 joined the community
-
Trakt plugin not allowing to connect to Emby.
dvitale71 replied to GabbaGool's topic in Third Party Apps
I just watched an episode (actually several) and nothing updated on Trakt. - Today
-
Timed Out - Error in TheMovieDb / getting available plugin updates
Chobimera replied to Endymion's topic in General/Windows
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? -
lhpereira started following Emby Android Server USB Drive Can't Read Directory
-
Emby Android Server USB Drive Can't Read Directory
lhpereira replied to jscheeren's topic in Android Server
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? -
abuthemagician started following Multi movie naming - hide part of file name from version drop down
-
Multi movie naming - hide part of file name from version drop down
abuthemagician posted a topic in General/Windows
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. -
Have a read of this: Live TV Setup Then you can ask more specific questions if you still have any.
-
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.
-
I cannot add Jury Duty Presents Company Retreat . Am I doing something wrong or is it missing on the database?
GabrielPhoto replied to GabrielPhoto's topic in General/Windows
-
Thanks @visproductionfor the feedback I’ll be checking this further in the next couple of days and let you know. Best regards my friend
-
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
-
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.
-
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
- 453 replies
-
- Theme Music
- Theme Songs
-
(and 3 more)
Tagged with:
-
ng4ever started following tv guide and How does this even work ?
-
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.
-
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.
- 453 replies
-
- Theme Music
- Theme Songs
-
(and 3 more)
Tagged with:
- Yesterday
-
Problemas al configurar emby en My cloud ex2 pro
Luke replied to Oscar Daniel Tafur Vidarte 's topic in Western Digital
@Oscar Daniel Tafur Vidarte has this helped? -
Webhook Notifications - Test works, but real notifications are never sent
Luke replied to Multitude9588's topic in Plugins
Why exactly do you expect an outgoing webhook on this? Is the user who setup the webhook an admin? -
Hi @CasualChuckhas this helped?
-
Willy king started following Android Server
-
OK so I would try playing an episode and then see what happens on trakt after that.
-
[BUG] Inconsistent "Sort Album" behavior: SortName ignored on Author/Artist and Albums
Luke replied to Flest's topic in General/Windows
Hi, OK, we will use SortName for audiobook authors. Thanks. -
EmreWest started following 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?
-
Willy king started following Web series and season library perfactly scan
-
Automatic Emby Media Pruning (Movies & TV Episodes) Using a Custom Docker Script – Any-User Watch Logic
mojavaid36 replied to mojavaid36's topic in Tools and Utilities
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 -
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
-
Willy king started following Tutorials and Guides
-
Emby Android App on Android TV - Resume button not in focus
luca1970it replied to luca1970it's topic in Android TV / Fire TV
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 -
Emby Android App on Android TV - Resume button not in focus
luca1970it replied to luca1970it's topic in Android TV / Fire TV
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. -
LG TV has a problem playing videos with embedded subtitles.
BroserBros replied to trekflix's topic in LG Smart TV
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
