Antoine Gersant
72070e491c
Pulled latest polaris-web
2017-05-11 00:02:42 -07:00
Antoine Gersant
7a7d9eefa9
Made test for recent albums more lenient to do unreliability in CI
2017-05-09 00:15:21 -07:00
Antoine Gersant
44dc7a5fa6
Added new web UI file to installer
2017-05-09 00:09:31 -07:00
Antoine Gersant
792984c3fc
Pulled latest polaris-web
2017-05-09 00:09:20 -07:00
Antoine Gersant
5866076b21
Use serde to parse config file
2017-05-08 22:47:15 -07:00
Antoine Gersant
42ca66e52a
Replaced rustc-serialize by serde
...
API bump because CollectionFile objects look different (and nicer) in JSON now
2017-05-08 21:18:49 -07:00
Antoine Gersant
d7ba1ae4e7
Pulled latest polaris web
2017-05-08 21:15:31 -07:00
Antoine Gersant
29d048b375
Added unit test for getting recent albums
2017-05-08 20:41:45 -07:00
Antoine Gersant
72213fbb8c
Bumped version number
2017-05-08 00:02:07 -07:00
Antoine Gersant
8e64f6baaf
Bumped API version number
2017-05-07 23:58:38 -07:00
Antoine Gersant
c464b755e5
Fixed a bug where DB indexing was broken on Linux
...
On platforms where file creation type isn't available, use modification time instead
2017-05-07 23:49:36 -07:00
Antoine Gersant
5781d4cbe5
Added support for fetching recently added albums
2017-05-07 23:32:37 -07:00
Antoine Gersant
d073e02549
Applied rustfmt
2017-05-07 21:21:30 -07:00
Antoine Gersant
56bb1d4e23
Added support for http Authorization header
2017-05-06 20:22:10 -07:00
Antoine Gersant
775213e839
Latest polaris-web
2017-04-11 19:28:37 -07:00
Antoine Gersant
cc048b8352
Merge remote-tracking branch 'origin/master'
2017-04-11 19:21:05 -07:00
Antoine Gersant
df11c8fab7
Split every file into a unique component
2017-03-09 19:46:07 -08:00
Antoine Gersant
4503ab1ed7
Merge pull request #2 from fungos/linux
...
Fix broken player if mounted path had a trailing slash.
2017-01-25 21:12:09 -08:00
Danny Angelo Carminati Grein
b348be4e10
Fix commented issues.
2017-01-25 21:15:35 -05:00
Danny Angelo Carminati Grein
f04e1bc4d7
Fix broken player if mounted path had a trailing slash. The query on
...
browse_songs wasn't returning any results as in the database they were
save without the trailing slash.
Add two complementary output messages in case of errors trying to
create SharedData and SharedConfig where on Linux XDG defaults to
readonly system wide paths based on XDG_CONFIG_DIRS and XDG_DATA_DIRS
default values from spec (/etc/xdg and /usr/share for example).
And a minor change in the api to use forward slash.
2017-01-24 22:59:28 -05:00
Antoine Gersant
1e2bdace39
Fixed a bug where songs weren't ordered by track number
2016-12-22 08:50:55 +01:00
Antoine Gersant
f9a27895b4
Formatting
2016-12-21 07:05:16 +01:00
Antoine Gersant
6044fbb029
Merged branch master into master
2016-12-21 06:50:36 +01:00
Antoine Gersant
5ed95d1417
Added new API endpoint for random albums
2016-12-21 06:50:23 +01:00
Antoine Gersant
723e83b3ee
Bumped version number
2016-12-18 11:48:52 -08:00
Antoine Gersant
9fd8fd1377
Merged branch master into master
2016-12-17 20:47:37 -08:00
Antoine Gersant
606758ee1b
Added missing DLL in installer
2016-12-17 20:47:30 -08:00
Antoine Gersant
0f10518ee7
Fixed compilation errors for Windows UI feature
2016-12-17 20:38:02 -08:00
Antoine Gersant
ef3d55cdbc
Fix broken test on Linux
2016-12-17 20:11:56 -08:00
Antoine Gersant
3b2a6f0a3a
Fixed broken test on Linux
2016-12-17 20:03:49 -08:00
Antoine Gersant
87c4763cd1
Fixed a bug where most mount directory paths didn't work on Windows
2016-12-17 19:53:50 -08:00
Antoine Gersant
6cd9f94b85
Added tiny logo bitmap, thicker than vector reference
...
For usage in tiny contexts
2016-12-14 00:46:58 -08:00
Antoine Gersant
10c234e92f
Formatting
2016-12-03 16:27:33 -08:00
Antoine Gersant
089088d1ee
Added index unit tests
2016-12-03 14:57:25 -08:00
Antoine Gersant
0a729184e4
Proper error handling in file indexing
...
No longer unwrap like there's no tomorrow
2016-12-03 13:42:06 -08:00
Antoine Gersant
c02b971984
No longer panic on startup/shutdown errors
2016-12-03 12:33:30 -08:00
Antoine Gersant
2f49aa0e40
Cosmetic changes to debug output
2016-12-03 12:29:22 -08:00
Antoine Gersant
ec8a8da81e
Modernized error handling
...
- Use error-chain instead of writing tons of boilerplate
- Switched try!() macros to '?'
2016-12-03 12:08:55 -08:00
Antoine Gersant
15505f8991
DB path is now a constructor parameter of Index struct
2016-12-02 17:41:29 -08:00
Antoine Gersant
791c9bc104
Smaller sample audio files
2016-12-01 17:19:00 -08:00
Antoine Gersant
7080841525
Updated dependencies
2016-12-01 17:18:40 -08:00
Antoine Gersant
85f4492b92
Applied rustfmt
2016-11-30 23:16:06 -08:00
Antoine Gersant
1099c0dcf1
Added metadata decoding tests
2016-11-30 22:10:16 -08:00
Antoine Gersant
a16595a2e1
Added unit tests to utils
2016-11-30 21:43:32 -08:00
Antoine Gersant
2735ed9a03
Github doesn't like svg logo
2016-11-30 21:30:37 -08:00
Antoine Gersant
1d28e44524
SVG logo in readme
2016-11-30 21:26:58 -08:00
Antoine Gersant
0e94b5e6d4
More mobile-friendly logo
2016-11-30 21:13:23 -08:00
Antoine Gersant
7e20649c49
Fleshed out readme blurb
2016-11-28 23:23:09 -08:00
Antoine Gersant
0b8c24aae5
Constrain logo size
2016-11-28 23:19:35 -08:00
Antoine Gersant
3b9152869c
Higher resolution logo for readme
2016-11-28 23:19:17 -08:00