Audnexus.bundle Versions Save

An Audnexus client proof of concept for Plex, providing rich author and audiobook data. Developed in Python, offering enhanced user experiences via Plex's legacy plugin agent system.

v1.3.1

8 months ago

1.3.1 (2023-08-25)

Bug Fixes

  • album-search: :bug: catch potential exception when reading filename (0e06151)

v1.3.0

10 months ago

1.3.0 (2023-06-22)

Features

NOTE : Authors must be updated on the API to pull the similar artists into Plex.

example:

2023-06-22 17 00 28 ninjas plex tv 8b722ef04acb

v1.2.2

1 year ago

1.2.2 (2023-03-19)

Bug Fixes

  • album-search: :bug: filename could be None when checking for asin (d17cfef), closes #92

v1.2.1

1 year ago

1.2.1 (2023-02-27)

Bug Fixes

  • album-update: :bug: tags were cleared after being set instead of before (09b1ff5), closes #88

v1.2.0

1 year ago

1.2.0 (2023-02-24)

Features

  • :sparkles: add ability to select library Language - this will change certain locale strings and improve search scoring (295c36f)

Bug Fixes

  • album-search: :bug: language scoring didn't match Audible's names for languages (c501bec)
  • author-search: :ambulance: ASIN in filename was being used as search for author as well as book (4e622b3)

v1.1.1

1 year ago

1.1.1 (2023-02-23)

Bug Fixes

  • album-search: :bug: name_to_initials could throw IndexError when dealing with author using initials (a560848), closes #79
  • album-search: :bug: remove qutotations around author name when shortening to initials (1fc755b), closes #67
  • album-search: :bug: searches with accented characters would remove characters (0645c16), closes #81

v1.1.0

1 year ago

1.1.0 (2023-01-26)

Features

Bug Fixes

  • author-search: bug fix unreachable code when scoring author (92ec69b)

v1.0.0

1 year ago

1.0.0 (2023-01-24)

⚠ BREAKING CHANGES

  • multi region (#66)

Features

Bug Fixes

  • :bug: content_type check was not plural, all data was trying to be collected into variable if unused (f4e60fc)
  • album-search: :bug: normalizedName was requested before being made available (f2fb6d4)
  • correctly clear authors when settings change (9461d3f), closes #71

v0.4.1

1 year ago

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: :bug: make sure to reset poster if it changes (bdb92b0)

v0.4.0

1 year ago

0.4.0 (2022-08-09)

Features

  • Add a simplify_title option to the preferences (#56) (2b2a82a) by @csandman