/export_music

Export music from an xspf playlist

Primary LanguagePython

Overview

CI

Python3 script export.py to export music from an XSPF compatible playlist to a directory.

Usage

$ ./export.py --playlist /path/to/playlist.xspf --dest_dir /path/to/dest/dir [--dry-run]

Unit Test

$ python -m pytest export.py