18 Commits

Author SHA1 Message Date
a75dd46a40 Add a MusicBrainz API ()
Closes 

Reviewed-on: 
2024-03-16 16:57:50 +01:00
8550f7d6da Move database and library implementations out of core ()
Closes 

Reviewed-on: 
2024-03-09 19:11:59 +01:00
c015f4c112 Sort albums by month if two releases of the same artist happen in the same year ()
Closes 

Reviewed-on: 
2024-03-05 23:24:18 +01:00
de564eb1a0 Remove serde feature from uuid and url dependencies ()
Closes 

Reviewed-on: 
2024-02-10 20:58:40 +01:00
36b4918a44 Limit the information stored in the database ()
Closes 
Closes 

Reviewed-on: 
2024-02-10 20:28:52 +01:00
c2506657c3 Streamline adding new URL types ()
Closes 

Reviewed-on: 
2024-02-09 18:41:20 +01:00
ba85505c9a Split lib.rs into smaller files ()
Closes 

Reviewed-on: 
2024-01-22 23:01:34 +01:00
95ee681229 IDatabase::load should return D not take a mutable reference of it ()
Closes 

Reviewed-on: 
2024-01-12 21:34:01 +01:00
3cd0cfde18 Artist merge for non-null properties always erases database properties ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/72
2023-05-21 22:28:51 +02:00
bf5bf9d8ae Add database-library merge ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/59
2023-05-20 00:02:39 +02:00
282e0e6f19 Clean up interfaces ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/62
2023-05-10 22:52:03 +02:00
e31b44d31d Separate dependencies ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/50
2023-04-27 20:09:45 +02:00
0545e5324e Support remote libraries ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/36
2023-04-14 16:21:25 +02:00
3e6c95d188 Replace as many Box<dyn Trait> with generics as possible ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/32
2023-04-13 15:29:14 +02:00
14a0567fa1 Add a TUI to the binary ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/17
2023-04-13 14:09:59 +02:00
67ba032247 Make Library and Database type naming consistent ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/21
2023-04-10 21:36:43 +02:00
8b89a13b90 Multiple integration tests can call beets at the same time ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/19
2023-04-10 20:48:44 +02:00
50f4d00e31 Create the main binary ()
Closes 

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/15
2023-04-10 00:17:38 +02:00