Just List Albums 2.1 - Updated 17/03/2013

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

Moderators: Peke, Gurus

trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by trixmoto »

New version (2.1) is now available to download from my website. Changes include...

- Fixed problems with year in FullDate mask field
- Added last track mask input
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.
pingtung

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by pingtung »

It working fine, but I can not use the <Customer 1> field.
<Custom 1>;<Album>;<Artist> result f.e in <Custom 1>;Clapton;Eric Clapton

Any helpfull information to use this field?

Thanks
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by trixmoto »

Are you trying to use it in one of the album masks, or one of the track masks?
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.
pingtung

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by pingtung »

I try it on the album mask (just list albums 2.1) on MM4.07.
The script is working with other fields, genre a.s.o, but not with "Custom 1".
I try different writings like Custom1 also. All the same.
I use the custom 1 for a backup-cd index.
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by trixmoto »

Custom 1 is a track level field, so it's not valid in the album mask.
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.
pingtung

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by pingtung »

Thanks for your information.
Thats bad, so your script is not so usefull for me.
Because an album list without the CD index information dont help me.
pingtung

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by pingtung »

I find a solution, I replace the SQL statement for the comment with
sql = "SELECT Custom1 FROM Songs WHERE IDAlbum="&itmID
:D
Mizery_Made
Posts: 2283
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by Mizery_Made »

That's one 'hack,' but if you know what you're doing then you can 'add' it yourself. I remember adding Custom 1 in the previous version, as well as an option for the rating decimal limit... though I haven't dove into the new version to make (personally) necessary modifications yet.
SDJeff
Posts: 88
Joined: Sat Mar 01, 2008 9:36 pm

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by SDJeff »

trixmoto wrote:New version (2.1) is now available to download from my website. Changes include...

- Fixed problems with year in FullDate mask field
- Added last track mask input
For the Fulldate mask field change, will one be able to show the full date like 12/05/2013 instead of just 2013 in the output?

I have my output "artist - album title - year" presently, but would like "artist - album title - date". I just wanted to ask before I undo my current settings by upgrading.

I had asked about this a some posts back, see below.
Thanks

-----------------------------------

Re: Just List Albums 1.8 - Updated 27/02/2011

Postby SDJeff » Tue Sep 04, 2012 1:22 pm
I modified the mask for reports a while back to <artist>%<year>%<album> (I use % for when I separate fields to columns in Text to Columns).

When I tag my flac files, I use the release date mm/dd/yyyy when possible. I would like to create a report using the date. I tried <date> and it only returned the year.

Any suggestions?

SDJeff
>
Re: Just List Albums 1.8 - Updated 27/02/2011

Postby trixmoto » Wed Sep 05, 2012 5:28 am
This script only extracts the year at the moment, sorry.
SDJeff
Posts: 88
Joined: Sat Mar 01, 2008 9:36 pm

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by SDJeff »

I answered my own question - yes!
Edit-
One thing, the date is in DDMMYYYY format and here in the US most use MMDDYYYY format. To remedy this, when converting from text to columns in excel, I can format the date column in the text to columns dialogue box to make the change during the conversion.

Thanks

Edit:
On Line 561
fulldate = theday&"/"&themonth&"/"&theyear

I tired fulldate = theyear&"/"&themonth&"/"&theday to get the yyyymmdd format. Did not work for some reason.
BlueNote66

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by BlueNote66 »

Hey You all

I want to export all my album without listing every track on every album

I want this in my report :

Artist
Album
Genre
Year
Bitrate

I tried to use the custom report 3.1 but it list ALL the tracks on every album (and i really don´t know how to operate this add-on)

Can somebody please help me - best if you include some screenshots on how to do it - I am not into code and scripting

Thanks a lot
ClauZ
Guest

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by Guest »

Not anybody to help ??

I just want to extract my the database of my discs to a .txt file with the mentioned data - can somebody help.

Claus
BlueNote66 wrote:Hey You all

I want to export all my album without listing every track on every album

I want this in my report :

Artist
Album
Genre
Year
Bitrate

I tried to use the custom report 3.1 but it list ALL the tracks on every album (and i really don´t know how to operate this add-on)

Can somebody please help me - best if you include some screenshots on how to do it - I am not into code and scripting

Thanks a lot
ClauZ
rrfpacker
Posts: 1065
Joined: Sat Jul 12, 2008 5:47 pm

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by rrfpacker »

Guest wrote:Not anybody to help ??

I just want to extract my the database of my discs to a .txt file with the mentioned data - can somebody help.

Claus
BlueNote66 wrote:Hey You all

I want to export all my album without listing every track on every album

I want this in my report :

Artist
Album
Genre
Year
Bitrate

I tried to use the custom report 3.1 but it list ALL the tracks on every album (and i really don´t know how to operate this add-on)

Can somebody please help me - best if you include some screenshots on how to do it - I am not into code and scripting

Thanks a lot
ClauZ

Have you tried File List (Excel) in the Tools>Create Reports?

Or, open up the .vbs in the Scripts folder, find the Option Explicit part (mine is below):


Option Explicit

Dim Mask : Mask = """<Artist>"",""<Album>"",<Rating>" 'mask for artist albums <this is where you put what you want in the report
Dim TrackMask : TrackMask = "" 'blank mask means no tracks are displayed <this is so you don't get tracks
Dim CompMask : CompMask = "<Artist> - <Album> (<Tot>/<Max>)" 'mask for compilation albums
Dim FirstMask : FirstMask = "" 'mask for first track in an album

See if that helps.
Guest

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by Guest »

Hey

In the JustListAlbums.vbs there are no such lines as Option Explicit when I use my notepad and search for the string .... hmmm

I am not keen with this VBS scripting, but really want to make a list of my collection....

To be honest I really don´t know how to use the Menu when clicking the Just List Albums - what parameters do i use in the fields - and also do I mark all the files that I need to be "outputted" ? Or how to use this script.... sorry :-)

C
Guest

Re: Just List Albums 2.1 - Updated 17/03/2013

Post by Guest »

Just got the Excel file list to work, but it lists all the tracks on every CD in the database

I only want :

Artist - Album - Year - Genre

How to alter this ??? Maybe that is more simple to explain to me :-)

C
Post Reply