noddy
Board Veteran

  
Group: Members
Posts: 97
Joined: Feb. 2004 |
 |
Posted: May 17 2005,01:49 |
 |
Quote (Magnus Brading @ May 16 2005,17:09) | ...after your macro operation is done executing, are the track number fields in the tags of the files set correctly (i.e. is only the last step failing)? If they aren't, are the track numbers correct in the list you parse in the first operation?
Last but not least, if you run the same macro from inside Mp3/Tag Studio, are you saying that it works correctly then? |
In order of your questions:
Tr# fields set correctly? No. All 5 files have the track number of the first entry from the list (in this case, 771). All title fields are set to the first entry, also (in this case, "Smoking in pregnancy").
Track numbers correct in the list you parse in the first operation? You mean the source text list? Yes. Absolutely. That file (Health produced.txt) is the one I manually update each week. Here's a sample of what that text file looks like at the moment: -------------------- Smoking in pregnancy 771 Health 2005 Norman Swan
Allergy desensitisation 772 Health 2005 Norman Swan
Mediterranean diet 773 Health 2005 Norman Swan
Vitamins and the elderly 774 Health 2005 Norman Swan
Aortic aneurysm 775 Health 2005 Norman Swan ------------------ The five lines are <title>,<tr#>,<album>,<year>,<artist>. Each week, I reopen this text file and manually change the title and the track number with the new data.
If you run the same macro from inside Mp3/Tag Studio, are you saying that it works correctly then? Yep. Without a hitch. But what is also worth noting is that if I try and run the macro from the right context menu within Windows Explorer, the second part of the macro fails as well. ie. the 'create list' function. Instead of getting a text file which looks like: --------------- Smoking in pregnancy Allergy desensitisation Mediterranean diet Vitamins and the elderly Aortic aneurysm ---------------- I get a text file with just one line of data, and that line is the first entry only (in this case, "Smoking in pregnancy"). Yet, as previously mentioned, from within MP3TS, all 3 operations work flawlessly. It would seem that from within Windows Explorer, the macro is resetting itself to the first batch of data with each new file it encounters, rather than progressing through the source text file for the subsequent data. That's my non-technical guess, anyway! I'll leave it to minds more brilliant than mine to accept or refute that claim.
-------------- Cheers, Bruce. www.audio2u.com The home of quality podcasts
|