All Projects → gk4m → Exsp

gk4m / Exsp

Export/import your Spotify playlists, albums, songs and artists.

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Exsp

Partify
This is a free open source Spotify-powered app that lets users host parties and have guests connect using their smartphones to submit and vote on songs. The app will only play the highest voted song and can connect to personal playlists.
Stars: ✭ 37 (+76.19%)
Mutual labels:  spotify, material-ui
Catify
Utility for Spotify, even your cat can use Spotify now !
Stars: ✭ 59 (+180.95%)
Mutual labels:  spotify, material-ui
Spotifyapi Net
🔉 A Client for the Spotify Web API, written in C#/.NET
Stars: ✭ 887 (+4123.81%)
Mutual labels:  spotify
Verticalstepperform
Vertical Stepper Form Library for Android. It follows Google Material Design guidelines.
Stars: ✭ 868 (+4033.33%)
Mutual labels:  material-ui
Spotijack
A Mac utility for recording songs in Spotify
Stars: ✭ 25 (+19.05%)
Mutual labels:  spotify
Instabiosquotes
Completely FREE Instagram Bio and Quotes Android App with latest collection of Instagram Bio and Instagram quotes for setting as your status.
Stars: ✭ 17 (-19.05%)
Mutual labels:  material-ui
Harmony
🎵 Sleek music player for Spotify, SoundCloud, Google Play Music and your local files
Stars: ✭ 841 (+3904.76%)
Mutual labels:  spotify
Alfred Spotify Mini Player
🎵🎩 Alfred workflow to control your Spotify library at your fingertips
Stars: ✭ 823 (+3819.05%)
Mutual labels:  spotify
Nightking
🌃 Google I/O 19 Extended, Dark Theme Demo
Stars: ✭ 20 (-4.76%)
Mutual labels:  material-ui
React Material Calendar
React component inspired by google calendar app.
Stars: ✭ 25 (+19.05%)
Mutual labels:  material-ui
Front End Stack
Starter kit for building single-page app using React, Redux, RxJS, Reselect, Material UI, Immer, Prettier and Webpack.
Stars: ✭ 11 (-47.62%)
Mutual labels:  material-ui
Spy Spotify
🎤 Records Spotify to mp3 without ads and adds media tags to the files 🎵
Stars: ✭ 929 (+4323.81%)
Mutual labels:  spotify
Pixiv Shaft
Pixiv第三方Android客户端
Stars: ✭ 887 (+4123.81%)
Mutual labels:  material-ui
Ti.spotify
🎶 Support for the Spotify iOS SDK in the Titanium Mobile SDK.
Stars: ✭ 9 (-57.14%)
Mutual labels:  spotify
Spotifyscrape
Export Spotify Playlists to Google Play Music All Access
Stars: ✭ 16 (-23.81%)
Mutual labels:  spotify
Spotify Bot
Spotify Messenger Bot
Stars: ✭ 12 (-42.86%)
Mutual labels:  spotify
Material Kit React
Material Kit React Version
Stars: ✭ 828 (+3842.86%)
Mutual labels:  material-ui
Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics 🔥)
Stars: ✭ 920 (+4280.95%)
Mutual labels:  spotify
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+3895.24%)
Mutual labels:  material-ui
Spotty Features
Show trends about your music listening habits over time. Create playlists from a given seed and specified audio features.
Stars: ✭ 20 (-4.76%)
Mutual labels:  spotify

exsp

This app allow you to export your Spotify songs, albums, artists or playlists and import them in other Spotify account.

preview

Export format

Data is exported in json format. Below you can see example of exported file.

{
  "songs": [
    "1Oc6LH83W9huJq6u4ZcWIH",
    "2NPqVa1uGpeplqt60ISgr9"
  ],
  "albums": [
    "01sfgrNbnnPUEyz6GZYlt9",
    "0obMz8EHnr3dg6NCUK4xWp"
  ],
  "artists": [
    "0SfsnGyD8FpIN4U4WCkBZ5"
  ],
  "playlists": [
    {
      "name": "Dance Party",
      "public": true,
      "tracks": [
        {
          "track": {
            "id": "0M0FvSNRZmDz0Z769rewlI",
            "name": "Fire In My Soul (feat. Shungudzo)",
            "uri": "spotify:track:0M0FvSNRZmDz0Z769rewlI"
          }
        },
        {
          "track": {
            "id": "0sfbunyd3a7IFoWwEt8dsk",
            "name": "Don't Leave Me Alone (feat. Anne-Marie) - Oliver Heldens Remix",
            "uri": "spotify:track:0sfbunyd3a7IFoWwEt8dsk"
          }
        }
      ]
    }
  ]
}

Read more

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].