Releases: djdembeck/Audnexus.bundle
Releases · djdembeck/Audnexus.bundle
v1.3.2
1.3.2 (2024-08-12)
Bug Fixes
- author-update: 🐛 use preferred region when searching updating authors (743870b), closes #113
v1.3.1
1.3.1 (2023-08-25)
Bug Fixes
- album-search: 🐛 catch potential exception when reading filename (0e06151)
v1.3.0
1.3.0 (2023-06-22)
Features
NOTE : Authors must be updated on the API to pull the similar artists into Plex.
example:
v1.2.2
1.2.2 (2023-03-19)
Bug Fixes
- album-search: 🐛 filename could be
None
when checking for asin (d17cfef), closes #92
v1.2.1
1.2.1 (2023-02-27)
Bug Fixes
- album-update: 🐛 tags were cleared after being set instead of before (09b1ff5), closes #88
v1.2.0
1.2.0 (2023-02-24)
Features
- ✨ add ability to select library Language - this will change certain locale strings and improve search scoring (295c36f)
Bug Fixes
- 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)
v1.1.1
1.1.1 (2023-02-23)
Bug Fixes
- 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
v1.1.0
1.1.0 (2023-01-26)
Features
Bug Fixes
- author-search: bug fix unreachable code when scoring author (92ec69b)
v1.0.0
1.0.0 (2023-01-24)
⚠ BREAKING CHANGES
Features
Bug Fixes
- 🐛
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
v0.4.1
0.4.1 (2022-10-05)
Bug Fixes
- album-search:
name_to_initials
could have extra characters (d345713)
- album-search: fallback to
media.title
when media.album
is None (b993083)
- album-search: improve
name_to_initials
(1b52c19)
- album-update: 🐛 make sure to reset poster if it changes (bdb92b0)