Rename Import -> Add, and avoid surfacing MusicBrainz where unneeded

This commit is contained in:
Claudio Ortolina
2025-03-07 15:10:22 +00:00
parent 27ea8a5b62
commit 91a1141441
9 changed files with 50 additions and 54 deletions
+4 -4
View File
@@ -8,7 +8,7 @@
- [Collection](#collection)
- [Edit a record in the collection](#edit-a-record-in-the-collection)
- [View a record's details in the collection](#view-a-records-details-in-the-collection)
- [Importing a record in the wishlist](#importing-a-record-in-the-wishlist)
- [Adding a record in the wishlist](#importing-a-record-in-the-wishlist)
- [Setup](#setup)
- [Environment configuration](#environment-configuration)
- [Running the application](#running-the-application)
@@ -19,7 +19,7 @@
## Features
- Import records from MusicBrainz, with optional override of specific pieces of data
- Add records from MusicBrainz, with optional override of specific pieces of data
- Manage a collection and a wishlist of records, with ways to quickly search
and filter based on records' metadata
- Integration with Last.fm (display latest scrobbles, and where possible
@@ -46,9 +46,9 @@
![View a record's details in the collection](.github/screenshots/collection-record-details.png)
### Importing a record in the wishlist
### Adding a record in the wishlist
![Importing a record in the wishlist](.github/screenshots/wishlist-import-record.png)
![Adding a record in the wishlist](.github/screenshots/wishlist-import-record.png)
## Setup