A utility to convert playlists in a NewPipe database export to M3U files
https://tilde.club/~gwymor/newpipelist
| LICENSE.txt | v1.0 | |
| newpipelist.py | v1.0 | |
| README.md | README: Add usage examples | |
| setup.py | v1.0 | |
newpipelist
A utility to convert playlists in a NewPipe database export to M3U files.
- Install:
pip install newpipelist - Source Code (Git):
git clone https://codeberg.org/gwymor/newpipelist.git - Requirements: sqlite3
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