Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Auto Rating (Read 24731 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Auto Rating

Reply #25
I'm also looking for a similar plugin. Any tipps?

 

Auto Rating

Reply #27
I don't really get the purpose of this component. Basically it makes one tag (RATING) dependent of the value of another (PLAY_COUNT). For display purposes, you also could calculate that "auto rating" directly with some title formatting like:

Code: [Select]
$if(%play_count%,$ifgreater(%play_count%,20,5,$select(%play_count%,1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4)))


If you want to search by this auto rating, %play_count% GREATER 5 already provides much higher granularity and is functionally equivalent.

Auto Rating

Reply #28
THE whole happening on Play_counter dependence

Quote
$puts (auto.rate, $ifgreater (%play_counter%, 15, ★★★★★, $ifgreater (%play_counter%, 12, ★★★★, $ifgreater (%play_counter%, 9, ★★★, $ifgreater (%play_counter%, 6, ★★, $ifgreater (%play_counter%, 3, ★, ))))))$get (auto.rate)

Auto Rating

Reply #29
An update for foo 1.1.x would be nice... or any alternative plugin that does the same thing as this one...


Auto Rating

Reply #31
well, I need a very simple "formula" - based just on playcount - nothing more. When I was reading about DAR and I think it's complicated for me... it's based on too many variables, which doesn't matter to me...