Custom Report 3.2 - Updated 29/07/2014
Thanks.
I tried the modification, but it did not help. So I looked
into the CSV with texteditor and found that it was OK in the first place (I'm sorry).
Problem is the german Excel, that requires a CSV file with delimiter ";" not ",".
(Which of course causes big troubles all the time, especially when using libraries to read CSV)
To use CSV on german (and maybe other) systems, an option to specify the separator would be needed.
Above, excel took entire line with 5 items as first column.
Using e.g. "<*>" or "|" as delimiter in TXT files would be easy to parse in any program.
Please help !
I tried the modification, but it did not help. So I looked
into the CSV with texteditor and found that it was OK in the first place (I'm sorry).
Problem is the german Excel, that requires a CSV file with delimiter ";" not ",".
(Which of course causes big troubles all the time, especially when using libraries to read CSV)
To use CSV on german (and maybe other) systems, an option to specify the separator would be needed.
Above, excel took entire line with 5 items as first column.
Using e.g. "<*>" or "|" as delimiter in TXT files would be easy to parse in any program.
Please help !
Ok, I'll see what I can do in the next version.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
TM:
Is there a way to set up the format of the LastPlayed output to only output the date without the time?
Nyn
Is there a way to set up the format of the LastPlayed output to only output the date without the time?
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
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
I don't think so at the moment, but I'll try to come up with something for the next release.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
Thanks.
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
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
Re: Custom Report 1.6 [MM2+3]
no laughing ok? i been trying to add a new format option
Case "H" 'hyperlink
tmp = "<a href=""'"str"'"">"str"</a>"
and yer it wont work, what syntax i need to do that? = / i know most people wouldnt have a use for this format option, hence i'm just aking what syntax i'd need rather than for it to be added as future functionality
Case "H" 'hyperlink
tmp = "<a href=""'"str"'"">"str"</a>"
and yer it wont work, what syntax i need to do that? = / i know most people wouldnt have a use for this format option, hence i'm just aking what syntax i'd need rather than for it to be added as future functionality

Re: Custom Report 1.6 [MM2+3]
This should do it...
It's a nice idea though, I'll add it to the next version! 
Code: Select all
tmp = "<a href="""&str&""">"&str&"</a>"

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Custom Report 1.6 [MM2+3]
I would just like to say a thank you trixmoto, for this addon!
This is one of the reason why I use MediaMonkey!
It is really helpful and I do use it
Keep up the good work & Happy coding!
This is one of the reason why I use MediaMonkey!
It is really helpful and I do use it

Keep up the good work & Happy coding!
Problem with XML export
I think there is a problem with the XML export because it does not have a root-node.
Thus, it is not well-formed and cannot be displayed in IE or Firefox.
Thus, it is not well-formed and cannot be displayed in IE or Firefox.
Re: Custom Report 1.7 [MM2+3]
New version (1.7) is now available to download from my website. Changes include...
- Added format "H"yperlink for creating links
- Added format "E"xtract for extracting parts of value
- Added fields "TrackBackupIdent", "AlbumComment" and "AlbumTracks"
- Added button to set delimiters for CSV files
For the "H"yperlink format you can either specify the link ("Hhttp://trixmoto.net") or if you don't ("H") then the value will be used as the link.
For the "E"xtract format you need to specify a delimiter in brackets and the item number to be used ("E(delimiter)#"). If you want to use a space then use balnk (as spaces are the delimiter between formats!) So for example with the value "07/07/2008 09:11:03 AM"...
E()1 = 07/07/2008
E()2 = 09:11:03
E()3 = AM
E(/)1 = 07
E(/)2 = 07
E(/)3 = 2008 09:11:03 AM
E(:)1 = 07/07/2008 09
E(:)2 = 11
E(:)3 = 03 AM
- Added format "H"yperlink for creating links
- Added format "E"xtract for extracting parts of value
- Added fields "TrackBackupIdent", "AlbumComment" and "AlbumTracks"
- Added button to set delimiters for CSV files
For the "H"yperlink format you can either specify the link ("Hhttp://trixmoto.net") or if you don't ("H") then the value will be used as the link.
For the "E"xtract format you need to specify a delimiter in brackets and the item number to be used ("E(delimiter)#"). If you want to use a space then use balnk (as spaces are the delimiter between formats!) So for example with the value "07/07/2008 09:11:03 AM"...
E()1 = 07/07/2008
E()2 = 09:11:03
E()3 = AM
E(/)1 = 07
E(/)2 = 07
E(/)3 = 2008 09:11:03 AM
E(:)1 = 07/07/2008 09
E(:)2 = 11
E(:)3 = 03 AM
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Custom Report 1.7 [MM2+3]
Thanks a lot for this functionallity.trixmoto wrote: - Added button to set delimiters for CSV files
It seems that saving the settings to the ".Dat" file does not include the delimiter setting
(which would be fine

Re: Custom Report 1.7 [MM2+3]
Ooops!
I'll get that sorted in the next version.

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Custom Report 1.7 [MM2+3] -> bug ?
Hi Trixmoto
Just experiencing something crazy with your script:
1 month ago, running the script went fine for both a HTML and an Excel lIst of my songs (28544 songs), but today, after some seconds, it terminates my MM3 without any error message and without even showing the setting window. In the meantime, my songslist counts 31343 items and my MM3-DB is over 80MB (cleaned and compacted).
As all of the other scripts run fine and produce the desired results (most of them are your scripts
, the bug should be in CustomReport and you or any other experiencing something similar can maybe help me with it, I really love your script because it helps me managing my large number of files.
From a machine perspective, i run XP SP3 with MM3 1183 and have all the needed additional sw/sp installed, my machine hw-profile is http://www.sysprofile.de/id60442.
Thanks in advance for any hint and best regards. Christophe.
Just experiencing something crazy with your script:
1 month ago, running the script went fine for both a HTML and an Excel lIst of my songs (28544 songs), but today, after some seconds, it terminates my MM3 without any error message and without even showing the setting window. In the meantime, my songslist counts 31343 items and my MM3-DB is over 80MB (cleaned and compacted).
As all of the other scripts run fine and produce the desired results (most of them are your scripts

From a machine perspective, i run XP SP3 with MM3 1183 and have all the needed additional sw/sp installed, my machine hw-profile is http://www.sysprofile.de/id60442.
Thanks in advance for any hint and best regards. Christophe.
MM3 3.0.3.1183 (lifetime license) - XP Pro SP3 full unattended - Ipods: Nano 2GB (2. Gen)/ Classic 30GB (5. Gen) / Classic 160 GB (6. Gen) - Vitreous Blue Skin (slightly modified)
Scripts (many thanks to the great contributors like trixmoto, steegy or bex)
Advanced Report 5.3 - ClearField 1.1 - CustomReport 1.7 - Advanced Duplicate Find & Fix 3.2 - MonkeyRok 3.4 - SplitArtistTitle 2.0 - Duplicate Report 3.0
PersonalTagEnhancer - ExtractFields v0.1.4 - CaseModify 1.4.2 - Last 100 1.1 - PlayHistoryNode 3.6.1 - Tagging Inconsistencies 3.8.2
Modified Magic Nodes 1.7.6.2
RightClickForReports 1.0 - RightClickForScripts 1.42 - RegExp Find & Replace 2.2.2 (with 50 presets)
Scripts (many thanks to the great contributors like trixmoto, steegy or bex)
Advanced Report 5.3 - ClearField 1.1 - CustomReport 1.7 - Advanced Duplicate Find & Fix 3.2 - MonkeyRok 3.4 - SplitArtistTitle 2.0 - Duplicate Report 3.0
PersonalTagEnhancer - ExtractFields v0.1.4 - CaseModify 1.4.2 - Last 100 1.1 - PlayHistoryNode 3.6.1 - Tagging Inconsistencies 3.8.2
Modified Magic Nodes 1.7.6.2
RightClickForReports 1.0 - RightClickForScripts 1.42 - RegExp Find & Replace 2.2.2 (with 50 presets)