I've posted version 1.25. There are many new fields, and one large change that will affect your AMG URL field. See the notes below, and the
important post above. I'll provide an expression to allow you to convert your existing URLs into IDs if you want.
Version 1.25
- Change:
WARNING: values stored into existing key 'rid' (field: 'AMG Album ID') will now be short album ID
values. Old style URLs will be automatically converted to album IDs in this field. See this important
post:
http://yabb.jriver.com/interact/index.php?topic=84268.msg601216#msg601216 - New: key 'url' (field: 'AMG Album URL') will contain the short AMG album URL.
- New: per-track keys 'artistid', 'artisturl', 'composerid', 'composerurl', capture the AMG artist ID and URL,
and AMG composer ID and URL. These can be used with Links to get to the artist's or composer's landing page.
The fields are mapped to AMG Artist ID, AMG Artist URL, AMG Composer ID, and AMG Composer URL, respectively.
The AMG Artist ID or AMG Composer ID is sufficient to generate the AMG Artist URL or AMG Composer URL, so
capturing both are not necessary, however you can choose either or both.
- New: per-track key 'tid' captures the AMG track ID. This is ID-only portion of the 'turl' (track URL) field.
You can use either or both of these; the 'turl' value caries with it descriptive text reflecting the track's
name, so this might be your preferred value; however, it is a lenthier value that the simpler 'tid' value.
- Change: move the MCWS section in the config file to the top of the file, and change comments to reflect that
the MCWS service is the default now. The 'tid' value can be used to generate a Link to the track's entry
at AMG.
- Fix: debugging messages on Windows cmd console now output in Unicode correctly. Must use a Unicode font
such as Consolas for the Console (right-click the console's titlebar, select the Font tab, and select the
Consolas font).
- Change: allow compressed page gets.
- Change: increase page timeout to 15 seconds.