Commit graph

789 commits

Author SHA1 Message Date
bytedream
36ecbb0cd7 Add newline on download progress failure 2022-03-26 19:33:14 +01:00
bytedream
8e791f7e8b Fix unnecessary subtitle removing (#18) and add option to enable custom subtitle sorting 2022-03-26 19:10:02 +01:00
bytedream
851dab7aac Add sorting for locales as string 2022-03-26 19:09:44 +01:00
bytedream
bb0e51deee Fix subtitle sorting 2022-03-26 19:08:43 +01:00
bytedream
23bb9fdbd6 Fix terminal width calculating causing error on some systems 2022-03-26 18:03:46 +01:00
bytedream
449cc37896 Made second binary in install to symbolic link and added clean target 2022-03-23 08:46:47 +01:00
ByteDream
469880fc75
Merge v2 branch into master 2022-03-22 19:45:13 +01:00
bytedream
c367636d96 v2 update 2022-03-22 19:39:55 +01:00
bytedream
b239353039 Added new archive command 2022-03-22 19:39:43 +01:00
bytedream
f65cef84ca Rewrote complete download command 2022-03-22 19:39:33 +01:00
bytedream
893be7dd53 Made free filename silent by default and changed renaming behavior 2022-03-22 19:22:42 +01:00
bytedream
c1b3cd7b0a Fixed logger softlock 2022-03-22 13:10:42 +01:00
bytedream
83c9ae4927 Made verbose output optional when receiving system locale 2022-03-21 20:45:38 +01:00
bytedream
ba8054b611 Optimized filename generation 2022-03-21 19:36:39 +01:00
bytedream
d090a5a1da Windows things 2022-03-21 19:36:19 +01:00
bytedream
f6f51799d7 Extended checking if error is context cancelling 2022-03-21 17:11:01 +01:00
bytedream
ac7904668f Added context to the crunchyroll struct 2022-03-21 16:55:27 +01:00
bytedream
a6c14cb6c9 Reworked logger progress 2022-03-21 16:40:00 +01:00
bytedream
588d402c63 Just some style corrections 2022-03-21 14:30:04 +01:00
bytedream
98f5da3bf3 Reverted and extended generateFilename function 2022-03-21 10:11:33 +01:00
bytedream
31e03c1e08 Dependency updates 2022-03-20 17:34:13 +01:00
bytedream
e9fdd8fd43 Added ability to format directory names too 2022-03-20 17:15:44 +01:00
bytedream
dafa2f4d70 Just some style changes 2022-03-20 17:08:39 +01:00
bytedream
668c673750 Added season name for output formatting 2022-03-20 16:14:12 +01:00
bytedream
8525b913b8 More FFmpeg optimizations when writer is a file 2022-03-20 13:07:09 +01:00
bytedream
cddb6ce033 Fixed not working invalid character replacing in file name 2022-03-16 20:48:40 +01:00
bytedream
c822beca53 Fixed episode filter episode number checking not working properly 2022-03-16 17:25:35 +01:00
bytedream
73591cd75c Fixed episode filter not working properly 2022-03-15 22:50:48 +01:00
bytedream
16fcf08f34 Replaced ioutil package with io 2022-03-15 22:13:28 +01:00
bytedream
52a8f81356 Added wiki notice 2022-03-15 22:02:06 +01:00
bytedream
1d6b930d9a Added pattern to filter episodes from (series) urls 2022-03-15 18:35:05 +01:00
bytedream
3ee5f7a538 Added ids to ...FromID functions (how did this work before??) 2022-03-15 13:41:39 +01:00
bytedream
aa1d72868b Fixed debug stop message 2022-03-15 13:05:57 +01:00
bytedream
4d538dfc0c Added actual error message to recover error output 2022-03-14 23:42:28 +01:00
bytedream
b1945d672d Changed filename processing when merging with ffmpeg 2022-03-14 23:41:55 +01:00
bytedream
60fed00b0e Added .tar.* file ending 2022-03-14 23:28:52 +01:00
bytedream
600eaeeeca Print empty line only if dev view is not enabled 2022-03-06 16:04:44 +01:00
bytedream
a378c93d68 Made some structs private 2022-03-06 02:41:23 +01:00
bytedream
b1e5718c8d Added exit logging function 2022-03-06 01:10:38 +01:00
bytedream
d42206b8f9 Added documentation for GetFormat 2022-03-06 01:10:16 +01:00
bytedream
b9b9654d2c Renamed persistent credentials file and restricted login message for windows users 2022-03-06 01:09:39 +01:00
bytedream
e855c16a2f New progress bar calculate method and using utils implementation for audio sorting 2022-03-06 01:08:12 +01:00
bytedream
5f5ec38585 Added function to sort episode by audio 2022-03-06 01:04:27 +01:00
bytedream
6fb6b3c03c Moved all download related stuff to downloader.go and fixed some errors in it 2022-03-06 01:01:25 +01:00
bytedream
d6347a6b6b Moved url parsing methods from utils to standard library 2022-03-02 18:56:28 +01:00
bytedream
5219f18417 Fixed array index out of bounds error when logging in 2022-02-28 17:56:11 +01:00
bytedream
647eb075e5 Renamed parameter in LoginWithCredentials 2022-02-28 17:42:47 +01:00
bytedream
733f4a97ea Added support for storing login credential permanently 2022-02-28 17:42:18 +01:00
bytedream
252762f410 Fixed logger to properly delete current line before overwriting 2022-02-28 17:26:03 +01:00
bytedream
e785cb580b Fixed system locale receiving and added download progress, download (format) information, filename generator, url episodes extractor 2022-02-28 16:41:12 +01:00