emeric
|
59f7bec8dd
|
Fixed regression in album grouping, ref #616
|
2025-02-22 22:05:25 +01:00 |
|
emeric
|
68d4febdcc
|
Fix clang format
|
2025-02-22 17:30:02 +01:00 |
|
emeric
|
04a86357fa
|
Removed duplicated tag values, fixes #415, fixes #611
|
2025-02-22 10:57:44 +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
|
8c11bef1b6
|
Try to set mbids for composers, conductors, etc. if the mbid is found in other fields for the same name
|
2025-01-25 14:27:32 +01:00 |
|
emeric
|
5b73925019
|
Switched to full static release + enable lto for the docker release image
|
2025-01-22 18:34:08 +01:00 |
|
emeric
|
135150a458
|
Allow fallback on ORGANIZATION for record labels, fixes #576
|
2025-01-21 13:46:30 +01:00 |
|
emeric
|
8be99113fa
|
Fixed build on taglib v1
|
2025-01-21 13:41:25 +01:00 |
|
emeric
|
41f75311db
|
Fixed parsing of some wma multi-artist files, fixes #597
|
2025-01-20 23:24:48 +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
|
5cfbbeca65
|
Fixed build with taglib < 2.0.1
|
2025-01-18 14:45: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
|
06a4db51f7
|
Try to parse lyrics files in txt files, fixes #582
|
2025-01-05 21:14:44 +01:00 |
|
emeric
|
a6ab9c5ff4
|
Allow the custom tag PUBLISHER to be a fallback for LABEL, fixes #576
|
2024-12-21 16:54:05 +01:00 |
|
emeric
|
4c2be63e94
|
Fixed typo that prevents m3u8 files to be scanned, ref #574
|
2024-12-19 20:23:28 +01:00 |
|
emeric
|
3661eaccb6
|
Added playlist import (and sync)from m3u files, ref #391
|
2024-12-18 14:15:25 +01:00 |
|
emeric
|
45175a721c
|
Various minor cleanup
|
2024-12-05 20:09:14 +01:00 |
|
emeric
|
ffc780d350
|
Lyrics: fixed empty line parsing with timestamps
|
2024-11-14 13:35:05 +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
|
bdd55e5ba3
|
Correctly handle lyrics that contain ] chars
|
2024-11-11 21:30:01 +01:00 |
|
emeric
|
5d94b97032
|
Fixed lyrics parsing on very long tags
|
2024-11-11 21:30:01 +01:00 |
|
emeric
|
8f5110b5f4
|
Fixed bad usages
|
2024-11-07 13:02:45 +01:00 |
|
emeric
|
f613d16fc2
|
Now manually parse sync/unsync lyrics frames in id3v2 tags
|
2024-10-27 15:21:54 +01:00 |
|
emeric
|
1e3dad7acc
|
Removed potential utf8-bom found in some lyrics
|
2024-10-26 20:05:03 +02:00 |
|
emeric
|
2d28ea61eb
|
Subsonic API: added getLyrics/getLyricsBySongId support, ref #379
|
2024-10-26 19:04:11 +02:00 |
|
emeric
|
72b1367ea6
|
Added embedded/external lyrics support: parsing + indexing, ref #379
|
2024-10-26 16:58:13 +02:00 |
|
emeric
|
74a1a3063f
|
Fixed some bad artist display name computations
|
2024-10-21 13:38:36 +02:00 |
|
emeric
|
1bca63b3f2
|
Relaxed constraint to build the artist display name, ref #491
|
2024-09-29 23:05:21 +02:00 |
|
emeric
|
4e1b422e31
|
Fixed last join phrase not being displayed in UI, fixes #528
|
2024-09-22 09:44:17 +02:00 |
|
emeric
|
6d19452aae
|
Centralized artist display name reconstruction (fixed some albumartist isues), ref #491
|
2024-09-15 13:45:43 +02:00 |
|
emeric
|
fc3c376e08
|
Changed the artist display name reconstruction to match more cases, ref #491
|
2024-09-14 14:39:15 +02:00 |
|
emeric
|
4a70d9c24f
|
Fixed unit tests
|
2024-09-07 20:25:56 +02:00 |
|
emeric
|
0b830061e0
|
Added some unit tests about artist parsing, ref #491
|
2024-09-07 09:48:44 +02:00 |
|
emeric
|
fc27a4f852
|
Apply all separators, not only the first one found, ref #518
|
2024-09-07 09:34:45 +02:00 |
|
emeric
|
39ca55e8fa
|
Added compilation tag support, fixes #520
|
2024-09-04 20:07:37 +02:00 |
|
emeric
|
d101cc9780
|
Added a unit test to ensure album artists are correctly split using custom delimiters
|
2024-09-04 19:27:11 +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
|
ce8d75d71d
|
Fixed format
|
2024-08-20 09:14:49 +02:00 |
|
emeric
|
a231b4a12a
|
Fixed build
|
2024-08-20 09:05:29 +02:00 |
|
emeric
|
d50f680f53
|
Better wav support, fixes #512
|
2024-08-19 21:40:01 +02:00 |
|
emeric
|
bf125817b0
|
Improved the display artist name construction when tags are not set as expected, ref #513
|
2024-08-19 19:34:19 +02:00 |
|
emeric
|
6494f3f783
|
Workaround original date parsing with taglib, fixes #506
|
2024-08-16 16:05:21 +02:00 |
|
emeric
|
1c98775046
|
Aiff files: get bits per sample + cover, fixes #509
|
2024-08-03 10:05:48 +02:00 |
|
emeric
|
71dc99ad46
|
Added a scan step to scan artist images, ref #435
|
2024-06-29 16:04:16 +02:00 |
|
emeric
|
123c142a4e
|
Reconstruct the artist display name if a custom artist delimiter in found in the artist tag
|
2024-06-15 13:03:42 +02:00 |
|
emeric
|
b49e4d6b12
|
Reconstruct the artist display name using comma instead of custom separators (nicer display), fixes #445
|
2024-06-10 08:36:23 +02:00 |
|