Commit graph

7 commits

Author SHA1 Message Date
mkb79
90707a8817
v0.2 (#80)
# Added

- `--aax-fallback` option to `download` command to download books in aax format and fallback to aaxc, if the book is not available as aax
- `--annotation` option to `download` command to get bookmarks and notes
- `questionary` package to dependencies
- `add` and `remove` subcommands to wishlist
- `full_response_callback` to `utils`
- `export_to_csv` to `utils`
- `run_async` to `decorators`
- `pass_client` to `decorators`
- `profile_option` to `decorators`
- `password_option` to `decorators`
- `timeout_option` to `decorators`
- `bunch_size_option` to `decorators`
- `ConfigFile.get_profile_option` get the value for an option for a given profile
- `Session.selected.profile` to get the profile name for the current session
- `Session.get_auth_for_profile` to get an auth file for a given profile
- `models.BaseItem.create_base_filename` to build a filename in given mode
- `models.LibraryItem.get_annotations` to get annotations for a library item

# Changed

- bump `audible` to v0.8.2 to fix a bug in httpx
- rework plugin examples in `plugin_cmds`
- rename `config.Config` to `config.ConfigFile`
- move `click_verbosity_logger` from `_logging` to `decorators` and rename it to `verbosity_option`
- move `wrap_async` from `utils` to `decorators`
- move `add_param_to_session` from `config` to `decorators`
- move `pass_session` from `config` to `decorators`
- `download` command let you now select items when using `--title` option

# Fixed

- the `library export` and `wishlist export` command will now export to `csv` correctly
2022-05-25 14:56:41 +02:00
mkb79
bc29569152
Rename folder 2021-01-27 11:01:03 +01:00
mkb79
aa208803fb
Add: how-to add code (tab) completion 2021-01-27 10:40:37 +01:00
mkb79
b06b052152
update update_chapter_titles.py
Add option to separate Audible Intro and Outro branding into a own
chapter.
2021-01-25 22:05:56 +01:00
mkb79
740d6a12ef Package Changes
- Add ``cover-size`` option to ``audible download``. Default cover size is 500. Naming of cover files contains size for now.
- BUGFIX closing ``client`` and ``api_client`` correctly
- Reformating code
- Rework ``models`` and ``cmd_download`` module
2020-12-13 15:44:44 +01:00
mkb79
8c5a90ce89
Rework example to replace chapter titles 2020-11-04 10:59:15 +01:00
mkb79
143fd5818d
ADD: update_chapter_titles.py 2020-11-03 18:50:19 +01:00