» Welcome Guest
[ Log In :: Register ]

 

[ Track this topic :: Email this topic :: Print this topic ]

Topic: Wonky file names< Next Oldest | Next Newest >
mark-scott
Board Newbie



Group: Members
Posts: 2
Joined: Aug. 2002
Posted: Aug. 11 2002,18:48

I used MP3TS to rename all my files to the format Artist - track.mp3.    I then used Notmad to transfer these to my NJB3.  during the process the names changed to artist - album - # - track.mp3.mp3.

I used MP3TS to scrub out the fields I didn;t want but I am still left with artist - title.mp3.mp3  where the first.mp3 is part of the title field.   how can I correct this without manually renaming 2,000 files?
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: Aug. 11 2002,23:25

Ok, first out, it was not Mp3/Tag Studio that messed up the filesnames like that, right? If you think it was, you might have used the wrong template somewhere, but if you still believe it is a bug you are very welcome to provide a more detailed description about how to reproduce it, and I will take a look at it.

Anyway, if I have understood you correctly, all of your title fields now end with ".mp3" and you want to remove that?

In that case, I would use the "Direct tag manipulation" tool with one translation:

Code Sample
<Title>  --->  <Title>


and then use the following substring replacement with that:

Code Sample
".mp3" --> ""


That will work fine (provided that I didn't misunderstand your desired operation).

--------------
Software author and website owner
Back to top
Profile PM WEB 
mark-scott
Board Newbie



Group: Members
Posts: 2
Joined: Aug. 2002
Posted: Aug. 12 2002,16:35

Thanks Magnus  

MP3TS is completely absolved of blame, It was the Nomad 3 which screwed up my tags.  Thanks for the reply, I will try it when I get home tonight :)
Back to top
Profile PM 
2 replies since Aug. 11 2002,18:48 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]