Importing Collections

Step-by-step Internet Archive and YouTube import workflows

Importing Collections

This guide walks through building a collection from a URL using the command palette. The flow is the same for both supported sources: preview first, then build, then let it finish in the background.

Internet Archive

  1. Find the collection on archive.org – a details page or a search URL both work.
  2. Copy the URL.
  3. In the catalog app, click the search bar to open the command palette and paste the URL.
  4. deadca7 previews the import: collection name, album and track counts, cover art, and a provider badge.
  5. Click Import.

The Internet Archive importer respects file-format ranking, so you get the best available files.

YouTube

  1. Copy a YouTube playlist, channel, or single video URL.
  2. Paste it into the command palette.
  3. Review the preview – name, album and track counts, cover art.
  4. Click Import.

Preview, Then Build

Pasting a URL never imports anything on its own. You always get a preview first and decide whether to build the collection. Nothing is added until you click Import.

Background Progress

Once you start an import:

  • It runs in the background – keep browsing and playing.
  • Live progress shows in the footer.
  • New albums appear as they finish.
  • Imports are crash-safe and resumable, per-album atomic, and duplicate-free on retry.

Prefer the Command Line?

Every import is also a CLI command:

deadca7 imports create <url>   # returns an import id
deadca7 imports get <id>       # poll progress

See Using the CLI for the full set, and Importing Music for the feature overview.