newpipelist

A utility to convert playlists in a NewPipe database export to M3U files.

Send patches to gwymor AT tilde DOT club.

Usage

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

License

MIT