项目作者: mbharanya

项目描述 :
Import your favorite songs from Spotify to Beatsaber
高级语言: Scala
项目地址: git://github.com/mbharanya/Spotify-To-Beatsaber.git
创建时间: 2020-01-22T12:43:34Z
项目社区:https://github.com/mbharanya/Spotify-To-Beatsaber

开源协议:

下载


Import Shopify saved tracks to beatsaber

This tool will fetch your saved tracks from Spotify and download user created tracks from https://beatsaver.com/

How to run it

Requirements:

  • Java 8+

Steps:

Options

—api-key : Spotify API key, Get it from https://developer.spotify.com/console/get-current-user-saved-tracks/
—download-folder=STRING : folder to download the songs zips, default is current directory
—mode=STRING : all_tracks | playlist
—playlist-name : if mode is set to playlist, download songs from that playlist instead

  1. Example
  2. ```sh
  3. # run for all saved tracks and save to folder 'download' in current directory
  4. java -jar spotify-2-beatsaber-assembly-0.3.jar --download-folder=download --mode=all_tracks --api-key=<api-key-here>
  5. # will only download from playlist "Chill Prog Metal"
  6. java -jar spotify-2-beatsaber-assembly-0.3.jar --download-folder=download --mode=playlist --playlist-name="Chill Prog Metal" --api-key=<api-key-here>
  • Watch it horribly match songs and download from beatsaver
  • ???
  • Profit

How to build it

  • run
    1. sbt assembly && cp target/spotify-2-beatsaber-assembly*.jar .