u/esa372

Playback Statistics (foo_playcount)

foo-playcount is not tracking songs outside of the media library, even from a dedicated (and saved) playlist.

From the documentation: "...playback statistics is no longer restricted to your Media Library content. You can use this component without using Media Library at all, however, you should keep your non-ML music referenced from a playlist for foobar2000 to maintain the statistics."

What am I missing?

fb2k v2.25.10
foo_playcount v3.1.10

Thanks!

reddit.com
u/esa372 — 8 days ago

Displaying ReplayGain mode

A few days ago, in this post, I asked about displaying the current ReplayGain mode. I got a few questions about it, so here's why:

I use keyboard shortcuts to switch between RG modes: Album Gain, Track Gain, and Disabled. But not having an indicator forced me to open Preferences to see which mode was set.

Now, I can just look at my track info panel to see it (using the small dot to the right of my Album Gain readout).

Alt+A selects Album Gain, and places the dot where you see it above; Alt+T selects Track Gain, and places the dot to the right of my Track Gain readout; Alt+G disables ReplayGain, in which case the dot disappears.

Thanks, again, to Defender over at HydrogenAudio!

(I posted this in a new thread because I couldn't add an image to the original post.)

u/esa372 — 12 days ago

Display Current ReplyGain Mode?

Is there a title format syntax to determine which mode ReplayGain is currently using (Album,Track)?

I'm trying to get a character to display based on the current RG mode. Something like:
$if(<current_replaygain_album>, A)
$if(<current_replaygain_track>, T)
$if(<current_replaygain_disabled>, 0)

Is there any such code?

Thanks!

reddit.com
u/esa372 — 15 days ago