Re: Playback Statistics component: v3.x foo_playcount
Reply #486 – 2025-05-06 11:26:25
Is there a field that gets updated as soon as song starts playing? %last_played% gets updated only one minute into the song. I need to maintain stats of tracks that I encounter or play as soon as it gets played. Might have to use Playcount 2003 for that instead (be sure to read the instructions to decide first how to bind stats, since changing it afterwards resets everything)Does anyone know why this is happening? Any idea how to fix it? (this issue only affects that particular pair ) They must have the same combination of tags. The original component binds the stats to tags like it says in the docs . It says it looks at %artist% though I'm not sure if %album artist% is prioritized. One hacky way to get around that is to insert a hair space or zero width space to the %title% field of one track, which makes the tags different (so different stats) but looks the same. (Just be careful with zero width space to remember you added it since you'll never see it highlighted when selecting text. And note this might interfere with online internet look-ups, like lyrics or biography info - if so you can $replace the space away in search settings) -$replace(%title%,$char(8203),) ...which is a bit of workaround just for one track. In any case, I use this method just to separate %album% fields for a few duplicate / deluxe edition albums.