1
0
Fork 0
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:
Arne Schlüter 2018-10-17 16:13:42 +02:00
commit cec483dd82

View file

@ -1,15 +1,14 @@
# Airsonic Web Client [![Build Status](https://travis-ci.org/heyarne/airsonic-ui.svg?branch=master)](https://travis-ci.org/heyarne/airsonic-ui) # Airsonic Web Client [![Build Status](https://travis-ci.org/heyarne/airsonic-ui.svg?branch=master)](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.