vk-google-music-export-cli

0.2.1 • Public • Published

vk-google-music-export-cli

Build Status

One way export of audio from vk.com to google music

  • VK auth
  • Download from a VK authed user page and upload to google music with a python lib
  • Fix id3 tags
  • Download from a VK post by a post id and upload to google music
  • Add uploaded tracks to a tracklist, sort by vk audio list

Config

Location: ~/.config/configstore/vk-google-music-export-cli.json

  • vkToken
  • tracklistId

Install

$ npm install -g vk-google-music-export-cli
 
$ sudo apt-get install ffmpeg
$ sudo apt-get install python3-setuptools
 
$ sudo pip3 install docopt
$ sudo pip3 install gmusicapi
$ sudo pip3 install gmusicapi_wrapper

Usage

$ vk-google-music-export --help
 
  Usage
    $ vk-google-music-export --auth
    $ vk-google-music-export
 
  Options
    --limit <n>  Sync only last <n> audios
    --concurrency <n>  Limit concurrent downloads / uploads
    --skip-missing  Ignore missing tracks (404 error) from VK
    --uploader-id <mac-address>  Use if there is error about wrong mac addres

Related

License

MIT © ewnd9

Readme

Keywords

Package Sidebar

Install

npm i vk-google-music-export-cli

Weekly Downloads

1

Version

0.2.1

License

MIT

Last publish

Collaborators

  • ewnd9