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.
Recent Posts
2
3rd Party Plugins - (fb2k) / Re: foo_vis_text (Text Visualizer)
Last post by pqyt -
foo_vis_text v0.1.2.0

  • New: Added OnPlaybackDynamicInfo() and OnPlaybackDynamicTrackInfo() callback. Useful to display meta data from streamed audio.
  • Improved: A copy of the default template file is created when the component starts the first time.
  • Improved: The context menu contains a menu item to access the preferences page.

Available in the Components repository and on GitHub.
3
3rd Party Plugins - (fb2k) / Re: foo_vis_text (Text Visualizer)
Last post by pqyt -
@pqyt,
Interesting component. I tried to replace foo_textdisplay.dll with it:
1. How to set dark mode for slide bar of the component panel?
Still working on that. The component and the prefs are implemented but I still need to make WebView listen to the mode.
2. It seems that carriage returns in text are not recognized.
That's to be expected since a linebreak has no meaning in HTML. Try replacing the linebreaks with <br/>.
3. Is it possible to implement the "Follow selected track" mode?
It's on my To Do list.
4. How to copy the component panel in "Layout Editing Mode"?
Never thought of that. I can add stuff to the WebView context menu. If there's an fb2k API to copy the element then I can implement it.
4
3rd Party Plugins - (fb2k) / Re: foo_vis_text (Text Visualizer)
Last post by Sergey77 -
@pqyt,
Interesting component. I tried to replace foo_textdisplay.dll with it:
1. How to set dark mode for slide bar of the component panel?
2. It seems that carriage returns in text are not recognized.
3. Is it possible to implement the "Follow selected track" mode?
4. How to copy the component panel in "Layout Editing Mode"?
Thanks!
6
General - (fb2k) / Re: "Open in foobar2000" "Enque in foobar2000" right click context menu
Last post by zK -
Is there any command to create a registry entry for the "Enque in foobar2000" function?

I use a specific entry for "Open in foobar2000" when I right-click a directory, as shown below:
Code: [Select]
[HKEY_CLASSES_ROOT\Directory\shell\foobar2000.Open\command]
@="\"B:\\foobar2000\\foobar2000.exe\" \"%1\""

I would like to be able to create an entry for "enque", since I necessarily use a portable installation of the player.

I used this topic attracted by the similarity of purposes, I'm sorry if it's the wrong place.

Thanks in advance.

https://forums.winamp.com/forum/winamp/winamp-technical-support/314929-enqueue-gone-from-windoze-right-click-menues/page2#post4364825
7
foobar2000 mobile / Update replaygain tags
Last post by pbarjon001 -
Have 1000s of mp3 and flac files in my android. The files already had replaygain tags populated before copying to phone.
Would like to do a scan using foobar2000 android to recalculate and update the flags, both in the database and the files themselves.

Can this be done? If not, any way u can suggest to zap all the replaygain tags? Then when I run the scan they will get repopulate....

Thanks
8
General - (fb2k) / Re: "Open in foobar2000" "Enque in foobar2000" right click context menu
Last post by redorb -
This worries me. Did you remove "HKEY_LOCAL_MACHINE\SOFTWARE\Classes"? You most definitely should not have. It contains very important COM object registration information.
This:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\foobar2000.WAV\shell\enqueue
Name          Typ             Data   
(Standard)   REG_SZ      Enque in foobar2000

I think there should be a feature to turn off the right-click menu, many apps have a built-in such a feature.
Or at least let an app like ShellMenuView by Nir Sofer do it, it can remove "Enque in foobar2000" but not "Open in foobar2000".
If I were to let all apps that want to add "Open with" or "Print with" etc. etc. the right click menu would be arm's length.
I found an old infected thread about this so let's just drop the question.

Best regards,
redorb
9
General - (fb2k) / Re: "Open in foobar2000" "Enque in foobar2000" right click context menu
Last post by fooball -
This worries me...

What worries me is that I referred him to an article explaining how to remove file associations and he says

I don't get what you mean?

So perhaps it is best if he

I'll just let it go

I'm not clear why having those options on the context menu was a problem anyway.