Commit graph

264 commits

Author SHA1 Message Date
AnimeDL
06a839c518 Improve logging & version bump 2025-01-28 18:40:21 -08:00
AnimeDL
3463fd626d Update package.json 2025-01-28 13:09:14 -08:00
stratumadev
fef39af547 added playready support for crunchyroll 2024-12-07 03:35:22 +01:00
AnimeDL
16e7fcb71e Fix Docker Release 2024-08-15 12:27:56 -07:00
AnimeDL
b488834c0f [CR} Hotfix downloading
Pretty hacked together, but should work just fine. I'll work on a proper removal of the old API here soon
2024-07-08 16:56:13 -07:00
AnimeDL
0026de73bf [CR] Add device_id caching
Fixes issue with creating a lot of random device IDs by saving the created device id in the config
2024-06-28 16:52:05 -07:00
AnimeDL
ab090a6858 [CR] Whoops
Forgot the other 3 login places
2024-06-28 09:31:42 -07:00
AnimeDL
05d679e6ca [CR] Hotfix login
Also increment version
2024-06-28 09:20:35 -07:00
AnimeDL
0a7cfcd917 [CR] Migrate to android token
Will require a fresh login.
Web wasn't working for password auth, for some reason.

Increment version
2024-06-24 10:33:08 -07:00
AnimeDL
d81ca76594 Code cleanup
Thanks to TypeScript 5.5, this workaround is no longer needed

Increment version
2024-06-23 15:28:00 -07:00
AnimeDL
240ff3870b Bump version 2024-06-20 12:57:47 -07:00
AnimeDL
0045abe08c update typescript 2024-06-20 10:57:03 -07:00
AnimeDL
cf921295f8 Bump node ver to 20 2024-06-19 21:54:47 -07:00
AnimeDL
ed22970346 Dependency bump 2024-06-19 21:53:12 -07:00
AnimeDL
5f034dc348 Add esbuild step to build process
Seems to run a bit faster, also allows for newer node versions with pkg, and seems to also decrease false-positives. This likely can be used to further improve our build process
2024-06-19 21:52:02 -07:00
AnimeDL
c294cdc280 [CR] Add crunchy play streams selector 2024-06-19 20:28:43 -07:00
AnimeDL
fba1b1cf22 Increment version 2024-06-18 15:18:17 -07:00
AnimeDL
85c5d45829 Increment version 2024-05-28 19:34:58 -07:00
AnimeDL
fc0736c686 [CR] Implement deleting streams
Allows endless non-drm downloads
2024-05-23 09:45:52 -07:00
AnimeDL
8dd0725f9a [ADN] Fix some output problems
Fix season detection, and fix null instead of show title in some circumstances
2024-05-17 16:53:10 -07:00
dependabot[bot]
8da4074b1b
Bump ts-proto from 1.171.0 to 1.176.0
Bumps [ts-proto](https://github.com/stephenh/ts-proto) from 1.171.0 to 1.176.0.
- [Release notes](https://github.com/stephenh/ts-proto/releases)
- [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stephenh/ts-proto/compare/v1.171.0...v1.176.0)

---
updated-dependencies:
- dependency-name: ts-proto
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 07:01:09 +00:00
AnimeDL
afefbbf9a5
Merge branch 'master' into v5 2024-04-19 15:50:20 -07:00
AnimeDL
e47deb7c57 Increment version 2024-04-19 15:45:21 -07:00
AnimeDL
bc1f69b3b1 Increment version number 2024-04-16 19:54:16 -07:00
AnimeDL
4d134a613d Add unknown option suggestion and warning 2024-04-16 08:35:20 -07:00
AnimeDL
52aaef0515 [GUI] Add script to start dev server 2024-04-16 08:07:47 -07:00
AnimeDL
b42a543ed5
Merge branch 'v5' into remove-funi 2024-04-13 07:39:37 -07:00
AnimeDL
9972a48366 [CR] Crunchy Hotfix 2024-04-11 08:09:48 -07:00
AnimeDL
5226b963ee Set version for release 2024-04-09 15:18:27 -07:00
AnimeDL
00a4f7b9ee Increment version 2024-04-09 13:23:17 -07:00
AnimeDL
a022855400 Add missing dev dep 2024-04-08 14:14:47 -07:00
AnimeDL
6e4e10930b Bump Deps & Remove UnusedDeps
Bumps dependencies, and removes unused dependencies
2024-04-07 22:25:56 -07:00
AnimeDL
16d2277d3e eslint and building fixes 2024-04-07 19:48:29 -07:00
AnimeDL
0a3b638c55 Start of Removing Funimation 2024-04-06 21:20:34 -07:00
AnimeDL
23f185c877 eslint fixes 2024-04-06 09:10:48 -07:00
AnimeDL
ea51c8a7ea Fix linting 2024-04-05 21:57:21 -07:00
AnimeDL
5846a13c10 Increment version 2024-04-04 10:24:46 -07:00
AnimeDL
d83b2b55c8 Increment version 2024-04-03 18:08:28 -07:00
AnimeDL
d5272e7108 Increment version 2024-04-03 08:42:14 -07:00
AnimeDL
9aefa9c598 Bump version 2024-04-01 13:40:23 -07:00
AnimeDL
510847d3d5 Increment Version 2024-03-18 17:49:44 -07:00
AnimeDL
f8307620ce
Merge branch 'master' into mpd-support 2024-03-17 18:07:28 -07:00
AnimeDL
1c39e349ad [HD] Initial support for new Hidive API
The new API can be accessed with `--hdapi new`
2024-03-16 17:44:11 -07:00
AnimeDL
5e95f600d9 Fix required dependency mistakenly in dev
Should allow the package to be built without installing devDependencies
2024-03-16 15:52:36 -07:00
AnimeDL
19521be3ff Add missing proto compilation script 2024-03-16 12:21:33 -07:00
AnimeDL
205232f6d9 Switch to linuxstatic for linux build
This should allow the linux build to run on a much larger variety of linux distros.
2024-02-06 17:44:36 -08:00
AnimeDL
03e3c96f3c Rework Building
Should now be more modular, at the cost of human-readable names. It can now be used to build android versions, alpine versions, as well as arm for each supported platform
2024-02-06 08:41:54 -08:00
AnimeDL
1e2b396ed5 Increment version 2024-01-29 22:50:55 -08:00
AnimeDL
60da30c92b Increment version 2024-01-09 08:39:53 -08:00
AnimeDL
3174a4db5e switch to yao-pkg 2024-01-09 08:38:01 -08:00
AnimeDL
5c751eb551 switch to yao-pkg 2024-01-07 22:07:24 -08:00
AnimeDL
ca01c04961 API switching 2023-12-29 21:14:12 -08:00
AnimeDL
28518bb461 Initial commit for WV Decryption 2023-12-24 19:29:01 -08:00
AnimeDL
d1d9840629 Fix muxing for MPD 2023-12-24 12:09:52 -08:00
AnimeDL
788afbc6f5 Fix object downloading 2023-12-24 11:53:22 -08:00
AnimeDL
a27c0209c1 Initial support for mpd 2023-12-23 20:28:37 -08:00
AnimeDL
dd20ff0a7d Version bump 2023-12-16 12:07:26 -08:00
AnimeDL
834e157d70 Change the default kstream to 2 2023-12-15 09:48:23 -08:00
AnimeDL
7e8bb06a8b Replace ffprobe static with ffprobe bin 2023-12-15 09:24:07 -08:00
AnimeDL
7de7f22775 GUI: hidive subtitles dropdown all/none missing 2023-07-31 16:41:08 -07:00
AnimeDL
24f330838e Add new Hidive languages 2023-07-30 16:09:56 -07:00
AnimeDL
485433cd74 Initial attempt to add --syncTiming flag
Add --syncTiming flag to attempt to detect timing differences in multi-dub downloads and sync them properly. Currently disabled by default since it's experimental and likely buggy. Potentially Resolved #471
2023-07-16 19:24:41 -07:00
AnimeDL
02b4385db3 Add --new to hidive
Adds --new to hidive to look at the ID's of recently added stuff
2023-07-16 13:23:31 -07:00
AnimeDL
a87c345fdc Fixed duplicate episode entries in archive 2023-07-16 08:57:54 -07:00
AnimeDL
b6187c48a8 Add version info to help menu in GUI 2023-07-15 19:12:24 -07:00
AnimeDL
cf83eb18ba Change no-unused-vars to warn 2023-07-15 17:57:08 -07:00
AnimeDL
2b969971e6 Fix language order 2023-07-15 16:11:58 -07:00
AnimeDL
ea5ba76eba Update dependencies 2023-07-15 15:09:06 -07:00
AnimeDL
c3dab33f6b Add GUI States
This adds states for the GUI that get saved to a file, notably this means that queue's of services are no longer lost when changing services, or closing and reopening the program.

Also changed was a few spelling fixes
2023-07-15 11:16:55 -07:00
AnimeDL
47078b2f93 Increment version 2023-07-14 17:25:01 -07:00
AnimeDL
a25434b059 Add version statement on GUI boot 2023-07-13 15:14:35 -07:00
AnimeDL
1816c2521d Fix multiple like languages breaking hidive
Fixes issue where multiple of the same language and marked as the same version (broadcast vs home video) would crash the merger in Hidive
2023-07-13 14:12:29 -07:00
AnimeDL
a356e98aa8 Fix regression in Funimation merging
Fixes audio not being in the final video
2023-07-13 13:56:41 -07:00
AnimeDL
c29fd0e5f5 Add support for 6 more languages
Chinese (Taiwan),
Catalan,
Polish,
Thai,
Tamil (India),
Malay (Malaysia)
2023-07-12 21:19:19 -07:00
AnimeDL
e25f469fb9 Mark as b1 2023-07-10 17:24:39 -07:00
AnimeDL
0fbd6ec5f4 Increment Version 2023-07-10 16:07:10 -07:00
AnimeDL
46c1f9432f Increment version 2023-07-07 16:02:11 -07:00
AnimeDL
2b05222cda Increment version 2023-07-05 21:36:55 -07:00
AnimeDL
3c422cfd3e Fix hidive not working in GUI version
And increment version
2023-07-05 15:52:50 -07:00
AnimeDL
88066690fd Increment version 2023-07-05 15:18:04 -07:00
AnimeDL
dd483dddb4 add hidive tag 2023-07-04 14:47:44 -07:00
AnimeDL
612bdff774 Initial commit to add hidive 2023-07-04 10:21:16 -07:00
AnidlSupport
eab22402dc
Increment version 2023-06-18 19:30:20 +00:00
AnimeDL
47455e3807 increment version number 2023-04-16 19:01:23 -07:00
AnidlSupport
de192a21b4
update version 2023-04-07 22:44:38 +02:00
AnidlSupport
921f346bb4
Fix copy to clipboard for images 2023-04-07 22:39:23 +02:00
AnidlSupport
f32e7b19a2 CLI Default for GUI & Pnpm update 2023-03-22 18:15:57 +01:00
AnidlSupport
7e4f7e426a Version and pnpm update 2023-03-04 22:48:08 +01:00
AnidlSupport
42ac8d85c4 New Logger + HLS-Download include 2023-03-03 19:10:20 +01:00
AnidlSupport
cd62595518 New GUI 2023-02-27 21:20:06 +01:00
AnidlSupport
7fe6f61614 Increment version + eslint 2023-02-26 19:32:54 +01:00
AnidlSupport
be8d6a5b6c Update gui 2023-02-25 14:32:42 +01:00
AnidlSupport
bb623e52ea pnpm & GUI update 2023-02-21 19:17:44 +01:00
AnimeDL
1b2972066c Increment version number 2023-02-17 10:27:52 -08:00
AnimeDL
99ff19e180 Fix LA Spanish downloading 2023-02-16 14:48:21 -08:00
AnimeDL
cceae5e1fe Increment version number 2023-02-14 16:50:44 -08:00
AnimeDL
43928b6246 Fix crunchyroll API change 2023-02-14 14:41:19 -08:00
AnimeDL
4d960cf726 increment version number 2023-01-24 09:54:49 -08:00
AnimeDL
e97e47d395 Update version number 2023-01-23 20:19:18 -08:00
AnimeDL
e07a4c4228 Update Author to include email 2023-01-23 10:10:55 -08:00