Jump to content

Search the Community

Showing results for tags 'tweak'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 4 results

  1. Hello, I am following this guide to tweak some settings in my server, and I've run into a question. How can I verify the size of library.db. I'm using Synology DSM 7.0. Tagging @Happy2Playfor visibility, as he created the original guide. Thanks.
  2. monkeyslapper

    Missing Feature / Little Tweak

    Hi There guys. I am try you android tv version of emby. I am actually enjoying it. Thanks for this great product. I am not sure if this a feature or not. Favorites on the Home screen? Either on Android or Emby home screen? IS here a way to turn off the side bar on the left screen. It seems redundant. Search for emby tv works well, but it seems to show Actors first then / tv / movies. Can we have it show Movie / TV / Actors? One off question. Whats happening with 4K HDR Transcoding. Do we have resolution to this or this one of the situaton that its just not going to happen?? Once again guys. WELL DONE! thanks Monkeyslapper
  3. Hey there, I was just wondering if you guys can suggest any settings, tweaks, hacks, plugins, etc. for pushing the overall streaming performance when multiple users stream media. When I start a 1080p mkv movie ( in this case with dts) which triggers transcoding at 10 mbps the movie runs like it should... but as soon as another user starts streaming a movie like this, it sadly turns into a wallpaper-picture-show. While the overall performance of my server should be more then enough (100+mbit bandwidth, 2 cores, 32gb ram) there seems to be a pretty tight performance bottleneck somewhere and I hope you guys can help me fix that. My goal is to be able to stream for up to 5 users (from different sources like browser, fire stick, apple tv, and so on) at the same time without any lags. what do I need to know and understand here? how to manage this? how/what to tweak? what topics should I look deeper into? Any input on this topic is greatly appreceated for I am new to this software. Thanks in advance Soki
  4. I want to change the base width of the div.card.squareCard.bottomPaddedCard on the login page that is used to display avatars that are not hidden during login. This width changes based on @@Media min-width variables, so I also want to change all those so the profile images are smaller across the board, but I can't seem to get the CSS code to take effect. Trying to affect this code (user-id and domain code replaced with question marks) <div class="card squareCard bottomPaddedCard"> <div class="cardBox visualCardBox"> <div class="cardScalable"> <div class="cardPadder"></div> <a class="cardContent" href="#" data-ajax="false" data-haspw="true" data-username="admin" data-userid="?????"> <div class="cardImage" style="background-image:url('?????/emby/Users/?????/Images/Primary?width=600&tag=?????&quality=90');"></div> </a> </div> <div class="cardFooter"> <div class="cardText">admin</div> <div class="cardText">Last seen a minute ago</div> </div> </div> </div> Looks like the base code for the width of the outer HTML element copied above is only controlled by this, line 307 of card.css .squareCard { width: 50%; } I should be able to override this code by declaring the element in addition to its class, but to be safe I'm declaring two of its parents. #loginPage #divUsers div.squareCard { width: 33.333%; } And it doesn't work. I've already added some small level of anonymity to the login page by hiding the username and last seen time from display. I use the same method and avoid using any !important shortcuts in the css. (Edit: I apply this code in Settings > Branding > Custom css) I also tried to !important this and it has no effect. Any ideas? -------------------------------------- Screenshots... current live display: desired display:
×
×
  • Create New...