Add import from existing Lidarr database #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Many potential Shanty users will be migrating from Lidarr. Provide a migration tool that imports their existing Lidarr library (artists, albums, wanted items, quality profiles) into Shanty.
Lidarr database reading — Lidarr uses a SQLite database. Read the relevant tables:
Mapping — convert Lidarr's data model to Shanty's:
CLI tool:
shanty import lidarr --db /path/to/lidarr.db--dry-runto preview what would be importedAcceptance Criteria
--dry-runworksDependencies