Contemporary optimizations plugin for local connected displays

Hi Lintbf
please undock your debug window and set the window size of Edge to your resolution

image

If you set the scale factor to 100%, use this scope for text settings:

Best regards
2aCD

Hi 2acd,
I do not have this option resolution scope of the following settings?
You speak another language, sorry :slight_smile:
Thanks

then you use Mod1, which have only one scope.
To scale the sample rate icon is a little bit tricky. I have optimized this in a next version.
:wink:

hi my friends, on volumio 3 after new plugin installed, where i can modify the icons size?

Hi nadirfly
you find now the css file here in one of the matched id folder, for latest Volumio version:

/data/plugins/miscellanea/contemporary_advanced/17ab434528

The change that you make is the same.

Best regards
2aCD

Thank you :heart:

2 Likes

Hi 2aCD,
How do I remove the linear-gradient to make the slider one color?

Hello, I canā€™t install the plugin, the installation tries to download from a page and hangs there:

This command will install the plugin on your device

Compressing the plugin
Plugin succesfully compressed
Progress: 10
Status :Descargando complemento
Downloading plugin at http://127.0.0.1:3000/plugin-serve/contemporary_advanced.zip

Any ideas?

H Alain,

enable the rounded slider and search

/* GUI_ID: 205 - changed from GUI*/

then you find the .slider-selection and the .slider-track-high
remark the background-image on both sections

    #playbackPanelWrapper .player-seekbar .seekbar-container .slider-selection {
        background-image: linear-gradient(to top, #242424 0%, rgba(var(--forecolor),1) 100%);
        border-radius: 5px !important;
        height: 80%;
        box-shadow: 0.3vw 0.3vw calc(8px + 0.3vw) 1px rgba(0, 0, 0, calc(0.4 * var(--aashadow)));
    }
    #playbackPanelWrapper .player-seekbar .seekbar-container .slider-track-high {
        background-image: linear-gradient(to top, #242424 0%, gray 100%);
        border-radius: 5px !important;
        height: 80%;
        box-shadow: 0.3vw 0.3vw calc(8px + 0.3vw) 1px rgba(0, 0, 0, calc(0.4 * var(--aashadow)));
    }

you can set your own color with:

background-color: ....;

Try it without logging on as supervisor?

1 Like

ok thanks, and make it thicker ? (the slider line)

search for:

.player-seekbar .seekbar-container .slider-track {

and find

.player-seekbar .seekbar-container .slider-track {
    height: 10px;
    background: 0 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
}

and change height

1 Like

yes, I tried this one but it didnā€™t work. Iā€™m using mode 1, so I guess I need to modify _1 but didnā€™t work.

Please change here:
/data/plugins/miscellanea/contemporary_advanced/17ab434528

not in /home/volumio

Thanks, it works. I had confusedā€¦

Many thanks to 2aCD.
I succeeded in setting it to a 1902x480 monitor. Just 2 plugins are Touch Screen, Peppy and copy userconfig file, all is possible. I donā€™t understand what the css file is used for?

1 Like

Hi lech,
that looks great. I have not see it in real on this display, only on PC. :wink: Iā€™m also interested on pictures of the other meters for this resolution. Can you please post it on the thread for the PeppyMeter plugin?

The contemporary optimization plugin gives you the possibility to optimize the standard play view for your landscape resolution. Albumart on the left
and play buttons on the right side. Also the view of media library with covers is optimized, smaller footer and header. A manually change of css is not more needed with the contemporary plugin.

1 Like

Of course, Iā€™d love to, but since Iā€™m a newmember, Iā€™ll only upload one at a time.
Listening to your description, I feel like I donā€™t need contemporary plugin because it sounds a bit complicated
I have 1 question, can I create another VU Skin to PeppyMeter ? I really like McinToshā€™s VU.

Hi together,

the plugin is updated now for buster 3.163

In addition itā€™s add an option to enable blur background (only for the buster version)
But if you use a connected display with touch, the scrolling in media library on this display is not more smooth. (a blur filter needs a high cpu performance)
Then itā€™s not recommended to enable this option

best regards
2aCD

Great!!!

only 1 thing left, It rhymes with undercover :slight_smile:
Where do we download itā€™, still from the top, as it stated V1.0.4, seems its an updated version.

Found only one thing.
If you select a background in the pluign, Blur function wonā€™t work.