mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 03:35:35 +00:00
update readme and bump search result count to 30
+ move images -> .github/images
This commit is contained in:
parent
4412902312
commit
2480c880d6
BIN
.github/images/homepage.webp
vendored
Normal file
BIN
.github/images/homepage.webp
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@ -1,14 +1,16 @@
|
|||||||
<div align="center" style="display: flex; justify-content: center; align-items: center;">
|
<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>
|
||||||
<div align="center" style="font-size: 2rem"><b>Swing Music</b></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>**
|
**<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>**
|
||||||
|
|
||||||
##
|
##
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
@ -11,7 +11,7 @@ from app.store.tracks import TrackStore
|
|||||||
|
|
||||||
api = Blueprint("search", __name__, url_prefix="/")
|
api = Blueprint("search", __name__, url_prefix="/")
|
||||||
|
|
||||||
SEARCH_COUNT = 12
|
SEARCH_COUNT = 30
|
||||||
"""The max amount of items to return per request"""
|
"""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 |
Loading…
x
Reference in New Issue
Block a user