Skip to content

Copy FLAC music libraries into another directory using the files metadata

Notifications You must be signed in to change notification settings

haemka/flacmover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This program is intended to copy FLAC music libraries into another directory using a defined structure.

Copies all files within a source directory recursively to another directory and (re)names directories and filenames according to a specified format taken from the files Metadata. For each folder in source an albumart image is exported from a FLAC file if possible.

flacmover.py -i SRCDIR -o DESTDIR -f FORMATSTRING 
	-i SRCDIR   source root of files; defaults to current dir 
	-o DESTDIR  destination root of the renamed dirs and files 
	-f FORMATSTRING any format of directory file structure 
			with / as dir delimiter and %variable% for any variable 
			found in FLAC file tags as used by mutagen. 
			ex.: 
				%albumartist%/%albumartist%.%originalyear%.%album%/%discnumber%.%tracknumber%.%artist%.%title%

About

Copy FLAC music libraries into another directory using the files metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages