2024-07-22 - 2025-01-22

Overview

48 Active Pull Requests
53 Active Issues
Excluding merges, 1 author has pushed 47 commits to main and 59 commits to all branches. On main, 139 files have changed and there have been 18865 additions and 10555 deletions.

2 Releases published by 1 user

Published v1.0.0-alpha.2 v1.0.0-alpha.2 2025-01-12 12:27:22 +01:00

Published v1.0.0-alpha.1 v1.0.0-alpha.1 2025-01-05 15:52:09 +01:00

47 Pull requests merged by 1 user

Merged #270 Update version to v1.0.0-alpha.2 2025-01-12 12:27:22 +01:00

Merged #267 Remove database-json 2025-01-12 12:18:25 +01:00

Merged #266 Remove musichoard-edit 2025-01-12 10:51:45 +01:00

Merged #265 Add a SQLite database backend 2025-01-12 10:24:53 +01:00

Merged #262 Update version to v1.0.0-alpha 2025-01-05 15:52:09 +01:00

Merged #259 Fetch loses albums with CannotHaveMbid as mb_ref 2025-01-05 14:55:36 +01:00

Merged #258 Fetch panics if a list shortens with a selection beyond the new length 2025-01-05 12:47:51 +01:00

Merged #256 Fetching and then instantly reloading library loses data 2025-01-05 11:06:05 +01:00

Merged #252 Add a filtering tool to only show only certain release group types 2025-01-04 22:42:27 +01:00

Merged #250 When matching an MB entity to an owned album check if it isn't already in the collection 2025-01-04 00:06:37 +01:00

Merged #247 Ignore bootleg release groups 2025-01-03 21:00:22 +01:00

Merged #246 Startup merge fails when the database has two albums with the same title as an album in the library 2025-01-03 17:46:55 +01:00

Merged #244 Store date information when writing to database 2025-01-03 10:26:54 +01:00

Merged #243 Use primary type in the album sort key 2025-01-02 23:24:02 +01:00

Merged #242 Rename DbId to MbRef 2025-01-02 22:54:53 +01:00

Merged #241 Make MBID part of the artist identifier to disambiguate MB clashes 2025-01-02 22:30:48 +01:00

Merged #240 Make MBID part of the album identifier to disambiguate MB clashes 2025-01-02 19:53:39 +01:00

Merged #238 Add a library identifier to disambiguate clashes in the library 2025-01-02 15:50:55 +01:00

Merged #233 Provide a keyboard shortcut to pull all release groups of an artist 2024-12-30 23:42:20 +01:00

Merged #235 Update Rust toolchain to 1.83 in CI 2024-12-30 22:40:07 +01:00

Merged #230 Integrate browse API into TUI MB daemon 2024-10-06 15:32:46 +02:00

Merged #228 Add support for MusicBrainz's Browse API 2024-09-29 21:33:43 +02:00

Merged #227 Upgrade the lookup example 2024-09-29 15:23:32 +02:00

Merged #226 Allow fetching of a single album 2024-09-29 12:38:38 +02:00

Merged #222 Gracefully handle case of nothing being there to match 2024-09-29 11:33:38 +02:00

Merged #221 Enable fetch to apply modifications to the database 2024-09-29 10:44:38 +02:00

Merged #220 Implement cannot have MBID in core 2024-09-24 22:38:40 +02:00

Merged #219 Add option for manual input during fetch 2024-09-23 22:40:25 +02:00

Merged #217 Daemonize the musicbrainz thread 2024-09-21 23:03:47 +02:00

Merged #216 Add manual input elements to the app an ui 2024-09-15 15:20:11 +02:00

Merged #214 Use more verbose type names for clarity 2024-09-13 21:27:31 +02:00

Merged #212 Handle idle time between fetch results 2024-09-08 23:23:53 +02:00

Merged #210 Make fetch asynchronous 2024-09-01 17:47:39 +02:00

Merged #209 Separate metadata from collections 2024-08-31 22:55:25 +02:00

Merged #208 Add a "cannot-have-an-mbid" entry to possible matches 2024-08-31 16:29:37 +02:00

Merged #207 Use a queue to communicate matches from browse to matches 2024-08-31 14:42:46 +02:00

Merged #206 The tui feature is missing a dependence on musicbrainz 2024-08-31 13:19:28 +02:00

Merged #201 Make fetch also fetch artist MBID if it is missing 2024-08-30 17:58:44 +02:00

Merged #200 Split ui.rs into modules based on UI element 2024-08-29 17:21:52 +02:00

Merged #199 For the database serde implementation use Mbid rather than MbRef 2024-08-29 13:37:48 +02:00

Merged #197 Use the Deserialize trait for JSON just like for MusicBrainz 2024-08-28 23:02:15 +02:00

Merged #196 Decide carefully where external::musicbrainz belongs 2024-08-28 18:21:13 +02:00

Merged #194 Replace MH: IMusicHoard generic with a trait object 2024-08-27 18:45:04 +02:00

Merged #167 Provide a keyboard shortcut to sync all existing albums with MusicBrainz 2024-08-27 17:55:53 +02:00

Merged #184 Add CLI option for setting binary 2024-08-24 23:11:00 +02:00

Merged #182 Update beets to 2.0.0 in CI 2024-08-24 15:43:48 +02:00

Merged #180 Update rust toolchain to 1.80 2024-08-24 15:10:54 +02:00

1 Pull request proposed by 1 user

39 Issues closed from 1 user

Closed #269 Update version to v1.0.0-alpha.2 2025-01-12 21:33:55 +01:00

Closed #248 Replace JSON file as a database with SQLite 2025-01-12 12:18:25 +01:00

Closed #263 Use lib id only when converting items to collection 2025-01-08 20:39:42 +01:00

Closed #253 MusicBrainz daemon should not be part of the TUI crate 2025-01-08 20:16:52 +01:00

Closed #237 Update version to v1.0.0-alpha 2025-01-05 15:52:09 +01:00

Closed #255 Fetch loses albums with CannotHaveMbid as mb_ref 2025-01-05 14:55:36 +01:00

Closed #257 Fetch panics if a list shortens with a selection beyond the new length 2025-01-05 12:47:51 +01:00

Closed #254 Fetching and then instantly reloading library loses data 2025-01-05 11:06:05 +01:00

Closed #161 Add a filtering tool to only show only certain release group types 2025-01-04 22:42:27 +01:00

Closed #249 When matching an MB entity to an owned album check if it isn't already in the collection 2025-01-04 00:06:37 +01:00

Closed #239 Ignore bootleg release groups 2025-01-03 21:00:22 +01:00

Closed #245 Startup merge fails when the database has two albums with the same title as an album in the library 2025-01-03 17:46:55 +01:00

Closed #232 Store date information when writing to database 2025-01-03 10:26:54 +01:00

Closed #231 Differentiate release groups with same title, but different type (e.g., EP/single/album) clash 2025-01-02 23:24:02 +01:00

Closed #160 Provide a keyboard shortcut to pull all release groups of an artist 2024-12-30 23:42:20 +01:00

Closed #234 Update rust toolchain to 1.83 in CI 2024-12-30 22:40:07 +01:00

Closed #225 Allow fetching of a single album 2024-09-29 12:38:38 +02:00

Closed #203 Gracefully handle case of nothing being there to match 2024-09-29 11:33:38 +02:00

Closed #189 Enable fetch to apply modifications to the database 2024-09-29 10:44:38 +02:00

Closed #185 Add support for multi-valued albumartist fields 2024-09-23 22:57:36 +02:00

Closed #188 Add option for manual input during fetch 2024-09-23 22:40:26 +02:00

Closed #211 Handle idle time between fetch results 2024-09-08 23:23:53 +02:00

Closed #187 Make fetch asynchronous 2024-09-01 17:47:39 +02:00

Closed #190 Add a "cannot-have-an-mbid" entry to possible matches 2024-08-31 16:29:37 +02:00

Closed #202 Use a queue to communicate matches from browse to matches 2024-08-31 14:42:46 +02:00

Closed #205 The tui feature is missing a dependence on musicbrainz 2024-08-31 13:19:28 +02:00

Closed #141 Add a prioritised wishlist view 2024-08-31 11:43:17 +02:00

Closed #67 Add WISH as a possible ownership state 2024-08-31 11:41:34 +02:00

Closed #186 Add a UI layer 2024-08-31 09:33:34 +02:00

Closed #191 Make fetch also fetch artist MBID if it is missing 2024-08-30 17:58:44 +02:00

Closed #135 Split ui.rs into modules based on UI element 2024-08-29 17:21:52 +02:00

Closed #198 For the database serde implementation use Mbid rather than MbRef 2024-08-29 13:37:48 +02:00

Closed #195 Use the Deserialize trait for JSON just like for MusicBrainz 2024-08-28 23:02:15 +02:00

Closed #193 Decide carefully where external::musicbrainz belongs 2024-08-28 18:21:13 +02:00

Closed #192 Replace MH: IMusicHoard generic with a trait object 2024-08-27 18:45:04 +02:00

Closed #166 Provide a keyboard shortcut to sync all existing albums with MusicBrainz 2024-08-27 17:55:53 +02:00

Closed #183 Allow the setting of a custom binary path for beets 2024-08-24 23:11:00 +02:00

Closed #181 Update beets to 2.0.0 in CI 2024-08-24 15:43:48 +02:00

Closed #179 Update rust toolchain to 1.80 in CI 2024-08-24 15:10:54 +02:00

47 Issues created by 1 user

Opened #179 Update rust toolchain to 1.80 in CI 2024-08-24 14:23:02 +02:00

Opened #181 Update beets to 2.0.0 in CI 2024-08-24 14:40:53 +02:00

Opened #183 Allow the setting of a custom binary path for beets 2024-08-24 16:02:28 +02:00

Opened #185 Add support for multi-valued albumartist fields 2024-08-24 23:12:49 +02:00

Opened #186 Add a UI layer 2024-08-25 12:07:24 +02:00

Opened #187 Make fetch asynchronous 2024-08-26 14:38:12 +02:00

Opened #188 Add option for manual input during fetch 2024-08-26 14:42:09 +02:00

Opened #189 Enable fetch to apply modifications to the database 2024-08-26 16:04:35 +02:00

Opened #190 Add a "cannot-have-an-mbid" entry to possible matches 2024-08-26 16:06:28 +02:00

Opened #191 Make fetch also fetch artist MBID if it is missing 2024-08-26 16:09:15 +02:00

Opened #192 Replace MH: IMusicHoard generic with a trait object 2024-08-27 11:28:34 +02:00

Opened #193 Decide carefully where external::musicbrainz belongs 2024-08-27 14:53:28 +02:00

Opened #195 Use the Deserialize trait for JSON just like for MusicBrainz 2024-08-28 15:04:09 +02:00

Opened #198 For the database serde implementation use Mbid rather than MbRef 2024-08-29 13:08:00 +02:00

Opened #202 Use a queue to communicate matches from browse to matches 2024-08-31 09:32:02 +02:00

Opened #203 Gracefully handle case of nothing being there to match 2024-08-31 09:57:11 +02:00

Opened #204 Add a shortcut to update Todoist music queue 2024-08-31 11:40:55 +02:00

Opened #205 The tui feature is missing a dependence on musicbrainz 2024-08-31 12:29:40 +02:00

Opened #211 Handle idle time between fetch results 2024-09-01 17:30:24 +02:00

Opened #213 Remove unneeded Private traits 2024-09-02 20:32:08 +02:00

Opened #215 Migrate to using ratatui's layout 2024-09-14 13:59:12 +02:00

Opened #218 Make error an extra property rather than a state 2024-09-22 11:58:31 +02:00

Opened #223 Provide keyboard shortcut to fetch all artists and their release groups 2024-09-29 11:43:26 +02:00

Opened #224 Provide a keyboard shortcut to update metadata from MusicBrainz 2024-09-29 11:55:02 +02:00

Opened #225 Allow fetching of a single album 2024-09-29 12:19:32 +02:00

Opened #229 Add keyboard shortcut to increment/decrement albumseq 2024-10-06 11:20:04 +02:00

Opened #231 Differentiate release groups with same title, but different type (e.g., EP/single/album) clash 2024-12-27 10:24:13 +01:00

Opened #232 Store date information when writing to database 2024-12-27 10:25:16 +01:00

Opened #234 Update rust toolchain to 1.83 in CI 2024-12-30 22:23:21 +01:00

Opened #236 Split musichoard into multiple crates 2024-12-30 23:42:06 +01:00

Opened #237 Update version to v1.0.0-alpha 2024-12-31 10:41:49 +01:00

Opened #239 Ignore bootleg release groups 2025-01-02 14:59:55 +01:00

Opened #245 Startup merge fails when the database has two albums with the same title as an album in the library 2025-01-03 10:22:44 +01:00

Opened #248 Replace JSON file as a database with SQLite 2025-01-03 21:01:44 +01:00

Opened #249 When matching an MB entity to an owned album check if it isn't already in the collection 2025-01-03 21:13:40 +01:00

Opened #251 Update version to v1.0.0-beta.1 2025-01-04 11:03:17 +01:00

Opened #253 MusicBrainz daemon should not be part of the TUI crate 2025-01-04 13:18:34 +01:00

Opened #254 Fetching and then instantly reloading library loses data 2025-01-04 21:31:20 +01:00

Opened #255 Fetch loses albums with CannotHaveMbid as mb_ref 2025-01-04 21:43:57 +01:00

Opened #257 Fetch panics if a list shortens with a selection beyond the new length 2025-01-05 10:38:26 +01:00

Opened #260 Handle fetch pulling release groups with multiple album artists 2025-01-05 15:07:13 +01:00

Opened #261 Allow fetching the MBID of album with multiple album artists 2025-01-05 15:10:24 +01:00

Opened #263 Use lib id only when converting items to collection 2025-01-05 22:39:09 +01:00

Opened #264 Add keyboard shortcut to "drop" an album and stop it displaying 2025-01-05 23:25:34 +01:00

Opened #268 Refactor the IDatabase calls to write directly to the database 2025-01-12 12:17:02 +01:00

Opened #269 Update version to v1.0.0-alpha.2 2025-01-12 12:24:40 +01:00

Opened #272 Support merge with multiple name matches 2025-01-18 14:22:27 +01:00

2 Unresolved Conversations

Open #142 New binary to collect discography updates 2025-01-18 14:22:54 +01:00

Open #64 Enable database over SSH 2025-01-18 14:22:54 +01:00