mkb79
mkb79
@xaeiougit adding the option to the cli command is a good solution. But I'm thinking on add a default setting to the config yml file. So a user can change...
@xaeiougit If created the new PR #39. These PR contains setting the filename_mode in config. I will take a look on the duplicate thing. The re-issue behave must be changed...
@xaeiougit Sounds great. Next step is to rewrite the doc. My english is not so good but I will give my best! After that I can merge the PR. Next...
@xaeiougit As far as I know the hyphen is the convention when using options in bash or Windows Terminal. So I use always the hyphen there. The Python convention is...
Okay, I can implement this easily. But not in these release.
I have released v0.0.4 to PyPi now.
Hi, extensions for `audible-cli` are welcome. Your script looks good. Due to your additional dependencies (pandas and isbntools), I would prefer you write a plugin package instead of a plugin...
To make a package, put the content above in `goodreads_transform.py` and add the following to `pyproject.toml`: ```toml [tool.poetry.plugins."audible.cli_plugins"] "godreads-transform" = "goodreads_transform:cli" ``` This should integrate your package in `audible-cli` and...
I had some minutes and worked a bit on the script. I reduced the response_groups when fetching the library to the minimum, removed pandas (I can’t use pandas on Pythonista...
@donoftime Hi. Is it okay to you, if I add the latest script above to my [plugin script examples](https://github.com/mkb79/audible-cli/tree/master/plugin_cmds)?