Skip to content

Allows you to interact with `taglib` through the command line. Written in Rust.

Notifications You must be signed in to change notification settings

czipperz/cmdtaglib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allows you to interact with `taglib` through the command line. Written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages