update readme and bump search result count to 30

+ move images -> .github/images
This commit is contained in:
mungai-njoroge 2023-12-10 18:18:29 +03:00
parent 4412902312
commit 2480c880d6
6 changed files with 6 additions and 4 deletions

BIN
.github/images/homepage.webp vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,14 +1,16 @@
<div align="center" style="display: flex; justify-content: center; align-items: center;">
<img class="lo" src='./gh_images/logo-fill.light.svg' style="height: 4rem">
<img class="lo" src='.github/images/logo-fill.light.svg' style="height: 4rem">
</div>
<div align="center" style="font-size: 2rem"><b>Swing Music</b></div>
<div align="center"><b><sub><code>v1.4.0</code></sub></b></div>
<div align="center"><b><sub><code>1.4.3</code></sub></b></div>
**<div align="center" style="padding-top: 1.25rem">[Download](https://swingmusic.vercel.app/downloads) • <a href="https://swingmusic.vercel.app/support-us.html" target="_blank">Support Development</a> • [Browse Docs](https://swingmusic.vercel.app/guide/introduction.html) • [Screenshots](https://swingmusic.vercel.app)</div>**
##
![Image showing the Swing Music playlists page](./gh_images/playlistlist.webp)
![Image showing the Swing Music playlists page](.github/images/homepage.webp)
##
Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music. Just run the app and enjoy your music library in a web browser.

View File

@ -11,7 +11,7 @@ from app.store.tracks import TrackStore
api = Blueprint("search", __name__, url_prefix="/")
SEARCH_COUNT = 12
SEARCH_COUNT = 30
"""The max amount of items to return per request"""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB