Compare commits
No commits in common. "fcc681cde1aa0bd55b29a37d0b34aec014ec83be" and "03c3ade936cddea48df341434e1620c554569205" have entirely different histories.
fcc681cde1
...
03c3ade936
|
@ -18,6 +18,10 @@ Inspired by [DatMusic](https://github.com/alashow/datmusic-api), [MyFreeMp3](htt
|
|||
|
||||
* Dowload all songs in a folder
|
||||
* Add proper command line options
|
||||
* Document how to get a VK access token (need php and other things this
|
||||
is very annoying)
|
||||
* Publish on NPM
|
||||
* Add proper cli support
|
||||
* Rewrite this as a plugin for Ampache
|
||||
* Rewrite this as a plugin for Funkwhale
|
||||
* Add MusicBrain ID3Tag on file
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vk-music-dl",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vk-music-dl",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.3",
|
||||
"description": "Download playlist from Spotify as mp3 from VKontact",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -14,12 +14,6 @@
|
|||
"type": "git",
|
||||
"url": "https://home.hugopoi.net/gitea/hugopoi/vk-music-dl"
|
||||
},
|
||||
"keywords": [
|
||||
"vkontakte",
|
||||
"spotify",
|
||||
"mp3",
|
||||
"downloader"
|
||||
],
|
||||
"files": [
|
||||
"index.js",
|
||||
"README.md"
|
||||
|
|
Loading…
Reference in New Issue
Block a user