Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/15/21 in Posts

  1. What you both of you guys are doing and posting day by day is just incredible. 1. Skip Intro Plugin 2. Chef is also working on his Poster & Auto-Organize plugin 3. Now this This community owes you a huge thank you for all the effort you are putting into all this. So, thank you guys!
    4 points
  2. @chef @Cheesegeezer Another amazing production is about to be brought to you from devs - Cheesegeezer - I have started a new theme to bring to the masses. I am a long way off completion however we can continue to update you on the progress. The layouts are about 80% complete and once completed we can start to work on the code behind. We are interested in a closed group of testers when the time comes. I would just like to say that this was originally designed for Emby WMC back in 2014 and was just release there when M$ ditched support for WMC and the project died. @shaefurr did an amazing job with the concept artwork for me to work with back then, and this theme pays homage to him. So with out further ado... here's some of the layouts that are now coded. IRIDIUM - One theme to conquer all LOGON SCREEN HOME PAGE FIRST VIEW TYPE - COVERFLOW COVERFLOW 2 BANNER VIEW FINAL DETAILS PAGE LIST VIEW THUMB VIEW
    3 points
  3. Hi, It would be great if Synology users was able to select Emby as an application in HyperBackup that would backup Emby settings, metadata etc. Ninko
    2 points
  4. Just for completeness, the SSL report for the current (v3?) API server of TVDB: https://www.ssllabs.com/ssltest/analyze.html?d=api.thetvdb.com#suitesBody
    2 points
  5. Thats a complete different code stucture that will require more learning. So short term is no. Long term yeah
    2 points
  6. it is all html5 so if you have a browser on a device... it will work.
    2 points
  7. So I have some playlists of music I want to download for offline play for when I don't have internet connection (like when I'm driving) - then I went to download the playlist I click the download button and it downloads all the albums associated with the playlist, however it does not actually download the playlist itself. Is this normal behavior or am I doing something wrong?
    1 point
  8. Any way to add a song play count like in itunes? Thanks.
    1 point
  9. I've been running into this issue more often lately as more and more files come with lots of subtitles. My direct play on my TV causes most embedded subtitles to be transcoded. On larger movies this can be a problem maxing out my CPU. So I created a script that I put in my /usr/bin to pull out the subtitles. Figured I'd share for anyone else interested. Mine pulls out English and Russian, but can easily be changed to do any other languages. Script is set to run from the movies folder and will initiate a library scan on completion. it is currently setup wit the belief of 1 movie per folder, if you have more simply add a loop in front of the main one. movie-subtitle-extract-emby.sh
    1 point
  10. It would appear this is not possible, do to Windows 7 not having the cipher suites TVDB is using. https://social.technet.microsoft.com/Forums/ie/en-US/d1a10844-18fb-4400-b649-60183c5f58c6/how-to-add-cipher-suite-to-windows-7-tlsrsawithaes128gcmsha256?forum=w7itprosecurity SSL2, SSL3, TLS 1.0 and TLS 1.1 cipher suites: TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_256_CBC_SHA TLS_RSA_WITH_RC4_128_SHA TLS_RSA_WITH_3DES_EDE_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P384 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P521 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P256 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P521 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA_P256 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA_P384 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA_P521 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA_P256 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA_P384 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA_P521 TLS_DHE_DSS_WITH_AES_128_CBC_SHA TLS_DHE_DSS_WITH_AES_256_CBC_SHA TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA TLS_RSA_WITH_RC4_128_MD5 SSL_CK_RC4_128_WITH_MD5 SSL_CK_DES_192_EDE3_CBC_WITH_MD5 TLS_RSA_WITH_NULL_SHA TLS_RSA_WITH_NULL_MD5 TLS 1.2 SHA256 and SHA384 cipher suites: TLS_RSA_WITH_AES_128_CBC_SHA256 TLS_RSA_WITH_AES_256_CBC_SHA256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P384 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P521 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P256 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P384 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P521 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384_P384 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384_P521 TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 TLS_RSA_WITH_NULL_SHA256 TLS 1.2 ECC GCM cipher suites: TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P256 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P384 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P521 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P384 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P521 @kjhedges@Luke
    1 point
  11. It's almost definitely due to the cipher suites that are available on Windows 7, none of which are currently supported on the new TVDB API server, which only supports a handful of newer cipher suites. Github on the other hand supports many more cipher suites. SSL Analysis of api4.thetvdb.com: https://www.ssllabs.com/ssltest/analyze.html?d=api4.thetvdb.com&s=13.35.125.115&latest#suitesBody SSL Analysis of api.github.com: https://www.ssllabs.com/ssltest/analyze.html?d=api.github.com#suitesBody Supported Cipher Suites on Windows 7 via IE11 (which uses the OS suites, unlike Firefox or Chrome who use their own bundled suites): https://www.ssllabs.com/ssltest/viewClient.html?name=IE&version=11&platform=Win 7 Microsoft Docs regarding supported suites on Windows 7: https://docs.microsoft.com/en-us/windows/win32/secauthn/tls-cipher-suites-in-windows-7 Similar Issue here: https://stackoverflow.com/questions/68458467/all-known-steps-have-been-taken-but-tls-1-2-is-still-not-working-on-windows-7 I guess someone could ask TVDB to allow a couple of the older Cipher Suites for wider compatibility?
    1 point
  12. There are changes in DSM 7 For libraries you would need to do this step. https://emby.media/community/index.php?/topic/99745-dsm-6-to-dsm-7-emby-migration-instructions/#:~:text=Shown again in video%3A
    1 point
  13. 1 point
  14. As you can see, there have been 3 movies added after Mrs. Doubtfire, but they do not show up under CoreELEC, nor Android. log-2021-11-15-17.43.31.zip
    1 point
  15. I'll check it out thanks When you say you get double the poster, can you help me understand what you mean? Then I can fix it EDIT: Oh WOW! posterr is pretty fantastic. It puts mine to shame LOL! He's running an entire service backend. It is very nice. Thank you for showing me that, it is very cool.
    1 point
  16. I added the API support in the last experimental version. If you want you can try or wait till beta is available. command is: RunPlugin(plugin://plugin.video.emby-next-gen?mode=play&server=2a38697ffc1b428b943aa1b6014e2263&item=123322) case sensitive!
    1 point
  17. New version available: EXPERIMENTAL VERSION 6.1.9: https://kodi.emby.tv/Public testing/plugin.video.emby-next-gen-6.1.9-build 12 (ex1).zip - add API for external play commands - fix for remote control (external content) - fix websocket ping - limit max itemupdates pending: -review delete option -review NFS share with Chinese characters Currently I'm very busy at my day job therefore this version is not too good tested but still. I don't expect any issues. Focus on large item/library updates. That's actually the main fix in this version.
    1 point
  18. not currently Manga. which are you missing? i'll see if i have any. I guess that could be another option. But i just rename the video file to the codec name. to bypass this. Here is the source i get all my intros from for Audio / Video Format Trailers Archives - The Digital Theater
    1 point
  19. I just looked at this more closely. That code change is in LAVFilters, not Exoplayer...
    1 point
  20. This is perfect! It's EXACTLY what I wanted. My only problem now is deciding which bumpers to use for each section. lol. Thank you soo much for this!
    1 point
  21. Do they play in HDR? Correct, only profile 5 of DV is supported.
    1 point
  22. yep that's correct. i'm just gonna test it now myself and see what's going on. Thanks
    1 point
  23. @MangaAddict how is the new options working for the personal bumper? Cheers
    1 point
  24. Dont forget Vantage Point plugin also. Chef's poster app is cool, i'm looking for a second hand TV at the minute just so i can utilize it hahahaha. it's what gave us the inspiration for doing the theme lol. Thanks for the kind words! Chef is pretty sick at the minute so i'm sure this will cheer him up!
    1 point
  25. Pour conclure je dirais qu'Emby devrait pouvoir permettre de configurer plus finement les options SSL, pour qu'on puisse choisir nous même les protocoles autorisés, permettre d'autoriser ou non les certificats auto-signés, voire ajouter notre propre CA (j'utilise une CA interne pour tous mes périphériques). Et être plus verbeux sur les messages d'erreur de connexion au niveau des clients ! J'ajouterais aussi ce tutorial pour un reverse proxy avec nginx, qui ne fait pas que transférer la connexion mais ajoute des options de sécurité (options et protocoles SSL, SSL pinning, headers HTTP, etc.) : À adapter pour ce tutorial Apache
    1 point
  26. More than happy to test it for you.
    1 point
  27. Congratulations @Cheesegeezer and @chef, it looks excellent. What platforms will this run on please? Thanks.
    1 point
  28. 1 point
  29. Your last image appears to show that you have no open ports for IPv6; try opening port 8096 as you have previously for IPv4, and see if that fixes it for you.
    1 point
  30. Sorry Neik... I must have attached the wrong code. I removed the user data problem that you were having. I got the same data from an earlier API request; Give the attached code a try and let me know how it works. Neik, I appreciate all of your help. The attached code is a complete rewrite of the tag client code. It's also a simple Emby client for viewing content and it can easily be modified to be an Emby metadata editor. Vic index.html
    1 point
  31. 1 point
  32. 4.7.0.18 (beta) fixes the SQLite Foreign Key (corruption) issue. You can download it from our website: https://emby.media/server-android.html You can install this over your current system and be able to run a Full Library Scan without any of the SQLite errors.
    1 point
  33. I hope this is a ok place to ask this question but I was wondering if on the actual playing screen if the version could be displayed something like Netflix, Apple TV etc... And if I'm thinking correctly because it's added to the play screen (media player) it should work for all devices correct? web browser, appletv, roku, shield tv etc...
    1 point
  34. I was performing some tests to simulate brute force login and found that emby lacks some pretty basic security measures. If you try to login using an invalid (non existing) username and password, failed login attempt is not displayed in the Dashboard UI alerts. You only get a dashboard alert when a valid username login attempt fails due to a incorrect password. This provides no visibility into brute force attacks. 1. Can you add dashboard alerts for this type of login failure? 2. Can you add these security Notifications and enable by default? For example, I was like to received failed login attempt emails after multiple failed login attempts.
    1 point
  35. Take your time. Considering what you guys are doing with the IntroSkip I'm quite sure this will be implemented very nicely. Just know that users (me also) are interested in this as Emby is missing this.
    1 point
  36. We do but as mentioned only for existing/valid Emby user on that server. But yes we should see all attempts shown in Alerts no matter if existing/non-existing user to that server.
    1 point
  37. I don't think this is typically going to be a file on your PC. More than likely it's what you entered in the URL field when setting up the guide. To see if this info is in that file you would need to download it and take a look at it. If you like you could PM me the URL and I can take a quick look at it as I know the format well.
    1 point
  38. In 4.6 you added a few new field display options (community rating, for one (which I'm LOVING, thanks!)). This looks awesome in a standard movie library but as soon as you go to a collection you no longer have this display option. Could you add this new feature to collections, please? Not having it makes jumping between collections and the main movie library look very inconsistent and you visually lose UI continuity!
    1 point
  39. From a online metadata stand point for Collection I can see a the ability to choose a Community rating from the Parts, but from a custom collection stand point what would be used? But looks like @Lukewould have to make some adjustments as the api and the Emby saved json don't appear to have the same info. api saved json
    1 point
  40. Well I'm not sure that will be a popular request but hey, it's posted and others are able to voice their support. In the meantime, you can easily select all your libraries using multi-select in the web UI and mark them all played or unplayed at once. The latter would clear all the check marks in the system at once.
    1 point
×
×
  • Create New...