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_uie_lyrics3
Last post by sveakul -
I was putting off upgrading, but it wasn’t that bad.  Not done yet.  I have to mess around with ESLyric yet a bit. 
What are those lyric sources in Chinese writing? 
Can Deezer be added?
酷狗音乐 = lyrics.kugou.com
QQ音乐 = QQMusic
网易云音乐 = music.163.com

For Metallum and Minilyrics sources to use artist/title search instead of artist/album so they can be used with radio streams you need to add modified versions of them.  I did two which are attached below, they go into foobar2000\profile\eslyric-data\scripts\searcher, select as needed instead of the supplied ones.

You can add Deezer if you can supply your own Deezer API key and cookie inside the script; from TT-ReBORN as posted to GitHub: https://github.com/ESLyric/feedback/files/13062122/eslyric_source_deezer.zip

If you still have the "LyricsOnDemand" source it should be deleted--it was removed from the install last month due to memory leakage/not working status reported by TT-ReBORN.

Changing the pref.image.cache.limit setting in Advanced to 1 prevents memory bloat (https://hydrogenaud.io/index.php/topic,122571.msg1042107.html#msg1042107)

Songlyrics and Metallum have the habit of preventing a search from continuing to following sources if they pass a certain message about having the song indexed but no lyrics;  the workaround is to add the following entries to the "Lyric Processor" box:

That's all the ESLyric tips I have!
4
3rd Party Plugins - (fb2k) / Re: Dynamic Range plugin
Last post by sveakul -
Thanks Case for "meeting the call" for so many.  It would be cool if the TruePeak value could be included.  Doesn't have a sexy GUI (yet?) but it's fast and it's accurate, and it's finally THERE.
7
3rd Party Plugins - (fb2k) / Re: Dynamic Range plugin
Last post by Defender -
I went ahead and implemented a simple DR Meter: https://foobar.hyv.fi/?view=foo_dr_meter.

The meter will measure both per-track and per-album Dynamic Range numbers, album group pattern can be adjusted in advanced preferences. By default album is grouped by title format string "%album artist% | %date% | %album% | %discnumber%".

Unlike with the old tool there will be no logs. The results will be shown in a dialog once the measurement finishes and they can be written to tags or copied to clipboard by pressing the appropriate button.

Great!

You probably can determine the Dynamic Range values and the Truepeak stuff in the same scan.

Can you please integrate both so that scanning is faster and the user only has to click once for TruePeak, Replaygain, Clipping and Dynamic Range?
8
3rd Party Plugins - (fb2k) / Re: Dynamic Range plugin
Last post by Case -
I went ahead and implemented a simple DR Meter: https://foobar.hyv.fi/?view=foo_dr_meter.

The meter will measure both per-track and per-album Dynamic Range numbers, album group pattern can be adjusted in advanced preferences. By default album is grouped by title format string "%album artist% | %date% | %album% | %discnumber%".

Unlike with the old tool there will be no logs. The results will be shown in a dialog once the measurement finishes and they can be written to tags or copied to clipboard by pressing the appropriate button.
10
3rd Party Plugins - (fb2k) / Re: foo_quicksearch
Last post by rtldg -
The font issue is fixed for the next release.
Columns UI returns an HFONT from CreateFontIndirect() which is deleted with DeleteObject() but foobar's query_font_ex(ui_font_default) apparently returns the HFONT used by foobar, which was being passed to DeleteObject() when the Quicksearch window is closed.
I made it create a duplicate HFONT so it no longer clobbers foobar's.