A Python library that lets you read Foobar2000's .fpl playlist files.
Usage:
- Test the library with
pytest - Install the library with
pip install --user . - Run the playlist reader with
fpl_reader path/to/playlist.fpl
If you don't like to install stuff, you can also use python3 -m fpl_reader playlist.fpl directly from inside the project root directory.
See fpl-format.md for FPL file format documentation.