Text file to TAG

Hi there, I am trying to convert a text file to TAGS - done it before but maybe 2 years ago, and now when I try I get this error:

Cannot parse line 1.
Cannot parse line 2.
Cannot parse line 3.
Cannot parse line 4.
Cannot parse line 5.
Cannot parse line 6.
Cannot parse line 7.
Cannot parse line 8.
Cannot parse line 9.
Cannot parse line 10.
Cannot parse line 11.
Cannot parse line 12.
Cannot parse line 13.
Cannot parse line 14.
Cannot parse line 15.
Cannot parse line 16.
Cannot parse line 17.
Cannot parse line 18.
Cannot parse line 19.
Cannot parse line 20.
Cannot parse line 21.
Cannot parse line 22.
Cannot parse line 23.
Cannot parse line 24.
Cannot parse line 25.

Imported tags from "I:\Mastermix\Film Set Take 1\cd1.txt" to 25 of 25 files.

Any ideas?

Thank you

I did search but because I can only search 3 letters or more the more query TEXT TAGS brought up 28 pages of results, so I did not look at everything :confused:

If you want to import data from a text file then the structure of data in the file must match the mask you enter in the Convert function.
e.g. if the text file has
Beatles;A Hard days night

then the mask for import looks like this:
%artist%;%title%

Hi

the text file reads thus:

  1. Seattle Symphony Orchestra - 2001 A Space Odyssey
  2. Madonna - Beautiful Stranger
  3. Seal - Kiss From A Rose
  4. Matt Monro - Born Free

etc

I used the format as shown in pic and gAttachment 5812 not found.et that error - I am sure this exactly how I used to do it :stuck_out_tongue:


If I try it with the data you supplied, then I get this preview:
"E:\xxx\yyy\69 Eyes\2004 - Sweet Nothing Play Hard\416 5 Conspiracy Theories _ Sweet Nothing Play Hard _ 001 _ Lost Boys.mp3" ->
track: 1
artist: Seattle Symphony Orchestra
title: 2001 A Space Odyssey

The mask I used spells like this:
%track%%artist%%title%

If you are not sure that the data complies with the mask, then try to get a unique separator between the fields like the underscore, so that
"1. Seattle Symphony Orchestra - 2001 A Space Odyssey "
becomes
"1_Seattle Symphony Orchestra_2001 A Space Odyssey"

in my case the export file ( .csv ) had a lot of blank lines at the end of the script.
Deleting those lines did the job.

About what job are you talking about?
Did you really get "Cannot parse line" messages for trailing blank lines?

DD.20160401.0803.CEST

I cant make this work

I have a text file of Matrix Numbers I want to input into %setsubtitle% of each track.

One is on each line.

Can someone please provide me with step by step info on how to do this with either text files or csv because I just don't get it

Sort all files in the according sequence to your textfile.
Mark all your files.
Take the Converter:
Textfile->Tag or ALT-4
In "Filename" navigate to your Textfile.
As "Formatstring" write: %setsubtitle%

Cannot parse line 1.
Cannot parse line 2.
Cannot parse line 3.
Cannot parse line 4.
Cannot parse line 5.
Cannot parse line 6.
Cannot parse line 7.
Cannot parse line 8.
Cannot parse line 9.
Cannot parse line 10.
Cannot parse line 11.
Cannot parse line 12.
Cannot parse line 13.
Cannot parse line 14.
Cannot parse line 15.
Cannot parse line 16.
Cannot parse line 17.
Cannot parse line 18.
Cannot parse line 19.
Cannot parse line 20.
Cannot parse line 21.
Cannot parse line 22....

"Cannot parse" would to be expected if there were more files than textlines for the surplus files. But as your error-messages start with "line1" I don't know what's wrong.
How does your textfile look like?
Is there an CR/LF after each line?

There's no blank lines in the file- and there are 96 lines for 96 files

I think I found the issue, how do I fix this?

I just verified my description here and it works as expected.
Did you really write %setsubtitle%? The percent symbol has to be written too.

Yes I did, also please see my previous post you may have missed as we replied at the same time

I cannot see an issue.:face_with_monocle:
What do you view as issue?

Is the CL/RF meant to be there? if so then I haven't ;-;

Upload the text file.

Duke Ellington Capitol Recordings Matrix 1953-55.log (872 Bytes) had to change ext to .log to upload

Works here without any problem.

I changed .log back to txt.
The file worked OK for me.
Sorry, but I see no problem.