Search Results

Search: Posts Made By: SimonDorfman
6,155
Posted By SimonDorfman
I figured it out. Here's my working script. ...
I figured it out. Here's my working script. Again, thanks for the help!

#!/bin/sh

for file in "$@"
do
# Strip directory and extension of each file.
in_base=${file##*/}
...
6,155
Posted By SimonDorfman
Thank you cfajohnson. The for loop seems to be...
Thank you cfajohnson. The for loop seems to be working, but now I think I need a for loop for the id3v2 command because it's tagging each file with the first file's name. Or do I need to put the...
6,155
Posted By SimonDorfman
I got some help via the DropScript author via...
I got some help via the DropScript author via email:



Can anyone point me towards a for loop example?
6,155
Posted By SimonDorfman
ID3 tagging script
I'm trying to get a little script working with DropScript 0.5 (http://www.wsanchez.net/software/) that edits the ID3 tags of an MP3. Here's what I've got:

#!/bin/sh

# Strip directory part but...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy