Filtered Statistics Report 1.5.1 (2009-10-09) [MM3]

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

Bex
Posts: 6316
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Re: Filtered Statistics Report 1.1 (2009-04-11) [MM3]

Post by Bex »

Very nice! This script really needed an update and it's good to see that it is in good hands. :)

Small bug on line 1091 intLyricistsCountPlayed is misspelled inLyricistsCountPlayed so it yields error.
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
Mizery_Made
Posts: 2283
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Filtered Statistics Report 1.1 (2009-04-11) [MM3]

Post by Mizery_Made »

I like some of the changes made, however there seems to be an issue somewhere. In the Totals section, it's showing that I have one Original Artists and that it has been played. However, in the averages section as well as the Top * Original Artists sections, there are none listed (or 0 in the case of the averages). I don't recall having an Original Artist stored anywhere, and when I look at the song table in my Database, I see nothing listed in this column.
Bex
Posts: 6316
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Re: Filtered Statistics Report 1.1 (2009-04-11) [MM3]

Post by Bex »

And if I may contribute to this script. A long time ago I wrote this function below which gives days instead of just one zillion hours.

Code: Select all

Function FormatTime(milliseconds)
 FormatTime = _
 SDB.Database.OpenSQL("SELECT CASE "&_
            "WHEN "& milliseconds &" <600*1000 THEN "&_
            "SUBSTR(STRFTIME('%M:%S',0.5+CAST("& milliseconds &" AS REAL)/1000/86400),2,4) "&_
            "WHEN "& milliseconds &" <3600*1000 THEN "&_
            "STRFTIME('%M:%S',0.5+CAST("& milliseconds &" AS REAL)/1000/86400) "&_
            "WHEN "& milliseconds &" <3600*10*1000 THEN "&_
            "SUBSTR(STRFTIME('%H:%M:%S',0.5+CAST("& milliseconds &" AS REAL)/1000/86400),2,7) "&_
            "WHEN "& milliseconds &" <3600*24*1000 THEN "&_
            "STRFTIME('%H:%M:%S',0.5+CAST("& milliseconds &" AS REAL)/1000/86400) "&_
            "WHEN "& milliseconds &" <3600*25*1000 THEN "&_
            "CAST("& milliseconds &"/24/3600000 AS INTEGER)||' day '||STRFTIME('%H:%M:%S',0.5+CAST("& milliseconds &" AS REAL)/1000/86400) "&_
            "ELSE "&_
            "CAST("& milliseconds &"/24/3600000 AS INTEGER)||' days '||STRFTIME('%H:%M:%S',0.5+CAST("& milliseconds &" AS REAL)/1000/86400) END").StringByIndex(0)
End Function
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Filtered Statistics Report 1.1.1 (2009-04-11) [MM3]

Post by ZvezdanD »

There is a new revision with removed bugs. Thanks for reports.
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Filtered Statistics Report 1.1 (2009-04-11) [MM3]

Post by ZvezdanD »

Bex wrote:And if I may contribute to this script. A long time ago I wrote this function below which gives days instead of just one zillion hours.
Thanks for your kind words and for this contribution.
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Filtered Statistics Report 1.1.1 (2009-04-11) [MM3]

Post by nynaevelan »

Zvezdand:

I assume when you add the Option sheets you will include an option to suppress the tables for the values that do not have any tracks to meet the criteria? For example, I do not have any lyricists so I do not need to see the empty tables. I do not mind them being included in the Totals section though.

Also, I get the following error with 1.1.1, I did not get it with 1.1 but unfortunately I overwrote 1.1 so I do not have it anymore.

Image

Nyn
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins

Join Dropbox, the online site to share your files
Bex
Posts: 6316
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Re: Filtered Statistics Report 1.1.1 (2009-04-11) [MM3]

Post by Bex »

Thank you!

New small bug on line 598: "Played.IDsongWHERE" is missing a <space>
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Filtered Statistics Report 1.1.2 (2009-04-11) [MM3]

Post by ZvezdanD »

There is a new revision (1.1.2). I hope this time it wouldn't be more bugs :oops:
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
Mizery_Made
Posts: 2283
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Filtered Statistics Report 1.1.2 (2009-04-11) [MM3]

Post by Mizery_Made »

I can confirm that the incorrect count of OrigArtist is fixed in this version (1.1.2), Though I now notice another issue. The "Tracks/Played" column differs between "Top # *" and "Top # Played *" while the Length & Size max out with 1 play, giving you identical information between these two sections once you've played something once. Not sure if it's possible to raise the played length based on the amount of times a track was played, or if it would significantly increase load time. Thought I would point it out though.

EDIT: That actually makes me wonder, is Size even needed for the Played (and now Rated) sections?
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Filtered Statistics Report 1.1.2 (2009-04-11) [MM3]

Post by ZvezdanD »

Mizery_Made wrote:Though I now notice another issue. The "Tracks/Played" column differs between "Top # *" and "Top # Played *" while the Length & Size max out with 1 play, giving you identical information between these two sections once you've played something once.
Yes, you are right, thanks for the report. However, I am now wondering when I change Length data in Top # Played tables how to name that column. I think it should not stay as "Length", and in same way as I changed "Tracks" to "Played" after Nyn suggestion, I think I should rename that column as well. In the Totals section I added "Play time" row with similar data, only calculated globally. In Magic Nodes script I have the field with same data named "Play Length". What do you think about those two suggestion for this column caption?
is Size even needed for the Played (and now Rated) sections?
Well, I agree that it is not needed, but I would not remove that column because it could break uniformity of tables.
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
Mizery_Made
Posts: 2283
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Filtered Statistics Report 1.1.2 (2009-04-11) [MM3]

Post by Mizery_Made »

"Played Time" sounds better to me than "Played Length", I'm not really sure why. And I get you about the Uniformity part.
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Filtered Statistics Report 1.1.2 (2009-04-11) [MM3]

Post by ZvezdanD »

I just checked, File size is not always same between Top # and Top # Played tables. The latter file size is only for played tracks, instead of the first table where you get the file size for all tracks. Same state for Rating tables. Maybe I should add "(rated)" and "(played)" after "File size"? The "Length" for Rating tables is also different from Top # tables, because it is the length only for rated tracks, so it could be "Length (rated)". What do you think?
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
Mizery_Made
Posts: 2283
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Filtered Statistics Report 1.1.2 (2009-04-11) [MM3]

Post by Mizery_Made »

What I mean by same is that it only appears to account for one play of each track, the same trouble Averages had and such. If you've only played half of your library, then yeah, you're going to see lower numbers for the Played sections, but once you have everything played, it just stops.

Code: Select all

Top 10 Artists With Most Tracks
#  Artist      Tracks  Length     File size
2  Tech N9ne   769     53:04:00   4.10 GB 
3  2Pac        480     33:58:26   2.78 GB 
4  Yukmouth    286     19:30:03   1.50 GB 

Top 10 Played Artists 
#  Artist      Played  Length     File size 
2  Tech N9ne   3649    53:00:04   4.09 GB 
3  2Pac        1914    33:58:26   2.78 GB 
4  Yukmouth    1040    19:30:03   1.50 GB 
As you can see, while the Played count is significantly higher than the total of each of these, their Length and Filesize are the same since each of those files from the Total have been played at least once. The only exception is Tech N9ne, which appears lower on the Played list because I have one track not played for him (which is actually playing at the moment). So this demonstrates both that it does differ, for those with things not played, but also hits a wall at the Total figures.
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Filtered Statistics Report 1.1.2 (2009-04-11) [MM3]

Post by ZvezdanD »

Yes, I understand that, but you should know that many of us like me don't use MM for reproduction. So, those data could differ significantly between tables. Neither I have rated tracks...
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
Mizery_Made
Posts: 2283
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Filtered Statistics Report 1.1.2 (2009-04-11) [MM3]

Post by Mizery_Made »

Sorry, but, I'm not following. *Scratches Head*
Post Reply