1
2
Fork
You've already forked newpipelist
0
A utility to convert playlists in a NewPipe database export to M3U files https://tilde.club/~gwymor/newpipelist
  • Python 100%
Find a file
2022年02月10日 02:17:08 +00:00
LICENSE.txt v1.0 2022年02月08日 04:32:54 +00:00
newpipelist.py v1.0 2022年02月08日 04:32:54 +00:00
README.md README: Add usage examples 2022年02月10日 02:17:08 +00:00
setup.py v1.0 2022年02月08日 04:32:54 +00:00

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