HydrogenAudio

Hosted Forums => foobar2000 => General - (fb2k) => Topic started by: jazzy73 on 2009-12-24 16:43:26

Title: Stop after current
Post by: jazzy73 on 2009-12-24 16:43:26
Hi!anyway to show the status of stop after current funcion(on,off) in the status bar?(or other place)

thanks!
Title: Stop after current
Post by: jazzy73 on 2009-12-24 16:44:30
ops.I´m using default ui.
regards.
Title: Stop after current
Post by: DocBeard on 2009-12-24 17:54:39
I believe this is on the list of features they're considering implementing in the future. (See the stickied post at the top of this subforum.)

It can presently be done using the WSH panel, but that's only available for Columns UI.
Title: Stop after current
Post by: lo-fi on 2009-12-24 18:19:37
no need for WSH Panel just columns ui and a toolbar

Here's how it looks:

(http://img121.imageshack.us/img121/6994/sac.png)
Title: Stop after current
Post by: jazzy73 on 2009-12-25 20:25:48
ok thanks.but I´d like in default ui..
Title: Stop after current
Post by: O8h7w on 2010-02-10 13:12:38
I'm another user who wants this in the default UI. I think it shouldn't be that hard to just put it into title formatting, e.g.
Code: [Select]
%stop_after_current%
present when it's on and not when it's off. Then I would use this:
Code: [Select]
[$if(%stop_after_current%,►■,)  ]


Please be aware, this is just a suggestion of a way to do it that would probably be easy for the developers.

Sure it would be nice to just have the button stay pressed in, but that wouldn't cut it for me since I mostly use keyboard shortcuts.
Title: Stop after current
Post by: TomBarlow on 2010-02-10 13:27:53
WSH panel mod is now available for DUI. There is a button script in the wsh panel script thread, but I don't know if it has a stop after current button. I could share my script.
Title: Stop after current
Post by: TomBarlow on 2010-02-10 14:55:53
I may as well share my script. Extract this .zip to your foobar directory, then add a wsh panel to your layout, click on it to open the configure window, then click Import... and look for buttons_import.js

Any errors let me know... I did test it so it should work!

http://www.hydrogenaudio.org/forums/index....showtopic=78612 (http://www.hydrogenaudio.org/forums/index.php?showtopic=78612)
Title: Stop after current
Post by: pawelq on 2010-02-10 16:37:08
I'm another user who wants this in the default UI. I think it shouldn't be that hard to just put it into title formatting, e.g.
Code: [Select]
%stop_after_current%
present when it's on and not when it's off. Then I would use this:
Code: [Select]
[$if(%stop_after_current%,??,)  ]


Please be aware, this is just a suggestion of a way to do it that would probably be easy for the developers.

Sure it would be nice to just have the button stay pressed in, but that wouldn't cut it for me since I mostly use keyboard shortcuts.



I support this suggestion wholeheartedly, I use SAC via keyboard shortcuts a lot, and I'd like to see its status without having to restore the fb2k window.

(I hope I won't get another warning, I already got 2 for suggesting %stop_after_current% or other SAC feedback mechanisms in wrong threads  :-) )