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
1
Support - (fb2k) / Re: Album art pattern matching regression
Last post by sveakul -
Thanks for this, was unaware of how easy it was to apply *.jxl support to jscript3's Album Art panel!  For those who were also unaware:

Place the dll in the Windows\System 32 folder before applying the install command marc2k3 posted using Administrative privileges.

I didn't need to restart afterwards (Windows 10 22H2).  This will also allow Windows Photo Viewer to open JXL images.  Good luck in getting the Foobar bug for cover.jxl in the search pattern list fixed!

2
3rd Party Plugins - (fb2k) / Re: [v2] Preview
Last post by SamD -
Hi grimes,
thank you for this very useful and sophisticated component !. It is very much appreceated  :) 

I have a probem or perhaps missed something : I could not find a way to make it work with a list of shoutcast radios, because they do not have a duration time or track length.
I would like to be able to "preview" between shoutcast radios (to automatically find cool music moments among shoutcast radios).
This could work if preview could also manage its "preview length" regardless of any track length (duration, %, etc...), as a timer or elapsed time regardless of anything else.

Best regards
SamD
3
3rd Party Plugins - (fb2k) / Re: NEW ESLyric v0.5 - an alternative lyric show component
Last post by always.beta -
On an unrelated question....   In the Lyric Search Window (right click in ESLyrics > Search), if you click on the "Search" dropdown in the top right corner, and pick "Sync Settings" what does that do? 
The check status of the lyric source is the same as the setting in the Prefences options.
There is no feature to download lyrics in batches.
4
Support - (fb2k) / Album art pattern matching regression
Last post by marc2k3 -
This is specifically related to jxl files. I had a bug report for my component which uses WIC like fb2k itself. JXL stub images/embedded JXL work fine but putting cover.jxl in the album art preferences fails to load on current versions. I already know wildcards are not supported for exotic file formats.

I know this worked in the past so I tested 2.0 just now which works as expected. I then tested 2.1 which is also broken. So something has changed there.

To test, this dll is required...

https://github.com/saschanaz/jxl-winthumb/releases

Code: [Select]
regsvr32 jxl_winthumb.dll

To uninstall

Code: [Select]
regsvr32 /u jxl_winthumb.dll
7
Wiki Discussion / Re: wiki 404 Not Found
Last post by Peter -
Problem was bad behavior (CPU usage + warning log flooding disk space) after mysql update, the server wasn't compromised.
Wiki will be restored shortly.
9
Other Lossy Codecs / Can I make my own psychoacoustics audio codec?
Last post by MihaiPopa12346 -
Can I make my own psychoacoustics audio codec, like Bink Audio, MP3 and Musepack? Named: PsychoAudio
The format should be tuned for mid-high bitrates (~150-180 kbps), like Musepack.
And I call it from the command line: "psychoenc.exe input.wav output.aud"
Optional argument: "-quality" (from 0 to 10), 0 = best, 10 = worst. Floating point numbers are supported like "3.50" or "7.25"!
Thanks for this!