Commit Graph
64 Commits
Author SHA1 Message Date
emeric 868eca62c8 Removed outdated checks + created a new tool dir with the metadata tool scanner 2018-05-11 13:57:28 +02:00
emeric 070d466380 Made the cluster types that are displayed configurable in the release and artist view 2018-05-11 13:42:25 +02:00
emeric 57e745b460 Simplifiying the cluster types handling 2018-05-06 17:14:15 +02:00
emeric 057ea3ab4e Better handling of date/year in tags 2018-04-25 13:45:01 +02:00
emeric 9cb4918f44 Upgrade from Wt3 to Wt4 2018-04-16 16:56:51 +02:00
emeric 9cf89893e0 Prepare multi cluster tag parsing 2018-03-01 22:20:53 +01:00
emeric d211c76cf8 [METADATA] TagLib support for embedded OGG covers 2016-05-09 20:57:31 +02:00
emeric 6e396d78a4 [METADATA] TagLib support for embedded MP3 covers 2016-05-09 20:49:47 +02:00
emeric a07704c218 [UI/MOBILE] Began internal path support 2016-03-05 11:34:59 +01:00
emeric 3b9745bd54 [UI/Mobile] Search keywords are now ANDed 2015-12-10 19:52:51 +01:00
emeric 6db3606a4b [UI] Added some test programs 2015-12-08 20:44:16 +01:00
emeric 3fdc25572a [UI/MOBILE] Display disc number only if necessary 2015-11-22 22:45:13 +01:00
emeric c21dfe6880 [TEST] added a simple Wt test 2015-09-27 20:49:59 +02:00
emeric 1a0b12e223 [TEST] added a simple Wt test 2015-09-27 20:49:49 +02:00
epoupon 40c6e80c2c [LMSAPI] Removed unused LMS API 2015-09-24 13:12:09 +02:00
emeric e18221689f [DB] Use a single shared pool of connections to the database 2015-08-19 13:31:50 +02:00
emeric abeeace454 [config] Added default values when the logger settings are not found 2015-08-10 18:25:33 +02:00
emeric ea776320c5 [database] fix check build + cleanup 2015-08-03 13:27:43 +02:00
emeric 773eba50f0 [LMSAPI] Removed unused proto file 2015-07-29 23:06:47 +02:00
emeric dabed0b3cf [LMSAPI] move proto files into lms-api/proto 2015-07-29 23:00:03 +02:00
emeric c1a4451fbd [UI] Corrected regression on keyword search filter 2015-07-29 22:36:23 +02:00
emeric 16defc4f46 [LmsAPI] Fix build 2015-07-29 18:07:23 +02:00
emeric 407601f638 Made Lms API support conditional 2015-07-29 12:51:22 +02:00
emeric d59a04f5da [Database] restored id on Artist, Genre and Release tables. Added basic MusicBrainz ID support. Improved search filters a bit 2015-07-26 20:29:19 +02:00
emeric e89b08fc39 Squashed commit of the following:
commit 997c1138f549766d797f1ba6da26e1e8394387e2
Author: emeric <itmfr@yahoo.fr>
Date:   Sat Jan 10 17:50:20 2015 +0100

    Implemented save, load and delete playlists

commit bee08a16b544bb21785c45f083ab7c10e65bfa6e
Author: emeric <itmfr@yahoo.fr>
Date:   Thu Jan 8 23:46:43 2015 +0100

    Reworked the database code layout in order to add playlists
2015-01-10 17:51:24 +01:00
emeric 730ad3b201 [TEST] Added some verbose stats 2014-12-19 22:52:42 +01:00
emeric b9657a5680 Simplified db schema 2014-11-24 19:42:33 +01:00
emeric f7edebaf8e Updated tests 2014-11-24 12:33:52 +01:00
emeric 49d2475422 WIP. new layout on the audio view 2014-10-17 00:11:53 +02:00
emeric 92891ea070 Handle the original date of the songs 2014-10-11 17:37:02 +02:00
emeric d430034fe5 Moved third party libs in a dedicated directory 2014-10-11 13:30:20 +02:00
emeric 74511ac03c [Remote] Adding filter genre to search for releases 2014-10-11 13:15:01 +02:00
emeric 926091cb64 Renamed test to 'remote-client', added a missing test 2014-10-10 23:31:41 +02:00
emeric eb5f8ea9e3 [Remote] Added genre filter on artist searches 2014-10-10 23:11:49 +02:00
emeric 1a7f17632e [Remote] Removed Revision payload 2014-10-10 20:50:34 +02:00
emeric 49ff050539 Reworked the project layout 2014-10-10 20:41:34 +02:00
emeric 4cac745c75 Repairing tests 2014-10-10 10:42:06 +02:00
emeric 5a4627cf46 Adding GPLv headers 2014-09-23 13:10:19 +02:00
emeric e1d6da8dc8 Remote. Reworked the 'media' messages. Updated test. Tested OK 2014-09-16 20:32:51 +02:00
emeric 07624995e7 WIP. Logger for every modules 2014-08-27 21:25:02 +02:00
emeric 938e96cc40 WIP. Reorganizing things to get settings work. First attempt on Database settings 2014-07-22 12:57:29 +02:00
emeric 02dea03c8d WIP, remote auth test, adding throttling times. Tested OK 2014-07-09 20:22:10 +02:00
emeric f142e457d8 WIP. User authentication on remote interface 2014-07-09 14:25:25 +02:00
emeric 3e96534e08 WIP. User authentication on user interface 2014-07-08 19:39:49 +02:00
emeric e715b3812a [WIP] Adding revision as a string (hash) in the remote service 2014-07-02 16:18:06 +02:00
emeric 16d1194d61 WIP. Database updater now has its own namespace and dedicated directory 2014-07-01 23:43:49 +02:00
emeric 7fd546eb44 Adding namespace Database 2014-06-27 16:23:13 +02:00
emeric acb2a207d9 Remote protocol now over SSL 2014-06-25 17:19:50 +02:00
emeric ee09a5027a WIP. UTF-8 name conversion, proto simplifications 2014-06-18 12:50:55 +02:00
emeric b739f4ef56 WIP. Scale cover art option now mandatory! 2014-06-15 23:40:04 +02:00