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
91
General - (fb2k) / Identify Songs in File Online
Last post by ApacheReal -
Is there a plugin in foobar2000 that identifies the song and author of an mp3 file cut in turn from a single mp3 track that contains several different untagged tracks?

I use this online service:

https://www.aha-music.com/identify-songs-music-recognition-online

extremely accurate, but limited to the recognition of 10 traces per day.

This is useful for unique tracks found in services like mixcloud, soundcloud etc.
93
General - (fb2k) / Re: V2 & Android control app.
Last post by brad1138 -
Supported: x86 32-bit, x86 64-bit.

Download and install
foo_httpcontrol_0_97_28.fb2k-component
https://bitbucket.org/oblikoamorale/foo_httpcontrol/downloads/

Setting is the same as before.

Standard installation
- \AppData\Roaming\foobar2000-v2\foo_httpcontrol_data\foobar2000controller
Portable installation
- profile\foo_httpcontrol_data\foobar2000controller



Thanks,

Will the previous controller client side software I installed create any problems? Should I do a clean install of Foobar 2000 v2?
95
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by Defender -
Code: [Select]
function on_playback_order_changed(new_index) {
   buttons.update();
   window.Repaint();
}

Phew. Thank you. This one does the job. I thought I tried the window.Repaint() one, but obviously not.

Anyway, next step will be cleaning up this button and migration to JS3. This is my last JS2 one except for the Artwork panel. Tried JS3 but that one does not show which image it is showing on mousewheel (Front cover, Back Cover, Disc, Icon, Artist, Picture 1/5)
97
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by Defender -
I added to my code:

function on_playback_order_changed(new_index) {
//   window.RepaintRect(0, 0, 26, 22);
//   panel.size();
   buttons.update();
}

Small improvement. If you go to the button (hover) it changes the image to the corrrect one. If you unhover the correct image is shown as well. Unfortunately you have to hover to get the correct PBO representation in the first place.

I really feel kind of stupid. I created some 475K of PSS code and 180K of ELP code and everything works exactly as I planned/programmed. Unfortunately PSS does not support dropdown menu's and rightclick on either textbuttons or imagebuttons.
I just don't have a clue how jscript works. All I did so far is based on reverse engineering (which drives me nuts).

What do I have to add to the jscript code to force an update upon changing the playbackorder (not only on hover)?
98
3rd Party Plugins - (fb2k) / Components for Jplay Femto
Last post by w3explorer -
Hi,

I'm new to JPlay Femto and haven't used Foobar2000 in quite a while.  I just installed FB2000 v2.0.

I have found a FB2k component for JPlay Femto playback.  But the issue is that the media library  is empty.  I can't see any artists or albums.  Am I missing a component?

Any help appreciated.

Thanks,
Dan
100
General - (fb2k) / Re: Opus RG peak values in foobar2000
Last post by yetanotherid -
I'd forgotten about the thread you linked to, probably because I don't use Opus myself. You can create a custom field and add the peak value there, but having to copy the value and add it manually would make me suicidal pretty quickly if I had a lot of files to tag. It'll show up in mp3tag under "extended tags", but it'd only be there for your reference because a player wouldn't know what to do with it.