[Newbie] Need help naming mp3s with tag.exe |
![]() ![]() |
[Newbie] Need help naming mp3s with tag.exe |
Apr 23 2006, 13:45
Post
#1
|
|
|
Group: Members Posts: 13 Joined: 18-November 03 Member No.: 9915 |
Hi!
I'm trying to convert my .flac-files to MP3 using LAME and then put them in my mobile mp3-player. The encoding goes perfectly but the problem is that I want the files to automatically be renamed to: "Artist - Tracktitle.mp3" --> "Oasis - Stand By Me.mp3" etc I've tried this: tag.exe --scheme "A - T" *.mp3 But it doesn't seem to work. I'd appreciate if someone can take 10 seconds and help me get this to work Thanks! |
|
|
|
Apr 23 2006, 19:10
Post
#2
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
CODE --rentag : rename files to match scheme, filename from tag data
--rename <scheme> : rename files to <scheme>, filename generated from old name ... --move : when renaming move files to subdirectories --overwrite : overwrite existing files when renaming This post has been edited by Synthetic Soul: Apr 23 2006, 19:11 -------------------- I'm on a horse.
|
|
|
|
Apr 23 2006, 19:51
Post
#3
|
|
|
Group: Members Posts: 13 Joined: 18-November 03 Member No.: 9915 |
I'm sorry but that doesn't help...
I already read about all the command line options but I can't get it to work... Could you please tell me why tag.exe --scheme "A - T" *.mp3 does not work? |
|
|
|
Apr 23 2006, 19:58
Post
#4
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
As far as I understand it your command line will attempt to set tags from the filename, expecting the format "<artist> - <title>.xxx".
If you have run that command you have probably screwed your ARTIST and TITLE tags, depending on the file name format you currently have. If so, you will need to retag your files before renaming them. If and when your tags are in proper order you should be able to use the command: TAG.EXE --overwrite --recursive --rentag "A - T" *.mp3 It's probably best to test on a few copies first. I'm no expert. -------------------- I'm on a horse.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 18:49 |