You are not logged in.
Pages: 1
What's wrong with this Pascal Script?
begin
FileName := CalculateMetaTag(FilePath, 'Title');
end.
Nothing happens when I preview or rename the files?
Offline
There is no meta tag with a name "Title".
You can see the full list of available meta tags from the Insert Meta Tag dialog in the Insert rule or in Meta Tags article on the Wiki. For example, if you are trying to extract a title of a song from WMA file, you should use "WMA_Title" tag.
Offline
Thank you for that. Should I use id3_title for mp3's?
Also, when I replace the FilePath variable with the actual path, I get an error message about the drive letter not being recognized.
There is no meta tag with a name "Title".
When I reply, I get an error message from your board saying I'm not allowed to post url's. I'm not posting url's! You did in your response. I had to delete most of your message so I could reply.
Last edited by carib909 (2013-11-20 21:54)
Offline
Should I use id3_title for mp3's?
Yes. MP3 files use ID3 tagging system, so you should use ID3_* tags for these files.
when I replace the FilePath variable with the actual path, I get an error message about the drive letter not being recognized.
Please post the line of code that causes the error, so I can inspect it.
When I reply, I get an error message from your board saying I'm not allowed to post url's. I'm not posting url's! You did in your response. I had to delete most of your message so I could reply.
It is one of the measures against spam bots which prevents new users from posting links. As soon as you make 10 posts you will be automatically moved to a group that is allowed to post links. When you quoted my message you included the link from it into your response, so the anti-spam measure kicked in.
Sorry for the inconvenience. We are trying to do everything possible to keep this forum free of spam.
Offline
Pages: 1