Command Line Tool to Set ID3 Tags for MP3
Tagged with: command, id3, id3tool, Linux, mp3, music, tool
Friday, June 12th, 2009 11:46 PM
Set the ID3 tags for mp3 files using this command…
id3tool -t "$title" -r "$artist" file.mp3
Set the ID3 tags for mp3 files using this command…
id3tool -t "$title" -r "$artist" file.mp3
This is the command used to post a new task to the nexty GTD tool.
curl --basic --user "binnyva:password" --cookie-jar /tmp/nexty-cookies.txt --data-ascii "task=`echo $@|tr ' ' '+'`&layout=cli" "http://nexty.org/tasks/add.php"