1.0.0 • Published 3 years ago

gplay-soundizz-parser v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Giiz

Google Play Playlist to Soundizz parser written as a CLI using oclif.

oclif Version License

Usage

$ npm install -g gplay-soundizz-parser
$ giiz COMMAND
running command...
$ giiz (-v|--version|version)
gplay-soundizz-parser/1.0.0 win32-x64 node-v14.15.0
$ giiz --help [COMMAND]
USAGE
  $ giiz COMMAND
...
$ npm install -g gplay-soundizz-parser
$ giiz COMMAND
running command...
$ giiz (-v|--version|version)
gplay-soundizz-parser/1.0.0 win32-x64 node-v14.15.0
$ giiz --help [COMMAND]
USAGE
  $ giiz COMMAND
...

Commands

giiz help [COMMAND]

display help for giiz

USAGE
  $ giiz help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

giiz playlist PLAYLIST OUTPUT [FILE]

Convert a Google Play Music Playlist CSV directory to a single Soundizz compatible CSV file.

USAGE
  $ giiz playlist PLAYLIST OUTPUT [FILE]

ARGUMENTS
  PLAYLIST  Directory containing a subdirectory 'Tracks' containing CSV files exported from Google Play Music.
  OUTPUT    Directory to output the single, Soundizz compatible CSV file to.
  FILE      [default: output] Name of the file to generate output too.

See code: src\commands\playlist.ts

giiz help [COMMAND]

display help for giiz

USAGE
  $ giiz help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

giiz playlist PLAYLIST OUTPUT [FILE]

Convert a Google Play Music Playlist CSV directory to a single Soundizz compatible CSV file.

USAGE
  $ giiz playlist PLAYLIST OUTPUT [FILE]

ARGUMENTS
  PLAYLIST  Directory containing a subdirectory 'Tracks' containing CSV files exported from Google Play Music.
  OUTPUT    Directory to output the single, Soundizz compatible CSV file to.
  FILE      [default: output] Name of the file to generate output too.

See code: src\commands\playlist.ts

1.0.0

3 years ago