HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: Fidde on 2019-04-02 13:54:01

Title: Play counter
Post by: Fidde on 2019-04-02 13:54:01
Hi.
I have installed the foo_playcount module. I want it to show the most played, first, and not last.
How do I change that?
Regards,
Fidde.
Title: Re: Play counter
Post by: Daeron on 2019-04-02 19:24:38
Library/Search:
Code: [Select]
ALL SORT DESCENDING BY %play_count%
You can click on '.../Create autoplaylist' to get an auto-updating playlist.

Relevant:
https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Query_syntax
https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference
Title: Re: Play counter
Post by: Fidde on 2019-04-03 08:48:32
Hi Daeron.
Thanks for trying.  :)

It was not quite, what I was looking for.  I have made a "view" under "library", "configure", "album list", called "Most played albums" with the tekst-string: %play_count%  -  %album%  -  %album artist%|
It then shows the most played album, last. And I want them to be showed first, and the least played, last.
Regards
Fidde
Title: Re: Play counter
Post by: jazzthieve on 2019-04-03 08:54:01
Try changing %play_count% to $sub(5000,%play_count%).
Title: Re: Play counter
Post by: Fidde on 2019-04-08 07:39:56
Hi jazzthieve.

I try. Thanks :)