Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jplsek committed Jul 23, 2017
1 parent 5e1ed5c commit e1b1e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down

0 comments on commit e1b1e10

Please sign in to comment.