Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Default UI Gallery (Read 744812 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: Default UI Gallery

Reply #601
I probably should distribute a bottom panel like that with JSP3 itself. I've been too lazy to incorporate a volume slider in the current track info/seekbar/buttons scripts.

Yes, that would be an interesting addition. Of course, you can complete anything as basic as this in no time.
But if you don't have the time, here is the script I use. As you know, I'm a newbie, and there must have been a joke line code in the script.

eurekagliese, looks good!

Thank you, and thank you for your Flags script, which I could learn from along with the JSP samples.

Thanks for the tip seperating shuffle/repeat buttons!

Re: Default UI Gallery

Reply #602
Thank you so much that's perfect eurekagliese

Updated my layout and its perfect now minus album art viewer from Refacets instead of coverflow obviously
PC - Teac UD-505 - Adam Audio A4V - DCA ÆON Open X
Samsung S23 Ultra 512GB - Fiio UTWS5 - TinHifi P1 Max.

Re: Default UI Gallery

Reply #603
@eurekagliese

JSPlaylist:
Enable Dynamic is valid only during playback

Enable Dynamic only when Now Playing:
Can you add an enable/disable option?

Now Playing

 
Stop


Thanks.
SHURE SRH1840, SENNHEISER HD660S2, SENNHEISER HD 490 PRO, DT 1990 PRO, HiFiMAN Edition XS, Bowers & Wilkins P7, FiiO FT5, 水月雨 (MOONDROP) 空鳴 - VOID, Nakamichi Elite FIVE ANC, SONY WH-ULT900N (ULT WEAR) (made a Upgrade/Balanced Cable by myself)

Re: Re: Default UI Gallery

Reply #604
I probably should distribute a bottom panel like that with JSP3 itself. I've been too lazy to incorporate a volume slider in the current track info/seekbar/buttons scripts.

Yes, that would be an interesting addition. Of course, you can complete anything as basic as this in no time.
But if you don't have the time, here is the script I use. As you know, I'm a newbie, and there must have been a joke line code in the script.

eurekagliese, looks good!

Thank you, and thank you for your Flags script, which I could learn from along with the JSP samples.

Thanks for the tip seperating shuffle/repeat buttons!


Thank you; in fact, I was inspired by the Elia theme, which resembles Spotify.

By the way, your Vibe theme is also really good, clean and elegant.

Re: Default UI Gallery

Reply #605
@eurekagliese

JSPlaylist:
Enable Dynamic is valid only during playback

Enable Dynamic only when Now Playing:
Can you add an enable/disable option?

Now Playing

 
Stop


Thanks.

Actually you can just simply switch the uncomment line 966 to
Code: [Select]
	// var metadb = fb.GetFocusItem(); 
var metadb = fb.GetNowPlaying();

Re: Default UI Gallery

Reply #606
Great.
Thanks.
SHURE SRH1840, SENNHEISER HD660S2, SENNHEISER HD 490 PRO, DT 1990 PRO, HiFiMAN Edition XS, Bowers & Wilkins P7, FiiO FT5, 水月雨 (MOONDROP) 空鳴 - VOID, Nakamichi Elite FIVE ANC, SONY WH-ULT900N (ULT WEAR) (made a Upgrade/Balanced Cable by myself)

Re: Default UI Gallery

Reply #607
X

Re: Default UI Gallery

Reply #608
X

Re: Default UI Gallery

Reply #609
So my theme end up as below (with JScript Panel 3)

Re: Default UI Gallery

Reply #610
Here is my humble DUI configuration (v2.1 preview 2023-08-28 32-bit).

 

Re: Default UI Gallery

Reply #612
So my theme end up as below (with JScript Panel 3)

Nice and clean, mate.
Is that the default playlist view? How do you colour that love icon?

Yup, it's default playlist view, and the 'Love' icon is from unicode character. The following is my custom column.

$ifequal(%rating%,5,>>>$char(10084)<<< , )


Re: Default UI Gallery

Reply #613
So my theme end up as below (with JScript Panel 3)

Nice and clean, mate.
Is that the default playlist view? How do you colour that love icon?

Yup, it's default playlist view, and the 'Love' icon is from unicode character. The following is my custom column.

$ifequal(%rating%,5,>>>$char(10084)<<< , )


Sorry for the late reply.
I had no idea that >>> could modify the highlight colour of a field.
It increased visibility and allowed me to experiment with some of the custom column patterns, no matter how long I've used fb2k, it feels like I'm always getting an easter egg.
Thank you very much!

Re: Default UI Gallery

Reply #614
This the current version 3.0 of my Foobar2000 UltraWide DUI Dark Theme, to achieve the total black I patched and then installed a Windows Theme (as in this sub adviced to do) called "Fluent" by Niivu. I searched a lot for a theme that match with the "dark & blue" palette that I have for a long time.

Components shown:

- Album Art
- Deskband Controls
- JScript Panel 3 + JS Playlist
- Library Tree with 3 panels with support for Last.fm "love button"
- On-Screen Display
- OpenLyrics
- Shpeck with MilkDrop 2 for Visualizations
- Spectrum Analyzer
- Spider Monkey Panel with Biography script
- Text Display
- Waveform Minibar (mod)





I can share the presets to use 3 columns with JScript Panel or the slight modifications I made in JS Playlist.
Have you tried turning it off and on again??

Re: Default UI Gallery

Reply #615
For those who are interested, you can download each script config here 😉👍‍
Have you tried turning it off and on again??

Re: Default UI Gallery

Reply #616
Quis custodiet ipsos custodes?  ;~)


Re: Default UI Gallery

Reply #618
Made the switch to 64-bit and I'm back to default UI elements only. A bit of status bar abuse going on to display metadata that I would have placed on a second grouping level in SimPlaylist, which I finally decided to let go of.


Re: Default UI Gallery

Reply #619
This is my layout for foobar2000 v2.0 x64:
X
This above have foo_enhanced_spectrum_analyzer (which I have waiting for an update on this spectrum analyzer component that adds octave bands mode like in foo_vis_spectrum_analyzer) on it that I have installed on a Windows 10 laptop

Re: Default UI Gallery

Reply #620
It is simply AMAZING the amount of flexibility f2k provides. I've used it for years, but haven't even remotely tried some of the more customized layouts that many have. My DUI config is still stuck (for now) on v1.6. I've been messing around with Georgia-ReBorn which is, of course, not a DUI theme.

Anyway, here's what my daily driver has looked like for a while . . .


Re: Default UI Gallery

Reply #622
December's here and I'd like to share this theme. I've added some more features to the custom track script.
If you want to try it out, simply import the.fth layout or just copy and paste the updated Custom Track script below into your existing panel.

Components used:
- JScript Panel 3
- Playback Statistics
- OpenLyrics (Optional)
- Last.fm Playcount Sync (Optional)

Required fonts:
- Material Icons Round font
https://github.com/google/material-design-icons/blob/master/font/MaterialIconsRound-Regular.otf?raw=true
- Segoe Fluent Icons font
https://download.microsoft.com/download/8/f/c/8fc7cbc3-177e-4a22-af48-2a85e1c5bffb/Segoe-Fluent-Icons.zip



Re: Default UI Gallery

Reply #623
@eurekagliese

Track Info + Seekbar + Buttons (Custom Track 3.0.js)

Nice!
You still have good taste.
Time passes quickly when you get absorbed in editing.

Thanks.
SHURE SRH1840, SENNHEISER HD660S2, SENNHEISER HD 490 PRO, DT 1990 PRO, HiFiMAN Edition XS, Bowers & Wilkins P7, FiiO FT5, 水月雨 (MOONDROP) 空鳴 - VOID, Nakamichi Elite FIVE ANC, SONY WH-ULT900N (ULT WEAR) (made a Upgrade/Balanced Cable by myself)