Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. FrostByte

    Emby Updating

    You could always reload from the store again manually to get back to automatic updates once the store is updated.
  3. Thanks for the clarification. I don't understand why the client needs external network access. It obviously makes sense for the server but not for the client. This could be an issue for a lot of people who don't want their smart tv on the internet due to privacy reasons as well Thanks for the workaround idea though. Haven't tested it yet.
  4. chrisrobbins1970

    Emby Updating

    Ah....the play store is behind on the updates
  5. Neminem

    *New Emby Client no one knows about

    OMG Dude you need to touch grass, not smoke it
  6. ebr

    Emby Updating

    Be advised that, if you do this, you will no longer receive updates through the store. You will have to continue to update manually.
  7. ebr

    Disable Chapters using Roku app.

    Do you have the option to create preview thumbnails set to something other than "Never"?
  8. SoliFlix

    Scroller for Home screen banner text

    Here is a pure CSS version of the banner scroller: no JavaScript, no files to copy and no index.html to edit. Just copy it into Dahsboard / General / Custom CSS: /* BannerTextScroller.css * Scrolls Emby's "Home screen banner text" with pure CSS, no JavaScript. * Install: paste everything into Dashboard, General, "Custom css", save and reload the web client (Ctrl+F5). * Change the 25s in the animation line to make it faster (smaller) or slower (bigger). */ /* give the banner the full width (it is only as wide as its text by default) */ .infoBannerContent:has(> .sectionTitle-cards > h3) { width: 100%; flex: 1 1 100%; box-sizing: border-box; } /* the text starts at the right edge (padding-left 100%) and scrolls out on the left */ .infoBannerContent > .sectionTitle-cards { overflow: hidden; white-space: nowrap; } .infoBannerContent > .sectionTitle-cards > h3 { display: inline-block; margin: 0; padding-left: 100%; animation: bannerTextScroll 25s linear infinite; } @keyframes bannerTextScroll { from { transform: translateX(0); } to { transform: translateX(-100%); } } @media (prefers-reduced-motion: reduce) { .infoBannerContent > .sectionTitle-cards > h3 { animation: none; padding-left: 0; } }
  9. Hi. If you are using our ImageProcessor implementation, there is a "cachekey" property you return (I think that's what it is called). You can build this based on settings or whatever may change in your processing and that will tell Emby to discard cached copies and build a new image. Perhaps you are already doing this and this issue is something else but just wanted to mention it.
  10. Iskara

    Hardware acceleration crashes system

    I've done some more tests and even the testing seems to be crashing the system now as soon as I use any hardware encoder.
  11. Hi. Unfortunately, there is a need for us to do that. The apps will need periodic access to validate. They can survive short outages but will need to validate about once per week.
  12. ebr

    Connecting to server issue

    Hi. Exactly which app? What is the version number? Are you going through any kind of proxy to your server?
  13. ebr

    Popup info for next video in the queue.

    This is an app-specific setting so I'm guessing you just haven't enabled it in those apps. You can. Look in the app playback settings. In the Roku and Android TV apps, this is based on the length of the video. Longer videos will show this sooner. But both apps also will react to the chapter markers of "EndCredits" which can be added manually to your items. There are a couple of plugins that can do this.
  14. rupertbradshaw

    Asustor ADM restricts App Central installations to Volume 1

    Apologies Luke; it would have to be Asustor as it is their proprietary ADM software. Thanks for the response. Can close this out please.
  15. Today
  16. Just a tiny JavaScript that makes the home screen banner text scroll. scrolltext.mp4 As usual, it only works in the web app/client. Other apps just show the normal static banner text. Install: 1. Paste BannerTextScroller.js inside /system/dashboard-ui/ (Windows) or your OS equivalent. 2. Add the following line before the </body> tag at the end of /system/dashboard-ui/index.html: <script src="BannerTextScroller.js" defer></script> BannerTextScroller.js
  17. Iskara

    Hardware acceleration crashes system

    I finally got to test around a bit. The problem seems to be only with the H.264 encoder. When I use either QuickSync or VAAPI encoder it crashes. Haven't managed to test all the decoders yet but I will keep at it, so far the AV1 decoder works for sure. I've also tried to test it out with the transcoding-tests plugin. There it seems to work fine and the transcoding for both encoders worked from what I can interpret. I'd still really appreciate some help in this if anyone has an answer.
  18. chrisrobbins1970

    Emby Updating

    Do I just install and it will update or remove old version and install updated version??
  19. FrostByte

    Emby Updating

    I believe the ONN 4K Pro v2 runs in 32 bit (even though the processor may be 64 bit) so you will want emby-android-google-armeabi-v7a-release.apk - which 32 bit The arm64-v8a is 64 bit.
  20. Yesssss omg thank you for trying. so it isnt my fault!! youre the best!
  21. Thank you, i will look in to it now. Edit: Easy fix. Uploaded a new beta in the catalog v2.8.9.1
  22. SumpnFishy

    Popup info for next video in the queue.

    OK, been doing more testing and can confirm some items. Earlier I mentioned other apps and don't think I was clear on what my testing shows. This does not show up on Emby Windows, Emby Web, Emby Android, or Emby Theater at all, no popups ever show up on these apps. So I'm only dealing with Roku SG 4.1.70. It now consistently shows up on videos over 10 minutes long in the Roku app. I've noticed it occasionally on shorter videos and maybe that's a bug. So I'll go back to my original question of how is this triggered, and is there a way to modify it? Ideally one could set the time so that all videos display it or turn it off completely. By my testing it seems to popup about 45 seconds before the video ends. It must be reading meta data because it identifies the next video with accurate information and not just the file name like VLC usually does. If this is still a work in progress I'd be glad to help you test it. I used to work in the QA dept for a software company back in the late '90s. For my MTV style playlists it works out great. Thanks!
  23. chrisrobbins1970

    Emby Updating

    how do i know which apk to download.. I installed the EMBY for android from the google play store. The Onn 4K Pro v2 (2026 model) is powered by the 6nm quad-core Amlogic S905X5M system-on-chip paired with an ARM Mali-G310 v2 GPU
  24. Guess we need to wait for a dev
  25. Ok hmm. Just tried this. /Tenet (2020)/Tenet (2020) - 4K.disc /Tenet (2020)/Tenet (2020) - 4K_Remux.disc Removing the underscore and replacing with at space, shows this. /Tenet (2020)/Tenet (2020) - 4K.disc /Tenet (2020)/Tenet (2020) - 4K Remux.disc
  26. lbalbo

    Disable Chapters using Roku app.

    There has always been a progress bar showing how much of the movie has been played. In the past, I have been able to highlight that progress bar and rewind or fast forward.. But recently it’s just showing chapters every five minutes.
  27. I did both. With and without the extra folder because it worked for me. but it doesnt anymore. I tried without the extra folder but the same problem appears.
  1. Load more activity
×
×
  • Create New...