bytedream
99f96e3e35
Fix login command not working
2024-01-03 01:07:12 +01:00
bytedream
d3837f2495
Add new flags and format options to README
2024-01-03 00:34:16 +01:00
bytedream
fc6da9a76d
Use latest Rust version in Linux and Mac toolchain
2024-01-03 00:00:00 +01:00
bytedream
283a3802b2
Update dependencies and version
2024-01-02 23:59:44 +01:00
bytedream
172e3612d0
Fix open-ended episode filter ( #293 )
2024-01-02 22:48:21 +01:00
bytedream
2e6246c439
Do not sanitize user path input
2024-01-02 22:26:52 +01:00
bytedream
d503d459cd
Differ between illegal Windows and non Windows file characters
2024-01-02 22:26:16 +01:00
bytedream
19935df545
Add more output format options ( #284 )
2023-12-23 15:28:10 +01:00
bytedream
0da81a4814
Add --include-fonts flag for archive ( #277 )
2023-12-19 22:41:02 +01:00
bytedream
0a26083232
Fix ffmpeg progress not working with fast encoder
2023-12-10 14:27:05 +01:00
bytedream
8613ea80cc
Add forced flag to all CC subtitles ( #274 )
2023-12-10 13:52:33 +01:00
bytedream
b97c2a922e
Fix windows ci
2023-12-10 03:36:39 +01:00
bytedream
be3248a4f9
Add download/request speed limiter ( #250 )
2023-12-10 02:52:42 +01:00
bytedream
f9e431e181
Add ability to use root flags after subcommands
2023-12-09 17:23:18 +01:00
bytedream
77609be598
Replace all login username references with email
2023-12-09 17:22:53 +01:00
bytedream
b4057599a1
Add --ffmpeg-threads flag to control the ffmpeg thread number
2023-12-09 01:34:23 +01:00
bytedream
6c7ab04b99
Lint
2023-12-08 23:04:04 +01:00
bytedream
9487dd3dbf
Show ffmpeg progress ( #270 )
2023-12-08 23:03:44 +01:00
bytedream
9ca3b79291
Fix spelling
2023-12-03 00:15:57 +01:00
bytedream
8f77028fcb
Show error message instead of panicking when capturing video length of invalid file ( #258 )
2023-12-01 01:17:49 +01:00
bytedream
d5df3df95f
Fix fixed subtitle formatting and sorting ( #272 )
2023-12-01 01:02:53 +01:00
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