mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Update README
This commit is contained in:
parent
ecded256fc
commit
cec483dd82
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
|
@ -1,15 +1,14 @@
|
||||||
# Airsonic Web Client [](https://travis-ci.org/heyarne/airsonic-ui)
|
# Airsonic Web Client [](https://travis-ci.org/heyarne/airsonic-ui)
|
||||||
|
|
||||||
This is just meant for exploration. If you want to see something more serious, take a look at [airsonic-ui](https://github.com/airsonic/airsonic-ui).
|
This repository contains an alternative web frontend for [airsonic](https://github.com/airsonic/airsonic). The goal is to eventually be able to fully replace the current web interface.
|
||||||
|
|
||||||
## Implemented so far
|
## Implemented so far
|
||||||
|
|
||||||
* Login
|
* Login with persisting credentials
|
||||||
* Welcome screen (most recently played)
|
* Browse your library by newest / most recently played / starred
|
||||||
* Artist detail
|
* Browse artists alphabetically
|
||||||
* Album detail
|
* A currently playing queue with next, previous, repeat and shuffle
|
||||||
* Play Track w/ next and previous
|
* Information about the current track with the ability to seek
|
||||||
* Currently playing notification
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
@ -60,4 +59,4 @@ $ npm run build
|
||||||
$ npm run deploy
|
$ npm run deploy
|
||||||
```
|
```
|
||||||
|
|
||||||
All build artifacts will be output in `/public`. Don't change anything in there as changes will be overwritten.
|
All build artifacts land in `/public`. Don't change anything in there as changes will be overwritten.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue