Wojciech Kozlowski wojtek
  • Joined on 2022-11-15
wojtek commented on issue wojtek/musichoard#160 2024-09-23 22:59:09 +02:00
Provide a keyboard shortcut to pull all release groups of an artist

Following #185, care must be taken to correctly file release groups with multiple album artists.

wojtek closed issue wojtek/musichoard#185 2024-09-23 22:57:36 +02:00
Add support for multi-valued albumartist fields
wojtek commented on issue wojtek/musichoard#185 2024-09-23 22:57:27 +02:00
Add support for multi-valued albumartist fields

Two options:

  1. Folder/music player approach:
    • display the combined albumartist name
    • modify search/lookup to correctly search and filter
      • perhaps treat as cannot-have-an-mbid …
wojtek deleted branch 188---add-option-for-manual-input-during-fetch from wojtek/musichoard 2024-09-23 22:40:26 +02:00
wojtek pushed to main at wojtek/musichoard 2024-09-23 22:40:26 +02:00
90db5faae7 Add option for manual input during fetch (#219)
wojtek closed issue wojtek/musichoard#188 2024-09-23 22:40:26 +02:00
Add option for manual input during fetch
wojtek merged pull request wojtek/musichoard#219 2024-09-23 22:40:25 +02:00
Add option for manual input during fetch
780e6b8350 Finish UTs
2b72726428 api complete coverage
369b4ecf98 app complete coverage
Compare 4 commits »
0cc477fb05 Commonise MB structs
wojtek created pull request wojtek/musichoard#219 2024-09-22 16:09:05 +02:00
WIP: Add option for manual input during fetch
87fc692278 It works
6124572c02 Add JobPriority::Foreground
Compare 2 commits »
wojtek opened issue wojtek/musichoard#218 2024-09-22 11:58:31 +02:00
Make error an extra property rather than a state
d6f4b2b6b7 Daemonize the musicbrainz thread (#217)
wojtek pushed to main at wojtek/musichoard 2024-09-21 23:03:49 +02:00
d6f4b2b6b7 Daemonize the musicbrainz thread (#217)
wojtek merged pull request wojtek/musichoard#217 2024-09-21 23:03:47 +02:00
Daemonize the musicbrainz thread
326cdde32e Code coverage issues
f48db09300 Complete unit tests