Update README.md
This commit is contained in:
parent
e718069f8b
commit
315f1227f0
1 changed files with 15 additions and 9 deletions
16
README.md
16
README.md
|
|
@ -1,17 +1,23 @@
|
||||||
|
<p align="center">
|
||||||
|
<img src="./assets/trans.png" alt="SoulSync Logo">
|
||||||
|
</p>
|
||||||
|
|
||||||
# 🎵 SoulSync - Automated Music Discovery & Collection Manager
|
# 🎵 SoulSync - Automated Music Discovery & Collection Manager
|
||||||
|
|
||||||
Bridge the gap between streaming services and your local music library. Automatically sync Spotify/Tidal playlists to Plex/Jellyfin via Soulseek.
|
Bridge the gap between streaming services and your local music library. Automatically sync Spotify/Tidal/YouTube playlists to Plex/Jellyfin via Soulseek.
|
||||||
|
|
||||||
[](https://ko-fi.com/boulderbadgedad)
|
[](https://ko-fi.com/boulderbadgedad)
|
||||||
|
|
||||||
## ✨ What It Does
|
## ✨ What It Does
|
||||||
|
|
||||||
- **Auto-sync playlists** from Spotify/Tidal to your media server
|
- **Auto-sync playlists** from Spotify/Tidal/YouTube to your media server
|
||||||
- **Smart matching** finds what you're missing vs what you own
|
- **Smart matching** finds what you're missing vs what you own
|
||||||
- **Download missing tracks** from Soulseek with FLAC priority
|
- **Download missing tracks** from Soulseek with FLAC priority
|
||||||
- **Metadata enhancement** adds proper tags and album art
|
- **Metadata enhancement** adds proper tags and album art
|
||||||
- **File organization** creates clean folder structures
|
- **File organization** creates clean folder structures
|
||||||
- **Artist discovery** browse complete discographies
|
- **Artist discovery** browse complete discographies
|
||||||
|
- **Wishlist system** saves failed downloads for automatic retry
|
||||||
|
- **Artist watchlist** monitors for new releases and adds missing tracks
|
||||||
- **Background automation** retries failed downloads every hour
|
- **Background automation** retries failed downloads every hour
|
||||||
|
|
||||||
## 🚀 Three Ways to Run
|
## 🚀 Three Ways to Run
|
||||||
|
|
@ -65,12 +71,12 @@ docker-compose up -d
|
||||||
## 🎯 Core Features
|
## 🎯 Core Features
|
||||||
|
|
||||||
**Search & Download**: Manual track search with preview streaming
|
**Search & Download**: Manual track search with preview streaming
|
||||||
**Playlist Sync**: Spotify/Tidal playlist analysis and batch downloads
|
**Playlist Sync**: Spotify/Tidal/YouTube playlist analysis and batch downloads
|
||||||
**Artist Explorer**: Complete discography browsing with missing indicators
|
**Artist Explorer**: Complete discography browsing with missing indicators
|
||||||
**Smart Matching**: Advanced algorithm prioritizes originals over remixes
|
**Smart Matching**: Advanced algorithm prioritizes originals over remixes
|
||||||
|
**Wishlist Management**: Failed downloads automatically saved and retried hourly
|
||||||
|
**Artist Watchlist**: Add favorite artists to monitor for new releases automatically
|
||||||
**Automation**: Hourly retry of failed downloads, metadata enhancement
|
**Automation**: Hourly retry of failed downloads, metadata enhancement
|
||||||
**Wishlist**: Failed downloads saved for automatic retry
|
|
||||||
**Watchlist**: Monitor favorite artists for new releases automatically
|
|
||||||
**Activity Feed**: Real-time status and progress tracking
|
**Activity Feed**: Real-time status and progress tracking
|
||||||
|
|
||||||
## 📁 File Flow
|
## 📁 File Flow
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue