From e1b1e106736652e19cd24c2641d79545512f1fe3 Mon Sep 17 00:00:00 2001 From: Jeremy Plsek Date: Sun, 23 Jul 2017 15:20:48 -0400 Subject: [PATCH] update readme --- readme.md | 6 +++--- todo.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 5919786..efdd439 100644 --- a/readme.md +++ b/readme.md @@ -94,9 +94,9 @@ Edit config.cfg * The project itself is stored in src/. The js, css, and html is automatically compiled when the page is loaded. * I recommend using [jshint](http://jshint.com/install/) before sending something. -## Long term goals -* I plan on a 1.0 release in Summer 2017 and when I feel certain feature are implemented and basic issues are fixed. -* 2.0, if I get around to it, will be a rewrite to use TypeScript (maybe with P/React/Vue/Angular/InsertViewFrameworkHere?), an attempt to decouple things, and to be able to choose whether to run the process intensive things on the client (which is done right now) or choose to run it on the server. (Lan party = beefy desktops usually, and for our setup we had an old server. But what about phones and non-beefy pc's? Then we would want it to run it on the server.) It will also use a lighter / more "low level" mpd js library. +## Other Notes +* Updates may be slow for now on. This repo will be updated if someone notices some annoying bug, or if I feel the need to add a "must have" feature. Some bugs are related to the library I use to interact with mpd. Such as the bad json bug which is hackishly fixed (`utils.getAllInfo()`), and the not fixed sometimes occurring "a single song in a directory won't show up". +* 2.0, if I get around to it, will be a rewrite to use TypeScript (maybe with some view framework?), an attempt to decouple things, and to be able to choose whether to run the process intensive things on the client (which is done right now) or choose to run it on the server. (Lan party = beefy desktops usually, and for our setup we had an old server. But what about phones and non-beefy pc's? Then we would want it to run it on the server.) It will also use a lighter / more "low level" mpd js library. ## License GNU Lesser General Public License v3 (LGPL-3.0) diff --git a/todo.md b/todo.md index 50ef8c8..b3da62a 100644 --- a/todo.md +++ b/todo.md @@ -39,6 +39,8 @@ TODO ## Bugs * It seems crashing is due to refreshing too many times? +* Playlists: + * The playlist scrolls down / goes to the next page before the server updates the playlist ---