Commit graph

772 commits

Author SHA1 Message Date
bytedream
440ccd99b5 Update dependencies and version 2023-11-20 22:05:06 +01:00
bytedream
2c37093959 Manually burn-in subtitles only if no pre-burned video is available (#268) 2023-11-19 19:24:15 +01:00
bytedream
14e71c05b8 Fix aur binary checksums (#266) 2023-11-16 13:51:30 +01:00
bytedream
d52fe7fb92 Update dependencies and version 2023-11-06 22:56:51 +01:00
bytedream
c08931b610 Add new commands and format option to readme 2023-11-06 22:55:23 +01:00
bytedream
fc6511a361 Format code 2023-11-06 22:12:28 +01:00
bytedream
56411c6547 Add missing whitespaces in command help 2023-11-06 22:01:44 +01:00
ByteDream
4d01e2a4ec
Merge pull request #257 from crunchy-labs/feature/relative_sequence_number
Add flags and option to control special episode behavior (#206, #241, #246)
2023-11-06 20:58:55 +00:00
bytedream
cd35dfe276 Rename --special-output to --output-specials 2023-11-06 21:49:47 +01:00
bytedream
f31437fba2 Remove leading and trailing whitespaces from output file 2023-11-06 21:20:43 +01:00
bytedream
e5d9c27af7 Fix ass filter path escape on windows (#262) 2023-11-06 21:15:50 +01:00
bytedream
787d8ab02c Add --special-output and --skip-specials flag 2023-11-04 15:24:14 +01:00
kennedy
7594412f58
updated brew url (#263)
* updated brew url

Its most appropriate to forward users to the brew's information page generated for crunchy-cli. There are stats on amount of downloads, see where the manifest is location, and what architectures are built for it.

* Update README.md

Co-authored-by: ByteDream <63594396+ByteDream@users.noreply.github.com>

---------

Co-authored-by: ByteDream <63594396+ByteDream@users.noreply.github.com>
2023-11-02 13:37:40 +01:00
kennedy
d8b76f8cc7
Add homebrew instructions (#261)
Added details about homebrew and what archs are supported.

made minor style linting: add space surrounding shell code blocks, and headers.
2023-10-29 06:12:25 +01:00
Catd
f56d9ecabf
Changes in Readme regarding subtitles and flag usage (#255)
* Update README.md

updated Flags and subtitles sections

* Update README.md

* Update README.md

Comma in a better place
2023-10-16 17:04:45 +02:00
bytedream
5a3a304443 Use episode sequence number as filter number for url episode filtering 2023-10-15 23:52:44 +02:00
bytedream
d0fe7f54f6 Show fractal in relative_sequence_number if present 2023-10-15 23:34:22 +02:00
bytedream
685c79d673 Add 2-digit padding to relative_episode_number, sequence_number and relative_sequence_number format option 2023-10-15 22:56:45 +02:00
bytedream
5d17bb1ac7 Merge remote-tracking branch 'origin/master' into feature/relative_sequence_number
# Conflicts:
#	crunchy-cli-core/src/utils/format.rs
2023-10-15 22:53:47 +02:00
bytedream
568bce0008 Manually implement filename sanitizing to allow the usage of file separators 2023-10-15 22:43:04 +02:00
Valentine Briese
bbb5a78765
Add --threads (-t) option to downloading commands (#256)
* Add `single-threaded` option to downloading commands

* Replace `--single-threaded` boolean option with `--threads` optional `usize` option

* Simplify `threads` field unwrapping

* Make `--threads` `usize` with a default value
2023-10-15 20:52:53 +02:00
bytedream
81385ef6ce Add relative_sequence_number format option (#206, #241, #246) 2023-10-15 20:49:03 +02:00
bytedream
13335c020b Sanitize the full output filename (#253) 2023-10-13 11:41:56 +02:00
Valentine Briese
e5db8e9504
Fix ffmpeg-preset option in download command (#254) 2023-10-12 21:20:06 +02:00
ByteDream
5bc68ad592
Merge pull request #251 from valentinegb/apple-hardware-acceleration
Add FFmpeg Apple hardware acceleration and make HEVC codec compatible with Apple standards
2023-10-12 13:28:37 +02:00
Valentine Briese
7095e2b8b6 Use -q:v FFmpeg option for Apple hardware acceleration 2023-10-11 18:54:47 -07:00
Valentine Briese
610593a795 Make H265 codec compatible with Apple HEVC standards 2023-10-11 18:26:51 -07:00
Valentine Briese
9596175f7f Add FFmpeg Apple hardware acceleration 2023-10-11 18:24:45 -07:00
bytedream
f48474ba77 Remove numbers from binary PKGBUILD env variables 2023-09-27 00:03:26 +02:00
bytedream
d79197edc6 Use async mutex and channel instead of the std equivalents 2023-09-23 16:56:42 +02:00
bytedream
a93a1fa807 Fix env variable resolving in publish pipeline 2023-09-22 12:11:00 +02:00
bytedream
3e21ca4fe7 Update dependencies and version 2023-09-22 11:52:39 +02:00
bytedream
01913e0db3 Adjust ci and PKGBUILD build args to feature changes 2023-09-21 19:20:00 +02:00
bytedream
64428ea7d1 Rename native-tls crate to prevent false-positive build warnings 2023-09-21 19:18:29 +02:00
bytedream
8eda8df3f7 Use native tls as default tls backend, add features to use rustls or openssl instead 2023-09-21 13:48:35 +02:00
bytedream
185b65fc9b Remove invalid character from AUR binary PKGBUILD 2023-09-08 22:49:58 +02:00
bytedream
7485bd8e76 Update dependencies and version 2023-09-08 21:41:25 +02:00
bytedream
0f7e6c9120 Add root flag to set custom user agent 2023-09-06 03:02:40 +02:00
bytedream
b477ca982c Add options to get drm dash and hls url with search 2023-09-06 02:55:04 +02:00
bytedream
18f891efd2 Use system certs when using openssl 2023-08-25 17:15:06 +02:00
bytedream
3ae6fe4a1a Fmt 2023-08-25 17:14:44 +02:00
Simon
e06e6b2b01
Update README.md (#240) 2023-08-25 15:21:37 +02:00
bytedream
70b3a7a3e1 Remove toolchain setup step from apple build action 2023-08-25 14:34:16 +02:00
bytedream
a80f6e5df4 Use workspace instead of separate Cargo.lock file 2023-08-25 14:24:12 +02:00
bytedream
2f57b07559 Change ci cargo cache key 2023-08-17 11:58:36 +02:00
bytedream
596fcc2342 Fix relative episode number exceeding actual episode count (#238) 2023-08-17 11:54:00 +02:00
bytedream
70b41b4dd5 Show an error message if no url was given 2023-08-17 11:53:57 +02:00
StepBroBD
6a6b981979
Fix nix flake overlays (#236) 2023-08-16 20:29:39 +02:00
bytedream
92ed4bd87d Revert "Replace native-tls its internal fork in the root crate"
This reverts commit 31fe1460f1.
2023-08-16 19:08:13 +02:00
bytedream
d295a57f84 Use dynamically linked openssl when running with nix 2023-08-16 17:26:03 +02:00