Added working lastfm support

currently only played songs are added
This commit is contained in:
Sem Visscher
2021-03-19 21:32:33 +01:00
parent 3464b0383c
commit 4747050b60
4 changed files with 145 additions and 4 deletions

View File

@ -66,6 +66,7 @@
"@ffmpeg/core": "^0.8.5",
"@ffmpeg/ffmpeg": "^0.9.7",
"YoutubeNonStop": "git://github.com/lawfx/YoutubeNonStop.git#v0.8.1",
"axios": "^0.21.1",
"browser-id3-writer": "^4.4.0",
"discord-rpc": "^3.2.0",
"downloads-folder": "^3.0.1",
@ -76,7 +77,9 @@
"electron-unhandled": "^3.0.2",
"electron-updater": "^4.3.6",
"filenamify": "^4.2.0",
"md5": "^2.3.0",
"node-fetch": "^2.6.1",
"open": "^8.0.3",
"ytdl-core": "^4.4.5"
},
"devDependencies": {