PS Thanks for that.MM3 monkey wrote:PS. Just seen that your node: "Artists with more then one album" should be "Artists with more THAN one album."

PS Thanks for that.MM3 monkey wrote:PS. Just seen that your node: "Artists with more then one album" should be "Artists with more THAN one album."
"All" is a nice choice for Count function, but what about other aggregate functions (Avg, Min, Max, Sum)? Which field should be automatically selected for them?MM3 monkey wrote:1. When we add Statistics it would be great if after selecting e.g. "Count" from the drop-down, MN could automatically move to the next drop-down. I would personally love it if "All" was automatically selected by default as soon as I selected "Count".
Could be done.MM3 monkey wrote:2. Could we not have to select the radio button next to "Group"? Could it be made so that just selecting the drop-down arrow would automatically select the radio button?
Well, it could be done but what about confirmation? I need to add one more button in that case, right? I am not sure if it could fit with current design. Anyway, moving with this up/down arrows are much faster then using Up/Down buttons in the Export/Import dialog box.MM3 monkey wrote:3. When moving a mask from e.g. #170 to #1, we have to hold down our mouse on the little arrow and wait for it to get from 170 to 1. Could there be an entry box there in which we could just enter a number?
I could reproduce a problem and going to resolve this.MM3 monkey wrote:4. When I add a new mask in an existing Group, despite your recent fix re. duplication, the mask gets put in another group of the same name - until you restart MediaMonkey.
No idea!! I don't currently use them. Even just to take us over to that next drop-down would help. The less mouse clicking the better.ZvezdanD wrote:"All" is a nice choice for Count function, but what about other aggregate functions (Avg, Min, Max, Sum)? Which field should be automatically selected for them?
Sorry it's all a bit over my head. I only use the re-ordering when I want my mask to be e.g. before the mask it is currently after. All I ever do is send the mask right to the beginning (i.e. Number 1) because it's not worth the effort to go looking for what the numbers of the masks are. You can't see where the mask is going in the list as you do it.ZvezdanD wrote:Well, it could be done but what about confirmation? I need to add one more button in that case, right? I am not sure if it could fit with current design. Anyway, moving with this up/down arrows are much faster then using Up/Down buttons in the Export/Import dialog box.Unfortunately, MM still don't have OnMouseDown event handler for its controls
What do you mean by this? Do you want to transfer a keyboard focus to the next dropdown control? You need to click on that dropdown to choose specific field anyway. Only improvement could be if the script automatically select some field from that list, but as I said I don't know which filed should be used for functions other than Count.MM3 monkey wrote:Even just to take us over to that next drop-down would help.
You could see it if you use Export/Import dialog and its Up/Down buttons, but as I said in that case you need to click on that buttons for every move, which is really boring for long movements.MM3 monkey wrote:You can't see where the mask is going in the list as you do it.
Well, its name is telling everything. With it you could "Edit" some mask, but not Add/Delete/Move masks. You get that dialog by click on the number of some specific mask in the Export/Import dialog or by right-click on specific node in the tree panel. So, this means that you want to edit just that selected node/mask, not to add new node or to remove that selected node (there is another option for deleting node if you use right-click on node). If you have some another suggestion about that, please let me know.MM3 monkey wrote:Actually, I haven't worked out why the Edit Magic Node dialogue needs to be different from the Magic Nodes Settings dialogue.
Don't know how to make such a node but IMHO what you mean is just the sum of the ratings of all songs. Maybe it's easier to createa node this way...unnicorn_here wrote:Hello,
Is it possible to multiply the avg rating and the count of songs and display it against each artist as a value....
So suppose an artist has 8 songs with avg rating of 4 on expanding the node it should display
Artist - 32
Thanks
It is not currently possible, but I think Big_Berny is right - you just need to use Sum function, for example:unnicorn_here wrote:Is it possible to multiply the avg rating and the count of songs and display it against each artist as a value...
Code: Select all
My node\<Artist|Statistic:Sum(Rating)>
Code: Select all
<Group|Name:Album Info>\Decade Released\<Decade>\<Year>\<Album Artist>\<Album>
Code: Select all
<Group|Name:Album Info>\Decade Released\<Original Year|Trim:3>\<Original Year>\<Album Artist>\<Album>
Code: Select all
<Group|name:Best of ...|Show Tracks:no|icon:33>\<Group|name:Year|Show Tracks:no|icon:2>\<Group|name:2008|Show Tracks:no|icon:2>\Albums|Filter:<Grouping> Like '%Albums - 2008%'|Child of:Library|icon:16\<Album|Unknown:No>