Posts made by Zapp
-
RE: Seekbar position different in similar environments - find no way to configure this
Funny, I started this thread just a day ago.
The GUI way to stretch the status bar is a bit clumsy:- In Settings, enable "Show playing widget" under "Behavior"
- Playback something, so that the now playing widget appears
- Right click on the widget
- Select "Show above status bar"
- Disable "Show playing widget" in Settings (if you don't want it)
Or just add
[PlayingWidget] above_status_bar=true
to strawberry.conf
-
RE: "Show above status bar" option
Sorry my fault, I was under the impression that Strawberry retired the now playing widget in favor of the context tab in the sidebar.
I only realized just now that it's still available - if I enable it, I see the GUI option as well.But since this option actually applies to the whole sidebar instead of just the widget, wouldn't it make sense to show this option under "Behavior" or "Appearance" in settings?
-
RE: "Show above status bar" option
After looking at playingwidget.cpp it seems that the option is still there, it just needs to be placed under
[PlayingWidget]
instead of[NowPlayingWidget]
.
The following block in strawberry.conf shows the sidebar above the status bar, just like Clementine did:[PlayingWidget] above_status_bar=true
Having a GUI option for that would still be nice, though!
-
"Show above status bar" option
Clementine had an option "Show above status bar" for the now playing widget, which added
[NowPlayingWidget] above_status_bar=true
to clementine.conf
Since Strawberry doesn't use the now playing widget anymore, that option is gone. But this option not only placed the widget, but the whole sidebar above the status bar.
Is it possible to get this option back?The reason is, that I use Strawberry mostly tiled and in that configuration the seekbar becomes very small.
Below is a screenshot to illustrate what I mean. Clementine is to the right with
above_status_bar=true
, Strawberry is to the left.