Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuorig/beatport-renamer
Rename standard beatport filename to anything you want.
https://github.com/xuorig/beatport-renamer
Last synced: about 2 months ago
JSON representation
Rename standard beatport filename to anything you want.
- Host: GitHub
- URL: https://github.com/xuorig/beatport-renamer
- Owner: xuorig
- Created: 2014-04-18T21:07:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-18T21:30:28.000Z (over 10 years ago)
- Last Synced: 2024-04-14T22:54:49.056Z (8 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
beatport-renamer
================Simple Ruby script to rename a standard beatport filename to anything you want.
### How to use
1) Set your token / api keys in a config file
2) Execute the script
``` bash
chmod +x renamer.rb
./renamer.rb path/to/beatport/folder/ "%{key} %{bpm} %{name} %{remix}" path/to/config/file```
The format argument can be anything as long as it contains %{key} %{bpm} %{name} and %{remix}