diff --git a/README.md b/README.md index 11ae1d9..4e1389d 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,6 @@ Code optimisation, clean up, minimisation, speed, etc. #### _Known Issues_ - Need a timeout if Ampache host unreachable in order to sign in again -- Long album/playlists get tracks truncated - Sometimes the track timer glitches after seeking with the slider ## Contributions @@ -116,14 +115,15 @@ Once I have a working release then contributions and suggestions always welcome. ## Testing Testing on Chrome (Windows and Linux) during initial development. -- Ampache: dev (testing 5.0) +- All lossless FLAC playback +- Ampache: dev (testing 5.2) - Apache: 2.4.41 - PHP: 7.4.3 ## Acknowledgements & Dependencies - Inspired by the subsonic player [subplayer](https://github.com/peguerosdc/subplayer) - a really nice looking web player for subsonic. -- Using [Fomantic UI](https://github.com/fomantic/Fomantic-UI) components (v2.8.7 included). -- Using [howler.js](https://github.com/goldfire/howler.js) audio library for media playback (In HTML mode for better FLAC playback). +- Using [Fomantic UI](https://github.com/fomantic/Fomantic-UI) components (v2.8.8). +- Using [howler.js](https://github.com/goldfire/howler.js)(v2.2.3) audio library for media playback (In HTML mode for better FLAC playback). - Fomantic (Semantic) UI is still dependent on jquery (pulled from CDN - no need to include it). - Of course you need a backend [Ampache](https://github.com/ampache/ampache) server. - And a PHP enabled webserver (PHP version 7.4+ recommended).