addAuthor: Add artist name to (music) file

View source: R/addAuthor.R

addAuthorR Documentation

Add artist name to (music) file

Description

Add artist name to (music) file

Usage

addAuthor(albumFolder, artistName, deleteSpaces, musicExtension = ".mp3")

Arguments

albumFolder

Folder where the files are located.

artistName

Name of the artist. It will be located at the beginning of the file.

deleteSpaces

Number of characters that will be removed in order to replace with artistName.

musicExtension

Extension of the files that will be matched for the substitution.

Value

NULL. This function just makes changes on filen names.


LuisLauM/ruisu documentation built on March 26, 2024, 8:23 a.m.