Page 24 of 51
Re: Advanced Report 5.3 [MM2+3]
Posted: Mon May 11, 2009 10:09 pm
by PartyRambo
trixmoto wrote:@PartyRambo - yes, you can use the filter option.
Sorry, I have to ask more specifically - how?
When I filter on, say, an Artist - so only 200 tracks show - the report keeps running for the entire library.
I've tried every combination of Adv Report checkboxes that makes sense to me, but still, it runs on the whole library.
Do I need to filter somewhere/somehow other than the SEARCH option?
Re: Advanced Report 5.3 [MM2+3]
Posted: Wed May 13, 2009 3:24 am
by trixmoto
I'm not sure what you mean by "the SEARCH option" - create a filter in MM and then on the "Advanced Report" options dialog select it in the "Filter" dropdown.
Re: Advanced Report 5.3 [MM2+3]
Posted: Sun May 17, 2009 1:27 pm
by PartyRambo
trixmoto wrote:I'm not sure what you mean by "the SEARCH option" - create a filter in MM and then on the "Advanced Report" options dialog select it in the "Filter" dropdown.
Whoops - I've been using the search filter (from the top MM bar) that becomes a Search View in the tree.
I didn't even know you could set a Library Filter view, but now I've RTFM for Filters & Views... it works fine - thanks!
Re: Advanced Report 5.3 [MM2+3]
Posted: Thu Jul 16, 2009 4:07 pm
by trixmoto
wdpaynter wrote:Another way I've changed Trixmoto's script is to have the script generate a link to a website on every Artist page. Currently I have it set up to take me to that artist's All Music Guide Page (like "Right Click For Web" script). Let me know if anyone is interested and I will show you what I did (really easy as well).
Yes, can you please PM me this code?
wdpaynter wrote:Trixmoto - In your next version, Is there a way to add more options for display on the Artist Page? (I'd like to add my custom 1 field to the artist page rather than album page) Also, I'd really like to display Comments and other fields below Artwork and track list as next Table Row <tr><td>..., but it will require you to write "comments" into the script so that I can call for display in table (not sure how to do this stuff...getComment)
I'm not exactly sure what you're after here - do you mean that you want the Artist comments? The trouble with things like Custom1 is that they are at the track level, so would you want to just display the value from the first track, or only display the value if it is the same on all tracks, or the most popular value on all the tracks......?
Re: Advanced Report 5.3 [MM2+3]
Posted: Wed Jul 29, 2009 8:42 pm
by wdpaynter
Trix
I have PM'd you regarding the vbscript.
In regards to the Comments and/or Custom, I kinda forget what I was looking for b/c I have not messed around with it for quite some time. But, if you were to do so, I would think that the most popular method would be best (that way if all but 1 or 2 had the field the same it would display the desire results)
Thanks again!
Bill P
Re: Advanced Report 5.3 [MM2+3]
Posted: Sat Aug 01, 2009 2:08 pm
by trixmoto
I've not received this PM.

Re: Advanced Report 5.3 [MM2+3]
Posted: Sat Aug 01, 2009 3:50 pm
by wdpaynter
Weird. I'm out of town, but will resend asap.
Thanks
Bill P
Re: Advanced Report 5.4 [MM2+3]
Posted: Sun Aug 02, 2009 10:54 am
by trixmoto
New version (5.4) is now available to download from my website. Changes include...
- Removed old MM2 functionality to improve performance
- Changed folder structure to make navigation easier
- Fixed playlist files should not be create for auto or empty playlists
- Fixed artist list not grouping uppercase and lowercase together
- Fixed track links were not fully uri encoded
- Fixed problem with stylesheet not working correctly in some browsers
- Added new frameset mode with title and contents menu at the top
- Added option to display text at the top or the bottom
- Added option to create relative links to tracks
- Added option to list year summary for albums
- Added option to split albums by and albums featuring
- Added option to specify a tooltip for each track
- Added option to run report for selected tracks only
- Added update server to installation package
Thanks to
Tralla and
Bex who helped out with this release. I'd also like to mention that some there are some requests which are still on my list for the next version, but as I thought this would be enough for now!

Re: Advanced Report 5.4 [MM2+3]
Posted: Thu Aug 20, 2009 6:24 am
by Big Isch
Hello,
Thanks for new version 5.4.
It seems to have problem in displaying images when generating into "single file".
(Images are linked from "../images/" just as for "separate files").
kind regards
Re: Advanced Report 5.4 [MM2+3]
Posted: Fri Aug 21, 2009 3:14 am
by trixmoto
Thanks, I'll get this sorted in the next version.
Re: Advanced Report 5.4 [MM2+3]
Posted: Mon Oct 19, 2009 7:25 am
by nynaevelan
TM:
I get the following error when using the playlist selection, at first I thought there was a problem with some playlist names but I changed them all to make sure they do not have any special characters and it still occurs. The playlist it is locking up on is the fourth one in the hierarchy if that matters. Any ideas?

Re: Advanced Report 5.4 [MM2+3]
Posted: Tue Oct 20, 2009 3:33 am
by trixmoto
Are you sure that you're using the latest version (5.4)? Line 1698 is...
Code: Select all
fout.WriteLine "<div class=""album_wrapper"">"
...so I don't see how it could be throwing that error.

Re: Advanced Report 5.4 [MM2+3]
Posted: Tue Oct 20, 2009 3:37 am
by trixmoto
Actually, scratch that! If you're running in single file mode then I've close the "fout" file before adding the playlists - my bad! I'll get this fixed in the next version.

Re: Advanced Report 5.4 [MM2+3]
Posted: Fri Oct 23, 2009 12:11 pm
by Big Isch
Hello,
Look Version 5.4 has typo: "Toolip mask" (instead of Tooltip)
kind regards
Re: Advanced Report 5.4 [MM2+3]
Posted: Mon Oct 26, 2009 4:47 am
by trixmoto
Ooops!
