emeric
|
38fde8bae0
|
Fixed recently added artists sort , fixes #632
|
2025-03-09 12:05:57 +01:00 |
|
emeric
|
d19d6f04b2
|
Use album sort order in UI, fixes #616
|
2025-02-22 19:57:06 +01:00 |
|
emeric
|
639629fbb3
|
Added a way to filter by release type
|
2025-02-09 21:11:45 +01:00 |
|
emeric
|
b4bce77877
|
Centralized some db filters
|
2025-02-09 18:35:09 +01:00 |
|
emeric
|
13698c379b
|
Added a way to filter by record label, display labels in the release info panel
|
2025-02-08 18:56:54 +01:00 |
|
emeric
|
07e120abf2
|
Sorting by recently added now uses the 'added' info instead of the 'last write time' of the underlying file, ref #571
|
2025-01-21 16:47:57 +01:00 |
|
emeric
|
45175a721c
|
Various minor cleanup
|
2024-12-05 20:09:14 +01:00 |
|
emeric
|
55c7dea8d8
|
Changed schema to allow multiple releases/artists to share the same image
|
2024-10-04 09:54:04 +02:00 |
|
emeric
|
3f6177cedd
|
Changed the way album covers are associated, fixes #503
|
2024-09-29 16:21:46 +02:00 |
|
emeric
|
b3807f6a53
|
Made length checks more robusts + bumped sizes, fixes #496
|
2024-07-28 11:24:18 +02:00 |
|
emeric
|
d1324c1c3a
|
Put all directories and images in database, use the info to associate an image to each artist
|
2024-07-06 13:53:41 +02:00 |
|
emeric
|
71dc99ad46
|
Added a scan step to scan artist images, ref #435
|
2024-06-29 16:04:16 +02:00 |
|
emeric
|
39941d90a3
|
Auto reformatted the base, ref #470
|
2024-05-24 23:31:52 +02:00 |
|
emeric
|
e16c4edb32
|
Improved query
|
2024-04-19 18:32:36 +02:00 |
|
emeric
|
697233dcef
|
Fixed results inconsistencies when using search3
|
2024-04-19 08:56:48 +02:00 |
|
emeric
|
c63f9fa51c
|
Simplified queries
|
2024-04-18 09:06:27 +02:00 |
|
emeric
|
42315395fd
|
Simplified queries
|
2024-04-17 19:04:52 +02:00 |
|
emeric
|
e6e8a6eac5
|
Optimized queries to iterate over artists/releases, when specifying a media library
|
2024-04-12 16:58:13 +02:00 |
|
emeric
|
d7b5d4190a
|
Added missing groupBy when iterating db with a media library filter
|
2024-04-05 23:40:58 +02:00 |
|
emeric
|
741f0e12ed
|
Tracing: added some more details for db operations
|
2024-04-01 20:27:52 +02:00 |
|
emeric
|
a3c53e1609
|
Tracing: added some details for db operations
|
2024-03-31 23:35:12 +02:00 |
|
emeric
|
418286a1f2
|
Chaned the way the inner dbo session is accessed + added exec wrappers for queries
|
2024-03-31 13:13:01 +02:00 |
|
emeric
|
1630b7cb6f
|
Scan tracker: now handle releases and artists
|
2024-03-23 15:55:29 +01:00 |
|
emeric
|
4b7c4295ec
|
Refactored namespaces
|
2024-03-12 08:32:08 +01:00 |
|
emeric
|
0ed3f1ba79
|
Initial support for multi library, still WIP
|
2024-01-25 00:01:11 +01:00 |
|
emeric
|
4705e6ffb7
|
Subsonic API: added getTopSongs endpoint, fixes #365
|
2023-12-15 22:19:01 +01:00 |
|
emeric
|
1f282c0517
|
Removed the database lib from services as it is still not a service
|
2023-11-26 17:38:44 +01:00 |
|
emeric
|
a0489b2d94
|
Migrated scrobbling stuff
|
2021-10-18 20:39:47 +02:00 |
|
emeric
|
1faea94a24
|
Revert "Migrated database stuff"
This reverts commit c41cc77e21.
|
2021-10-17 21:08:48 +02:00 |
|
emeric
|
c41cc77e21
|
Migrated database stuff
|
2021-10-16 16:28:29 +02:00 |
|
emeric
|
6baf0d313d
|
Finished clean on recommendation engines
|
2021-09-30 19:02:49 +02:00 |
|
emeric
|
2ebc4280a0
|
Sort by release date, not just release year, fixes #128
|
2021-09-23 13:18:43 +02:00 |
|
emeric
|
441aed622c
|
Made database ID manipulations safer
|
2021-09-20 23:53:38 +02:00 |
|
emeric
|
598f01069e
|
Added non album tracks in the artist view. closes #165
|
2021-09-15 14:03:21 +02:00 |
|
emeric
|
f24ef27d2a
|
Added non album tracks in the artist view. ref #165
|
2021-09-15 12:56:01 +02:00 |
|
emeric
|
67ce7151ff
|
Switched to gtest for unit testing
|
2021-05-03 13:20:43 +02:00 |
|
emeric
|
444d4af3c6
|
Escape special characters for like sql searches
|
2021-05-02 15:10:32 +02:00 |
|
emeric
|
c7e76de419
|
Allow artist tags that can't have mbid (composer, lyricist, etc.) to fallback on artists which have mbid (track artists, release artists)
|
2020-11-18 09:21:34 +01:00 |
|
emeric
|
b78967262c
|
Added composer, conductor, lyricist, mixer, producer, remixer tag support
|
2020-11-12 13:19:22 +01:00 |
|
emeric
|
26d12c39e4
|
UI: Added star/unstar for tracks/albums/artists. ref #74
|
2020-09-05 11:05:57 +02:00 |
|
emeric
|
a293273940
|
Bring some more diversity in the radio mode when using tags
|
2020-06-23 11:26:48 +02:00 |
|
emeric
|
39081a7646
|
Various fixe
|
2020-05-19 12:19:58 +02:00 |
|
emeric
|
0655e75d7e
|
Now diplaying albums in grid mode
|
2020-05-18 18:12:35 +02:00 |
|
emeric
|
381075d49d
|
Minor cleanup
|
2020-05-16 13:54:57 +02:00 |
|
emeric
|
6523ce48a2
|
Fixed search for artists
|
2020-05-12 17:23:56 +02:00 |
|
emeric
|
74fc4e058e
|
New UI layout and UI improvements. Fixes #50
|
2020-05-10 13:11:43 +02:00 |
|
emeric
|
9edad1314e
|
Use the last modified file attribute in order to display recently added items. fixes #51
|
2020-05-02 14:34:40 +02:00 |
|
emeric
|
06f9673b28
|
Sort artists using sortname tag + search by name also in this tag. Fixes #44
|
2020-04-04 15:34:26 +02:00 |
|
emeric
|
5d07dcbc3b
|
Handle sorting method for artists
|
2020-04-04 14:47:39 +02:00 |
|
emeric
|
2bd4fb8c78
|
WIP
|
2020-04-02 20:54:31 +02:00 |
|