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) / Foobar seems to ignore LFE channel.
Last post by mzso -
Hello!

Recently I was tinkering with EQ APO, and I was listening to a 7.1 testfile. And I thought something there was malfunctioning. But then I realized that the LFE channel is completely mute with foobar. Also with MPV, but not with my directshow player, using LAV.

I can see the sound that is supposed to be played on all visualizations.
I installed a portable instance of latest stable (2.1.5), kept it vanilla. It works the same way.

3
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!
5
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.
8
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?
9
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.