diff --git a/README.md b/README.md index c589b59..d927bc8 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,9 @@ How it fits together: ## Demo -The main page lists unassigned tags (a card scanned while the page is open appears within a few seconds) and every assignment: +A card is scanned while the page is open, shows up under Unassigned tags, and gets an album from a live search of the Music Assistant library: -![Unassigned tags and assignments](docs/screenshots/tags.png) - -Assigning a tag: search the Music Assistant library and pick an album. Albums without a cover show a grey placeholder. - -![Searching the library for a tag](docs/screenshots/assign.png) - -The page follows the system's dark mode and works on a phone: - -Dark mode on a phone +![Scanning a new card and assigning it an album](docs/assign-demo.gif) ## API diff --git a/docs/assign-demo.gif b/docs/assign-demo.gif new file mode 100644 index 0000000..ad1e206 Binary files /dev/null and b/docs/assign-demo.gif differ diff --git a/docs/screenshots/assign.png b/docs/screenshots/assign.png deleted file mode 100644 index 9edc229..0000000 Binary files a/docs/screenshots/assign.png and /dev/null differ diff --git a/docs/screenshots/tags-dark-mobile.png b/docs/screenshots/tags-dark-mobile.png deleted file mode 100644 index c633fc6..0000000 Binary files a/docs/screenshots/tags-dark-mobile.png and /dev/null differ diff --git a/docs/screenshots/tags.png b/docs/screenshots/tags.png deleted file mode 100644 index 5bf13ab..0000000 Binary files a/docs/screenshots/tags.png and /dev/null differ