Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Cphusion

    SSL made easy

    Or try one of these. https://github.com/linuxserver/reverse-proxy-confs/blob/master/emby.subdomain.conf.sample https://github.com/linuxserver/reverse-proxy-confs/blob/master/emby.subfolder.conf.sample
  3. If you watch 5 minutes without problems, it's working, lol. With the Google Play Store Apps you have stuttering at begin (Android App) or no DTS/DTS-HD audio (AndroidTV App). I Use Emby for AndroidTV 2.1.12 beta now and watch a video 30 minutes without problems.
  4. That sounds really time consuming to have to do that manually for each actor/actress. How do I multi-select and refresh the metadata of multiple actors/actresses?
  5. This would be really helpful. My Emby instance is not publicly available and I use a VPN. Android Auto, at least on my my Android 14 phone, detects any kind of VPN (Wireguard with split tunnel just my home subnet), Twingate) and throws out error 21. So meh, AA is pretty useless in my usecase with nio publicly available server. Start audio on the phone so that it becomes available on the AA screen at least (but without cover art) feels wrong.
  6. @Cphusionunfortunately once a person is known to Emby there is no easy way to updated them besides manual per person or search and multi-select as many as you can display or get all their itemids from the database and manually send update calls for each per Emby api. As this really does spam provider sites it is pretty much a once and done design.
  7. Emby 3.3.94 directly from here has definitely no issues with any of these Audio HD formats, did not notice any stuttering of video, but I only watched like 5 minutes of maybe 5 movies to check on the Audio, just got this box today, will investigate a little further.
  8. Cphusion

    SSL made easy

    I'm not using Nginx to reverse proxy but Apache, however I've seen some topics where others Emby working proxying it through Nginx. That's where I would compare your Nginx configuration to. After you have that part figured out it's a matter of requesting a LetsEncrypt cert with certbot with the Nginx plugin. https://eff-certbot.readthedocs.io/en/stable/using.html#nginx
  9. A little Update... This three Apps from the Web here are working: Emby for Android TV 2.1.12 beta- Emby Emby for Android TV 2.1.9g- Emby Emby for Android (Arm7) 3.3.94 - Emby Only the versions from the Google Playstore not working.
  10. Happy2Play

    Rename genre?

    Not that I am aware of as the lists are library/parentid restricted. But it looks like you can use the api to get all. http://localhost:8096/emby/Genres?api_key={yourapikey}
  11. I backed up my Emby Server, wiped it off my Mac Mini, and reinstalled and restored the backup and everything seems to be working smoothly now.
  12. Happy2Play

    Performance issue - WebApp is loading to slow

    Yes probably need to see a server log after you have reproduced your issue. As the cache is the only time I have ever really seen delayed/slow load issues but am not a Synology user. @GrimReaperTopic probably needs moved to Synology.
  13. MrBronte

    Performance issue - WebApp is loading to slow

    + running NAS: "DSM 7.2.1-69057 Update 4"
  14. Today
  15. MrBronte

    Performance issue - WebApp is loading to slow

    Hi, I saw this topic as well, updated it 1st from 128 to 256 then later again to 512, so far no change
  16. Happy2Play

    Performance issue - WebApp is loading to slow

    Do you know how large your database is? Have you adjusted your database cache size? As it sounds like the default value may be too low. But yes a server log may show more information also.
  17. sftech13

    SSL made easy

    I'm using Swizzin and haven't been able to figure out that part. I would like too. Here is my default config. domains are changed to domain. If you can help me I would appreciate it. server { listen 80; listen [::]:80; server_name domain; location /.well-known { alias /srv/.well-known; allow all; default_type "text/plain"; autoindex on; } location / { return 301 https://$host$request_uri; } } # SSL configuration server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name domain; ssl_certificate /etc/nginx/ssl/domain/fullchain.pem; ssl_certificate_key /etc/nginx/ssl/domain/key.pem; include snippets/ssl-params.conf; client_max_body_size 40M; server_tokens off; root /srv/; include /etc/nginx/apps/*.conf; location ~ /\.ht { deny all; } }
  18. Happy2Play

    Auto group movies in Library

    Assuming they have the <set> metadata you would enter the library and click the three dots menu and enable "Group items into collections" option. Note this is a per client option. If you do not have required <set> metadata on each item you will need to go to library setup and ensure you have the option enabled. Otherwise you will have to manually create Collections.
  19. lawm0500

    Automap Emby LiveTV Guide Data to custom .M3U

    @LukeAny other information you need?
  20. Dear Emby team, since several days even week I am facing performance issues with Emby over all (Web App & Android phone & LG Smart TV) ... when I run the App the load of the Main menu aka. Content "My media" is very slow. We can talk here even about minutes till Menu, files Dashboards are fully displayed. Also same issue when I am swapping to the admin-settings via Web App. I was checking on the Performance topics here, but nothing was a huge help I am running my Emby (Version 4.7.14.0) on a NAS Synology, HDDs are working fine, and all the apps are up2date. Any Ideas what can I fix or improve this ? Thank you! MrBronte
  21. serpi

    Rename genre?

    Try the "Genre Cleaner" plugin, I think this will do, what you need.
  22. Cphusion

    SSL made easy

    What I did is just reverse proxy Emby through a virtualhost already using ssl and I use certbot to automatically renew that certificate, also one less port that needs to be opened since 80/443 are already open.
  23. crusher11

    Rename genre?

    I have a "Film-Noir" genre I've ended up with somehow. I want to change it to "Film Noir." I tried deleting it from all the films to which it was applied, and then applying the "Film Noir" genre in its place, but I'm guessing genres are stored in a way that ignores the dash and the genre doesn't get deleted when no films are in it, so...they all just went right back into the "Film-Noir" genre. Is there a way I can fix it? And for that matter, is there a way I can see all my genres without going into a library first? Doing that means I only see genres present in that library, so I have to do it for every library to make sure I can see all genres.
  24. Hey guys, my apologies if I'm overlooking something. I installed the Auto Box Set plugin today, and it informed me that the functionality is now built-in. So, I checked this article https://emby.media/support/articles/Collections.html?q=collection - and it shows how to create a collection and all. But I'm wondering, how do I group movies within a Library folder? For example, let's say I have a library named Movies. When I download parts 1, 2, and 3 of the movies, the posters are shown individually. Can I group them together so that they won't take up much space on the screen? Or am I totally mixing up the functionality of this plugin? Thanks in advance.
  25. Eddie6411284

    Live TV Abspielen funktioniert nicht

    Moin moin, aufgrund einiger Fehler fand ich Emby ne zeitlang uninteressant für mich. Da jetzt ein für mich wichtiges Feature wieder funktioniert, wollte ich auch mal dem Rest ne Chance geben. Aktuell funktioniert Live TV nicht. In der 4.6 hats mal funktioniert, danach habe ich das aufgrund der Fehler bei der Aufnahme nicht mehr benutzt. Ich weiß also nicht, mit welcher Version das kaputt gegangen ist. Ich habe das auf mehreren Rechnern getestet, immer mit dem Effekt, dass es nicht funktioniert. Anbei mal zwei Testläufe mit Logdateien. Browser Chromium 15:35 Live TV RTL => Feher: Derzeit sind keine kompatiblen Streams verfügbar... Browser Edge 15:40 Live TV RTL schwarzes Bild, kurz Ton => Fehler: Derzeit sind keine kompatiblen Streams verfügbar... Im Logfile beim Test mit Chromium finde ich haufenweise Fehler dieser Art > System.Exception: No video encoder found for 'av1' Daraufhin habe ich gesucht und das hier gefunden: Also habe ich die AV1 Video Erweiterung von Microsoft heruntergeladen und der Test mit Edge bringt den Fehler jetzt nicht. Es funktioniert aber trotzdem nicht. Ne Idee, woran das liegen könnte? Gruß Eddie embyserver.txt ffmpeg-transcode-95f19c6c-c4a9-40d8-885d-7f078cad1d12_1.txt ffmpeg-transcode-90174f38-75d6-4819-b940-827978a93320_1.txt ffmpeg-transcode-c4e9f636-0c8d-44fe-9674-59a8ec7df6b1_1.txt hardware_detection-63851902271.txt
  26. Hello! I downloaded 2.2.19 yesterday on my older iPad Mini 2, which I use exclusively as an Emby player nowadays. The previous version was working perfectly, however the new version when opened will show the Emby splash screen/logo and then immediately go back to the iPad home screen. The app remains open, and if I click it from recent apps it repeats this process without ever loading past the logo screen. I've tried uninstalling the app/restarting the device but unfortunately the same happens. I noticed there was a similar issue posted on here but with crashes at different points, apologies if I should have added this to the same thread but it looked slightly different.
  1. Load more activity
×
×
  • Create New...