#tags #metadata #media #taglib #command-line #command-line-utilities

app cmdtaglib

A command line application that allows you to interact with tablib

9 releases

Uses old Rust 2015

0.2.2 Feb 7, 2016
0.2.1 Feb 7, 2016
0.1.5 Feb 2, 2016

#189 in Multimedia

Unlicense

13KB
201 lines

cmdtaglib

A command line application that allows you to interact with taglib. It allows for easy reading and writing of tags for a script or user.

Usage: cmdtaglib <file> [commands]

Commands:

Option Explanation
album Print out the album of the track
album=ALBUM Sets the album of the track to ALBUM
artist Print out the artist of the track
artist=ARTIST Sets the artist of the track to ARTIST
comment Print out the comment of the track
comment=COMMENT Sets the comment of the track to COMMENT
genre Print out the genre of the track
genre=GENRE Sets the genre of the track to GENRE
title Print out the title of the track
title=TITLE Sets the title of the track to TITLE
track Print out the track number of the track
track=TRACK_NUMBER Sets the track number of the track to TRACK_NUMBER
year Print out the year of the track or 0 if it isn't present
year=YEAR Sets the year of the track to YEAR

Dependencies

~57KB