Commit Graph

100 Commits

Author SHA1 Message Date
IrosTheBeggar
547709641f Fixed some bugs 2017-10-26 18:05:07 -04:00
IrosTheBeggar
0fe0feffb7 Fixed playlsits 2017-10-26 17:44:55 -04:00
IrosTheBeggar
46b50b1904 Fixed multi path bug 2017-10-26 13:35:09 -04:00
IrosTheBeggar
5dfc424d61 Moved DB to new structure 2017-10-26 13:05:21 -04:00
IrosTheBeggar
45c14909d3 Move all files to the media endpoint 2017-10-25 20:55:35 -04:00
IrosTheBeggar
aa371ae26c Working file explorer and downloads 2017-10-25 20:44:56 -04:00
IrosTheBeggar
384e56c6ee Start removing instances of the musicDir variable 2017-10-23 23:12:12 -04:00
IrosTheBeggar
673f909872 Removed guest user 2017-10-23 01:53:16 -04:00
IrosTheBeggar
7adbd66569 More DB improvements 2017-10-15 02:08:34 -04:00
IrosTheBeggar
15b9f3ad80 Sorting + Caching + UI improvements 2017-10-15 01:37:36 -04:00
IrosTheBeggar
3d97e536d2 Auto update DB during scan + bug fixes 2017-10-14 17:15:13 -04:00
IrosTheBeggar
460ff4a4a3 Removed water pipe 2017-10-14 13:23:55 -04:00
IrosTheBeggar
551a981683 Code cleanup 2017-10-14 13:21:53 -04:00
IrosTheBeggar
af0871a24d All endpoints are working with lokiJS 2017-10-14 13:11:54 -04:00
IrosTheBeggar
5621ff1ace Working playlists 2017-10-14 03:10:30 -04:00
IrosTheBeggar
5b9a69dbbc Moved most parts over to Loki. Still need to move the playlists 2017-10-14 02:22:47 -04:00
IrosTheBeggar
05235fe560 Fixed # bug and DB bug where some files would not delete 2017-10-12 23:41:26 -04:00
IrosTheBeggar
0f960f70fc Log SQL errors to conole 2017-10-12 15:47:18 -04:00
IrosTheBeggar
5041579bb2 Move from bcrypt to pbkdf2 2017-10-11 17:33:09 -04:00
IrosTheBeggar
7b3e39b980 Fixed bug that broke artists/albums endpoint 2017-10-02 17:05:10 -04:00
IrosTheBeggar
d91ed58deb Album Art + Lazy Load 2017-09-26 02:15:46 -04:00
IrosTheBeggar
349c4a5063 CSS tweaks and album art improvements 2017-09-25 16:23:30 -04:00
IrosTheBeggar
04d1bd4772 Improve file explorer UI 2017-09-25 03:10:29 -04:00
IrosTheBeggar
b683aa49ee Massive UI update and some backend bug fixes 2017-09-21 00:40:55 -04:00
IrosTheBeggar
5261d3cc55 Fix sql bug 2017-09-18 15:33:25 -04:00
IrosTheBeggar
c4348a61ae Added docs 2017-09-17 16:06:09 -04:00
IrosTheBeggar
09d55bb292 Electron code 2017-09-17 01:17:21 -04:00
IrosTheBeggar
74bc506159 Fix bugs from changing metadata plugin 2017-09-16 19:37:02 -04:00
IrosTheBeggar
d6517c78b1 Fix bug where metadata thread would die on error 2017-09-16 17:25:57 -04:00
Paul
77927686dc Merge pull request #38 from Borewit/promise-based-parsing
Promise based storing and parsing of metadata.
2017-09-16 17:22:55 -04:00
IrosTheBeggar
223be698e1 Fixed secret cli bug 2017-08-11 12:23:46 -04:00
Borewit
a11d10fc92 Merge github.com:IrosTheBeggar/mStream into promise-based-parsing 2017-08-08 19:58:47 +02:00
IrosTheBeggar
75aefb7e27 Fix album art bug 2017-07-20 00:54:17 -04:00
IrosTheBeggar
248a486c0e More hash 2017-07-20 00:39:51 -04:00
IrosTheBeggar
b938ae4671 Removed slash. Added hash the metadata API endpoint 2017-07-19 23:48:04 -04:00
Borewit
a981a87dac Avoid catch to cause another error, by passing an undefined result. 2017-07-11 20:55:47 +02:00
Borewit
d32fe82ebe Promise based storing and parsing of metadata.
File based parsing instead of stream based which in in some cases more efficient.
2017-07-10 16:10:02 +02:00
IrosTheBeggar
f5d1ab9abb Fixed bug where certain files were returnign with the wrong slash on windows 2017-07-05 19:50:28 -04:00
IrosTheBeggar
47ee7fec37 Fixed guest bug. Quited logs as well 2017-06-19 13:59:32 -04:00
IrosTheBeggar
7d1b4495c9 Added option to set music directory 2017-06-19 12:05:42 -04:00
IrosTheBeggar
07fa9bd708 Fixed bug where functio nwas returnign null instead of an empty array 2017-06-12 19:11:24 -04:00
IrosTheBeggar
114093749e Code cleanup 2017-05-30 09:39:51 -04:00
Damien BUTY
3dabdd1b1a Attempt to fix #28
Sorting an array of objects is a tad more complicated :)

Based on [this tutorial](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Array/sort#Trier_des_caractères_non-ASCII)
2017-05-30 09:51:50 +02:00
IrosTheBeggar
26a473639e Sort file explorer results 2017-05-29 23:25:39 -04:00
IrosTheBeggar
39000e5499 Album art fixes 2017-04-29 01:36:24 -04:00
IrosTheBeggar
1b924824a3 3.0 Update. Removed beets support 2017-04-28 20:56:42 -04:00
IrosTheBeggar
51ee7f097b Updated API docs 2017-04-27 15:43:06 -04:00
IrosTheBeggar
e79429d863 Changing boot stuff 2017-04-18 15:03:09 -04:00
IrosTheBeggar
6f40cf3a72 Fix metadata lookup bug 2017-04-17 22:33:52 -04:00
IrosTheBeggar
e2c4e62dcb upnp fix 2017-04-17 18:32:23 -04:00