Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tippenein/what_web_dl
processes bandcamp purchases for uploading to what.cd
https://github.com/tippenein/what_web_dl
Last synced: 12 days ago
JSON representation
processes bandcamp purchases for uploading to what.cd
- Host: GitHub
- URL: https://github.com/tippenein/what_web_dl
- Owner: tippenein
- Created: 2012-10-28T21:36:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-19T23:20:35.000Z (almost 12 years ago)
- Last Synced: 2024-10-11T23:54:05.564Z (about 1 month ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
what_web_dl
=============This script is used to process web release purchases (bandcamp & boomkat at
the moment).1) It will backup the directory you run it on in case it doesn't do what you thought
2) unzip the albums to a directory of the same name
3) rename all the wrongly named files within each album
Bandcamp
- %artist% - %album% - 01 track.mp3
--- gets renamed to ---
01 track.mp3
Boomkat
directory needs renaming from [encode]-album to album
4) prints out the mktorrent command required to make the .torrent file##TODO:
rename album directories properly ex. [year] (encoding)
-- boomkat has zips named flac-*
flag for making torrent file after processing ( -t --torrent )
##Disclaimer
This is for my personal use. If you mess up your download directories, it's on
you. I've made the backup to avoid this problem but things happen.