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
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
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
d79197edc6
Use async mutex and channel instead of the std equivalents
2023-09-23 16:56:42 +02:00
bytedream
3e21ca4fe7
Update dependencies and version
2023-09-22 11:52:39 +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
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
bytedream
a80f6e5df4
Use workspace instead of separate Cargo.lock file
2023-08-25 14:24:12 +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
bytedream
f45bb19cd7
Remove duplicated native-tls entry ( #235 )
2023-08-16 16:55:16 +02:00
bytedream
a45833f5a2
Update dependencies and version
2023-08-14 15:02:44 +02:00
bytedream
aef2fddff7
Update version
2023-08-07 16:24:47 +02:00
bytedream
0586f38cdc
Update ffmpeg preset help message
2023-08-07 15:33:42 +02:00
bytedream
700b041f9a
Remove deprecated archive --locale flag
2023-07-27 14:18:53 +02:00
bytedream
84c70f2bee
Add workaround for incorrect hardsub labeling ( #231 )
2023-07-26 20:51:34 +02:00
bytedream
4c396a9e4a
Remove option to configure ffmpeg args with env variables
2023-07-26 19:17:10 +02:00
bytedream
9ced3483d8
Error if download series has an episode in an unexpected language and input url is a series url ( #225 )
2023-07-22 15:13:24 +02:00
bytedream
db156d361f
Update dependencies and version
2023-07-21 13:56:07 +02:00
bytedream
5afda0b5f1
Add openssl alpn support
2023-07-20 19:59:45 +02:00
bytedream
dc6bc0d951
Add openssl tls backend for all platforms
2023-07-20 13:46:55 +02:00
bytedream
4ec9a0d309
Add native-tls/openssl tls backend for linux
2023-07-17 16:08:54 +02:00
bytedream
566422cb06
Update dependencies
2023-07-17 14:32:32 +02:00
bytedream
dd2033d323
Revert "Use config file to store sessions"
...
This reverts commit 850aa7a9
2023-07-13 16:07:43 +02:00
bytedream
8490263e84
Add info output that login command saved the session
2023-07-13 14:09:27 +02:00
bytedream
6b76887978
Fix error when using etp-rt or anonymous flag after login command
2023-07-13 14:08:11 +02:00
bytedream
850aa7a969
Use config file to store sessions
2023-07-13 14:07:14 +02:00
bytedream
9ad27102fc
Fix missing identifier on newer simulcast titles ( #227 )
2023-07-12 22:02:55 +02:00
bytedream
513353890d
Respect debug output when showing subtitle download spinner
2023-07-12 21:34:49 +02:00
bytedream
49de7bbba9
Add progress indicator for subtitle download
2023-07-12 21:15:01 +02:00
bytedream
751735477c
Update dependencies
2023-07-08 16:36:35 +02:00
bytedream
1fe8746dda
Add support for old url scheme ( #224 )
2023-07-05 16:01:55 +02:00