Commit graph

799 commits

Author SHA1 Message Date
AnimeDL
25cf19f65d vtt2ass: Fix reverse ordering of subtitles 2024-03-29 17:31:12 -07:00
AnimeDL
c82197a585 [HD} Add missing language 2024-03-28 20:23:46 -07:00
AnimeDL
8ccb1301d0 vtt2ass: Fix parsing error 2024-03-28 20:23:38 -07:00
AnimeDL
a777b26517 vtt2ass: Reverse all subtitles
This should (hopefully) make it line up with how subtitles are displayed on Hidive.
2024-03-25 22:59:49 -07:00
AnimeDL
cd7db09804 [HD] Get keys earlier in download process 2024-03-25 16:32:51 -07:00
AnimeDL
d298521202 [HD] Fix downloading of movies 2024-03-25 14:19:21 -07:00
AnimeDL
4726bd0416 vtt2ass: Reverse line order for certain subtitles
Reverse line order for subtitles that happen within a deviation of 3 of different types than those we merge. Should address point 2 of #608
2024-03-24 20:09:19 -07:00
AnimeDL
f1bb6c8a64 [CR] Allow for decimal places in episode number
Addresses #615
2024-03-24 19:39:43 -07:00
AnimeDL
3c8f9f2d46 [HD] Fail gracefully if audio doesn't exist
Addresses #617
2024-03-24 17:38:53 -07:00
AnimeDL
175ffbc71f vtt2ass: Improve Merging Logic for subtitles
Improves merging logic for subtitles by adding a check to see if the time is within a deviation of 2. This code is cursed. Addresses #608
2024-03-24 15:15:45 -07:00
AnimeDL
b96fca8ed8 [HD] Make new API default + Documentation 2024-03-24 21:24:06 +00:00
AnimeDL
eb2e9c2425 [HD] Make new API default 2024-03-24 14:24:08 -07:00
AnimeDL
ed02017bca vtt2ass: Make sure cc's with pos data aren't merged 2024-03-23 21:41:03 -07:00
AnimeDL
69336c5c6e [CR] Fix issue with API version detection in GUI 2024-03-23 21:03:49 -07:00
AnimeDL
74da730dc4 [CR] Fix falsey comparison for chapters
Fix chapter being ignored if chapter start time was 0 (thanks javascript falsey comparison)
2024-03-23 17:52:40 -07:00
AnimeDL
250c8925a4 [CR] Change the default API to web + Documentation 2024-03-23 20:12:25 +00:00
AnimeDL
978159c80e [CR] Change the default API to web 2024-03-23 13:12:27 -07:00
AnimeDL
d2a69fdc4d [CR] Chapters flag enabled by default 2024-03-23 13:10:46 -07:00
AnimeDL
aae69fa2a1 [CR] Fix subtitles being named undefined
Fixes subtitles being named undefined when using novids and noaudio together
2024-03-23 09:47:26 -07:00
AnimeDL
421cd5fcee Update TODO.md 2024-03-22 17:31:56 -07:00
AnimeDL
e98c770dab
Merge pull request #604 from Denoder/Episode/Special-Sort
Sort episodes to have specials at the end
2024-03-21 15:05:11 -07:00
Tera
6009bdaaf9
Sort episodes to have specials at the end 2024-03-21 23:38:46 +02:00
AnimeDL
0e674fcd67 Improve readability of index 2024-03-21 13:53:31 -07:00
AnimeDL
34c8215bd0 Remove PRs from auto-documentation workflow 2024-03-21 11:34:16 -07:00
Tera
f7f8806b14
sort episodes to have specials at the end 2024-03-21 20:14:14 +02:00
AnimeDL
3318fbba23 Change release trigger from created to published
This should allow draft releases to also have releases created for it.
2024-03-21 11:02:34 -07:00
AnimeDL
48224c7b53 Remove pull requests from docker build 2024-03-21 11:02:03 -07:00
AnimeDL
edd80a1569
Merge pull request #603 from Denoder/Feature]-Multi-Dub-w/-season-constraints
[Feature] Multi dub w/ season constraints
2024-03-21 10:53:55 -07:00
Tera
8cd863c885
Update crunchy.ts 2024-03-21 19:37:22 +02:00
Tera
cd9a83d3fc
make data param optional 2024-03-21 18:29:08 +02:00
Tera
4eea557c44
Update crunchy.ts 2024-03-21 08:06:08 +02:00
Tera
30771374e5
Update crunchy.ts 2024-03-21 07:47:54 +02:00
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