This is a simple command-line application that uses ELO scoring and other methods to allow users to rank their music library (currently limited to beets libraries) track by track in relative terms.
- Clone the project and run pip install '.[dev]' in the project directory.
Currently the application assumes that your beets library is located at $XDG_CONFIG_HOME/beets/library.db
.
usage: python -m dual app [-h] [--artist ARTIST] [--limit LIMIT] [--top]
options:
-h, --help show this help message and exit
--artist ARTIST The artist to select
--limit LIMIT The number of tracks to select
--top Select the top tracks, instead of random ones
a
- First track winsb
- Second track winsd
- Drawn
- Skipq
- Quit