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
3
General - (fb2k) / Re: "Open in foobar2000" "Enque in foobar2000" right click context menu
Last post by Case -
Removed this as you suggested:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes and remove all keys called foobar2000.<extension>, for example "foobar2000.WAV"
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.
I told you that you can remove foobar2000 association registrations, which are stored in subkeys titled "foobar2000.ext". For example .mp3 info is in subkey "foobar2000.MP3", .wav info in "foobar2000.WAV", etc.
4
3rd Party Plugins - (fb2k) / Re: foo_coverflow_mod playlist friendly
Last post by Azuriye -
Hello, I'm not sure if it's possible to implement this but could refreshing the panel be exposed as a Context Menu option as well? I want to integrate this with JScript Panel 3 and refresh the panel every time a new album art gets downloaded.

Also could there be an option to open Image Viewer as a Library action? I want to replace double click with opening the image.
5
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.
6
General Audio / Re: I developed new resampler for high quality.
Last post by mycroft -
Bunch of audiophiles disagrees with your claims/opinions.

On serious side my comment generically refers to any claim/opinion that is extraordinary, I agree on your claim about what high quality resamplers should do, but maybe OP have bad hardware so quality difference is somehow masked?
7
General - (fb2k) / Re: "Open in foobar2000" "Enque in foobar2000" right click context menu
Last post by redorb -
@Case
Removed this as you suggested:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes and remove all keys called foobar2000.<extension>, for example "foobar2000.WAV"
Start foobar (no rightclick on any file, just start foobar from start menu in Windows) and I get "Runtime Error!"
My foobar path:
C:\Program Files (x86)\foobar2000\
I simply want to remove "Open in foobar2000" and "Enque in foobar2000" from right click any file associated with foobar in context menu.

@fooball
Well yes... and no, I don't get what you mean?

To sum it all up, I'll just let it go, but thanks for the help anyway.
Best regards
redorb
8
WavPack / Re: Experimental WavPack 5.7.2 (hybrid enhancements)
Last post by shadowking -
Okay , Very brief testing and so far its looking good.

codectest16 sample - WV 5.72

-b384hx6
wv5.72 abx 8/10 (close)  ,s0 10/10 , s.5 9/10,  s.75 7/10

-b4x4
 much improved not hard to abx but not annoying.  -b4.5hx6 becomes hard.

new-dns >>> old-dns >> s0 > s.5 =s.75

summary
-newdns much better than olddns
-better than s0
-better than s.5,
-on par with s.75
-wv5.72 dns preferred over old-dns and -s.x on this sample.
9
General Audio / Re: I developed new resampler for high quality.
Last post by Case -
Not sure what that comment refers to. The OP has posted evidence of his resampler's performance and it's easy to verify that all the posted signals are quite different from the reference materials. I certainly don't need more proof of performance.

If your comment is related to my comment, just download the files yourself and examine them with ears or spectrograms or hex editor or whatever. For example the very first sample that should be silent creates a loud pop.
10
General - (fb2k) / Re: "Open in foobar2000" "Enque in foobar2000" right click context menu
Last post by Case -
@Case
Yes. that's what I have done and... :/

You got rid of the association, shell extension no longer shows its entries. File type icons don't change automatically, for that the shell needs to be informed about the association change. For example foobar2000 installer sends the appropriate messages at the end of installation to trigger a refresh.

The error message you show should in no way be related to removal of association information in the registry. Association keys are irrelevant to the player's operation.
Is that your normal foobar2000 installation shown in the sceenshot, located in "C:\Program Files (x86)\foobar2000\"? Did it now crash when you chose the Open command for that hal.wav? Or for some other reason?
When you removed the keys I mentioned Windows reverted the associations to earlier default programs. Wav file for example should have opened with something like Windows Media Player once you did that. Unless of course you had manually configured associations to open with something else before using the proper Shell Extension associations.

What exactly are you trying to achieve or do? Do you still want WAV to be associated to foobar2000, just not with Shell Extension but instead with some lesser method?