Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.09 KB

m3u-importer

Simple CLI to import .m3u playlist into Music Player by Mobile_V5

Dependency

node ^16.15.0

Install locally

npm install
npm pack .
npm install -g m3u-importer

Usage

> pli --help
Usage: pli <command>

Commands:
  pli concat <files..>                      Combine multiple .lrc files
  pli export <dbfile> <songFolderPath> [ex  Export .db file into .m3u8 playlist
  portFolderPath]
  pli generate                              Generate blank db file with preset t
                                            emplate
  pli migrate                               migrate .m3u playlist into db
  pli remove                                remove all playlist from db
  pli view <dbfile>                         View details about the backup db
  pli winamp                                winamp related utils function

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]