https://github.com/danielweinmann/tango_metadata
Tool for looking up metadata for tangos from https://tango.info/ and http://www.tango-dj.at/database/
https://github.com/danielweinmann/tango_metadata
Last synced: 11 months ago
JSON representation
Tool for looking up metadata for tangos from https://tango.info/ and http://www.tango-dj.at/database/
- Host: GitHub
- URL: https://github.com/danielweinmann/tango_metadata
- Owner: danielweinmann
- Created: 2013-03-10T00:14:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T22:54:08.000Z (about 12 years ago)
- Last Synced: 2025-04-05T13:14:24.900Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 28.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tango_metadata
==============
Tool for looking up metadata for tangos from https://tango.info/ and http://www.tango-dj.at/database/
File organization
-----------------
Put your tango files in a main folder with just them, and inside of that separate them with:
1. A folder with the name of the orchestra, exactly as it is found in https://tango.info/. For example, Lucio Demare's Orquesta Típica should be called just "Lucio Demare", as found in https://tango.info/LucioDemar.
2. Inside the orchestra's folder, name your files with the format as in the following examples: "1942 Ribereña (Juan Carlos Miranda).m4a", if it has a singer (in this case, Juan Carlos Miranda); or "1938 La esquina.m4a" if it's an instrumental track. The m4a extension is just and example: any common audio format will work.
An example "tango" folder and a few files are provided for guidance.
Configuration
-----------------
In a shell window, inside the tango_metadata folder, run:
```
gem install bundler
bundle install
```
Usage
-----
In a shell window, inside the tango_metadata folder, run:
```
bundle exec ruby set_tango_metadata.rb /your/main/folder/of/choice
```