Commit graph

161 commits

Author SHA1 Message Date
Antoine Gersant
84a075b173 Replaced .map() horrors by a couple helper functions 2016-11-01 00:03:14 -07:00
Antoine Gersant
c0ce5a4871 Made VFS unit tests platform agnostic 2016-10-30 23:08:22 -07:00
Antoine Gersant
f7a01f7e0b Fixed a bug where content wasn't ordered reliably 2016-10-30 22:16:29 -07:00
Antoine Gersant
0d6d7f442d Reduce module name spam 2016-10-30 22:11:43 -07:00
Antoine Gersant
79604e100a Fixed a bug where index was unusable during its updates 2016-10-30 22:07:28 -07:00
Antoine Gersant
653eb84350 Merged similar code for selecting songs 2016-10-30 21:08:10 -07:00
Antoine Gersant
61a0e59d9d Reverting accidental commit 2016-10-30 20:29:27 -07:00
Antoine Gersant
8ef60c81e9 Delete index content if no longer in VFS 2016-10-30 20:28:50 -07:00
Antoine Gersant
fdd741d5fc Got rid of cursors 2016-10-30 20:21:09 -07:00
Antoine Gersant
462cd8babb Implemented flatten 2016-10-30 17:19:57 -07:00
Antoine Gersant
6bf65ac45a Implemented /browse 2016-10-30 17:00:09 -07:00
Antoine Gersant
eae6e10ecd Fixed a bug where exact match to mount points could generate paths with a trailing slash 2016-10-30 16:57:41 -07:00
Antoine Gersant
d56b4d365c Index songs and directories to DB 2016-10-29 18:31:37 -07:00
Antoine Gersant
4c4590c1e7 Fixed test suite 2016-10-25 01:52:37 -07:00
Antoine Gersant
ba196a8c25 Setup index DB, moved VFS out of Collection 2016-10-25 01:37:50 -07:00
Antoine Gersant
88a4142aa5 Removed unecessary locks 2016-10-23 15:34:12 -07:00
Antoine Gersant
7b3e0cfaef Generate album art thumbnails 2016-10-23 15:12:49 -07:00
Antoine Gersant
c50e957932 Added jpeg to image extensions 2016-10-23 12:10:48 -07:00
Antoine Gersant
ebea771424 Removed unneeded returns 2016-10-23 12:10:31 -07:00
Antoine Gersant
61e4f6c7d2 Scaffholding for serving thumbnails 2016-10-23 12:07:37 -07:00
Antoine Gersant
bb66b3a566 Removed unneeded mutability 2016-10-23 11:47:57 -07:00
Antoine Gersant
dace2237c0 Fixed a bug where most albums didn't show an artist name 2016-10-01 16:46:07 -07:00
Antoine Gersant
54842db349 Windows release process now creates .msi installer 2016-09-25 15:16:30 -07:00
Antoine Gersant
07cb6cf648 Config file can now be specified from command line 2016-09-23 01:39:55 -07:00
Antoine Gersant
0f2327ca4e Moved auth secret from env to config file 2016-09-23 00:52:17 -07:00
Antoine Gersant
3923229834 Added DDNS broadcasting 2016-09-23 00:41:49 -07:00
Antoine Gersant
aadbe34fd4 Moved config to a separate module 2016-09-22 23:48:27 -07:00
Antoine Gersant
e631138562 Shut down server when quitting 2016-09-21 23:44:41 -07:00
Antoine Gersant
f82ddc484c Added context menu with Quit option 2016-09-21 23:44:29 -07:00
Antoine Gersant
d59a2a3ae7 Formatting 2016-09-21 23:32:30 -07:00
Antoine Gersant
a4f118d9e6 Setup Windows UI with inert notification icon 2016-09-17 03:05:31 -07:00
Antoine Gersant
878bb3b180 Formatting 2016-09-17 00:39:40 -07:00
Antoine Gersant
d9d17929f8 Revert "Added build status to readme"
This reverts commit 33817aa12f.
2016-09-14 23:46:10 -07:00
Antoine Gersant
33817aa12f Added build status to readme 2016-09-14 23:45:59 -07:00
Antoine Gersant
09af394709 Added authentication support 2016-09-14 23:33:38 -07:00
Antoine Gersant
3dc30317c8 Added song/album info from ID3v2 tags to results 2016-09-11 20:39:42 -07:00
Antoine Gersant
f62113b83c Added data structures for artist/album info 2016-08-31 23:21:12 -07:00
Antoine Gersant
bc2ea2b64f Added missing crate 2016-08-30 23:32:57 -07:00
Antoine Gersant
85201cf907 Added album art detection 2016-08-30 23:32:18 -07:00
Antoine Gersant
1e2ed34dd1 Only list music files in browse/flatten 2016-08-29 22:44:33 -07:00
Antoine Gersant
df1c2b8b59 Revert "Only list music files in browse/flatten"
This reverts commit 172c2bb2fc.
2016-08-29 22:42:29 -07:00
Antoine Gersant
172c2bb2fc Only list music files in browse/flatten 2016-08-29 22:41:54 -07:00
Antoine Gersant
e2b1db599b Serve web client 2016-08-28 19:21:44 -07:00
Antoine Gersant
16c609cd20 Formatting 2016-08-28 17:43:15 -07:00
Antoine Gersant
f7726c0ad9 Root of VFS can now be browsed 2016-08-28 17:41:12 -07:00
Antoine Gersant
c36c82e087 Project rename 2016-08-28 16:39:31 -07:00
Antoine Gersant
42895931c8 Use config file to mount directories 2016-08-28 15:53:39 -07:00
Antoine Gersant
ac7ffa0909 Implemented api/serve 2016-08-24 00:00:18 -07:00
Antoine Gersant
5e23a0b5d0 Implemented flatten 2016-08-22 00:50:04 -07:00
Antoine Gersant
6339f94836 Formatting 2016-08-21 22:35:54 -07:00