All Activity
- Past hour
-
Sinvqui joined the community
-
Sinthyaaa joined the community
-
Chema1983 joined the community
-
Mark_G joined the community
-
angelmartinez joined the community
-
Hi Luke, still have the issue when running the Standard Emby for Andriod app. I have both the Emby apps loaded the Andriod TV app Version 2.1.55g most current version on the Play Store and the Standard Emby for Andriod app version 3.5.56 downloaded from Emby download site most current version. When using the Andriod TV app all versions of Double Vision works but not when I'm using the standard Emby for Andriod app version 3.5.56 i still have the issue. I prefer using the Standard version. As you must know 1st time logging ino the Andriod TV app it even recommends using the Standard Version and i quote "Did You Know? Our standard Andriod app now Works on TVs too and is being updated with more current features" so is it possible to make the same change that was applied to Emby for Andriod TV added to the Standard Emby for Andriod. I 1st reported this over a year ago I'm not a fan of the Andriod TV version I like the features of the Standard version giving me the ability of maintaining the server and media without have to use my PC all the time for this reason I have been using Kodi instead and would love to come back to emby I was an emby user for years.
-
Server connects but displays no media files
twofacetoo replied to twofacetoo's topic in General/Windows
Looking into it now, I've killed the Emby Server process that was running on my desktop, used the TV to disconnect from the server entirely, now I'm trying to re add it, but running into a whole new issue: the TV can't find the server anymore. I tried using Emby Connect, entered the 5 digit passcode, then the TV app just went back a page and asked me to connect to a server again. I tried doing it manually with the IP address listed on the laptop's server, and it just says it can't connect. I've just checked again that the laptop IS connected to the internet safely, and it is.- 24 replies
-
- connection
- server
-
(and 1 more)
Tagged with:
-
nicechad joined the community
-
My guess is that your old server is still running on your PC and that is the one the other devices are connecting to.
- 24 replies
-
- connection
- server
-
(and 1 more)
Tagged with:
-
sanguchi joined the community
-
More AI fun (letting AI do stuff using Emby webhooks) - all this is WAY beyond my abilities So on my FamilyHub website my kids can earn screentime by doing chores. There's a timer on the page they can press that will automatically subtract their screen time minutes and then beep when it's either all done or they're come to the amount they want to spend. But I thought, maybe AI could get something working that would not only automatically spend their screentime while they were watching Emby but also stop the video when they ran out of time. So I used a webhook and built a small endpoint that sits there waiting for play/pause messages. Emby's message includes its own ID for whoever's watching and each of my kids has their ID saved into the website (linked with their own website ID) so when a message comes in, the website can tell which kid is watching something. The kids' screen-time balances live in the same Firestore database the rest of the app already uses. So when a "pause" message arrives, it calculates how many minutes just passed, subtracts them from that kid's balance in the database, and — if the balance would go below zero — sends its own command back to Emby's API to stop that video right there. There was one glaring loophole, all of this depended of Emby sends! If one of my kids watched a 3 hour movie with no pausing or stoping then nothing would trigger a check until the video eventually ended. So a small background job (Cloudflare Worker) that runs every couple of minutes (since the main webhook technology can't run on a timer) was added to check if anyone was currently watching, charging them for elapsed time along the way rather than waiting for a pause that might not come for hours. There's only one issue I've noticed and that's if a tv show ends and the continue watching automatically goes to the next show, the website stops registering that a show is being watched, and no screentime is ever deducted for that show (even when the show is stopped - although I didn't test pausing and starting again). My kids think this is cool, but are also kind of disappointed.
-
Because developing and maintaining a complex feature that most people don't need would need to provide a clear benefit for us to do it.
-
umoed23528 joined the community
-
4K HEVC shows as 1080p, think I can't find any setup to fix?
ebr replied to PeteGul's topic in Android
You claimed your solution would fix the issue in this thread. That is misinformation and needs to be clarified here. -
Server connects but displays no media files
twofacetoo replied to twofacetoo's topic in General/Windows
I initially had the server on my desktop PC, where everything worked fine. Then I migrated the files over to a laptop I got from a relative, with the intent of using it exclusively to run the Emby server. I set it up with the server software, and it did in fact work at first. I had a few issues with it, one of which I posted about before which was fixed entirely by deleting the library sectors and re-adding them, but since then I've had this recurring issue where the files just aren't read at all. To test it as I said in the quoted comment, I added a few video-files to my desktop computer and hooked the server into them, they showed on the TV almost immediately. Would the server running on multiple machines cause some kind of conflict like this? Because again, it HAS worked on the laptop before at times, even when my desktop PC was running, it's just never been specific.- 24 replies
-
- connection
- server
-
(and 1 more)
Tagged with:
-
Sorry, my bad. The above confuses me a bit. Exactly how did you do this? You've only installed the server on one machine, correct?
- 24 replies
-
- connection
- server
-
(and 1 more)
Tagged with:
-
ania brito joined the community
-
The ability to create a collection that's not global only Library specific
ebr replied to Fin7645's topic in Feature Requests
Hi, there's already an open request for this or something functionally equivalent. Please join in and contribute to the existing discussion at: -
Server connects but displays no media files
twofacetoo replied to twofacetoo's topic in General/Windows
Already done so in the very first post. I even labelled them to make it clear which one is which.- 24 replies
-
- connection
- server
-
(and 1 more)
Tagged with:
-
The ability to create a collection that's not global only Library specific
Fin7645 replied to Fin7645's topic in Feature Requests
Ah sorry I was thinking of something else, I want like to be able to create a collection that is decade based or any ffilter really so I don't have to create them by hand I can just put a smart filter that creates a collection based on filters like year or genre like I can in Plex. -
SMB has a huge overhead, something that can be proven by simply trying to get full speed over a 10Gbe network. Admittedly not really a problem when just watching a movie over it but worth noting anyway.
-
Hi. Can you please show us a screen shot of your home screen from Emby on the laptop and then also Emby on another device that has the issue?
- 24 replies
-
- connection
- server
-
(and 1 more)
Tagged with:
-
The ability to create a collection that's not global only Library specific
ebr replied to Fin7645's topic in Feature Requests
Hi. I'm afraid I'm not following. A collection you create only has the items that you put in it... -
Yes, that's what it would be meant for. To be clear, this is not under active development right now but just in our plans.
- Today
-
@pwhodges The actual benefit is that the media playback path becomes independent of Emby's HTTP streaming path. With Direct File Access, Emby tells the player where the original file is and the player opens that file directly from the SMB share. From that point on, the player controls access to the media itself — including reading, seeking and buffering — rather than receiving the media through Emby Server over HTTP. That's not a picture-quality benefit, and I'm not claiming that it is. The bits don't magically become better because they travelled over SMB. The benefit is that I can use a player and its native file-access implementation directly against my media storage while still using Emby for the library, metadata and playback management. Kodi is a very good practical example. I can point Kodi directly at the same SMB files and play them completely independently of Emby. With EmbyCon and Direct File Access, I get that same playback path while retaining the Emby library around it. So yes, I prefer it — because it gives me that separation and control, not simply because I happen to like the letters SMB better than HTTP. Whether that benefit is important enough to justify maintaining the feature in Emby's Android client is a different question. Eric can reasonably say that it isn't worth the development effort for the number of users who want it. But that's different from saying there is no actual benefit.
-
But what is the actual benefit? The only specific "benefit" you have specified is that you prefer it. Paul
-
Why do trailers in the windows app have ads but not the web app?
Mahinepua replied to Mahinepua's topic in Windows & Xbox
The android client was on the tv at a different house, havent experienced any issues there but will check again this Friday when I’m there. -
Why do trailers in the windows app have ads but not the web app?
softworkz replied to Mahinepua's topic in Windows & Xbox
Just above you said: -
Plugin: EmbyCredits, detect end credits and add auto skip.
yocker replied to yocker's topic in Plugins
Mostly a question of adding keywords for the OCR engine to look after. -
Plugin: EmbyCredits, detect end credits and add auto skip.
VirulentPip replied to yocker's topic in Plugins
Have set up PaddleOCR docker on my gaming PC. So my 4090 can rip through my 80K+ episodes, seems to be working well so far! 30hr ETA rather than 100s-1000s of hours via Tesseract on my unraid server. Issues with anime like Boruto and others, but I guess that's pretty normal? -
Hi, just asking out of curiosity. Is this behavior of the navigation bar on mobile phones intentional? It only occurs when the keyboard is active. It would be nice if the bar could be turned off. Android Version 3.5.55
-
Ok I have 8 tvs in total in my home, 2 in my caravan usually about 4 are on at the same time, just want hardware that will run upto 10 tvs without freezing or lagging I use live tv from m3u and hd homerun Series and movies from ip tv supplier on m3u also thinking of upgrading my hardware but no idea which direction to go with the equipment
-
It sounds like maybe this is a bigger issue and I don't want to cause any problems. Since Roku has dropped support, I may just have to go ahead and do some batch conversions and get everything MP3. Even though it's a bunch of folders, I bet if I find the right utility, it won't be terrible. That will be my plan at this point. Thanks all for your attention on this.
-
Option to force audio downmix/conversions during playback
visproduction replied to Goros's topic in Feature Requests
Goros, Thanks for those details. Hmm, so another way out would be to make sure all the media content is similar enough, or the same exact audio video, so users always get similar quality and timing for each media. That would take a lot of extra work. Hopefully, your info is useful to help make Emby better.
