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
General - (fb2k) / Re: ReFacets
Last post by (Sly) -
First of all thanks @Porcus for the correct ReFacets thread.

Original Facets has two features which I find it really useful:
- "Select action:" "Send to selection playlist... (default)"
- the ability to arrange Facets also vertically

Could these be implemented please. If yes than I could dump old Facets :)
3
3rd Party Plugins - (fb2k) / Re: Text Display (foo_textdisplay)
Last post by yetanotherid -
My choice is JScript Panel sample script "Text Display".

I've installed it and it looks pretty daunting, although no doubt does more than the Text Display component, but before I clear my calendar for a week to learn how to use it.....

Can JScript Panel do all of the things with fb2k fields etc that Text Tools can? Here's what I'm hoping to duplicate:



I don't want any word wrapping but I also don't want long lines truncated at the end because that's generally where the important stuff is. If you look at the "Location" line in the screenshot above, you'll see it's truncated in the middle (some of the text replaced with "...." to prevent the line exceeding a set number of characters).

And can I use JScript Panel to convert the volume from Track Gain to people-speak volume (ie -18 LUFS) given how mental it is to specify volume as a sound pressure level as ReplayGain does. It's somewhat beyond me why fb2k still uses 89dB as the default target volume in the GUI instead of -18 dB/LUFS like the rest of the world. It's become embarrassing... ;)

Anyway, as long as those two things are do-able I'll try to learn how to use JScript Panel sometime soon.

Cheers.
4
General - (fb2k) / Re: foobar2000 v2.0 bugs
Last post by Melchior -
fix all exclusive modes, maybe just set my settings in Advanced menu by default in foobar?
Default settings are default because they work for most cases. Bu not for all cases. And this is why these settings are allowed to be changed by user.

I mean not to use WASAPI exlcusive output by default, but to change it default settings in Advanced menu to working ones.

You write that the default WASAPI exlusive settings in foobar work for most cases. I've tested many souncards and DACs with them, and none of them are usable. The settings that i recommend are useable for most cases.

WASAPI (exclusive) settings: Exclusive output overrides=on, Use event=off in Advanced menu

hmm..
 I have Realtek UAD driver v6.0.9492.1 for said audio chipset..
- Realtek® ALC1220A 8-Channel High Definition Audio CODEC for my ASUS PRIME x570-PRO latest BIOS v4602.
for devices I always point to my Realtek (speakers) output and never use the exclusive mode... hmm...
never had any issues as far as I can tell...
but best of luck figuring this out,, or a bug fix..

but my point is, is your drivers up to date?
5
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by eurekagliese -
Darker colours come from using Default UI (top) as opposed to Columns UI (bottom).
Spoiler (click to show/hide)
Thanks for the reply, I was thought you were using custom build that able to change that main dark background.
---
I have another question. In regard to Track Info + Seekbar + Buttons script. I would like to add a shuffle/default toggle button that can switch between different icon and colour states.
I'm not sure how to make the toggle function work, and I'm not a programmer, so I have them on a separate button instead.
May I ask how to make it on one button toggle?
Many thanks
Code: [Select]
//default
    this.buttons.regular = new _button(panel.w - LM - (bs * 4), y, bs, bs, {
        char: !fb.RunMainMenuCommand('Playback/Order/Default') || fb.RunMainMenuCommand('Playback/Order/Shuffle (tracks)')
            ? '\uF074'
            : chars.music,
        colour: RGB(255, 255, 255)
    }, null, function () {
        if (fb.RunMainMenuCommand('Playback/Order/Shuffle (tracks)')) {
            fb.RunMainMenuCommand('Playback/Order/Default');
        }
    }, !fb.RunMainMenuCommand('Playback/Order/Default') || fb.RunMainMenuCommand('Playback/Order/Shuffle (tracks)')
        ? 'Default'
        : 'Shuffle');

//shuffle
    this.buttons.shuffle = new _button(panel.w - LM - (bs * 5), y, bs, bs, {
        char: '\uF074',
        colour: fb.StopAfterCurrent
            ? colours.sac
            : colours.test
    }, null, function () {
        fb.RunMainMenuCommand('Playback/Order/Shuffle (tracks)');
    }, 'Shuffle');
7
General - (fb2k) / Re: foobar2000 v2.0 bugs
Last post by dore.moni -
fix all exclusive modes, maybe just set my settings in Advanced menu by default in foobar?
Default settings are default because they work for most cases. Bu not for all cases. And this is why these settings are allowed to be changed by user.

I mean not to use WASAPI exlcusive output by default, but to change it default settings in Advanced menu to working ones.

You write that the default WASAPI exlusive settings in foobar work for most cases. I've tested many souncards and DACs with them, and none of them are usable. The settings that i recommend are useable for most cases.

WASAPI (exclusive) settings: Exclusive output overrides=on, Use event=off in Advanced menu
8
3rd Party Plugins - (fb2k) / Re: MathAudio Room EQ for Foobar2000
Last post by gib48189 -
HI,  I repositioned my speakers and want to re-run the measurements and room correction.  Do I need to clear the existing config/profile or just re-take the measurements and will that produce a new room profile?  I have saved my current config as a preset, just want to make sure I don't mess anything up.
10
General Audio / Re: Standard freqnecy content in high resolution containers?
Last post by rutra80 -
There's no need for anything higher than CDDA spec for listening. Higher bit depths or sample rates may be beneficial in audio processing.

As for video, 10-12 fps doesn't seem right - it might be minimum for perception of motion - below that you'd rather see movement as quick jumpy slideshow...
Framerates over 60Hz mostly help reduce motion blur, which on LCD display is significant even on my 144Hz monitor. Other way to reduce motion blur is strobing (something natural for CRT displays, hence they had nearly no motion blur).

Here's a great webpage with many tests showing these things:
https://www.testufo.com

And the parent website with all the knowledge:
https://blurbusters.com