A utility to convert playlists in a NewPipe database export to M3U files.
pip install newpipelist
git clone https://codeberg.org/gwymor/newpipelist.git
Send patches to gwymor AT tilde DOT club.
Export your NewPipe data and use this program with the newpipe.db
file.
# List playlists
newpipelist --list newpipe.db
# Export a playlist by its ID
newpipelist --playlist 123 newpipe.db >my-playlist.m3u
# Export all playlists to a directory
newpipelist --directory playlists newpipe.db
MIT