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

Install from PyPI

# with pip
pip install lib-sync

# or with uv
uv pip install --system lib-sync

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

Prerequisites

  • Python 3.11 or higher
  • ffmpeg installed and available on PATH
  • Spotify API credentials (for sync functionality)

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 .example.env .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.1.tar.gz (31.0 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.1-py3-none-any.whl (38.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lib_sync-0.2.1.tar.gz
  • Upload date:
  • Size: 31.0 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.1.tar.gz
Algorithm Hash digest
SHA256 8c7e8238396e29f33e77f30f027602b88fb2a335ea9a79717ee9e69b0adf552c
MD5 50042ae0e7419462211034082efb7f1d
BLAKE2b-256 0b5b9f17f10f2b59aa246ab00447192bb905858e1ffe606f8647101b2c302282

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lib_sync-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 38.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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1d852e95c3daa22e960a60316ba7a2bfeda64abde775b8af076a3a34c03715ba
MD5 aba606e25786cf28e04c8c0aece91fc9
BLAKE2b-256 b08919a40f92ebdbfc2238219a97f4bc56abe5debe29f295f8fc353f23ba5c80

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