diff --git a/docs/METADATA_MANAGEMENT.md b/docs/METADATA_MANAGEMENT.md index 6ddf652..265af35 100644 --- a/docs/METADATA_MANAGEMENT.md +++ b/docs/METADATA_MANAGEMENT.md @@ -1,17 +1,13 @@ # Managing Your Music Metadata -## Data Querying +TODO Intro: motivations, reasons, fields we care about -There are several commands that print out data from the read cache in a -JSON-encoded format (e.g. `rose releases print` and `rose collages print`). The -command output can be piped into tools like `jq`, `fx`, and others. - -## Tagging Conventions +## Tag Conventions Rosé is lenient in the tags it ingests, but has opinionated conventions for the -tags it writes. +tags it writes. Impl detail: how exactly does rose edit the files? -### Fields +### Field Mappings TODO @@ -39,3 +35,15 @@ The artist tag is described by the following grammar: ::= ' produced by ' ::= string ';' | string ``` + +## Manual Editing + +TODO: Text file editing + +## Metadata Import & Cover Downloading + +TBD + +## Rules Engine + +TBD diff --git a/docs/VIRTUAL_FILESYSTEM.md b/docs/VIRTUAL_FILESYSTEM.md index bc9bdf1..5f3f7e5 100644 --- a/docs/VIRTUAL_FILESYSTEM.md +++ b/docs/VIRTUAL_FILESYSTEM.md @@ -1 +1,21 @@ # Browsing the Virtual Filesystem + +TODO: Intro?? + +## Mounting & Unmounting + +troubleshooting... edge cases + +## Directory Structure + +## Directory and File Names + +## New Releases + +## Operations + +> [!NOTE] +> Operations on collages and playlists are documented in +> [Using Playlists & Collages](./PLAYLISTS_COLLAGES.md). + +Where can I write? What can I rename?