emeric
|
a5b130305e
|
Append Z to iso8601 date time strings
|
2025-04-11 18:02:58 +02:00 |
|
emeric
|
5effbf99a1
|
Reworked scanner to use taglib to extract images, now support images in APE tags. This is a step forward multiple image support per track
|
2025-03-09 11:20:30 +01:00 |
|
emeric
|
59f7bec8dd
|
Fixed regression in album grouping, ref #616
|
2025-02-22 22:05:25 +01:00 |
|
emeric
|
bebe384376
|
Added release country support
|
2025-02-08 15:29:57 +01:00 |
|
emeric
|
4fe6edb87f
|
Added release comment support, ref #568
|
2025-02-07 17:02:08 +01:00 |
|
emeric
|
33759def78
|
Adding support for partial dates (only year or month), fixes #477
|
2025-01-19 23:50:39 +01:00 |
|
emeric
|
c73ff7dc03
|
Use ENCODINGTIME to set the added time, if present, otherwise use the last modified time of the file (only during the first import), fixes #595
|
2025-01-18 16:51:31 +01:00 |
|
emeric
|
c7db5fc61a
|
Added support for explcit tags (rtng, ITUNESADVISORY)
|
2025-01-17 18:03:16 +01:00 |
|
emeric
|
10d900faf2
|
Simplified some path writes
|
2025-01-06 22:29:46 +01:00 |
|
emeric
|
5ce99411e1
|
Various minor header cleanup
|
2024-12-05 21:05:12 +01:00 |
|
emeric
|
5504ee707c
|
Added barcode tag parsing in releases, and take it into account to avoid merging unrelated albums, fixes #550
|
2024-11-14 13:22:05 +01:00 |
|
emeric
|
f613d16fc2
|
Now manually parse sync/unsync lyrics frames in id3v2 tags
|
2024-10-27 15:21:54 +01:00 |
|
emeric
|
72b1367ea6
|
Added embedded/external lyrics support: parsing + indexing, ref #379
|
2024-10-26 16:58:13 +02:00 |
|
emeric
|
e9f533bb6b
|
lms-metadata: added an option to specify the parser to use
|
2024-10-06 11:37:56 +02:00 |
|
emeric
|
ceb55069e7
|
Can now specify custom tag delimiters in lms-metadata tool
|
2024-09-13 21:32:19 +02:00 |
|
emeric
|
39ca55e8fa
|
Added compilation tag support, fixes #520
|
2024-09-04 20:07:37 +02:00 |
|
emeric
|
cb4014b0e5
|
Added support for record labels, fixes #502
|
2024-09-02 08:06:17 +02:00 |
|
emeric
|
cd0e88d28d
|
Added support for comment tag, fixes #510
|
2024-08-20 19:03:28 +02:00 |
|
emeric
|
39941d90a3
|
Auto reformatted the base, ref #470
|
2024-05-24 23:31:52 +02:00 |
|
emeric
|
0cda12a8bf
|
Subsonic API: added bitDepth, samplingRate and channelCount, see https://github.com/opensubsonic/open-subsonic-api/pull/83
|
2024-04-14 16:17:45 +02:00 |
|
emeric
|
4b7c4295ec
|
Refactored namespaces
|
2024-03-12 08:32:08 +01:00 |
|
emeric
|
ba180ea847
|
Added release_group_mbid field to listenbrainz, fixes #416
|
2024-03-02 23:47:23 +01:00 |
|
emeric
|
b45513a611
|
Added album sort name in subsonic responses, fixes #419
|
2024-03-02 23:05:20 +01:00 |
|
emeric
|
ca3ba749fe
|
CodeFactor review
|
2024-03-02 00:23:23 +01:00 |
|
emeric
|
a6d11f4b4b
|
Added a way to set custom tag delimiters for artists and for other fields, fixes #417
|
2024-03-01 23:58:49 +01:00 |
|
emeric
|
a1001b296a
|
OpenSubsonic: changed the originalReleaseDate field format, fixes #400
|
2024-01-10 23:38:48 +01:00 |
|
emeric
|
3ad990a183
|
Allowed custom release types + handle more MusicBrainz secondary types in UI. fixes #373
|
2023-12-11 23:25:58 +01:00 |
|
emeric
|
ece1d4e3d2
|
Refactored how filter tags are handled in the scan settings
|
2023-11-25 15:52:21 +01:00 |
|
emeric
|
9060c0d925
|
Simplified logger configuration, it no longer depends on Wt
|
2023-11-24 16:23:31 +01:00 |
|
emeric
|
1d21ba41b7
|
Subsonic API: added bitrate support, ref #363
|
2023-11-11 15:13:46 +01:00 |
|
emeric
|
d2956df4cc
|
Handle artist display names
|
2023-10-14 19:22:13 +02:00 |
|
emeric
|
4ba7aff628
|
Added support for release type in metadata parser
|
2023-04-04 23:22:27 +02:00 |
|
emeric
|
a5de51c915
|
Medium now part of a release
|
2023-03-20 21:24:28 +01:00 |
|
emeric
|
59eff32377
|
Generalized 'disc' to 'medium' in tag parser
|
2023-03-07 17:11:36 +01:00 |
|
emeric
|
3a9bde0092
|
Moved total_disc from Track to Release
|
2023-03-06 23:10:31 +01:00 |
|
emeric
|
998def846d
|
Added performers. fixes #278
|
2022-12-14 20:07:54 +01:00 |
|
emeric
|
576c56f5f5
|
Fixed build on Rpi OS 32bits
|
2022-09-09 22:17:10 +02:00 |
|
emeric
|
5324d1fd15
|
Added a config parameter to set the read style used by the metadata parser. Default value switched from fast to accurate
|
2022-08-21 14:17:20 +02:00 |
|
emeric
|
49f0d40515
|
Handle track duration with milliseconds precision. ref #244
|
2022-08-20 14:27:54 +02:00 |
|
emeric
|
ee42e51b00
|
Codefactor review
|
2022-05-25 21:04:35 +02:00 |
|
emeric
|
2ebc4280a0
|
Sort by release date, not just release year, fixes #128
|
2021-09-23 13:18:43 +02:00 |
|
emeric
|
acf81e3f1a
|
Implemented a Scrobbling service + ListenBrainz scrobbler. fixes #118
|
2021-04-06 19:59:12 +02:00 |
|
emeric
|
b78967262c
|
Added composer, conductor, lyricist, mixer, producer, remixer tag support
|
2020-11-12 13:19:22 +01:00 |
|
emeric
|
bd7561af8e
|
Changed the way services are handled
|
2020-08-22 15:20:18 +02:00 |
|
emeric
|
b0c6aa746c
|
Added disc subtitles support. Fixes #56
|
2020-05-11 18:38:28 +02:00 |
|
emeric
|
74fc4e058e
|
New UI layout and UI improvements. Fixes #50
|
2020-05-10 13:11:43 +02:00 |
|
emeric
|
f41b6c38a7
|
WIP replaygain support
|
2020-04-25 14:39:49 +02:00 |
|
emeric
|
2bd4fb8c78
|
WIP
|
2020-04-02 20:54:31 +02:00 |
|
emeric
|
d06dfde187
|
Added tools
|
2020-02-14 13:53:46 +01:00 |
|
emeric
|
876fb12fe4
|
WIP
|
2020-02-13 13:00:22 +01:00 |
|