Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I made a compact version of the UI #264

Open
akiba-geek opened this issue Sep 19, 2020 · 3 comments
Open

I made a compact version of the UI #264

akiba-geek opened this issue Sep 19, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@akiba-geek
Copy link

Describe the solution you'd like
I fit the current features into 300px width, 30px height

 Version = "3"

[Profiles]

[Profiles.'Default Profile']

[Profiles.'Default Profile'.GeneralSettings]
Width = 300.0
Height = 30.0
BackgroundColor = "#00FFFFFF"

[Profiles.'Default Profile'.PreviousButtonSettings]
BackgroundColor = "#00FFFFFF"
HoveredBackgroundColor = "#19FFFFFF"
ClickedBackgroundColor = "#0FFFFFFF"
IsVisible = true
Width = 20.0
Height = 15.0
XPosition = 90.0
YPosition = 3.0
Anchor = "TopRight"

[Profiles.'Default Profile'.PreviousButtonSettings.Content]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FFFFFFFF"
HoveredTextColor = "#FFFFFFFF"
ClickedTextColor = "#FFFFFFFF"

[Profiles.'Default Profile'.PlayPauseButtonSettings]
BackgroundColor = "#00FFFFFF"
HoveredBackgroundColor = "#19FFFFFF"
ClickedBackgroundColor = "#0FFFFFFF"
IsVisible = true
Width = 20.0
Height = 15.0
XPosition = 60.0
YPosition = 3.0
Anchor = "TopRight"

[Profiles.'Default Profile'.PlayPauseButtonSettings.PlayContent]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FFFFFFFF"
HoveredTextColor = "#FFFFFFFF"
ClickedTextColor = "#FFFFFFFF"

[Profiles.'Default Profile'.PlayPauseButtonSettings.PauseContent]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FFFFFFFF"
HoveredTextColor = "#FFFFFFFF"
ClickedTextColor = "#FFFFFFFF"

[Profiles.'Default Profile'.NextButtonSettings]
BackgroundColor = "#00FFFFFF"
HoveredBackgroundColor = "#19FFFFFF"
ClickedBackgroundColor = "#0FFFFFFF"
IsVisible = true
Width = 20.0
Height = 15.0
XPosition = 30.0
YPosition = 3.0
Anchor = "TopRight"

[Profiles.'Default Profile'.NextButtonSettings.Content]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FFFFFFFF"
HoveredTextColor = "#FFFFFFFF"
ClickedTextColor = "#FFFFFFFF"

[Profiles.'Default Profile'.RepeatModeButtonSettings]
BackgroundColor = "#00FFFFFF"
HoveredBackgroundColor = "#19FFFFFF"
ClickedBackgroundColor = "#0FFFFFFF"
IsVisible = true
Width = 20.0
Height = 15.0
XPosition = 0.0
YPosition = 3.0
Anchor = "TopRight"

[Profiles.'Default Profile'.RepeatModeButtonSettings.RepeatOffContent]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FF696969"
HoveredTextColor = "#FFFFFFFF"
ClickedTextColor = "#FF808080"

[Profiles.'Default Profile'.RepeatModeButtonSettings.RepeatContextContent]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FF1E90FF"
HoveredTextColor = "#FF6495ED"
ClickedTextColor = "#FF4169E1"

[Profiles.'Default Profile'.RepeatModeButtonSettings.RepeatTrackContent]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FF1E90FF"
HoveredTextColor = "#FF6495ED"
ClickedTextColor = "#FF4169E1"

[Profiles.'Default Profile'.ShuffleModeButtonSettings]
BackgroundColor = "#00FFFFFF"
HoveredBackgroundColor = "#19FFFFFF"
ClickedBackgroundColor = "#0FFFFFFF"
IsVisible = true
Width = 20.0
Height = 15.0
XPosition = 120.0
YPosition = 3.0
Anchor = "TopRight"

[Profiles.'Default Profile'.ShuffleModeButtonSettings.ShuffleOffContent]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FF696969"
HoveredTextColor = "#FFFFFFFF"
ClickedTextColor = "#FF808080"

[Profiles.'Default Profile'.ShuffleModeButtonSettings.ShuffleOnContent]
ContentType = "Text"
FontFamily = "Segoe MDL2 Assets"
Text = ""
TextColor = "#FF1E90FF"
HoveredTextColor = "#FF6495ED"
ClickedTextColor = "#FF4169E1"

[Profiles.'Default Profile'.ProgressBarSettings]
ForegroundColor = "#FF1E90FF"
BackgroundColor = "#FF696969"
HoverColor = "#FF00BFFF"
IsVisible = true
Width = 64.0
Height = 4.0
XPosition = 37.5
YPosition = 3.0
Anchor = "BottomRight"

[Profiles.'Default Profile'.AlbumArtSettings]
PlaceholderPath = ""
IsVisible = true
Width = 30.0
Height = 30.0
XPosition = 125.0
YPosition = 0.0
Anchor = "TopLeft"

[Profiles.'Default Profile'.AlbumArtPopupSettings]
IsVisible = true
Width = 250.0
Height = 250.0
XPosition = 240.0
Margin = 0.0

[[Profiles.'Default Profile'.CustomLabelSettings]]
FontFamily = "Segoe UI"
FontSize = 10.0
Color = "#FFC3C3C3"
FormatString = "{length}"
Alignment = "Right"
Name = "Song Length"
ScrollSpeed = 5000
TextOverflow = "Scroll"
ScrollBehavior = "Always"
FadeEffect = "OnlyWhenScrolling"
LeftFadeOffset = 0.1
RightFadeOffset = 0.9
IsVisible = true
Width = 32.0
Height = 15.0
XPosition = 0.5
YPosition = -2.0
Anchor = "BottomRight"
[[Profiles.'Default Profile'.CustomLabelSettings]]
FontFamily = "Segoe UI"
FontSize = 10.0
Color = "#FFC3C3C3"
FormatString = "{time}"
Alignment = "Left"
Name = "Song Progress"
ScrollSpeed = 5000
TextOverflow = "Truncate"
ScrollBehavior = "Always"
FadeEffect = "Never"
LeftFadeOffset = 0.1
RightFadeOffset = 0.9
IsVisible = true
Width = 32.0
Height = 15.0
XPosition = 105.5
YPosition = -2.0
Anchor = "BottomRight"
[[Profiles.'Default Profile'.CustomLabelSettings]]
FontFamily = "Segoe UI"
FontSize = 14.0
Color = "#FFFFFFFF"
FormatString = "{song}"
Alignment = "Right"
Name = "Song Name"
ScrollSpeed = 5000
TextOverflow = "Scroll"
ScrollBehavior = "Always"
FadeEffect = "OnlyWhenScrolling"
LeftFadeOffset = 0.1
RightFadeOffset = 0.9
IsVisible = true
Width = 120.0
Height = 20.0
XPosition = 0.0
YPosition = -1.5
Anchor = "TopLeft"
[[Profiles.'Default Profile'.CustomLabelSettings]]
FontFamily = "Segoe UI"
FontSize = 12.0
Color = "#FFAAAAAA"
FormatString = "{artist}"
Alignment = "Right"
Name = "Artist"
ScrollSpeed = 5000
TextOverflow = "Scroll"
ScrollBehavior = "Always"
FadeEffect = "OnlyWhenScrolling"
LeftFadeOffset = 0.1
RightFadeOffset = 0.9
IsVisible = true
Width = 120.0
Height = 20.0
XPosition = 0.0
YPosition = -4.5
Anchor = "BottomLeft"

image

Describe alternatives you've considered
This could be the default config? I really like it

Additional context
First time on github, sorry if I'm being obnoxious

@akiba-geek akiba-geek added the enhancement New feature or request label Sep 19, 2020
@akiba-geek
Copy link
Author

this config is fancy for the album art popup

[Profiles.'Default Profile'.AlbumArtPopupSettings]
IsVisible = true
Width = 250.0
Height = 250.0
XPosition = 30.0
Margin = 30.0

@samwzlim
Copy link

samwzlim commented Jan 7, 2021

@toediesay Nice work! Is there any way you could export this profile for the rest of us to import into audioband? :)

@ariccb
Copy link

ariccb commented Jul 23, 2021

Mine's similar, with a little more width - i find it the best visually attractive option
AudioBandProfiles.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants