Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/27/25 in Posts

  1. I made some simple icons for the "My Media" section inspired by the emby logo and figured I'd share. SimpleEmbyIcons.zip
    2 points
  2. Doh! So obvious Thank you.
    2 points
  3. Something like: div.section0 .cardMediaInfoItem {display: none;} Note that it depends on which Home Screen section your My Media row is, adjust "sectionX" as needed.
    2 points
  4. Hi, is there a chance to indroduce a Chat into Emby to chat with other Users ? To talk about a Film or a like something. Great work to u all, i have test all the other and MB is the Best of all. Thank again to this great work. I have pay Supporte too 1 week ago. The SSL Proplem from my Post : http://emby.media/community/index.php?/topic/20311-ssl-stop-woking-after-new-server-update/?hl=ssl is resolve with the last Emby Update, now works fine, alsow the Androide out of local Network is solve. Saluti Martin
    1 point
  5. Are there any internal tools or plugins that we can use to communicate with users? Or does this need to be done externally? Would love a message hub or way to display a message for a user upon login or such. Or, is this possible but there aren't any plugins that do it yet?
    1 point
  6. I have recently made the switch to the Android App on my television. It does take a little longer to start, but then again so do I these days. Other than that after learning the details on configuration of the Home Screen I have found it to be far more configurable than the Android TV version. I can put far more valid content on the initial home screen now. (This is according to my preferences in my narcissistic world of media entertainment which I am very content with now that the Emby programming Team have decided they should make changes to the App for me exclusively!) Um ahem...) All this aside it sure looks great up on the big screen! The Live TV sure works smoother with less hangs. The graphics scalability is far greater. I can makes things so small that I can't see it without effort. This is of course what I choose as my default as I refuse to accept that I am getting older and that my vision is a limitation. Thanks for all the hard work Emby team! I am enjoying having so much content that I have time now to read a book. Sincerely, Jack P.S. All joking aside, thank you very much. I am really enjoying Emby as is my dear Wife.
    1 point
  7. It took me way too long to figure this out, and not at all sure there isn't a way to do this easier, but this is working. I used shared drives (SMB) for all of my media files, so my TV, Recorded TV, and movies all reside on a remote disk. I mount the SMB shares in my fstab file at boot with something like this (disclaimer: I am using Ubuntu 24.04): //10.3.0.140/Movies /media/Movies cifs credentials=/home/muzicman0/.smbcredentials,uid=1000,gid=1000 0 0 //10.3.0.140/TV/TV /media/TV cifs credentials=/home/muzicman0/.smbcredentials,uid=1000,gid=1000 0 0 The Problem: my normal login user can write or delete files/folder, but my group can only read. So even though I added the 'emby' user to my group, I couldn't delete files from within Emby. The solution: I changed each mount line in my fstab to something like this: //10.3.0.140/Movies /media/Movies cifs credentials=/home/muzicman0/.smbcredentials,file_mode=0770,dir_mode=0770,uid=1000,gid=1000 0 0 //10.3.0.140/TV/TV /media/TV cifs credentials=/home/muzicman0/.smbcredentials,file_mode=0770,dir_mode=0770,uid=1000,gid=1000 0 0 This now allows group read & write, not just read. I think technically it allows execute as well. You'll also need cifs-utils installed to mount via CIFS: sudo apt install cifs-utils The command to add the emby user into your username group (uid/gid 1000 in my example above) is: usermod -a -G {group_name} emby You may need to preface that command with sudo, don't remember for sure. If you get a permission denied, then use sudo. Once the above is done, you either reboot, or re-mount your drives. I hope this helps someone.
    1 point
  8. Hi, yea I'd have to check but it's either 10% or 15%. Obviously it should be configurable, it's just not yet.
    1 point
  9. Exactly what i was fishing for! Thank-you!
    1 point
  10. I am on Windows 10 yeah. When it does not hang it looks like this. There is a 2nd Edge When it does not hang the location is I will report what is the location is when it hangs the next time it hangs.
    1 point
  11. Hi, I think I would just be patient and give it time to finish. Maybe it's just taking a long time. I will move this posting into the topic for the plugin to ensure that the developer sees it . Thanks.
    1 point
  12. Emby for Apple TV 1.9.8 has been released. Here are the highlights: Fix video player back button behavior when paused Fix movie trailers tab only showing one item View the full article
    1 point
  13. Hi, there is currently no option for this, but yes this makes sense:
    1 point
  14. Hi, we'll look at improving this. Thanks for the feedback.
    1 point
  15. In my case it was my reverse proxy that needed the setting "CORS Origin set to *". Dont know if @kira yamatois using one. Dont remember if IOS devices could connect at the time if i had opened a port for emby, as all of my things just worked at the time through my reverse proxy except for IOS devices connecting to emby. Haven't had a port opened for emby for years, changed reverse proxy awhile ago and then 2.2.31 emby happened when it was released. Found the CORS setting at proxy developer site. Just tried to open port 8096 and connect with a ios device with emby 2.2.37 to http://myddns:8096 and it worked right away. So if it is just that he has problem with, im not so sure I know what it could be.
    1 point
  16. Didnt notice until now. I will check in the coming days. Workin right now
    1 point
  17. Current status is it is working except when there are 2 entries for the same thing. One is causing the other to raise a deletion task. I'll get there #EXTINF:-1 tvg-id="" tvg-name="Topolino - La Casa del divertimento S01 E01" tvg-logo="https://image.tmdb.org/t/p/w600_and_h900_bestv2/jOSPfbjtyZz8Vpt8rF16FUlSUVq.jpg" group-title="Serie Disney+",Topolino - La Casa del divertimento S01 E01 http://m3u_url/series/username/password/401002.mkv #EXTINF:-1 tvg-id="" tvg-name="Topolino - La casa del divertimento S01 E01" tvg-logo="https://image.tmdb.org/t/p/w600_and_h900_bestv2/7NCVaHkcTLfG6pMoLOa6SKsbKtQ.jpg" group-title="Serie Disney+",Topolino - La casa del divertimento S01 E01 http://m3u_url/series/username/password/339700.mp4 Its the same episode but both the stream url and the logo url are different It was an OR instead of an AND in the code, so it compiled without issue. logic error - my fault. testing with extra verbose logging on, so its taking a while
    1 point
  18. Try sort by title.
    1 point
  19. Here you go. img.coveredImage-contain { object-fit: fill; }
    1 point
  20. Because your Emby server doesn't have proper permissions in your file system?
    1 point
  21. The issue is being looked into. I have managed to reproduce the problem. The issue arises if there is an error / exception or crash during earlier download of the item and we end up with a file in the files/Download area `/storage/emulated/0/Android/data/com.mb.android/files/Download/` - with probably some inconsistencies in the adnroid app emby database
    1 point
  22. Hello @Luke, I have tested the playing queue for a while and it seems to be working now. Thanks for your help. ^^
    1 point
  23. Hello, I'm using version 4.9.0.50 beta and this does not work for me either. Do I understand correctly that the error has not yet been corrected? Best regards
    1 point
  24. Now it seems to works Maybe I was did somethings wrong. Thanks you! Love this software (coming from Plex and Kodi, and its a +1 for emby)!!
    1 point
  25. 1 point
  26. Thank you so much for the detailed explanation! It appears i should have been selecting sh instead of bash. after changing that i've gotten a few steps further! thank you!!!!!
    1 point
  27. The only scanning progress is the normal library scan progress, or the progress of a scheduled task.
    1 point
  28. Hi we’ll take a look at it. Thanks.
    1 point
  29. The Roku will have a blinking light on it when there is no internet. The Emby Roku app will work without issue, other than LiveTV access which requires periodic verifying of device limits and Emby premiere server entitlement. The app will cache the verification for a couple weeks. After that period you would lose access to LiveTV since it can longer verify authentication over the internet. There may be a popup from Roku themselves when launching the Emby app that it might require internet for some functionality. Might because some plugins are internet based and any content streamed through them would require an internet connection. But the Emby Roku app will function just fine without internet other than that. You do not need to do anything special for Emby.
    1 point
  30. I was following this because I wanted the same concept of multicasting to many TVs at once. I ended up doing it in hardware. Sharing in case others wanted to do the same. (The idea came from seeing how they did the same in the local electronics store for the display TVs.) I also have Plex, but REALLY prefer Emby over Plex for usability of seeing what movies are out that I'd like to watch, rather than being buried in a mess of options. When family comes over, it's possible that even if watching the same movie, some will want to go off for privacy while watching. (Some want to watch the movie, some want to chat more than watch). I got a 4k 1 in, 4 out splitter, and then 4 HDMI over Ethernet kits. To multicast, I run from the basement system to the splitter, then put the input to second HDMI on the Basement TV, Living Room, Family Room and Den. All four TVs are perfectly in sync for under $500 CAD thanks to cheap stuff from Amazon. None of the parts I'm using are brand name, so I didn't bother to include links. Seems like any of 100+ are the essentially the same price for the same specs (4k 60Hz). Apparently you can also do Wifi, but I had the ethernet pre-wired and figured it would be less problematic on cheap components, so I have no idea how well that would work at scale, or price point.
    1 point
  31. Update: Skin Helper Service Skin Backup kann auch installiert werden ____________________________________________________________ Skin Helper Service Skin Backup can also be installed
    1 point
  32. The opt-out option is in the new beta (https://emby.media/community/index.php?/topic/138418-new-windows-xbox-beta-222500-beta/) If all goes well, the stable will follow in a few days. Thanks
    1 point
  33. Note that TVMaze is very light on anime information. The few I've checked are all listed, but some are missing special episodes (one is missing a whole season), and nearly all have no season or episode summaries and images. I've not found any with alternate orderings either, even where the "normal" ordering is meaningless (Monogatari series). Paul
    1 point
  34. I will say cause well over 95% of the time when I'm in a particular library that is the only type of media I'm interested in. I do not want a list of various movies plus the TV shows I'm looking for and vice versa.
    1 point
  35. Moin Die frage ist auf was läuft Emby? Unraid, Synology, Linux? Emby kannst du so nix einstellen das muss du schon bei der Installation von Docker oder halt vom System selbst machen mit Routing. wenn du bei beiden netzwerkkarten zugriff im Netzwerk auf Emby hast.. müsstest du eigentlich nur auf ein von Routern Portfreigabe nach draußen machen läuft es auch da drüber. VG Sven
    1 point
  36. I also checked out to have a gradient mask effect, so that the actor section etc isn't disturbed by the background image, a little bit like Plex. Backgrounds with a lot action in the top right are best for this. Emby-Stable-style-3.5_colorful_v3_gradient_blur.txt
    1 point
  37. Hello guys! Once again here is a new update that is now supporting stable version Emby v4.8.10.0. Enjoy! Emby-Stable-style-v3.5.txt
    1 point
  38. While Emby already has recommendations built in based on previously watched items I find they are not all that helpful. They seem to be based on genre only, for example, because you watched a comedy here are other comedies in your library. I do like how the also directed by/appear in recommendations work though. What would be great is if Emby could incorporate Trakt's recommendations as they are much more sophisticated. Trakt's recommendations are not only based off of what you have previously watched but also what your Trakt friends and other Trakt users have watched. It takes user ratings and trending/popular media into account. Ideally Emby would include full Trakt integration allowing users to rate media after watching, view lists and recommendations, and view upcoming media all from within Emby but for now I think recommendations would be a nice addition. Trakt has the potential to give Emby that community feel and allow users to discover new media, find something to watch, and recommend media to other users. http://docs.trakt.apiary.io/#reference/recommendations
    1 point
  39. Lifetime Premiere user here, I searched around but I couldn't find anything related. I have a pretty large movie collection and about 30 frequent users. Every now and then when I talk to them I get the surprised "Is that the remastered version" or "is it from the blu-ray?" I find myself adding tags that are already available in my filenames but since my users are on android/firetv-apps and using remotes they can't see the filenames easily. I'm looking for a method to pull the "Remastered", "Enhanced", "AI Upscaled", "Upscaled", "Bluray", "Blu-ray", "DC", "Directors Cut" from the movie-filenames (I'm VERY picky about my file naming) and put them in an .nfo file containing only the tags next to every movie and then have Emby pull the tags from the .nfo. I've tested it manually creating the moviename.nfo with only <movie><tag>Blu-ray</tag></movie> and it works just fine. I'm really not interested in scraping more data or having some utility poke around inside my movie-files. I know I can write a cmd or powershell script to do this recursively on all my movies but I wanted to check if anyone is already doing something like this before I go all in. I've downloaded a bunch of metadata utilities but they more or less do what Emby already does.
    1 point
  40. And you were given the first option. You were the one that chose to use docker. Docker apps do not autoupdate. Emby doesn't, Jellyfin doesn't; Vaultwarden, Radarr, Sonarr, Filebrowser, OpenVPN; all of them do not autoupdate. Thats a function of running apps in docker. Updates are manual, unless you install additional software to monitor docker for updates. So, Congratulations. You'll have exactly the same problem when jellyfin updates and you still have 0 idea how to update a container. (as well as every single one of the other docker apps you're running.) Saving a compose file doesn't magically start itself; you have to run a command to start it. (which you know as you've done it) All you had to do was modify one word in that command. You didn't even have to research or look for additional info: it was provided for you by people that are happy to help with any further troubles. Alternately; I gave you a way to modify a compose file so it updates itself when started instead of additional manual steps. Good luck, you'll need it with that 'I refuse to learn anything' attitude.
    1 point
  41. So many applications (web or otherwise) have added search capabilities to their configuration screens...this would be super nice!
    1 point
  42. It used to have this but almost no one used it and maintaining and supporting it properly was just too expensive.
    0 points
  43. Why do you want to keep bloating Emby with stuff like this? If you want to run a chat server then install a chat server program on your server, but asking Emby to include a chat server that has nothing to do with the purpose of Emby is foolish. Your trying to make EMBY do everything in the entire world just makes it more and more bloated, which will make it slower and slower and more and more complicated to maintain and develop. Next someone will ask Emby to have email integration so you can check your email while watching a movie Its getting ridiculous all these requests for stuff that has nothing to do with watching movies or tv shows.
    0 points
×
×
  • Create New...