Commit graph

917 commits

Author SHA1 Message Date
Tera
201a772ecf
remove bloat 2024-03-21 07:46:03 +02:00
AnimeDL
818d60e196 Verify file is file in CDM folder
Make sure when reading cdm folder that a file is a file, not a folder.
2024-03-20 21:25:33 -07:00
Tera
6a4566be17
Update crunchyTypes.d.ts 2024-03-21 06:24:53 +02:00
Tera
73ddab8b2e
Update crunchy.ts 2024-03-21 06:23:01 +02:00
AnimeDL
886a0bd85b Add seriesTitle to documentation + Documentation 2024-03-20 23:26:14 +00:00
AnimeDL
15f2651b20 Add seriesTitle to documentation 2024-03-20 16:26:14 -07:00
AnimeDL
19f0a3cc7d Documentation fixes + Documentation 2024-03-20 03:20:23 +00:00
AnimeDL
fbc1e43260 Documentation fixes 2024-03-19 20:19:51 -07:00
AnimeDL
8dea7cc400 Hidive subtitle scaling fixes 2024-03-19 17:45:54 -07:00
AnimeDL
59d086006b Give CC subtitles correct extension 2024-03-19 17:38:23 -07:00
AnimeDL
97b9778801 [CR] Make GUI only search series 2024-03-19 17:21:24 -07:00
AnimeDL
0b22b4ec36 Improve CDM detection
Automatically checks all files in the directory for a valid CDM
2024-03-19 16:27:00 -07:00
AnimeDL
1852ce1282 [CR] Fix vtt CC fontSize not working 2024-03-19 11:22:15 -07:00
AnimeDL
97d64f6021 [CR] Respect originalFontSize in CCs 2024-03-19 10:21:25 -07:00
AnimeDL
a5df6bee2f [CR] Convert CC's from vtt to ass 2024-03-19 10:07:58 -07:00
AnimeDL
83d410378a Improve vtt2ass compatibility 2024-03-19 10:07:18 -07:00
AnimeDL
4693b60af4 rename vtt function to vtt2ass 2024-03-19 08:05:07 -07:00
AnimeDL
b830a73e04 [CR] Fix logic for separate video/audio downloading 2024-03-19 07:35:12 -07:00
AnimeDL
0c7c047a7b Increment Version + Documentation 2024-03-19 00:49:52 +00:00
AnimeDL
510847d3d5 Increment Version 2024-03-18 17:49:44 -07:00
AnimeDL
789ed2c5b0 Add token flag
Allows for login using refresh token in crunchy. Adds #597 + Documentation
2024-03-19 00:44:51 +00:00
AnimeDL
b497fb40df Add token flag
Allows for login using refresh token in crunchy. Adds #597
2024-03-18 17:44:49 -07:00
AnimeDL
6280d13d36 [CR] Allow skipping video/audio download independently + Documentation 2024-03-18 23:16:40 +00:00
AnimeDL
63f0b496f1 [CR] Allow skipping video/audio download independently 2024-03-18 16:16:33 -07:00
AnimeDL
3e071b1386 Set default kstream to 5 2024-03-18 16:04:41 -07:00
AnimeDL
ef567903ad [HD] Fix issue with srz and multiple seasons 2024-03-18 08:56:26 -07:00
AnimeDL
9e9fb6eb76 [HD] Fix bin cfg sometimes not being loaded 2024-03-17 23:19:26 -07:00
AnimeDL
1e09625b85 [HD] [GUI] Fix issue where auth wouldn't work at first
Fixes issue where auth wouldn't work at first with GUI because the API version wasn't checked.
2024-03-17 22:47:56 -07:00
AnimeDL
50c6ca66a3 Update pnpm-lock.yaml 2024-03-17 20:23:04 -07:00
AnimeDL
caab478956 Revert "Update pnpm-lock.yaml"
This reverts commit 1500daf207.
2024-03-17 20:21:34 -07:00
AnimeDL
e5bbc09f25
Merge pull request #595 from anidl/mpd-support
4.5.1
2024-03-17 19:08:39 -07:00
AnimeDL
9590aa56d1 + Documentation 2024-03-18 02:04:51 +00:00
AnimeDL
1500daf207 Update pnpm-lock.yaml 2024-03-17 19:04:39 -07:00
AnimeDL
f8307620ce
Merge branch 'master' into mpd-support 2024-03-17 18:07:28 -07:00
AnimeDL
48c9528116
Merge pull request #594 from anidl/new-hidive-api
New Hidive API
2024-03-17 16:39:29 -07:00
AnimeDL
546a5327e8 [HD] Implement -e downloading in new API
Allows for single episode downloads by episode ID
2024-03-17 15:22:04 -07:00
AnimeDL
becaed79d1 Migrate ::cue code to vtt2ass
This should allow for generic styles in vtt files to be parsed and converted to an ASS file
2024-03-17 13:49:19 -07:00
AnimeDL
49519f1e17 [HD] fontSize for q1 as well 2024-03-17 11:59:58 -07:00
AnimeDL
7d62224d11 [HD] Update subtitle messages for old api 2024-03-17 11:38:23 -07:00
AnimeDL
9645f6255b Remove unneeded console log 2024-03-17 11:24:52 -07:00
AnimeDL
5b134978c7 Add to the ignored items for compilation 2024-03-17 11:10:05 -07:00
AnimeDL
a61d7d315d Make widevine folder during compilation 2024-03-17 11:00:50 -07:00
AnimeDL
12780eec26 Only apply fontSize to normal subtitles 2024-03-17 10:54:54 -07:00
AnimeDL
c8b39301cb [CR] Fix issue with finding all episodes
Fixes issue where under certain circumstances some specials wouldn't be found.
2024-03-17 10:48:32 -07:00
AnimeDL
48d8a276d7 [HD] Fix fontsize for vtt2ass for new API 2024-03-16 22:26:56 -07:00
AnimeDL
34fa052bc2 Modify vtt2ass to work with new hidive API
Modifies vtt2ass to work with the new hidive API
2024-03-16 21:20:04 -07:00
AnimeDL
c7addc1c1a Formatting fixes 2024-03-16 19:58:47 -07:00
AnimeDL
824154594d [HD] Add -s support to new hidive API 2024-03-16 19:50:33 -07:00
AnimeDL
211a593796 [HD] Move -s to --srz, and add warnings
Add warnings for commands that haven't yet been added to hidive, and move -s to --srz since it selects a series, and not a season.
2024-03-16 17:58:48 -07:00
AnimeDL
f3fd33d241 Add warning for decryption 2024-03-16 17:45:54 -07:00