Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreasgerner/soundcloud-spotify-sync
Automatic Soundcloud download to sync to Spotify's local file system.
https://github.com/andreasgerner/soundcloud-spotify-sync
bash macos shell soundcloud spotify
Last synced: 3 days ago
JSON representation
Automatic Soundcloud download to sync to Spotify's local file system.
- Host: GitHub
- URL: https://github.com/andreasgerner/soundcloud-spotify-sync
- Owner: andreasgerner
- Created: 2023-07-16T20:57:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-17T18:37:50.000Z (over 1 year ago)
- Last Synced: 2024-11-01T23:06:58.994Z (about 2 months ago)
- Topics: bash, macos, shell, soundcloud, spotify
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Soundcloud Spotify Sync
### MacOS only!
## Features
Automatically downloads all new Songs in a given Soundcloud-Playlist and saves them to the `download` directory.
You need to add this folder as Local File Source in your Spotify Client!Default schedule: every hour (combined to one run if logging in after a longer timespan)
## Prerequisites
- Spotify Desktop App installed
- Any version of Python3 installed
- Homebrew (if you don't have ffmpeg already)## Usage
Full installation script included, just run:
```shell
./install.sh
```## Uninstall
To uninstall this service, just delete the `local.soundcloud-spotify-sync.plist` file under `~/Library/LaunchAgents`.