Advanced Controls (foo_advancedcontrols), discussion thread for foo_advancedcontrol |
![]() ![]() |
Advanced Controls (foo_advancedcontrols), discussion thread for foo_advancedcontrol |
Dec 18 2006, 01:38
Post
#1
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
Hi all.
I just updated foo_advancedcontrols with the latest SDK. I took the time to implement a function available in the Winamp version of this plugin but was missing in the Foobar2000 component - the Volume bar. You can choose if you want the volume bar or the seeking bar to be shown on top of the control icons. You can assign a hotkey to switch between the volume and the seeking bar. I also added a brand new function that may not completely fit in the Advanced Controls concept, but, well... why create a new component just for that? The function is an option to automatically pause the playback when entering screensaver mode. I find that very useful. Maybe that's not the case for everyone, so this option is disabled by default. http://www.niversoft.com/products/fac (official page) or http://pelit.koillismaa.fi/plugins/show.php?id=138 Enjoy! This post has been edited by niver: Dec 20 2006, 06:18 |
|
|
|
Dec 18 2006, 22:07
Post
#2
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Thank you very much for this component!
Two problems: 1-the volume slider being reset to position slider after every foobar restart,no matter what i do 2-where should i put the skins files? -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Dec 19 2006, 00:27
Post
#3
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
1- This is fixed for the next release, thanks
2- The folder tree is available in the zip file. You will get something like Foobar2000 -- components -- -- foo_advancedcontrol.dll -- -- AdvancedControls -- -- -- BlueXP -- -- -- -- [icon files] -- -- -- SilverXP -- -- -- -- [icon files] Thank you very much for this component!
Two problems: 1-the volume slider being reset to position slider after every foobar restart,no matter what i do 2-where should i put the skins files? |
|
|
|
Dec 19 2006, 02:41
Post
#4
|
|
|
Group: Members Posts: 5 Joined: 15-August 05 Member No.: 23909 |
thanks for the plugin.but i've found a UI problem that the "seek slider" and "volume slider" radio button can be checked in the same time,and when you checked you can not cancel
|
|
|
|
Dec 19 2006, 02:44
Post
#5
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
|
|
|
|
Dec 20 2006, 05:31
Post
#6
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
v0.5.9.3 is now available.
Release notes: - Fixed: Slider setting is not saved - Fixed: Slider setting radio buttons are broken http://www.niversoft.com/products/fac (official page) or http://pelit.koillismaa.fi/plugins/show.php?id=138 This post has been edited by niver: Dec 20 2006, 06:18 |
|
|
|
Feb 26 2007, 06:11
Post
#7
|
|
![]() Group: Members Posts: 15 Joined: 13-February 07 Member No.: 40592 |
Great Plug In, Must Have!!
but I'm still having Slider setting issues, still doesn't save. No big deal, just thought I'd let ya know. Sooo, glad the volume was enable,answer to my prayers; Peace This post has been edited by ExtensionArt: Feb 26 2007, 06:12 -------------------- Get custom @ http://extensionart.mozdev.org
|
|
|
|
Feb 26 2007, 06:15
Post
#8
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
I'm sorry you have issues with the component not saving the Slider setting, but this is a problem I can't reproduce. The slider setting is saved correctly on all my test machines.
Please make sure you are using the latest version of the component. Great Plug In, Must Have!!
but I'm still having Slider setting issues, still doesn't save. No big deal, just thought I'd let ya know. Sooo, glad the volume was enable,answer to my prayers; Peace |
|
|
|
Mar 8 2007, 22:52
Post
#9
|
|
|
Group: Members Posts: 3 Joined: 12-April 06 Member No.: 29458 |
I'm sorry you have issues with the component not saving the Slider setting, but this is a problem I can't reproduce. The slider setting is saved correctly on all my test machines. I am also having this problem. I tried removing my foobar2000.cfg file, but the problem persisted. I also tried removing foo_advancedcontrols.dll, starting Foobar2000, answering that I did not want my settings from the disabled component saved, then reinstalling the DLL. I'd love to have the volume slider. That's the main reason I want the component. Is there anything I can do to help you track down this issue? Oh, I forgot to mention, I am using the latest version of the component. This post has been edited by David Rothenberger: Mar 8 2007, 22:53 |
|
|
|
Mar 9 2007, 00:18
Post
#10
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
I'm sorry you have issues with the component not saving the Slider setting, but this is a problem I can't reproduce. The slider setting is saved correctly on all my test machines. I am also having this problem. I tried removing my foobar2000.cfg file, but the problem persisted. I also tried removing foo_advancedcontrols.dll, starting Foobar2000, answering that I did not want my settings from the disabled component saved, then reinstalling the DLL. I'd love to have the volume slider. That's the main reason I want the component. Is there anything I can do to help you track down this issue? Oh, I forgot to mention, I am using the latest version of the component. Since this component is a port of the equivalent Winamp plugin, it doesn't use yet the standard Foobar2000 way to store its parameters (foobar2000.cfg), it stores them in the registry. This will probably be changed later. Try removing the key HKEY_CURRENT_USER\Software\Niversoft\FooBar2000 Advanced Controls from the registry There should be a value named VolumeSlider in it (REG_DWORD). 1=volume, 0=seek. NH |
|
|
|
Mar 9 2007, 01:16
Post
#11
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
I'm sorry you have issues with the component not saving the Slider setting, but this is a problem I can't reproduce. The slider setting is saved correctly on all my test machines. I am also having this problem. I tried removing my foobar2000.cfg file, but the problem persisted. I also tried removing foo_advancedcontrols.dll, starting Foobar2000, answering that I did not want my settings from the disabled component saved, then reinstalling the DLL. [...] I did additional tests while checking for the changes required to go to the standard foobar200 way to store config. I found out that we were both right about the volume slider config, I wasn't testing the right thing: The volume slider config is saved. If you choose Volume slider, you close and reopen foobar then press play, the volume slider is shown. However, both the config page and the submenu item does not display the current setting, they always display Seek slider. This is fixed in the upcoming release (the announcement will come later today or this week). |
|
|
|
Mar 9 2007, 06:59
Post
#12
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
v0.5.9.4 is now available.
Release notes: - Fixed: Slider setting is not displayed correctly in the config page - Settings are now saved in foobar2000.cfg instead of the registry. Previous version's settings are automatically imported then deleted from the registry. http://www.niversoft.com/products/fac (official page) or http://pelit.koillismaa.fi/plugins/show.php?id=138 |
|
|
|
Mar 9 2007, 11:56
Post
#13
|
|
![]() Group: Members Posts: 176 Joined: 15-October 02 From: Camelot Member No.: 3550 |
I just noticed the delete-current-file-function. Fantastic!
AFAIK is this the only possibility to delete the playing song and jump to the next. Like the old massdelete-plugin for v8.x I would love to see a standalone delete-current-file-plugin Great Plugin. Thank You. |
|
|
|
Mar 9 2007, 12:40
Post
#14
|
|
|
Group: Members Posts: 399 Joined: 30-August 04 From: Germany, Bavaria Member No.: 16641 |
I second this request. Thank you for your development!
|
|
|
|
Mar 9 2007, 21:29
Post
#15
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
I just noticed the delete-current-file-function. Fantastic! AFAIK is this the only possibility to delete the playing song and jump to the next. Like the old massdelete-plugin for v8.x I would love to see a standalone delete-current-file-plugin Great Plugin. Thank You. Your wish is my command... well... sort of. Here comes the Delete Current Track component for Foobar2000: http://www.niversoft.com/downloads/foo_DeleteCurrent.zip Have fun. |
|
|
|
Mar 10 2007, 10:16
Post
#16
|
|
![]() Group: Members Posts: 176 Joined: 15-October 02 From: Camelot Member No.: 3550 |
|
|
|
|
Mar 10 2007, 17:39
Post
#17
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
Your wish is my command... well... sort of. This plugin is worth an own thread. I think there are some other guys who would like this. Thread: http://www.hydrogenaudio.org/forums/index....showtopic=53305 |
|
|
|
Mar 11 2007, 05:09
Post
#18
|
|
|
Group: Members Posts: 43 Joined: 21-March 05 Member No.: 20801 |
Really like this component, thank you!
I've downloaded some of the extra icon skins listed under the foobar version of this component, but they want to have winamp installed and won't proceed. Any chance of having dedicated foobar versions of them? |
|
|
|
Mar 11 2007, 05:38
Post
#19
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
Really like this component, thank you! I've downloaded some of the extra icon skins listed under the foobar version of this component, but they want to have winamp installed and won't proceed. Any chance of having dedicated foobar versions of them? You're right, I overlooked that. It's now fixed: http://www.niversoft.com/downloads/?p=fsk |
|
|
|
Mar 11 2007, 14:43
Post
#20
|
|
|
Group: Members Posts: 913 Joined: 22-October 01 From: the Netherlands Member No.: 335 |
|
|
|
|
Mar 11 2007, 15:56
Post
#21
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
v0.5.9.4 is now available. The downloadable version is still 0.5.9.3 (english) Your browser or an upstream proxy may have cached an old version of the file, the available package files are verified 0.5.9.4 (unless you downloaded it from an alternate location which I don't control). |
|
|
|
Mar 12 2007, 14:18
Post
#22
|
|
|
Group: Members Posts: 913 Joined: 22-October 01 From: the Netherlands Member No.: 335 |
|
|
|
|
Apr 17 2007, 20:29
Post
#23
|
|
|
Group: Members Posts: 105 Joined: 28-March 06 Member No.: 28907 |
Update to v0.5.9.4
The component is now available in several new languages (on the official page only) English Français Deutsch Español Italiano 简体字 (Simplified Chinese) Русская (Russian) Cesky Dansk Eesti keel Greek Macedonian Magyar Nederlands Polski Português (do Brasil) Romana Slovensky Swedish http://www.niversoft.com/products/fac (official page) or http://pelit.koillismaa.fi/plugins/show.php?id=138 This post has been edited by niver: Apr 17 2007, 20:29 |
|
|
|
Apr 20 2007, 06:41
Post
#24
|
|
![]() Group: Members Posts: 137 Joined: 23-May 06 From: Chile! Member No.: 31067 |
This plugin has always been great, thanks a lot!
|
|
|
|
Apr 20 2007, 17:10
Post
#25
|
|
|
Group: Members Posts: 913 Joined: 22-October 01 From: the Netherlands Member No.: 335 |
Hi, I noticed that the version information in foobar2000 was corrupt in the 9 april dll.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 13:48 |