#taglib #tag #tags #metadata #media

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

#169 in Multimedia

Download history 5/week @ 2023-10-23 14/week @ 2023-10-30 1/week @ 2023-11-06 3/week @ 2023-11-13 21/week @ 2023-11-20 31/week @ 2023-11-27 10/week @ 2023-12-04 1/week @ 2023-12-11 9/week @ 2023-12-18 19/week @ 2023-12-25 1/week @ 2024-01-01 1/week @ 2024-01-08 1/week @ 2024-01-15 10/week @ 2024-01-22 38/week @ 2024-01-29 2/week @ 2024-02-05

51 downloads per month

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