Releases: seanap/Audiobooks.bundle
Releases · seanap/Audiobooks.bundle
v2021.09.13.1
Fixes
- Fix broken date parsing for German domain.
- Better handling of missing score elements
v2021.09.02.1
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
Fixes
- Fix typo on volume/series case
v2021.08.30.1
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
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
v2021.08.27.1
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).
- How to handle artwork from Audible:
- 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
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
Thanks to twojciac/Audiobooks.bundle@480944c
v2019.07.29.1
Merge pull request #4 from Cabalist/master Code cleanup/Preparation for Python3