All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.2 (2024-08-12)
1.3.1 (2023-08-25)
- album-search: 🐛 catch potential exception when reading filename (0e06151)
1.3.0 (2023-06-22)
1.2.2 (2023-03-19)
1.2.1 (2023-02-27)
1.2.0 (2023-02-24)
- ✨ add ability to select library Language (295c36f)
- album-search: 🐛 language scoring didn't match Audible's names for languages (c501bec)
- author-search: 🚑 ASIN in filename was being used as search for author as well as book (4e622b3)
1.1.1 (2023-02-23)
- album-search: 🐛
name_to_initials
could throw IndexError when dealing with author using initials (a560848), closes #79 - album-search: 🐛 remove qutotations around author name when shortening to initials (1fc755b), closes #67
- album-search: 🐛 searches with accented characters would remove characters (0645c16), closes #81
1.1.0 (2023-01-26)
- author-search: bug fix unreachable code when scoring author (92ec69b)
1.0.0 (2023-01-24)
- multi region (#66)
- 🐛
content_type
check was not plural, all data was trying to be collected into variable if unused (f4e60fc) - album-search: 🐛
normalizedName
was requested before being made available (f2fb6d4) - correctly clear authors when settings change (9461d3f), closes #71
0.4.1 (2022-10-05)
- album-search:
name_to_initials
could have extra characters (d345713) - album-search: fallback to
media.title
whenmedia.album
is None (b993083) - album-search: improve
name_to_initials
(1b52c19) - album-update: 🐛 make sure to reset poster if it changes (bdb92b0)
0.4.0 (2022-08-09)
0.3.0 (2022-05-29)
- album-search: ✨ add quick match using asin (3cca5b6)
0.2.8 (2022-01-24)
0.2.7 (2022-01-11)
0.2.6 (2021-11-24)
- album-update: ♻️ add 'Book' prefix to series position due to upstream change (bcb9a6a)
0.2.5 (2021-11-08)
- album-update: ♻️ Only include subtitle in sort if not in a series (2022dbd)
0.2.4 (2021-10-15)
- 🚸 handle http errors and exponential backoff (8964fe4)
- author-search: 🚑 add greater weight to author name accuracy (c7ba7b7)
- author-search: 🐛 contributor stripping wasn't working properly. Fixes #23 (72f464e)
- author-search: 🐛 handle search failure when no artist tag is available but title is (manual search) (f399442)
- author-search: 🚸 do basic author name cleanup prior to running search, to improve search success (5869c7e)
- author-search: 🚸 if all authors are contributors use the first (988ea27)
0.2.3 (2021-10-09)
- settings: 🚩 new toggles: store author as mood tag and sort author by last name (aee2d26)
- author-update: 🐛 single name authors would have sort applied erroneously (80e2554)
0.2.2 (2021-10-08)
- album-search: ♻️ improve scoring accuracy on books with multiple authors (319e16f)
0.2.1 (2021-10-06)
- 🎨 improve handling of authors as contributors (beb20f6)
- album-update: ✨ use subtitle in Plex title where available (4ff1654)
- search: ✨ add asin search/extraction for authors and albums (52062eb)
0.2.0 (2021-10-04)
- 🏗️ add author support (a18cda6)
- author-search: ✨ search/upgrade multi-author entries to single author entries (e5d70dd)
- author-update: ✨ set author sort name (e6e616b)
- update: ✨ utilize tag list instead of 2 genre system (7cd863f)
- search: 🚸 fallback to keyword search for manual search (8a400ec)
- search: ✨ rewrite search with pure API (995b423)
- 🐛 fix version variable name (ee618dc)
- 🐛 only support us region for now (a48f398)
- 🐛 remove trailing line break (faaa980)
- search: 🚑 fix albums with no album name matching to 'none' album name (54fddc6)
- search: 🚑 return True by default on pre check (ddf3cfa)
- search: 🐛 fix library language scoring comparison (772860f)
- search: 🐛 Only append results which have valid keys (2361406)
- update: 🐛 properly filter series in album sort (9859012)
- update: 🐛 set thumb to blank, in case api returns no thumb (3f06e92)
- search: ✨ rewrite search with pure API (995b423)