Commit graph

828 commits

Author SHA1 Message Date
AnimeDL
e9e14aef2f Remove old HD API 2024-04-06 21:05:04 -07:00
AnimeDL
23f185c877 eslint fixes 2024-04-06 09:10:48 -07:00
AnimeDL
036440b0e5 Fix MPD part names 2024-04-06 08:41:42 -07:00
AnimeDL
ea51c8a7ea Fix linting 2024-04-05 21:57:21 -07:00
AnimeDL
645cdc2068 [CR] Fix Non-DRM stream not always working 2024-04-05 19:39:56 -07:00
AnimeDL
dce10bc7fc Increment version + Documentation 2024-04-04 17:25:19 +00:00
AnimeDL
5846a13c10 Increment version 2024-04-04 10:24:46 -07:00
AnimeDL
2b65f3067e [CR] Fix issue with multi-dub downloads with non-DRM
Fix issue with non-DRM multi-dub downloads, where it would crash trying to delete a file that wasn't downloaded
2024-04-04 10:23:35 -07:00
AnimeDL
7d5e8fa461 ass inline font regex optimization 2024-04-04 09:27:10 -07:00
AnimeDL
42da4ebd30 Increment version + Documentation 2024-04-04 01:08:13 +00:00
AnimeDL
d83b2b55c8 Increment version 2024-04-03 18:08:28 -07:00
AnimeDL
1e6406774d Improve description for fontSize flag 2024-04-03 18:08:12 -07:00
AnimeDL
adc1147ca4 Merge pull request #626 from IONI0/vtt2ass-changes-branch
Fixes/enchancements for vtt2ass with new Hidive Q styles + Documentation
2024-04-04 00:59:48 +00:00
AnimeDL
866bd26067
Merge pull request #626 from IONI0/vtt2ass-changes-branch
Fixes/enchancements for vtt2ass with new Hidive Q styles
2024-04-03 17:59:19 -07:00
IONI0
2885913205 Fix Eslint errors, logic error, and add combineLines argument 2024-04-04 09:42:41 +11:00
AnimeDL
01888286da Match ass inline fonts to include in merger
This fixes an issue where inline fonts in the ass file wouldn't be included in the merged file
2024-04-03 13:41:23 -07:00
AnimeDL
3ca4000ed1 [CR] Fix new stream dub selection logic 2024-04-03 13:38:18 -07:00
AnimeDL
4c5bdb4226 Increment version + Documentation 2024-04-03 15:41:49 +00:00
AnimeDL
d5272e7108 Increment version 2024-04-03 08:42:14 -07:00
AnimeDL
90100a077d [CR] Add Switch Stream 2024-04-03 08:41:49 -07:00
IONI0
6bf7e9721f Fixes/enchancements for vtt2ass with new Hidive Q styles 2024-04-02 16:45:29 +11:00
AnimeDL
80c7f5ba77 Bump version + Documentation 2024-04-01 21:02:13 +00:00
AnimeDL
9aefa9c598 Bump version 2024-04-01 13:40:23 -07:00
AnimeDL
652e0feeca
Merge pull request #623 from DAREK0N/master
GUI Hardsubs
2024-04-01 13:28:03 -07:00
DAREKON
a852cb37c5 GUI Fixed spelling 2024-04-01 22:22:34 +02:00
DAREKON
0f3cf5fbb8 GUI Hardsubs 2024-04-01 20:59:53 +02:00
DAREKON
c990e744d3 GUI Hardsubs 2024-04-01 20:30:27 +02:00
AnimeDL
dc87b23c0d [CR] Replace --search-locale flag with --locale
This allows for episode names and search results in the selected locale. Addresses #612 + Documentation
2024-03-30 00:56:47 +00:00
AnimeDL
b54d54d374 [CR] Replace --search-locale flag with --locale
This allows for episode names and search results in the selected locale. Addresses #612
2024-03-29 17:56:53 -07:00
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