Scripts
kevin-deldycke-blog
Scripts | kevin-deldycke-blog | |
---|---|---|
3 | 2 | |
20 | 36 | |
- | - | |
2.7 | 8.7 | |
about 3 years ago | about 2 months ago | |
Perl | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Scripts
-
Ask HN: Is there a Calibre equivalent for Audio books?
I have 3, listed here: https://github.com/captn3m0/scripts
* split-audio-by-chapters (Based on metadata inside the AAX file)
* split-by-audible (If audible doesn't provide splits in the m4a, but chapters are marked in the web/mobile player - you can copy the chapter listing and use this). See source for format.
* split-by-silence (In some cases audible doesn't provide any chapters at all, and this is my last-ditch effort).
- FFmpeg 4.4
kevin-deldycke-blog
-
Introduction to Flaky Tests by Example
If you are curious about the context that led to the apparition of those flaky tests, my former manager Kevin Deldycke provides a more detailed view in a very interesting post: Billing Pipeline: A Critical Time Sensitive System.
-
FFmpeg 4.4
Indeed! Here is my collection of FFmpeg CLIs: https://github.com/kdeldycke/kevin-deldycke-blog/blob/main/c...
What are some alternatives?
tone - tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macOS, Linux and other common platforms.
arrow - Better dates & times for Python [Moved to: https://github.com/arrow-py/arrow]
ctfb - A command-line tool to simplify combining and/or encoding audiobooks with chapters.
pelican-data-files - Pelican plugin that allows to load data from files like Jekyll
openaudible - Audiobook Manager for Audible Users
freezegun - Let your Python tests travel through time