libxspf

C++ library for reading and writing XSPF playlist files

brewmacoslinux
Try with needOr install directly
Source

About

C++ library for XSPF playlist reading and writing

Commands

libxspf

Examples

Include libxspf in a C++ project by linking against the library$ g++ -o playlist_parser playlist.cpp -lxspf
Check the installed version of libxspf$ pkg-config --modversion libxspf
Get compiler flags needed to compile with libxspf$ pkg-config --cflags --libs libxspf