Quick Sign In:  

Forum: Wishes and new features

Topic: Auto rating based on plays

This topic is old and might contain outdated or incorrect information.

Hi, I have recently started using the star rating in the file tag. It would be nice if VDJ can would auto rate each file based on plays. The more a user plays it the higher the rating. I now use this as a visual aid to quickly find songs to mix with.
 

Posted Sat 29 Sep 18 @ 7:55 pm
Here is a solution for you:

repeat_start 'myrate' ? on & repeat_stop 'myrate' : off & repeat_start 'myrate' 100ms & browser_scroll 'bottom' ? get_browsed_song 'playcount' & param_cast 'integer' & param_bigger 50 ? browsed_song 'rating' 5 & repeat_stop 'myrate' : param_bigger 40 ? browsed_song 'rating' 4 & repeat_stop 'myrate' : param_bigger 30 ? browsed_song 'rating' 3 & repeat_stop 'myrate' : param_bigger 20 ? browsed_song 'rating' 2 & repeat_stop 'myrate' : param_bigger 10 ? browsed_song 'rating' 1 & repeat_stop 'myrate' : browsed_song 'rating' 0 & repeat_stop 'myrate' : get_browsed_song 'playcount' & param_cast 'integer' & param_bigger 50 ? browsed_song 'rating' 5 & browser_scroll +1 : param_bigger 40 ? browsed_song 'rating' 4 & browser_scroll +1 : param_bigger 30 ? browsed_song 'rating' 3 & browser_scroll +1 : param_bigger 20 ? browsed_song 'rating' 2 & browser_scroll +1 : param_bigger 10 ? browsed_song 'rating' 1 & browser_scroll +1 : browsed_song 'rating' 0 & browser_scroll +1


source and more infos you'll find here:
http://www.virtualdj.com/forums/218336/General_Discussion/Rating.html?search=play%20counting%20script%20rating&page=1
 

Posted Sat 29 Sep 18 @ 11:44 pm


(Old topics and forums are automatically closed)