Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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}