Deluan
|
811703ab60
|
fix: create default transcodings on existing installations
|
2020-03-17 16:49:37 -04:00 |
|
Deluan
|
c8b0d2bfae
|
feat: select correct transcoding for streaming
|
2020-03-17 15:20:35 -04:00 |
|
Deluan
|
39993810b3
|
feat: add transcodedSuffix to Subsonic API responses
|
2020-03-17 15:20:35 -04:00 |
|
Deluan
|
da36941252
|
feat: better getPlayer middleware setup
|
2020-03-17 15:20:35 -04:00 |
|
Deluan
|
8ec78900c5
|
feat: transcoding and player datastores and configuration
|
2020-03-17 15:20:35 -04:00 |
|
Deluan
|
fc06163b5a
|
refactor: remove superfluous (and untested) code
|
2020-03-02 09:37:47 -05:00 |
|
Deluan
|
f394de664a
|
refactor: new transcoding engine. third (fourth?) time is a charm!
|
2020-02-24 13:56:09 -05:00 |
|
Deluan
|
d2eea64528
|
fix: typo
|
2020-02-23 21:41:10 -05:00 |
|
Deluan
|
fc14e346b9
|
feat: store duration as float, to cater for milliseconds
|
2020-02-20 17:02:06 -05:00 |
|
Deluan
|
a412989f7e
|
refactor: more stable transcoder, based on http.FileSystem
|
2020-02-19 14:53:35 -05:00 |
|
Deluan
|
3b12c92ad5
|
feat: add cache to the getCoverArt endpoint, avoid it being reloaded every single time in the UI
|
2020-02-15 14:32:11 -05:00 |
|
Deluan
|
a37beac753
|
feat: add X-Content-Duration header to the stream response
|
2020-02-09 22:09:18 -05:00 |
|
Deluan
|
ce11a2f3be
|
feat: fake getArtistInfo/getArtistInfo2, just to enable artist browsing in MusicStash
|
2020-02-09 19:42:37 -05:00 |
|
Deluan
|
2c146ea1fe
|
feat: add option to auto-create admin user on first start-up
Useful for development purposes
|
2020-02-08 14:50:33 -05:00 |
|
Deluan
|
10ead1f5f2
|
feat: better way to detect initial account creation
|
2020-02-08 14:32:55 -05:00 |
|
Deluan
|
8673533cd4
|
refactor: move request param extractors to utils
|
2020-02-06 18:55:38 -05:00 |
|
Deluan
|
abb99a8501
|
feat: add authentication via JWT token
|
2020-02-06 18:41:34 -05:00 |
|
Deluan
|
b5dadf55f4
|
feat: add an authenticated keepalive, to keep the UI session alive while playing songs
|
2020-02-06 18:41:34 -05:00 |
|
Deluan
|
220ffd5324
|
chore: removed unused code
|
2020-02-06 18:41:16 -05:00 |
|
Deluan
|
2dbd645292
|
feat: show server version in User Menu
|
2020-02-05 23:08:04 -05:00 |
|
Deluan
|
6978790e96
|
feat: allow regular users to login to the UI
|
2020-02-05 22:22:44 -05:00 |
|
Deluan
|
e5e35516d7
|
fix: initialize mimetypes for tests
|
2020-02-04 20:44:54 -05:00 |
|
Deluan
|
6dfe56c1c4
|
feat: transcoding info in responses, to enable Jamstash to play transcoded FLAC. hardcoded for now
|
2020-02-04 09:01:22 -05:00 |
|
Deluan
|
8372dee000
|
feat: experimental downsampling support
|
2020-02-03 22:53:57 -05:00 |
|
Deluan
|
0d64fb05c7
|
feat: disable scanner if ScanInterval is set to 0
|
2020-02-03 11:58:21 -05:00 |
|
Deluan
|
203754726b
|
refactor: better request logging
|
2020-02-01 20:07:15 -05:00 |
|
Deluan
|
d4365b9f64
|
refactor: read musicFolderId from request (but still don't use it)
|
2020-02-01 17:23:03 -05:00 |
|
Deluan
|
d389d40db1
|
feat: improve logs, remove config for disable authentication
|
2020-02-01 17:23:03 -05:00 |
|
Deluan
|
71c1844bca
|
refactor: new persistence, more SQL, less ORM
|
2020-02-01 17:23:03 -05:00 |
|
Deluan
|
90a1e6d213
|
feat: add server name and version to all responses
This is inline with other Subsonic compatible servers, like funkwhale, madsonic, ampache...
|
2020-01-30 14:43:24 -05:00 |
|
Deluan
|
1278863416
|
feat: support clients that send the API params as a x-www-form-urlencoded POST
|
2020-01-27 15:10:46 -05:00 |
|
Deluan
|
0d2911daf9
|
refactor: add Context to the persistence layer
|
2020-01-27 09:41:33 -05:00 |
|
Deluan
|
58a7879ba8
|
feat: first time admin user creation through the ui
|
2020-01-25 17:10:16 -05:00 |
|
Deluan
|
8756f55650
|
Add git info to version
|
2020-01-25 11:06:04 -05:00 |
|
Deluan
|
5b84188f58
|
Add banner.txt as a static file
|
2020-01-24 23:45:31 -05:00 |
|
Deluan
|
49f59fe9f4
|
Embed static files used by Subsonic API
|
2020-01-24 21:35:19 -05:00 |
|
Deluan
|
bff6f3a4bd
|
Rename env vars prefix to ND_
|
2020-01-24 01:29:31 -05:00 |
|
Deluan
|
bee55c04c8
|
Rename project to Navidrome
|
2020-01-23 19:44:08 -05:00 |
|
Deluan
|
50d89760e2
|
Use bindata to embed UI assets
|
2020-01-22 18:38:54 -05:00 |
|
Deluan
|
7dc3f49c1c
|
Initial support for artist browsing from UI. Also add linking between resources
|
2020-01-22 13:02:19 -05:00 |
|
Deluan
|
ea30b4c2d9
|
Initial support for album browsing from UI
|
2020-01-22 12:32:31 -05:00 |
|
Deluan
|
9557f7ceed
|
Initial support for song browsing from UI
|
2020-01-22 10:47:43 -05:00 |
|
Deluan
|
182c0b5d5e
|
Add configuration for scan interval. Default 5 mins
|
2020-01-22 08:48:02 -05:00 |
|
Deluan
|
f0ee41a8af
|
Add context to all methods in engine layer
|
2020-01-22 08:39:57 -05:00 |
|
Deluan
|
d7116eebd4
|
Implement annotations per user
|
2020-01-21 23:03:37 -05:00 |
|
Deluan
|
7fe15134a6
|
Check permissions to playlist operations
|
2020-01-21 17:18:46 -05:00 |
|
Deluan
|
57fcdac428
|
Initial support for playlists. Missing permissions
|
2020-01-21 16:39:35 -05:00 |
|
Deluan
|
de0816da67
|
Reimplemented GetAlbumList&type=random and GetRandomSongs (now with filter by genres)
|
2020-01-21 08:49:43 -05:00 |
|
Deluan
|
c42e1bd2f5
|
Extract metadata from files in a directory in batch (one call to ffmpeg for all files)
|
2020-01-21 07:50:30 -05:00 |
|
Deluan
|
8a1110044c
|
Better error handling when cover art cannot be loaded
|
2020-01-20 22:30:16 -05:00 |
|