Advanced Report 6.3 - Updated 23/10/2012

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby rrfpacker » Fri Aug 17, 2012 12:39 pm

Sorry to hear you have had so much trouble. I, too, am a novice (and script ignorant) but I've overcome my trepidation by being careful and following expert advice.

I'm not sure why your script.ini is so hard to find, it's in the script folder. Just this week I had the same problem, I installed Advanced Report and couldn't access it. I copy/pasted the info below at the end of the script.ini and it showed up right where it should; Tools>Create Reports.

That was the easy part, however. I am almost completely lost trying to understand what to do, so I just do something and see what happens. Then do something else! It's really all us scripting novices can do until we learn. Anyway, have fun with the Monkey.

[AdvancedReport]
Filename=AdvancedReport.vbs
Procname=AdvancedReport
Order=22
DisplayName=Advanced Report
Description=Create an advanced html report
Language=VBScript
ScriptType=1
rrfpacker
 
Posts: 825
Joined: Sat Jul 12, 2008 5:47 pm
Location: Oregon

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby MediaMan » Fri Aug 17, 2012 1:03 pm

Well misery loves company, so thans for the post.

The expert advice is " If you are using MediaMonkey 4., your "Scripts.ini" file will be located in the "C:\Users\XXX\AppData\Roaming\MediaMonkey\Scripts" folder. If using MediaMonkey 3, your "Scripts.ini" file will be located at "C:\Program Files (x86)\MediaMonkey\Scripts".:

I have MediaMonkey 4, and the only thing that worked for me was to edit the Scripts.ini file I found in at "C:\Program Files (x86)\MediaMonkey\Scripts !!

MM handling of, and need for INI files is bizzare, inconsistent, and a complete pain. It never fails to cause grief, especially when rebuilding machines, working with multiple computers and operating systems. Even when found (often in hidden folders), you then need to put entries in there to point elsewhere! Why all this cannot be done in the app (settings) is beyond me, but thats a different movie.

Back to reports, turns out the simpler native reporting is meeting my needs anyway, so all is good.
Windows 7 | iTunes 11.0.1.12 | IOS 6.0.1 | MM Gold 4.0.7.1511 | d_itunes4.dll Ver 4.0.4.2438
MediaMan
 
Posts: 178
Joined: Mon Jul 21, 2008 10:37 am
Location: Canada

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby gpzbc » Fri Aug 17, 2012 1:35 pm

MediaMan wrote:Well misery loves company, so thans for the post.

The expert advice is " If you are using MediaMonkey 4., your "Scripts.ini" file will be located in the "C:\Users\XXX\AppData\Roaming\MediaMonkey\Scripts" folder. If using MediaMonkey 3, your "Scripts.ini" file will be located at "C:\Program Files (x86)\MediaMonkey\Scripts".:

I have MediaMonkey 4, and the only thing that worked for me was to edit the Scripts.ini file I found in at "C:\Program Files (x86)\MediaMonkey\Scripts !!

MM handling of, and need for INI files is bizzare, inconsistent, and a complete pain. It never fails to cause grief, especially when rebuilding machines, working with multiple computers and operating systems. Even when found (often in hidden folders), you then need to put entries in there to point elsewhere! Why all this cannot be done in the app (settings) is beyond me, but thats a different movie.

Back to reports, turns out the simpler native reporting is meeting my needs anyway, so all is good.


If the simple reports work for you, then great. If you want to create even better reports, stick with Advanced Reports. Your solution is quite easy, even for the less adventurous. By default, Windows hides your AppData folder. You just have to unhide it.

Here's how to display hidden files and folders.
- Open Folder Options by clicking the Start button , clicking Control Panel, clicking Appearance and Personalization, and then clicking Folder Options.
- Click the View tab.
- Under Advanced settings, click Show hidden files, folders, and drives, and then click OK.

Once you do that, you will have no problems finding your your "Scripts.ini" file that is located in the "C:\Users\XXX\AppData\Roaming\MediaMonkey\Scripts" folder.

Good luck, and please do ask if you get stuck. We have all been where you are at one point.
--
The gpzbc
gpzbc
 
Posts: 1096
Joined: Sat Sep 13, 2008 12:02 am
Location: Colorado, USA

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby rrfpacker » Sat Aug 18, 2012 1:46 am

Well, it looks like I need some help with this script. I've run it three times (takes at least three hours to run) and still can't get tracks to show. Shouldn't I be able to click on the album and see the tracks? All I want for now is the Album Name, Album Artist, Tracks on Album, and Rating of Album. Thanks.

Here is the Track Mask; <Title><|><Track #><|><Artist><|><Stars>

Here is the Album Mask; <Name> (<Artist>) [<Year>] <Length> <Tracks> - <Rating>/5

Here is the Album Info Mask; <Name> <Artist> [<Year>] <Tracks> (<Length>) <Rating>
rrfpacker
 
Posts: 825
Joined: Sat Jul 12, 2008 5:47 pm
Location: Oregon

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby trixmoto » Sat Aug 18, 2012 7:12 am

I presume you've ticked the "include track listing" option? For testing, you could create a filter that only includes a few albums and then select that filter in the options, save you waiting 3 hours each time.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby rrfpacker » Sat Aug 18, 2012 6:13 pm

Trixmoto, yes, I have that checked. By filter do you mean collection? I presume since you didn't critique the masks that they are ok. I could create a small collection and experiment, as I must be missing something. Thanks.
rrfpacker
 
Posts: 825
Joined: Sat Jul 12, 2008 5:47 pm
Location: Oregon

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby trixmoto » Sun Aug 19, 2012 6:10 pm

Hmm, they used to be called filters. When did they change to collections? I assume it all still works the same way behind the scenes, despite the name apparently changing. The masks can be whatever you want them to be, but they're in the right format, yeah.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby Lowlander » Mon Aug 20, 2012 11:00 am

MediaMonkey 4 changed from Filter (MM3) to Collections (MM4).
Lowlander
 
Posts: 31693
Joined: Sat Sep 06, 2003 5:53 pm

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby trixmoto » Mon Aug 20, 2012 9:55 pm

I should probably update some of my scripts so the label is correct then, although I'm still assuming that the functionality is the same.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby Lowlander » Mon Aug 20, 2012 10:43 pm

I'm not sure, but I presume so as it is still a rule based thing (like Auto-Playlists). However in MediaMonkey the main difference would be that previously you'd switch the Library node to one of the Filters whereas Collections have their own entries in the Media Tree.
Lowlander
 
Posts: 31693
Joined: Sat Sep 06, 2003 5:53 pm

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby trixmoto » Tue Aug 21, 2012 2:47 am

Hmm, sounds like I need to investigate this more thoroughly. I spend so much of my spare time writing scripts for MM, I never actually get any time to use it! :lol:
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby Lowlander » Tue Aug 21, 2012 9:52 am

trixmoto wrote:I never actually get any time to use it
You should try it, it is a neat little program :wink:
Lowlander
 
Posts: 31693
Joined: Sat Sep 06, 2003 5:53 pm

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby rrfpacker » Fri Aug 24, 2012 7:33 pm

Another question on this report and update.

I like that the rating shows up if it's in the mask. Right now the rating shows up with the rating in tenths of a point. Is there a way to get to two decimal places?

Still cannot get the tracks to show up. Again, here are my masks.
Here is the Track Mask; <Title><|><Track #><|><Artist><|><Stars>
Here is the Album Mask; <Name> (<Artist>) [<Year>] <Length> <Tracks> - <Rating>/5
Here is the Album Info Mask; <Name> <Artist> [<Year>] <Tracks> (<Length>) <Rating>

Thanks
rrfpacker
 
Posts: 825
Joined: Sat Jul 12, 2008 5:47 pm
Location: Oregon

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby trixmoto » Fri Aug 24, 2012 8:29 pm

No, this isn't configurable. I could try and add this in a future version, if it's something you really want?

What's in the mask isn't really important. If you just put "Bob" you should just see "Bob" displayed for each track. Are you clicking on the album link to get through to the album page?
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Advanced Report 6.1 - Updated 10/08/2012

Postby rrfpacker » Sun Aug 26, 2012 3:34 pm

trixmoto wrote:No, this isn't configurable. I could try and add this in a future version, if it's something you really want?

What's in the mask isn't really important. If you just put "Bob" you should just see "Bob" displayed for each track. Are you clicking on the album link to get through to the album page?


I would really like the extra decimal, if it isn't much trouble, because this report is the only one I've found that shows the Album Rating as a decimal, which I find fun because I've always wanted to see what albums I have rated the highest. Every other report shows the album rating in .5 increments. But if it's a lot of trouble and effort, don't do it as I seem to be the only one who wants it.

Yes, I click on the album link and when I do I get taken to that albums position in the alphabetical list.

My end goal is to see my albums by album ranking and to do that I need to see at least two decimal places...I am still playing with your other reports to see if I can get the info there (looks like Just List Albums might work if you can tell me how to add another decimal and if I can figure out how to separate the rating from the album in Excel :) ).

Thank you.
rrfpacker
 
Posts: 825
Joined: Sat Jul 12, 2008 5:47 pm
Location: Oregon

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: No registered users and 22 guests