Create big-picture.css#85
Open
MuffinOfPotato wants to merge 1 commit into
Open
Conversation
Alternative backdrop view for currently selected media
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I propose an alternative "big picture" backdrop view for currently selected media. Below is a comparison.
Partially inspired by Arctic Horizon 2 (jurialmonkey's Kodi theme)'s approach, I wanted to find a good middle ground between the confined appearance of the default backdrop, and the broadly symmetrical appearance of the transparent view. What I've done was shrink the image into the top right corner, have the image infinitely repeat, and heavily blurred these surrounding repetitions to get a rough approximation of the backdrop's color. The interface is transparent but not overly clear, showing enough of both the backdrop and the interface's legible contents.
You can try this yourself by pasting this below the base Scyfin theme import. I'm admittedly a bit of a novice at CSS, so this approach could be horribly unoptimized for all I know.
@import url('https://cdn.jsdelivr.net/gh/MuffinOfPotato/scyfin/CSS/big-picture.css');This is untested on non-Chromium browsers.