emeric
|
52a0f62491
|
Sanitize MBID usage: do not trust MBID coming from files' metadata
|
2020-02-08 12:38:28 +01:00 |
|
emeric
|
8d62df00ef
|
Subsonic API: added bookmark support. Fixes #24
|
2020-01-29 17:02:18 +01:00 |
|
emeric
|
99756d6c64
|
Merge branch 'features-training' into develop
|
2020-01-19 18:21:21 +01:00 |
|
emeric
|
5478406553
|
Added track duration in various relevant place in the UI. #15
|
2020-01-08 13:34:42 +01:00 |
|
emeric
|
e0711861b5
|
Simplified the feature settings
|
2019-12-15 14:29:44 +01:00 |
|
emeric
|
85129d4a40
|
WIP, first working genetic algorithm to train the neural network
|
2019-11-29 13:24:03 +01:00 |
|
emeric
|
b69e0c0c3d
|
Split the LMS_LOG macro to work either with a ostream logger or a wt logger
|
2019-11-19 18:14:23 +01:00 |
|
emeric
|
07eae9cf96
|
WIP, reworking features
|
2019-11-08 13:34:07 +01:00 |
|
emeric
|
d261b6a651
|
Moved service file into utils
|
2019-10-28 20:01:23 +01:00 |
|
emeric
|
322f90dc93
|
Added a scan report button (Fixes #4), also fixed the regression about files being always rescanned even if no change has been made
|
2019-10-10 13:05:05 +02:00 |
|
emeric
|
174158aa63
|
Various UI small improvements (better error reporting in case of bad url, made the password change fields more explicit)
|
2019-10-06 18:59:13 +02:00 |
|
emeric
|
2c5917235a
|
Upgraded code to switch to C++17. Tested on Debian Buster
|
2019-09-10 13:07:06 +02:00 |
|
emeric
|
40000249c6
|
Split auth service in two services
|
2019-07-30 13:17:25 +02:00 |
|
emeric
|
9b902b1a59
|
Moved away from Wt::Auth and use a simplified (?) login/password system with a login throttler based on IP address
|
2019-07-26 14:02:05 +02:00 |
|
emeric
|
38ce2600d2
|
Rework DB session + transactions. Now can handle multiple read only transactions in parallel
|
2019-07-16 13:17:23 +02:00 |
|
emeric
|
ef648d5cb6
|
Subsonic API: added star support
|
2019-06-16 15:11:42 +02:00 |
|
emeric
|
3aa6edd74f
|
Added Album Artist support
|
2019-05-15 13:15:18 +02:00 |
|
emeric
|
d19ed184b3
|
Added Opus transcode support
|
2019-05-05 23:33:10 +02:00 |
|
emeric
|
099d516091
|
Various cleanup
|
2019-04-19 14:06:43 +02:00 |
|
emeric
|
3df9a2ad54
|
Updated the Service interface
|
2019-04-19 13:39:08 +02:00 |
|
emeric
|
ab2ed24f75
|
API Subsonic: first working version, still WIP (missing commands, no authentication)
|
2019-04-01 13:57:14 +02:00 |
|
emeric
|
45b4468c01
|
Refactored the inputvector part of the som implementation
|
2019-03-08 15:46:29 +01:00 |
|
emeric
|
11a0ed9f12
|
Breakable training, added cache
|
2019-02-27 13:57:43 +01:00 |
|
emeric
|
6fcb693261
|
Reorganized sources, better accuracy for similarities based on features
|
2019-02-05 14:08:46 +01:00 |
|
emeric
|
3e142b5507
|
[WIP] Added Artist/ReleaseInfo
|
2019-01-23 13:22:43 +01:00 |
|
emeric
|
8bd94d5493
|
add 96kbps + handle the encoding settings from user
|
2018-09-17 13:43:58 +02:00 |
|
emeric
|
dcf8e3df42
|
Added Tracks information panel
|
2018-09-11 13:09:47 +02:00 |
|
emeric
|
95f206a209
|
Move the top/recently added parts into a dedicated panel on the left
|
2018-08-28 15:23:16 +02:00 |
|
emeric
|
500fa104c3
|
Added a play history view
|
2018-08-03 15:30:38 +02:00 |
|
emeric
|
a7e279ce42
|
Added an played tracklist
|
2018-08-03 14:01:56 +02:00 |
|
emeric
|
c427396623
|
Added an ApplicationGroup system to track the multiple sessions open by a user
|
2018-06-22 13:10:19 +02:00 |
|
emeric
|
c1e7e9a602
|
Removed unused Home view
|
2018-06-05 14:03:28 +02:00 |
|
emeric
|
da2e2148cf
|
Added most played artists feature
|
2018-06-05 13:18:55 +02:00 |
|
emeric
|
db24d339c3
|
Remove the per view tags selection
|
2018-05-24 13:22:59 +02:00 |
|
emeric
|
f1c12ebb4d
|
Centralized scan settings into a dedicated ScanSettings table
|
2018-05-20 14:38:04 +02:00 |
|
emeric
|
702e3098a4
|
Renamed DbArtist to Artist to be more consistent
|
2018-05-19 14:30:51 +02:00 |
|
emeric
|
97a630ce7f
|
Split Cluster and Track in order to reduce compile dependencies
|
2018-05-18 13:50:05 +02:00 |
|
emeric
|
a4788320a6
|
Adding tags in the tracks view
|
2018-05-17 13:45:22 +02:00 |
|
emeric
|
868eca62c8
|
Removed outdated checks + created a new tool dir with the metadata tool scanner
|
2018-05-11 13:57:28 +02:00 |
|
emeric
|
57e745b460
|
Simplifiying the cluster types handling
|
2018-05-06 17:14:15 +02:00 |
|
emeric
|
9cb4918f44
|
Upgrade from Wt3 to Wt4
|
2018-04-16 16:56:51 +02:00 |
|
emeric
|
2f7697d278
|
Adding User edit/create view
|
2018-04-10 13:24:14 +02:00 |
|
emeric
|
05fd8a47d8
|
First version of the Users view (read only)
|
2018-03-29 14:00:49 +02:00 |
|
emeric
|
4683a9ef1e
|
Made the player work, first WIP version
|
2018-03-21 22:26:57 +01:00 |
|
emeric
|
1e6ea42f65
|
Added Settings view
|
2018-03-16 14:00:03 +01:00 |
|
emeric
|
bc26ddae50
|
Reorganized the UI/xml part to better handle next steps
|
2018-03-14 13:17:04 +01:00 |
|
emeric
|
98f64e62f9
|
Removed overkill settings namespace
|
2018-03-13 17:18:57 +01:00 |
|
emeric
|
ba1968b02c
|
Now deleting auth cookie when logging out
|
2018-03-13 11:24:20 +01:00 |
|
emeric
|
f91aacb0a3
|
Added a login view
|
2018-03-13 09:43:16 +01:00 |
|
emeric
|
86fc1415d5
|
Added first connection wizard to create the administrator account
|
2018-03-08 22:57:56 +01:00 |
|