emeric
f96f0d6377
Added a way to filter on releases that belong to the same group
2025-02-17 18:39:15 +01:00
emeric
a3dfc082ea
Try to reuse the db track entry if the track file just moved, fixes #612
2025-02-16 15:52:05 +01:00
emeric
e978dcbedf
Added a way to build Wt in debug mode, ref #613
2025-02-16 14:50:06 +01:00
emeric
13ddff70cb
Fixed some compilation warnings
2025-02-16 14:21:30 +01:00
emeric
923c632878
Setting the size of the ipc pipe buffers is not mandatory, ref #614
2025-02-16 13:16:06 +01:00
emeric
768c7ede6c
Added missing bind + removed useless resume
2025-02-14 17:28:50 +01:00
emeric
91c98bc11c
Can now click on the release artwork to see it fullscreen
2025-02-14 16:53:02 +01:00
emeric
4ff1c25f22
Attempt to reduce issues when loading the mediaplayer js code, ref #609
2025-02-13 11:45:19 +01:00
emeric
b6f787dadb
Use make_address instead of from_string to fix build
2025-02-10 17:38:12 +01:00
emeric
32b366dda7
Use system_timer expires_after to fix build
2025-02-10 17:23:43 +01:00
emeric
6494d17f99
Use boost asio executor_work_guard to fix build
2025-02-10 17:09:52 +01:00
emeric
c9fb398196
Use boost asio post to fix build
2025-02-10 16:54:25 +01:00
emeric
cefa60e734
Fixed exception when playing an artist from ui
2025-02-10 16:26:23 +01:00
emeric
20e0c1a24d
Removed deprecated use of io_service, fixed arch build
2025-02-09 21:26:24 +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
bebe384376
Added release country support
2025-02-08 15:29:57 +01:00
emeric
4cb6a70d2b
Bigger releases entries, added comment at the end of the name
2025-02-07 18:04:56 +01:00
emeric
4fe6edb87f
Added release comment support, ref #568
2025-02-07 17:02:08 +01:00
emeric
df93425748
json serialize seems to allow corrupted urf8 string, add a check when reading back to avoid crashing, ref #607
2025-02-07 17:01:59 +01:00
emeric
d625f749b6
Merge branch 'tuukkao-seek-keyboard-shortcuts' into develop
2025-02-02 14:25:27 +01:00
emeric
fdea16adb6
Removed useless dependency
2025-02-02 14:21:15 +01:00
emeric
2e2cf2049a
Added explicitStatus in docs
2025-02-02 14:21:15 +01:00
emeric
9f90dee032
Removed useless dependency
2025-02-02 14:11:49 +01:00
Tuukka Ojala
ce5fb17722
Add keyboard shortcuts for seeking
...
- Seeks by 5 seconds back / forward
- Note: Pressing these shortcuts quickly in succession while transcoding is active will throw an error since the previous request hasn't had time to finish before the next one. This bug also happens with the seek bar so might perhaps be best addressed in a separate pr / commit.
2025-02-02 13:46:24 +02:00
emeric
22e30322c4
Added explicitStatus in docs
2025-01-27 08:39:49 +01:00
emeric
aab5dbee2b
Fixed a badly constructed Wt::WdateTime from partial date times, ref #601
2025-01-26 19:01:59 +01:00
emeric
814eaf0a3e
Switched the file added info back to a full date time, ref #601
2025-01-26 15:08:31 +01:00
emeric
e553e840d3
Subsonic: use file added info for 'created' fields, ref #601
2025-01-25 14:44:49 +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
534df42f9d
Distinguish initial scan to import last time write as added time, ref #601
2025-01-24 17:59:25 +01:00
emeric
cfa59cb32c
Rollback the full static binary in the docker image as it is currently not working on all archs
2025-01-24 08:37:12 +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
40416cb907
Fixed code factor issue
2025-01-22 13:42:52 +01:00
emeric
21a60dca89
Upgrades packages in docker images
2025-01-21 17:01:28 +01:00
emeric
1a525a9e25
Added new sort method 'recently modified', ref #571
2025-01-21 17:01:22 +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
6f214f839e
Added a separator after the save/discard buttons to better reflect they apply on the whole page
2025-01-21 14:03:33 +01:00
emeric
063e3242b4
Enable link time optims for non debug builds
2025-01-21 13:56:19 +01:00
emeric
135150a458
Allow fallback on ORGANIZATION for record labels, fixes #576
2025-01-21 13:46:30 +01:00
emeric
c22394bc4a
Fixed some warnings
2025-01-21 13:42:03 +01:00
emeric
8161dbec96
Fixed clang14 build
2025-01-21 13:41:49 +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
04c90ae3cf
Fixed abusive assert
2025-01-20 23:23:53 +01:00
emeric
817588a755
Properly exclude 00 for partial dates, fixes #477
2025-01-20 13:43:19 +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