Create local playlist from remote music tops
It requires python 3 version. To install all libraries type in terminal (python should be installed):
$ pip install -r requirements.txt
For using:
- Initialize config:
$ python -m pylistfm --init
- Configure it
- Create playlist
$ python -m pylistfm -a "Artist"
For testing type:
$ python -m unittest discover ./test