vwkd
vwkd
Not sure about 2. If I come back one week later to fix a tiny typo, it would update the author date which isn't what I'd want. Maybe git's commit...
+1 for a `separated_list` that accepts an additional range argument like `2..10`. Currently, there is only `separated_list0` and `separated_list1`. If you wanted say `separated_list2` you'd have to add more stuff...
This should now be ready to review. Found the bug now which kept it a draft. Details below. --- ffmpeg is sensitive to the location of the inputs `-i` when...
I agree, with this feature `decrypt` covers my basic needs. It could be a good starting point for a built-in command which would make it easier to use and hopefully...
@mkb79 Were you able to test this? Let me know if you have any questions regarding the code. It removes the intro and outro chapters by not adding them as...
Would be good if someone else can also confirm. For the files I have it cuts correctly.
@mkb79 Were you able to test this by now? The rough steps should be something like 0. (if not already) Download some file with chapters ```sh audible download --aaxc --chapters...
Great. I think making the `decrypt` plugin a built-in command would be great and easier to use. But let's first merge this PR as is and do any other changes...
I haven’t figured out how to make it work yet. Also, I’m thinking it may not be a good idea to start fixing Audible‘s mistakes as it will lead to...
I'd like to see resolvers becoming full-fledged middleware. It seems currently resolvers are almost like middleware, but limited in that a parent can only run code before but not after...