Reply
Thread Tools
Posts: 20 | Thanked: 1 time | Joined on Feb 2010 @ upstate ny
#1
hi guys, im looking to edit my music file info on my n900....(im very bored at work and dont have a computer) because the site i download music from always puts a [DS] in front of EVREY SONG & album...and i just want to go through all of the files and remove the DS....whats the easiest way of doing this without a computer

thanx in advance
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#2
i think you can make an one-liner in command-line if all files are in the same folder...
just create a for-loop and then remove the [DS] using sed or awk or something like this...

EDIT:
cd into your folder where all the files are stored and make following:
Code:
for f in \[DS\]*; do mv "$f" "${f#\[DS\]}"; done
this will rename [DS]blablubb.mp3 to blablubb.mp3 for example... and all other mp3s in the same directory too


Last edited by b666m; 2010-03-13 at 18:40.
 

The Following User Says Thank You to b666m For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:55.