SkillAgentSearch skills...

SunoSync

A modern desktop client to batch download and sync your Suno AI library. Automatically embeds lyrics, cover art, and full metadata into every track. šŸŽµšŸ’¾

Install / Use

/learn @sunsetsacoustic/SunoSync
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SunoSync V3.0

Your World, Your Music. Seamlessly Synced.

SunoSync is the ultimate desktop ecosystem for your Suno AI music generation. It combines a powerful bulk downloader, a rich music library, a prompt vault, live radio broadcasting, and a mobile bridge into one seamless application.

SunoSync Splash

Get the official build or compile yourself below for free:

  • https://ko-fi.com/s/374c24251c - PayPal accepted here [$3 or pay what you want]
  • https://justinmurray99.gumroad.com/l/rrxty [$3 or pay what you want]

Discord Support and Community: https://discord.gg/kZSc8sKUZR

🌟 Key Features

šŸŽØ Modern UI Redesign

  • Sleek Dark Theme: A fully custom, responsive interface built with CustomTkinter.
  • Compact Sidebar: Optimized navigation with a sticky "Settings" footer for easy access on any screen size.
  • Inline Controls: Quick access to Workspaces and Playlists via inline dropdown menus.

šŸ“„ Smart Downloader

  • Advanced Filtering: Filter by Status (Liked, Public, Trash) and Type (Generations, Uploads) with a new robust Filter Bar.
  • Bulk Downloading: Download your entire Suno library in one click.
  • Smart Sync: Only downloads new songs, skipping existing files.
  • Format Choice: MP3 (Compact) or WAV (Lossless).
  • Metadata Embedding: Automatically embeds Title, Artist, Lyrics, and Cover Art into audio tags.

šŸ“š Ultimate Music Library

  • Visual Browser: Browse your collection with a clean, dark-themed grid.
  • Clean Titles: Automatically sanitizes messy raw titles into readable text.
  • Tag System: Organize with Like šŸ‘, Star ⭐, and Trash šŸ—‘ļø.
  • Stats Dashboard: View detailed analytics of your library (Top Genres, Monthly Activity, etc.).

šŸ”Œ Chrome Extension Integration

  • Auto-Token Sync: Never manually copy cookies again. The companion Chrome Extension automatically syncs your Suno session with the desktop app.

šŸ“» Suno On-Air & Mobile Bridge

  • Live Radio: Broadcast your library as a live web radio station to share with friends.
  • Mobile Bridge: Scan a QR code to stream your library directly to your phone browser.

šŸ” Prompt Vault

  • Save Your Prompts: Never lose a great prompt again. Save and organize your best prompts.
  • One-Click Copy: Quickly copy prompts to clipboard for reuse in Suno.

šŸš€ Getting Started

  1. Download: Get the latest SunoSync.exe.
  2. Install VLC: Ensure VLC Media Player is installed (required for audio engine).
  3. Run: Double-click SunoSync.exe.
  4. Connect:
    • Option A (Easy): Install the SunoSync Chrome Extension. It will automatically detect the app and sync your token.
    • Option B (Manual): Click "Get Token", log in to Suno.com, open DevTools -> Application -> Cookies, and copy the __client cookie.

ļæ½ Chrome Extension (Auto-Auth)

SunoSync comes with a companion Chrome Extension that makes authentication automatic.

  1. Open Chrome Extensions: Go to chrome://extensions/.
  2. Enable Developer Mode: Toggle the switch in the top right.
  3. Load Unpacked: Click the button and select the chrome_extension folder inside the SunoSync directory.
  4. Done!: The extension will now automatically detect when SunoSync is open and sync your session token. No more copy-pasting cookies!

šŸ”„ Updating SunoSync

If you built from source (Git):

  1. Open your terminal in the SunoSync-main folder.
  2. Run git pull to get the latest code.
  3. Run pip install -r requirements.txt to check for new dependencies.
  4. Run python main.py or rebuild the EXE.

If you use the standalone EXE:

  1. Download the new version from the release page.
  2. Replace your old SunoSync.exe with the new one.
  3. Your settings and database (library_cache.json) are safe and will be preserved.

ļæ½šŸ”’ Transparency

We believe in 100% transparency. SunoSync is an indie tool built with Python.

  • Crash Shield: Built-in error reporting (Sentry) helps us fix bugs faster.
  • False Positives: Some antivirus software may flag the app because it is not digitally signed by a corporation. This is normal for open-source Python tools.

ā˜• Support

Created by @InternetThot

If you love SunoSync, consider buying me a coffee to support future updates! šŸ‘‰ buymeacoffee.com/audioalchemy


SunoSync is an unofficial tool and is not affiliated with Suno AI.

šŸ› ļø Building from Source

Prerequisites

  • Python 3.10+
  • Git
  • VLC Media Player

Installation

  1. Clone the repository:

    git clone https://github.com/sunsetsacoustic/SunoSyncV2.git
    cd SunoSyncV2
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the application:

    python main.py
    

Compiling

To build the standalone .exe file:

pyinstaller SunoSync.spec

The executable will be in the dist/ folder.

View on GitHub
GitHub Stars57
CategoryDevelopment
Updated6d ago
Forks15

Languages

Python

Security Score

95/100

Audited on Mar 31, 2026

No findings