diff --git a/README.md b/README.md index 1f66146..72adba3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,14 @@ browsing the vast world of music releases. 🎞️ Screenshot ------------- -![Demo screenshot](./demo/screenshot.png) +### Search Artist on MusicBrainz +![MusicBrainz artist search](//screenshots/musicbrainz.png) + +### Browse Local Music Library +![Browse library](./screenshots/browse.png) + +### Playlist Control +![Playlist](./screenshots/playlist.png) 🛠️ Requirements and Installation -------------------------------- diff --git a/screenshots/browse.png b/screenshots/browse.png new file mode 100644 index 0000000..75007f2 Binary files /dev/null and b/screenshots/browse.png differ diff --git a/screenshots/playlist.png b/screenshots/playlist.png new file mode 100644 index 0000000..46adf8b Binary files /dev/null and b/screenshots/playlist.png differ diff --git a/screenshots/search.png b/screenshots/search.png new file mode 100644 index 0000000..47f82d7 Binary files /dev/null and b/screenshots/search.png differ