libsync-run-and-operate

Guide libsync setup, Docker deployment, and troubleshooting.

4|Updated Aug 15, 2025
One-click install
npx skills add https://github.com/arthursoares/libsync --skill libsync-run-and-operate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: libsync-run-and-operate
Source: https://github.com/arthursoares/libsync/tree/main/.claude/skills/libsync-run-and-operate
Command: npx skills add https://github.com/arthursoares/libsync --skill libsync-run-and-operate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides guidance on running, deploying, and operating libsync, a web UI for managing Qobuz and Tidal music libraries, addressing issues like local runs, Docker setups, data management, and troubleshooting.

Core Features & Use Cases

  • Local Run Management: Instructions for running libsync locally or in Docker, including build and deployment commands.
  • Data Management: Guidance on managing data artifacts like databases and configuration files.
  • Troubleshooting: Help with common issues like missing logs, auto-sync problems, and download queue issues.
  • Use Case: If you encounter a situation where your libsync instance is not syncing properly or you need to understand how to configure your local environment for optimal performance, this Skill can guide you through the process.

Quick Start

Run libsync locally using the 'make dev' command.

Frequently Asked Questions about libsync-run-and-operate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run libsync locally for music library management?

Run libsync locally by executing the 'make dev' command in your terminal. This builds the web UI environment for managing Qobuz and Tidal music libraries and allows you to operate the application directly on your machine.

Why does my libsync auto-sync fail and drop items from the download queue?

Auto-sync and download queue issues in libsync often stem from misconfigured data artifacts or missing logs. Troubleshoot by checking database configurations and verifying that your local environment meets basic system administration requirements.

Do I need Python and Docker knowledge to operate libsync?

Yes, operating libsync effectively requires knowledge of Docker, Python, and basic system administration. These skills are necessary to manage local execution, handle Docker deployment, and troubleshoot data management issues.

What is the best way to manage data artifacts like databases in a libsync deployment?

Manage libsync data artifacts by properly configuring database and configuration files during your Docker deployment. Correct data management ensures your music library syncs properly and maintains optimal performance across local and containerized environments.