Skip to main content

A collection of tools for managing your music library

Project description

Lib-Sync

Lib-Sync is a collection of tools for managing your music library across different platforms.

Features

  • Sync: Synchronize your Rekordbox playlists with Spotify playlists
  • Analyze: Analyze your Rekordbox library for insights and statistics
  • Identify: Identify songs from recordings or YouTube sets using audio fingerprinting

Installation from PyPI

Please make sure you have Python 3.11 or newer (python --version).

Install lib-sync

# with pipx (recommended)
pipx install lib-sync

# with pip
python -m pip install lib-sync

Upgrade lib-sync

# with pipx (recommended)
pipx upgrade lib-sync

# with pip
python -m pip install --upgrade lib-sync

After installation, the libsync command will be available in your terminal.

Troubleshooting: If libsync command is not found:

  • Make sure you're using Python 3.11 or higher
  • If your python is installed via rye (or in a virtual environment), try python -m pip install --force-reinstall --user lib-sync
  • try running python -m pip install --upgrade pip wheel first

Prerequisites

  • Python 3.11 or higher
  • For YouTube id extraction, you'll need ffmpeg installed and available on PATH
  • For Spotify sync functionality, you'll need Spotify API credentials (see Spotify API Setup below)

Configuration

Spotify API Setup

  1. Go to the Spotify Developers Dashboard
  2. Click "Create App" to get a Client ID and Client Secret
  3. Create a .env file in your working directory:
cp .env.example .env
  1. Add your Spotify credentials to the .env file:
SPOTIPY_CLIENT_ID=your_client_id_here
SPOTIPY_CLIENT_SECRET=your_client_secret_here

Usage

Sync Rekordbox to Spotify

First, export your library from Rekordbox as XML (File → Export Collection in XML format).

# Display help
libsync sync -h

# Basic sync
libsync sync --rekordbox_xml_path ~/Documents/rekordbox/rekordbox_export.xml

# Sync with collection playlist creation
libsync sync \
  --rekordbox_xml_path ~/Documents/rekordbox/rekordbox_export.xml \
  --create_collection_playlist

# Sync specific playlists only
libsync sync \
  --rekordbox_xml_path ~/Documents/rekordbox/rekordbox_export.xml \
  --rekordbox_playlist_names "House Music" "Techno Classics"

# Force refresh Spotify search cache
libsync sync \
  --rekordbox_xml_path ~/Documents/rekordbox/rekordbox_export.xml \
  --ignore_spotify_search_cache

Analyze Rekordbox Library

# Display help
libsync analyze -h

# Analyze library
libsync analyze --rekordbox_xml_path ~/Documents/rekordbox/rekordbox_export.xml

# Generate detailed report
libsync analyze \
  --rekordbox_xml_path ~/Documents/rekordbox/rekordbox_export.xml \
  --output_format detailed

Identify Songs

# Identify from audio file
libsync id file --recording_audio_file_path ~/Music/unknown_track.mp3

# Identify from YouTube URL
libsync id youtube --youtube_url "https://www.youtube.com/watch?v=VIDEO_ID"

# Identify with timestamp range (for DJ sets)
libsync id youtube \
  --youtube_url "https://www.youtube.com/watch?v=VIDEO_ID" \
  --start_time "10:30" \
  --end_time "15:45"

Debugging

Use -v or --verbose flags before the subcommand for more detailed output:

# INFO level logging
libsync -v sync --rekordbox_xml_path ~/Documents/rekordbox/rekordbox_export.xml

# DEBUG level logging
libsync -vv sync --rekordbox_xml_path ~/Documents/rekordbox/rekordbox_export.xml

Manual Track Matching

After running sync at least once, Lib-Sync creates a CSV file in the data/ directory with your track mappings. You can manually improve the matches:

  1. Open the generated CSV file (e.g., data/rekordbox_spotify_matches_YYYY-MM-DD.csv)
  2. To manually match a track:
    • Paste the Spotify track URL in the Spotify URL (input) column
    • For tracks not on Spotify, enter libsync:NOT_ON_SPOTIFY in the Spotify URI column
  3. To retry automatic matching:
    • Put 1 in the Retry auto match (input) column
    • Use with --ignore_spotify_search_cache to force a new search

The next sync will use your manual corrections.

Contributing

See CONTRIBUTING.md for development setup and guidelines.

License

MIT License - see LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lib_sync-0.2.2.tar.gz (31.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lib_sync-0.2.2-py3-none-any.whl (39.5 kB view details)

Uploaded Python 3

File details

Details for the file lib_sync-0.2.2.tar.gz.

File metadata

  • Download URL: lib_sync-0.2.2.tar.gz
  • Upload date:
  • Size: 31.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for lib_sync-0.2.2.tar.gz
Algorithm Hash digest
SHA256 678c0ae2d7a360be3549d7dfc5bf1369a5e9156a413e1e3607673069b4d5aa27
MD5 9e3edf7251c4b25cd3f857dd132bc974
BLAKE2b-256 4060931bcfbd2eca7e1f482330399c0427f1c4e1cfcab260034c7705f9bb95c1

See more details on using hashes here.

File details

Details for the file lib_sync-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: lib_sync-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 39.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for lib_sync-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 997d3437cf385384d1e6610c10a14a13060b568311231f56885b821fb5d83919
MD5 50ddfc69000e487a693d54f9c7cb272b
BLAKE2b-256 bc82a396066cef3acc5b3293538218f1696ea7c3b157263232ebd2694088e091

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page