All Projects → FitzgeraldKrudde → spotify-reverse-playlist

FitzgeraldKrudde / spotify-reverse-playlist

Licence: GPL-3.0 license
This Linux bash script reverses the tracks in a playlist. It creates a new playlist with all tracks reversed.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to spotify-reverse-playlist

Obscurify
Find out more about your music taste and compare it to others' with Obscurify
Stars: ✭ 200 (+589.66%)
Mutual labels:  spotify, spotify-api
Spotitube
Synchronize your Spotify collections downloading from external providers
Stars: ✭ 250 (+762.07%)
Mutual labels:  spotify, spotify-api
Spotify Graphql
GraphQL schema for Spotify WebAPI — TypeScript / Node.js (v6)
Stars: ✭ 213 (+634.48%)
Mutual labels:  spotify, spotify-api
Tune
A streamlined Spotify client and browser with a focus on performance and integrations.
Stars: ✭ 166 (+472.41%)
Mutual labels:  spotify, spotify-api
Spotify-Readme
A dynamic, customizable, and real-time Spotify now-playing widget for your README files.
Stars: ✭ 85 (+193.1%)
Mutual labels:  spotify, spotify-api
Coverify
🎧 Design fresh album cover for your Spotify playlists
Stars: ✭ 167 (+475.86%)
Mutual labels:  spotify, spotify-api
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (+682.76%)
Mutual labels:  spotify, spotify-api
Spotify Dart
A dart library for interfacing with the Spotify API.
Stars: ✭ 109 (+275.86%)
Mutual labels:  spotify, spotify-api
YoutubeDownloader
A Music downloader with Spotify integration for automatic metadata application. [Depricated]
Stars: ✭ 13 (-55.17%)
Mutual labels:  spotify, spotify-api
spotify-song-recommender
A Spotify song recommendation engine built with the power of graph analytics.
Stars: ✭ 34 (+17.24%)
Mutual labels:  spotify, spotify-api
Listen Now
Listen-now, 提供了多音乐平台的音乐搜索、播放、歌单播放、同步平台歌单到本地数据库,并计划开发智能音乐推荐系统。listen-now主要由学生层级的同学一起开发。
Stars: ✭ 139 (+379.31%)
Mutual labels:  spotify, spotify-api
laravel-spotify
Laravel-Spotify is a simple wrapper around the Spotify Web API that makes working with its endpoints a breeze!
Stars: ✭ 141 (+386.21%)
Mutual labels:  spotify, spotify-api
Spotify.py
🌐 API wrapper for Spotify 🎶
Stars: ✭ 131 (+351.72%)
Mutual labels:  spotify, spotify-api
Spotify Now Playing
Spotify now playing information and control popup for macOS menu bar
Stars: ✭ 171 (+489.66%)
Mutual labels:  spotify, spotify-api
Soundize
🎧 A homemade Spotify application. It's a server side rendering client made with React and Redux, powered by the Spotify API
Stars: ✭ 121 (+317.24%)
Mutual labels:  spotify, spotify-api
Spotify Qt
Lightweight Spotify client using Qt
Stars: ✭ 212 (+631.03%)
Mutual labels:  spotify, spotify-api
Spartan
An Elegant Spotify Web API Library Written in Swift for iOS and macOS
Stars: ✭ 100 (+244.83%)
Mutual labels:  spotify, spotify-api
Exportify
Export/Backup Spotify playlists using the Web API
Stars: ✭ 1,611 (+5455.17%)
Mutual labels:  spotify, spotify-api
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+775.86%)
Mutual labels:  spotify, spotify-api
spotify-release-list
📅 Display list of Spotify releases from artists you follow
Stars: ✭ 142 (+389.66%)
Mutual labels:  spotify, spotify-api

spotify-reverse-playlist

This Linux bash script reverses the tracks in a playlist. It creates a new playlist with all tracks reversed.

Just invoke the script reverse-playlist.sh to get the usage information.

The script uses the Spotify REST API. Therefore it requires curl and a few other (standard) binaries. The script will check for these pre-reqs.

Pure bash-ish, no need for temp files etc.

On Mac you will need homebrew and install the following packages: coreutils, findutils and jq. Also make sure their directories are in front of your PATH by adding this to your ${HOME}/.bashrc

# add GNU coreutils and findutils in front of the PATH
export PATH=/usr/local/opt/coreutils/libexec/gnubin:/usr/local/opt/findutils/libexec/gnubin:${PATH}

On Windows you will need WSL (Windows Subsystem for Linux), see: https://docs.microsoft.com/en-us/windows/wsl/

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].