Skip to content

Unzip albums from bandcamp, put them in the right place, update a playlist

License

Notifications You must be signed in to change notification settings

drsm79/bc-librarian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bc-librarian

Unzip albums from bandcamp, put them in the right place, updates a playlist & stores the original zipfile in an archive.

ziptodir

This script runs on a Synology NAS. It:

  1. finds zipfiles downloaded from bandcamp (manually, currently)
  2. unzips those files into the appropriate directory
  3. moves the zipfile to an archive outside of where the NAS stores music
  4. TODO: updates a playlist with recent tracks from bandcamp
  5. TODO: moves the album directories into the main locations

The script should run on a cron via:

find . -type f -a -name \*.zip -exec ./ziptodir {} \;

About

Unzip albums from bandcamp, put them in the right place, update a playlist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages