Leaderboard
Popular Content
Showing content with the highest reputation on 05/21/24 in all areas
-
I think in addition to checking for empty overview, we can also check if the person hasn't had their metadata refreshed within x number of months.2 points
-
As requested for years elsewhere in these forums, the ability to download a usable playlist (the audio files and a modified m3u or whatever that points to those downloaded files where they now reside on the device) is what's needed to make the download function fully useful. I hope that's actually going to happen soon, please. Even without that functionality, using Emby via Android Auto doesn't make the "dowloaded" files directly accessible from the main Emby dashboard screen, which diminishes the benefit of downloading before a road trip to avoid heavy wireless data usage and/or dead zones. Please add "Downloaded files" as a main-screen selection button, in addition to "Recents," "Favorites," etc.1 point
-
Hello everyone, I'm experiencing a frustrating issue with the Emby app on my iOS device, and I'm wondering if anyone else is encountering the same problem or has found a solution. Until recently, the app was working perfectly, but just a few days ago, after updating to either iOS 12.5.7 or Emby version 2.2.19, the app no longer launches properly. Whenever I try to open Emby, the logo appears briefly on the screen but then the app immediately crashes and closes. There are no error messages; it simply fails to stay open. Here are the specifics: Device: iPad Air (~2013) iOS Version: 12.5.7 Emby App Version: 2.2.19 This issue started right after the updates, so it seems likely that it's related to either the iOS upgrade or the app update. Has anyone else experienced this? Any tips on troubleshooting or fixes would be greatly appreciated. Also, if someone knows whether this is more likely an issue with iOS or with Emby, that insight would help me (and perhaps others) figure out the best course of action. Thanks in advance for any help you can provide!1 point
-
Hello all, i figured since i got this to work i would share my guide on how you can use no-ip and emby together. I realize this is a paid option and not free (20$ for the year with coupon), but for me its worth it as i dont have to worry about my domain name expiring every month or the ssl cert either for an entire year. hopefully this wall of text isnt too crazy. any q's let me know. ____ ** this guide is assuming you use windows 10 or windows server 2016,2019,2022 and no-ip Enhanced Dynamic DNS - 25 Hostnames*** ** always can get coupon so its 20$ for the entire year*** **Enhanced Dynamic DNS - 25 Hostnames gives you 1 included ssl cert* **NOW CALLED Encryption Everywhere DV**** ** now get a free cert with free version of dynamic no-ip** what i currently use -------- 1-manage user certificates in windows search bar. 2-select personal on left then right click on right open space. 3-all tasks > advance > create custom request 4-can follow this guide -but when done leave cert manager open you will be uploading this file to no-ip -- Remember the "common name" you entered will need this to search for in step 6 https://www.noip.com/support/knowledgebase/generate-csr-windows-10/ **Remember to use 2 upper case letters for state and country** **you can choose where to save this csr as well so you dont have to search later, but they are stored by default in C:\windows\system32 if you need to find later as well steps 5-9 explain the other way** you can wait for your status to validate on no-ip.com (took 15 min for me) they are use for my dns so i can skip the txt part. download the pem file to your server once it validates. 5-now you need to get your private cert from your system 6-go back to cert manager right click personal and click find certs 7-search for your common name you setup before (should be 1 that matches) 8-right click and export 9-below is how to do this (sorry its long) Go to Start > run > MMC. Now navigate into the console tab. Select File and then click Add/Remove Snap-in. Under the Available Snap-Ins column, select Certificates and click Add. Choose Computer Account and click Next. Now select Choose Local Computer and hit Finish. Now close the Add Standalone Snap-in window and click OK on the Add/Remove Snap-in window. Step 2: Export Your SSL/TLS Certificate. Now, open the Certificates (Local Computer) snap-in and go to Personal > Certificates from the left-hand pane. Right-click on the certificate you want to export and go to All Tasks > Export. Once you do this, the Certificate Export Wizard will open up. *** you may need to search for your cert by riight clicking personal and clicking find certificates. search by your "common name" in the cert not the name you made. *** Select the Yes, export the private key option and click Next. Now the Export File Format window will open. Make sure that the option for Personal Information Exchange — PKCS#12 (.pfx) is selected. Tick the box for Include all certificates in the certificate path if possible. Now, de-select Require Strong Encryption. <--may or may not have this option (thanks to Teredactle ) Enter a password for protecting your PFX file and click Next. remember this password! Now choose a file name and the location to export the file and click Next. Finally, verify all the information and click on Finish if it’s okay. 10-install https://slproweb.com/products/Win32OpenSSL.html grab latest version (i used Win64 OpenSSL v1.1.1s) open an explorer window to the directory of openssl and place the 2 files. 1 file is from your export you just completed. the other is the pem file no-ip. once installed open a cmd prompt with admin privilege cd to the directory of openssl (mine is located here C:\Program Files\OpenSSL-Win64\bin ) C:\Program Files\OpenSSL-Win64\bin> openssl pkcs12 -in privatekeyemby.pfx -out localprivatekeyemby.pem -nodes <---converts private key from server to pem file the file will be created in the same place you ran the openssl tool. now u will take the localprivatekeyemby.pem you just exported by command line and combine with the pem file you downloaded from no-ip. C:\Program Files\OpenSSL-Win64\bin> OpenSSL pkcs12 -export -in noiphostnamedownload.pem -inkey localprivatekeyemby.pem -out emby.pfx <--combines pem cert from no-ip and private to a pfx file for emby ****As of Feb 2023 we now need to use the new cert from "Encryption Everywhere DV" there is a bug when downloading the PEM file. the file is all garbled and wont work in the command above. download the pem chain file instead and remove all sections but the first.. save as a normal pem file and use this in the openssl command above see my post on feb 2nd 2023 for more details ****** now go to emby server and select the file. in my case its emby.pfx and add the password you created when you exported the pfx file from your server. make ssl external connections only and reboot your server. make sure your ports are properly open. i use https://www.yougetsignal.com/tools/open-ports/ you can verify your cert is working properly with https://www.geocerts.com/ssl-checker i use the default emby 8920 https port. cheers!1 point
-
it's syncing now while playback, I see it in dashboard. Hopefully it will stay like this1 point
-
I use the emby_inprogressmixed node for continue watching which works well. I try not to use the dynamic nodes if at all possible. I think you need to have Enable Web Socket for continue Watching to work and I also have Enable Sync During Playback set1 point
-
Sorry I don't as I have not used a VPN in general. May have to wait for some else to comment.1 point
-
All I can say is with the logs provided you have Markers and Interval images being created along with every episode quering TMDB. So it appears normal to me. So until your server settled down I think this are going to be slower but only going off the logs provided.1 point
-
I just remembered I did create a small library to separate some. It probably has 3 or 4 collections. Thanks.1 point
-
1 point
-
Hi, they are different. One is a global list of all collections, the other is a list of collections related to that specific library.1 point
-
many thanks!!!! looks great now!! that update function in the addon is now my first favorite not coming from emby1 point
-
sorry! you are talking about kodi all the time!! found it. will do it now!1 point
-
1 point
-
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.1 point
-
1 point
-
I was using all the image fetchers available. The images were not inside my folder. Earlier I even tried using Kodi's Files-add videos and it was fast but didn't like result as much as I liked Emby as I had used Emby before. I felt like I was on a dial-up service. I eventally tried Identify with with IMBd's ID it was also extremely slow but worked sometimes I got no poster but then I tried Edit Images to get a poster. Bottom line all is well now. thanks for the help1 point
-
You can try using Emby Theater instead of web, the mpv player might be able to handle the tone mapping. As for the android player that just comes down to if your device supports DV or not. Personally I prefer DV to HDR on my TV but I go for the files that have both layers available for compatibility.1 point
-
Im Plugin unter Playback Settings -> Playlist Playback Mode, probier mal den anderen Intro Video Container.1 point
-
@new_german_guyJust call me Vic... I think you found a bug. I will fix it when I finish the code I am working on. Thanks for pointing it out. Vic1 point
-
I thought I'd give it a go and submitted a PR: Add option to prefer movie.nfo when reading/writing nfo files by randellhodges · Pull Request #8 · MediaBrowser/NfoMetadata (github.com)1 point
-
En cas de perte de ce fichier... là au moins les métadonnées sont directement lié au film.1 point
-
Emby only supports transcoding/tonemapping with an HDR10 layer - thus you need Dolby Vision Profile 8 or Profile 7. Profile 5 is not supported for Transcoding at this time (as it has no HDR10 layer) - but will Direct Play perfectly fine assuming your device supports DV.1 point
-
1 point
-
New BETA version available 10.0.24: Delta changelog 10.0.23 -> 10.0.24 fix server busy progress bar when server restarted or shutdown fix websocket issue fix init sync when server is busy (sync re-started) increase paging limit for MusicAlbum remove sorting parameter for unlimited synced nodes (performance) add Kodi database indexes (performance) improve sync performance Comment: node reset is recommended to apply the sorting changes1 point
-
1 point
-
Hi, the update for macOS isn't out yet, but this has been added in the update to Emby for iOS that went out today. Thanks !1 point
-
Either your channel conditions don't produce any guide data or you just haven't run the guide refresh task yet.1 point
-
Would tend to agree - if it ain't broke and nobody is complaining - then there are 1001 other things that do need looking at ...1 point
-
It use to be a good feature but it seems to be happening randomly from my downloaded shows and has become unreliable for android app.1 point
-
via HDMI only (a UHD Blu-Ray Player for example) - yes, but earc is not supported from any TV App - thus the Emby App within the TV cannot pass TrueHD. You can of course use an external device to do this (via HDMI) such as a Nvidia Shield Pro running the emby App - this WILL then pass True-HD via your earc HDMI connection to your earc HDMI connected soundbar. But if you are using the TV App on the TV itself, then Dolby Digital+ with Atmos is the best you are going to get (as it uses ARC). see - https://emby.media/support/articles/LG-Why-not-Atmos.html btw - the above doc refers to an LG TV, but all TV's are the same.1 point
-
Jesus. There is no sort except to enter them in the order you want. And what the crap does one do when a new one is added a year later? Delete them and add all again. In case you forgot you not only removed the sort you removed the handles. I would really really like to say exactly what kind of trash I think this is.0 points
