https://github.com/solstice23/music-sync
Sync songs from Youtube/Soundcloud to local files automatically with metadata
https://github.com/solstice23/music-sync
Last synced: 4 months ago
JSON representation
Sync songs from Youtube/Soundcloud to local files automatically with metadata
- Host: GitHub
- URL: https://github.com/solstice23/music-sync
- Owner: solstice23
- License: mit
- Created: 2023-11-06T17:58:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:06:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T02:14:29.244Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Set up
1. Clone this repo
2. Install dependencies
3. Rename `config.example.js` to `config.js` and fill in the fields
4. Install `ffmpeg` and `yt-dlp` (python version)
5. install dependencies: `npm install`
6. Run `npm start` for the first sync to check if everything is working
7. Set up a cron job to run the sync regularly
## Requirements
Youtube playlist should be a public or unlisted playlist.