Commit graph

120 commits

Author SHA1 Message Date
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
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
3ae6fe4a1a Fmt 2023-08-25 17:14:44 +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
dd2033d323 Revert "Use config file to store sessions"
This reverts commit 850aa7a9
2023-07-13 16:07:43 +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
1fe8746dda Add support for old url scheme (#224) 2023-07-05 16:01:55 +02:00
bytedream
af8a88a792 Add option to force subtitle burn with download (#221) 2023-07-05 01:58:46 +02:00
Bastian Venz
f40dc0dd1c
Update crunchyroll-rs to 0.3.7 (#220) 2023-06-26 17:59:55 +02:00
bytedream
0234d46bf9 Fix duplicated download with archive 2023-06-25 17:47:40 +02:00
bytedream
fc44b8af8a Add option to select seasons when season number is duplicated (#199) 2023-06-23 17:19:16 +02:00
bytedream
d75c04fbb6 Download all seasons if season number is duplicated 2023-06-23 15:28:09 +02:00
bytedream
26ca3ca65c Remove usage of deprecated functions 2023-06-20 00:31:35 +02:00
bytedream
0aa648b1a5 Add basic search command 2023-06-20 00:31:35 +02:00
bytedream
7ed1158339 Fix subtitle sorting (#208) 2023-06-19 01:46:42 +02:00
ByteDream
c2e953043e Fix output filename if file stem is empty but file exists 2023-05-06 22:07:02 +02:00
ByteDream
94fcf1590a Add .mov to known soft-sub containers 2023-04-23 14:18:40 +02:00
ByteDream
7b1ed30b20 Fix subtitle burn-in error (#198) 2023-04-23 13:56:48 +02:00
ByteDream
ff258c0722 Remove --vv flag 2023-04-23 13:21:50 +02:00
ByteDream
847c6a1abc Mark CC subtitle track as CC & grab normal subtitles and CC when using -m audio (#141) 2023-04-17 18:14:54 +02:00
ByteDream
95f8cc542c Add retry if connection got reset by peer (#144) 2023-04-13 21:55:10 +02:00
bytedream
bfc50653b1 Fix cms rate limiting error for episodes and movies (#180) 2023-04-13 21:12:43 +02:00
ByteDream
d33e2fa36b Add proxy flag (#142) 2023-04-12 07:53:51 +02:00
ByteDream
5f98cfb186 Check for remaining disk space (#150) 2023-04-11 09:10:09 +02:00
ByteDream
baa6ca5018 Add function to get temp directory 2023-04-09 16:12:28 +02:00
ByteDream
fcbcd175e1 Add env variable to make temp directory configurable (#153) 2023-04-09 16:12:28 +02:00
ByteDream
8e972ab578 Move stream download logic to fix cms error/rate limiting 2023-04-08 15:08:36 +02:00
ByteDream
c97adb3ce7 Remove duplicated subtitles on archive audio merge 2023-03-23 17:17:55 +01:00
ByteDream
55483878b3 Re-add hwaccel cuda 2023-03-23 13:53:37 +01:00
ByteDream
ba1c0aaaa4 Enable stdout output 2023-03-23 13:45:42 +01:00
ByteDream
0a40f3c40f Refactor 2023-03-23 01:18:14 +01:00
ByteDream
901fdc0dbc
Merge pull request #115 from crunchy-labs/feature/skip-existing-files
Skip existing files
2023-01-16 15:40:39 +01:00
ByteDream
685ac85857 Add flag to skip existing files (#67, #109) 2023-01-15 21:41:05 +01:00
ByteDream
6d1f8d49f6 Add hardsubs manually to download videos (#81) 2023-01-13 15:23:55 +01:00