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
bytedream
31fe1460f1
Replace native-tls its internal fork in the root crate
2023-08-16 16:57:35 +02:00
bytedream
f45bb19cd7
Remove duplicated native-tls entry ( #235 )
2023-08-16 16:55:16 +02:00
bytedream
6da292f013
Do not test PKGBUILD on arch release pipeline
2023-08-14 15:46:14 +02:00
bytedream
a45833f5a2
Update dependencies and version
2023-08-14 15:02:44 +02:00
bytedream
448b633be8
Fix AUR completion and license directory
2023-08-08 17:33:08 +02:00
bytedream
800df5ca6c
(Re-)add scoop install example
2023-08-08 11:06:28 +02:00
bytedream
9f9aec1f8a
Fix cross installation if cache is present
2023-08-07 17:48:30 +02:00
bytedream
b98332eae4
Add aarch64 support for arch release pipeline
2023-08-07 17:47:06 +02:00
bytedream
40397e96a3
Fix arch release pipeline
2023-08-07 17:38:02 +02:00
bytedream
aef2fddff7
Update version
2023-08-07 16:24:47 +02:00
bytedream
a12a8bc366
Update README
2023-08-07 16:19:18 +02:00
ByteDream
6f40ffacec
Change license ( #223 )
2023-08-07 15:58:51 +02:00
ByteDream
2bcaa6e4d5
Add ci to publish AUR package on release ( #233 )
2023-08-07 15:40:05 +02:00
bytedream
0586f38cdc
Update ffmpeg preset help message
2023-08-07 15:33:42 +02:00
bytedream
435b75bbf9
Add aarch64 architecture to linux ci
2023-07-27 22:10:30 +02:00