Skip to content

A small script to sync a huge music library with a smaller, filtered, copy

Notifications You must be signed in to change notification settings

thoni56/MusicFileSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music File Sync

This is a program that will sync one source directory tree with a destination and find all music files that match some criteria in the source tree, "Genre" will be the first criteria implemented.

It then updates the source tree with any changed files from the source and will delete files from the destination that are no longer available in the source.

Example Use

Assume you have a complete media library and you want to extract only music files which has "Genre" equal to "Rock" or "Blues".

musicfilesync --from source --to destination --genres=rock,blues

About

A small script to sync a huge music library with a smaller, filtered, copy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages