Commit Graph
49 Commits
Author SHA1 Message Date
emeric 4d01a1e996 WIP 2019-03-10 13:49:51 +01:00
emeric 45b4468c01 Refactored the inputvector part of the som implementation 2019-03-08 15:46:29 +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 9a019aaf3c Made the sort case insensitive 2018-09-24 13:08:39 +02:00
emeric f5f6136159 Add copyright/copyrightURL support and display it in the release view 2018-09-21 14:00:15 +02:00
emeric dcf8e3df42 Added Tracks information panel 2018-09-11 13:09:47 +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 8f459e03a2 Fix regression when displaying tags of a track 2018-05-17 23:40:52 +02:00
emeric a4788320a6 Adding tags in the tracks view 2018-05-17 13:45:22 +02:00
emeric 1e7bfd14c2 Include self header first to catch problems 2018-05-16 13:58:29 +02:00
emeric 9a44fb838d Reduce database include dependencies 2018-05-16 13:47:00 +02:00
emeric 87c2f2936f Added interactions for clusters/filters 2018-05-07 14:04:03 +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 c0c5273e92 Remove orphaned cluster types 2018-03-04 15:34:33 +01:00
emeric 2db46260ab Made database scan work, added immediate scan option 2018-03-04 15:19:44 +01:00
emeric 9cf89893e0 Prepare multi cluster tag parsing 2018-03-01 22:20:53 +01:00
emeric aa54b5b599 Added a play/add all on tracks view 2018-02-25 08:57:05 +01:00
emeric 5b4fe044de Added a show more functionnality 2018-02-21 13:34:29 +01:00
emeric 18a446a0a2 Remove special None handling and video 2018-02-10 16:30:19 +01:00
emeric cea01d06b7 Make filters really work 2018-02-05 13:39:45 +01:00
emeric 0da8d83288 New UI: filters now operational on all views 2018-01-31 13:06:59 +01:00
emeric 6591006fcc New UI: first step 2018-01-28 14:15:50 +01:00
emeric f825afa37a Moved util functions into utils 2016-08-23 13:33:01 +02:00
emeric b1b139ffcc [DB] Reworked feature extraction 2016-05-23 20:06:46 +02:00
emeric 6f973096f3 [DB] Switched from ffmpeg to TagLib in order to get tags 2016-05-02 19:58:27 +02:00
emeric 2975d87889 [DB] Generalized Genre to Cluster 2016-04-28 21:51:56 +02:00
emeric 5b00229978 [DB] Experimental debug version of track clustering 2016-04-28 12:38:30 +02:00
emeric f8c808433f [UI/MOBILE] WIP on internal path support 2016-03-06 00:44:24 +01:00
emeric 5676ef866c [DB] Better reporting database scan results (errors, grouped duplicates) 2016-02-02 18:25:05 +01:00
emeric b9a7707849 [DB] Added detection for duplicated audio files (mbid or checksum) 2016-02-01 20:48:58 +01:00
emeric e5d12c7aea [DB] Corrected total duration calculation in the stats of the track view 2016-02-01 12:57:43 +01:00
emeric 3fdc25572a [UI/MOBILE] Display disc number only if necessary 2015-11-22 22:45:13 +01:00
epoupon 0aa0aaab1a Reducing scope of transactions 2015-10-08 12:44:28 +02:00
emeric 0742e1d681 [UI] Added some stats on the track view 2015-08-05 00:05:10 +02:00
emeric 672aee9347 [Database] Remove orphaned objects. Added helpers to access releases and artists 2015-08-03 12:56:23 +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 75c700df2a [Cover] Adding external cover file support (lookup in the same directory) 2015-06-28 19:49:58 +02:00
emeric 21c858562e [Database] Simplified track interface 2015-03-22 13:37:21 +01:00
emeric d2603da6de [UI] First working mobile version 2015-03-04 13:16:44 +01: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 8d17bf3785 [UI] Added column 'releases' for artist filter. Added column 'date' for release filter 2014-12-23 16:55:57 +01:00
emeric 30c5858fa2 [DB] Corrected searching by genre and added searching by multi keywords 2014-12-19 22:56:03 +01:00
emeric a03a890f5b [UI] Various improvments in audio view 2014-12-13 18:21:57 +01:00
emeric b9657a5680 Simplified db schema 2014-11-24 19:42:33 +01:00
emeric 0d3e86ead3 Corrected genre filter applied on track searches 2014-10-10 23:11:05 +02:00
emeric 49ff050539 Reworked the project layout 2014-10-10 20:41:34 +02:00