Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/09/25 in all areas

  1. I listened ... and set up nginx reverse proxy -> Emby is only listening locally with nginx listening on 80 and 443 and doing: 301 on HTTP proxy_pass http://127.0.0.1:8096 Thank you everyone for your support! Great community!
    3 points
  2. The windows installer is basically just a stub program that downloads the latest release from Github and runs that installer, it's likely been used since Emby 3.0 was first launched because in reading what you provided there was a connection closed unexpectedly error meaning it wasn't able to query the Github API for the latest version and it basically fell back to a known version, which it tried to download but doesn't exist anymore. I have a copy of the setup executable from 8 months ago and it's identical to the one I downloaded today, I know that new versions have been released in those few months, and also the setup executable is very small which is further evidence that it's just a stub. Since you reinstalled Windows you may have gotten rid of whatever problem you were having connecting to Github, it seemed to be purely within your local environment. I don't see where you were threatened if you could point that out please.
    2 points
  3. And this is where a comparison of each vendor/model will give you a ballpark. Yes a modern (Gen 11+) Intel with iGPU will likely be all you need for Emby - but for those with AMD CPU's for example, then a discreet GPU is likely what they have and that could be AMD, Nvidia and more recently it could also be Intel (ARC). What many fail to realise, is the media/transcoding element of any GPU is separate from the main '3D' element. So unless you are a gamer, having a powerful/expensive GPU JUST for transcoding, is a complete waste of $ and also power.
    2 points
  4. In the library scan, the item will get reported as updated because it's also being saved at that time. In the scheduled task, the item is not getting saved, so probably no update report there.
    2 points
  5. Hi Please, it would be great to be able to limit download speed (of offline playback) without affecting streaming speed. I found more than one topic talking on this feature from a long time ago but unfortunately not implemented yet ... so I post it here in " Feature Requests" section. It would be a very nice if you can add this feature as soon as possible as @FredMuppeteer said on other topic: Also in the same feature it needs to control/limit how many download the user can do on the same time. I hope the other users agree with me and make voting for the feature Many thanks --------- here some topic about these feature:
    1 point
  6. Hey Everyone, I've been a long time Emby user, and have used many different icons/images over the years to try to add my own custom look to my server. I've had sets I've used but they never really felt like they were a 'set' or looked like they all looked/worked together having a common look and feel. I eventually a few weeks ago tried the latest 'Fad' of creating images from text using A.I. with some success, but results were inconsistent, and many of the sites or apps didn't easily support creating image sets, more 1 or 2 images, or you can pay a fortune for something I may not want to use again. Soooo....., I finally decided to just start from scratch and sit down and design my own images for my library using Adobe Photoshop. Here I've tried to create a premium look, that has a consistent look and feel, and I always think ahead to what these will actually look like on a TV screen. Which I must say, they look sharp!! You'll also notice, I had the afterthought of making them have an iPad feel to them, which turned out to really finish them off. I've attached my PNG images for an idea of what I've created, and included all PSD files to match, plus empty template, font and images. Please use and enjoy, change as needed, and definitely come back and show me what you've done with my template. Enjoy. All files can be download from my Emby folder of my Google Drive. https://drive.google.com/file/d/1-NI9FnxDDqRnkOzRaPEfgx_elnuqctYI/view?usp=sharing
    1 point
  7. Are these the kind of volume examples you were thinking of? As they have all worked fine.
    1 point
  8. They've not been threatened but have been issued a Warning (with no apparent effect, it seems). They've also been put under "Moderated" status previously, on their other account, as same will be repeated on this one, as well. @poet1958
    1 point
  9. Leave it with me a day or two.... Thanks guys!
    1 point
  10. I found it, I changed the emby.conf like that : <VirtualHost *:443> ServerName emby.XXXXXX.ovh SSLEngine on SSLCertificateFile /etc/letsencrypt/live/emby.XXXXXX.ovh/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/emby.XXXXXX.ovh/privkey.pem # Active le reverse proxy vers le Emby HTTPS interne SSLProxyEngine On ProxyPreserveHost On # IMPORTANT : dire à Emby que c'est déjà HTTPS RequestHeader set X-Forwarded-Proto "https" RequestHeader set X-Forwarded-Ssl "on" # Désactiver vérif certificat si Emby utilise certif auto-signé SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off ProxyPass / https://localhost:8920/ ProxyPassReverse / https://localhost:8920/ # Important: Redirection de HTTP vers HTTPS #RewriteEngine On #RewriteCond %{SERVER_NAME} =emby.XXXXXX.ovh #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> In fact Emby was forwarding to apache and apache to emby so it was running without any end
    1 point
  11. Hi, what is the specific problem? can you please describe it? It's not clear from these screenshots. Thanks.
    1 point
  12. Part of it was some outdated RSS links; but I'll spare you the rest of the gory details. I ultimately got it all sorted out. Thanks!
    1 point
  13. The question which I believe everyone is asking, is how good are intel GPU's at transcoding multiple streams and how are they comparable to Nvidia based hardware. Intel GPUs would always be my first choice for a solid Emby Server setup - unless: You have a non-Intel CPU You want to achieve the maximum possible transcoding performance - at a high cost, both in acquisition and energy consumption. Besides from such general relations it always depends on the details. It's easy to have a setup where an Intel is better than the Nvidia or just vicy versa.. Why isn't it useful? The number of frames being processed for each test is constant - lets say nf - if the duration of the run is t, then nf / t => the average fps. Means, from a qualitative perspective, the execution time is equally evident as the average fps - because of its direct linear relation. It think, showing fps values is rather misleading because people tend to use those values as basis for invalid generalizations (of the kind like "my system can do X parallel HD streams"), which is obviously nonsense. That's because it was never intended to be a benchmark. But execution times are a very valid measure for comparison.
    1 point
  14. Ok, I've not produced a log from Emby before. I'll try this evening and report back. I might also try different FLAC settings.
    1 point
  15. I was thinking that a cool idea would be to allow users to save and restore their channels to a thumb drive. Vic
    1 point
  16. Danke! Hat alles funktioniert. Außer das beim ausführen der get_cert.BAT Datei am Anfang diese Meldung kam : Der Befehl "[member" ist entweder falsch geschrieben oder konnte nicht gefunden werden.
    1 point
  17. Emby server listens (binds) to the local ports. The public port settings are intended for configurations where port translation or forwarding is involved. Since your case is a server with a public IP then the local and public should have matching values, as you've set them. The vast majority are running their servers behind some form of perimeter device or software in a private IP space.
    1 point
  18. And this is where a reverse proxy is imo a critical part of the chain. The RP will listen on 443, terminate the IP connection and then re-initate the connection itself to the local emby server on whatever port you specify. Thus you can limit the 'emby' firewall to only accept connections from your RP and your termination point/probe from any WAN is always the RP (ideally isolated from your private LAN) - thus you can limit what it responds. Properly setting up a secure public internet service needs research if you are going it alone with your own design - the very last thing you want is to make a rookie error and your entire home network compromised - and you not even know about it. Not trying to scare here - just being open. ps - Glad you have an ips - that is good news.
    1 point
  19. từ khi trang subscene.com ngừng hoạt động là plugin này cũng ngưng rồi bác ơi. Trang sub-scene.com của bác là nhái đó.
    1 point
  20. Well, I'm mainly interested in music videos now, but it might be useful if it were also available in other libraries.
    1 point
  21. I like that it is available without having to touch 3 different things to choose it
    1 point
  22. @KigekiWe have fixed a problem relating to downloads in beta 4.9.0.43 which is for cases when there are loads of episodes being downloaded. I would like to know if with this change, the problem still occurs. Could you repeat the test for series/seasons that have not been downloaded before and if it still arises, please let me get fresh set of debug log files - from both android and the server and screenshots and info on when the downloads were initiated and which episodes remained in ready to transfer state Thanks
    1 point
  23. I'm trying to connect remotely, but I have found the problem. There is an issue with my remote domain name. I'm working on fixing that. Thanks for your response.
    1 point
  24. As far as I can tell it's when the tv is 4k. Seems Emby takes the 1080p video and tries to overlay subtitles in 4k, but getting a big performance hit when there are a lot of animated subtitles. I'm guessing if it renders the subtitles in 1080p it wouldn't be so bad as the 1080p tv in the other room doesn't have this issue.
    1 point
  25. Please note: The next beta will have an opt-out.
    1 point
  26. All file updates have to be redone with every update as the entire system folder gets replaced.
    1 point
  27. Unfortunately there's just a lot of rules that we have to follow.
    1 point
  28. I'll check it, but I think the server does not report updated markers as updated content. @Lukecan you confirm that?
    1 point
  29. Glad to hear you're enjoying it.
    1 point
  30. Hello, After following these posts, I believe the primary issue is provider-related. I switched to a provider offering five connections, which improved Emby performance, but I still encountered issues that seem to be both provider and connection-related. With IPTV, the quality reflects the price — it works intermittently, and I personally accept that. I also noticed that if a channel cuts out for even a few seconds, recordings are halted. I recommend trying TiviMate, which I've used for several months. It offers a smooth interface and works well with IPTV services. It includes features like a whole-house DVR setup, allowing recordings to be saved on a server and accessed throughout the home. It's affordable at $30/year for up to five devices. Regarding media players, Emby is by far the best. It performs excellently with features like Dolby Vision and direct media file playback, even remotely. I’ve tried Plex, Jellyfin, Kodi, and Channels, but none compare to Emby’s performance and features. Just a thought, there are alternative IPTV viewing options that don’t require Emby. Thank you, GS
    1 point
  31. Sorry but no something on your setup is messing with the installer and not getting proper versioning. But in the end the install and portable are two different things and if you can not download the zip/7z folder from GitHub then I would say there is definitely something wrong with your system.
    1 point
  32. As one of the original testers of the most excellent tvnext created by @softworkzi can't tell you how bitterly disappointing it is that all the work that was done on it, what 4-5 years ago has STILL not been integrated in to emby yet!!! As I understood it it was possible to integrate it with a --tvnext command line switch so it could be optionally tested with minimal extra code required. Why have you let all that excellent work go to waste @Lukeyou should be ashamed. Krs Mark
    1 point
  33. server.log attached. first media start with normal log, secnd with debug enabled also find eclosed the error-message from the iphone, but it just says the topic in german words this error occours on all HEVC files ive got. on android they run fine (mobile phone, tablet, shieldTV) accessing emby via browser works fine on iphone too. its just the IOS-app (2.2.37) not working here. embyserver (2).txt
    1 point
  34. There's also an option for this in the channel settings of the plugin: "Set Premiere and Repeat indicators for programs".
    1 point
  35. Emby for Apple TV 1.9.6 has been released. Here are the highlights: Fix up next getting stuck in between episodes Fix channel number showing as undefined when a channel doesn't have a number Fix genres under music videos being empty View the full article
    1 point
  36. Emby definitely needs booker reader functionality, cataloging books without the ability to read them within the app is just pointless. I would like to see this added when possible
    1 point
  37. Is there a way to limit the file download speed for individual users? Streaming seems to work fine for multiple users at the same time, but if one of them starts a file download, it lists 20+ downloads the Activity list for each file and it kills my bandwidth. eg. It will list something like this 20+ times for each file... User1 is downloading Show- S1, Ep1 01/03/2020, 22:10:56 App: Emby Web, Device: Chrome I've played around with the settings in the Downloads section, but it doesn't seem to make a difference, I assume these settings only relate to downloading to a device rather than file downloads.
    1 point
×
×
  • Create New...