Ingreso rápido:  

Forum: Wishes and new features

Tema: Play counter

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

mp3jrickPRO InfinityHonorary MemberMember since 2003
Love to know if VDJ could be made to count the number of plays a track gets and tracks it.
 

Mensajes Thu 15 Sep 05 @ 9:07 pm
bagpussPRO InfinityMember since 2003
Me too, great feature.., the down side though, makes you realise how sad you are listening to your favourite tunes hundreds of times over!.
 

Mensajes Fri 16 Sep 05 @ 2:35 pm
The date when a tune was last played would be really useful too.
 

Mensajes Fri 16 Sep 05 @ 7:12 pm
frd1963PRO InfinityMember since 2004
If you have access to a unix or linux system, here is a quick single command to get the number of times each song has been played, based on the contents of the C:\\Program Files\\Virtual DJ\\history.txt file:

grep "^[012]" history.txt | cut -d "-" -f 2- | sort -c | sort -rn

The output will be in order of most to least played and will be the filename with the number of plays before it.

Similarly, the last date/time played can be gotten almost as easily on a unix system.
 

Mensajes Fri 16 Sep 05 @ 7:48 pm
acw_djPRO InfinitySenior staffMember since 2005
If you can do that with a unix function (writed in C) it can by added to VDJ (in theory)... ahhh the useful grep function... And this can also do the trick to find any text in the songs database too...
 

Mensajes Sun 18 Sep 05 @ 1:43 am


(Los tópicos y foros antiguos son automáticamente cerrados)