Skip to content

Releases: seanap/Audiobooks.bundle

v2021.09.13.1

15 Sep 22:34
97ea432
Compare
Choose a tag to compare

Fixes

  • Fix broken date parsing for German domain.
  • Better handling of missing score elements

v2021.09.02.1

02 Sep 21:46
ad48e73
Compare
Choose a tag to compare

Enhancements

  • Remove request delay entirely.

Fixes

  • Fix warn logging.
  • Catch error when no narrator is available. Will add [Unknown Artist] in place.
  • Catch error when Audible title/ID is no longer available.

v2021.08.30.2

30 Aug 22:34
7a92327
Compare
Choose a tag to compare

Fixes

  • Fix typo on volume/series case

v2021.08.30.1

30 Aug 22:25
4e5167f
Compare
Choose a tag to compare

New preference

  • "Level of plugin logging":
    • Controls how many messages are printed out to you by the plugin.

Enhancements

  • Map series' to moods, with 'Series: ' prefix for easy sorting/usage in filters.
  • CodeFactor/quality updates.
  • Set logs to appropriate levels. Closes #14
  • Clear HTTP cache on plugin launch

v2021.08.29.2

30 Aug 06:44
13e1374
Compare
Choose a tag to compare

Enhancements:

  • Reduce limits, greatly increasing speed
  • Remove duplicate parse function, reducing time to search.
  • Check author name validity (don't use author name in search if it's bad).
  • Reduce score by 2 if language isn't library language:
    • Only reducing by 2 will help picking a book from match dialog, without compromising auto-match score threshold of 98, if you do add a foreign language book.

Fixes:

  • Series not found/added to album sort.
  • Fix series title regex.

Documentation:

  • Add changelog

Closes #19

v2021.08.28.1

28 Aug 23:52
1fa230b
Compare
Choose a tag to compare

Enhancements:

  • Don't include pre-orders in search results

Fixes:

  • Fix #15 :
    Score was getting overwritten by artist score when present. So it was essentially just showing all the artists' books in the order Audible returned them.
  • Fix #17

v2021.08.27.1

28 Aug 22:39
a5150ed
Compare
Choose a tag to compare

Features:

  • Add preferences for:
    • How to handle artwork from Audible:
      • Use Audible cover.
      • Download cover but don't overwrite existing.
      • Don't download cover.
    • Don't use Audible genres (relies on having embedded genres).
  • Add audible.ca support (closes #7)

Enhancements

  • Code cleanup - It's a lot easier to see what is going on where.
  • Code modularization - Most functions do 1 thing or have 1 result now.
  • Clearer and less spammy logging.

v2021.08.24.2

28 Aug 22:35
8bd4ee8
Compare
Choose a tag to compare

Enhancements

  • Update version string for clarity between forks.
  • Make code PEP8/lint compliant.
  • Remove unused code.
  • Changes from Unending fork:
    • Add series to sort album field
    • strip when title ends with , Book #
    • Collection support if/when plex allows.
    • Add preference to use copyright year instead of published year.
    • Cleanup title edge cases.
    • Handle full cast and other author edge cases.

Fixes

  • bugfix when no rating
  • fix log error when first clicking fix match (no media.name).
  • Add posters back.

v2021.08.24.1

28 Aug 22:35
4e016e6
Compare
Choose a tag to compare

v2019.07.29.1

28 Aug 22:19
184daa1
Compare
Choose a tag to compare
Merge pull request #4 from Cabalist/master

Code cleanup/Preparation for Python3