AnimeDL
df7dd06235
Hotfix for CR
...
This does not include DRM decryption, that will come later, however, this does work for however long CR allows it to.
2023-12-15 09:21:05 -08: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
ac77e4b3e0
Fix crunchy archive
...
Should actually fix #501 this time
2023-07-15 17:56:31 -07:00
AnimeDL
2b491372fc
Fix issue where specials weren't archived properly
...
Should fix #501
2023-07-13 15:12:19 -07:00
AnimeDL
9d8665dfbe
Add --keepAllVideos option
...
If set to true, it will keep all videos in the merge process, rather than discarding the extra videos.
2023-07-13 14:28:44 -07:00
AnimeDL
8aa2323697
More graceful handling of unknown languages
2023-07-12 21:35:40 -07:00
AnimeDL
573fa99626
Remove unused else
2023-07-10 16:07:52 -07:00
AnimeDL
2149df6fe5
Don't output user country on token refresh
...
Also should prevent from some excess API calls
2023-07-10 16:04:41 -07:00
AnimeDL
2dc6b3968c
Add --waittime flag
...
Will wait between downloads, set in milliseconds. Setting this high should help when downloading large numbers of items.
2023-07-10 16:00:55 -07:00
AnimeDL
e32d2fdefe
Fix debug command
2023-07-10 15:58:45 -07:00
AnimeDL
3c840e46f0
Add --nosubs support to CR/HD
...
Fixes #457
2023-07-10 09:05:57 -07:00
AnimeDL
4a135092e9
Add --extid for crunchyroll
...
Allows downloading or viewing of old Crunchyroll ID's such as: SRZ.282651 VOL.26453 EPI.842919 FLM.268837
Fixes #351 #249
2023-07-10 09:05:23 -07:00
AnimeDL
3683d93691
Fix issue where sometimes episodes weren't listed
...
This fixes an issue in Crunchy where sometimes episodes weren't properly listed. Example series was: G8DHV741D
2023-07-08 18:18:32 -07:00
AnimeDL
f6506fefcc
set debug property on cr/hd
2023-07-04 22:45:52 -07:00
AnimeDL
612bdff774
Initial commit to add hidive
2023-07-04 10:21:16 -07:00
AnimeDL
a8bdef3bc7
Add skipmux functionality to CR
2023-07-03 22:16:18 -07:00
Nicholas Kinney
adc21af7f1
Series title templatable now
2023-04-20 13:11:19 -05:00
AnimeDL
9d069b0586
fix lint issue
2023-04-16 19:07:55 -07:00
AnimeDL
92531715cd
Fix downloading movies with -e
2023-04-16 18:49:23 -07:00
AnimeDL
c6f56d27bb
update --flm to new API
2023-04-16 18:23:23 -07:00
AnidlSupport
42ac8d85c4
New Logger + HLS-Download include
2023-03-03 19:10:20 +01:00
AnidlSupport
e0a6546df5
Fix eslint warnings
2023-03-01 20:40:36 +01:00
AnidlSupport
cd62595518
New GUI
2023-02-27 21:20:06 +01:00
AnimeDL
98a074fd0d
Fixes for -e bugs
...
Season would be undefined, and mediaId would be incorrect
2023-02-14 16:50:28 -08:00
AnimeDL
f0102c0279
Sanity check for selected language download
...
Prevents issue where it would say it's downloading in a language that isn't available
2023-02-14 16:49:56 -08:00
AnimeDL
68c19738e6
Fix -s and -e
...
Fix -s and -e from the API update
2023-02-14 16:49:02 -08:00
AnimeDL
43928b6246
Fix crunchyroll API change
2023-02-14 14:41:19 -08:00
AnimeDL
736d4ae0d1
make secondary token refreshes silent
2023-01-24 09:51:31 -08:00
AnimeDL
9d38278955
Actually fix #452
2023-01-23 21:21:48 -08:00
AnimeDL
caeea00737
Improve detection of media types
2023-01-23 20:18:56 -08:00
AnimeDL
170f526cc2
Fixes #453 : Multiple same seasons can exist
...
Previously if more than one season with the same number existed, it would squash and only the last one would be able to exist... this should hopefully fix that... or make everything worse.
2023-01-23 20:18:36 -08:00
AnimeDL
f23159fb71
Fixes all dubs not showing
...
Fixes all dubs not showing on old format series
2023-01-23 18:25:38 -08:00
AnimeDL
486c7d0666
Fix #452 : logging details
2023-01-23 16:48:45 -08:00
AnimeDL
6afb8a45a6
Fix authentication error after long downloads
2023-01-23 16:05:03 -08:00
AnimeDL
64a69d953e
Update Crunchy to new API
2023-01-22 21:37:53 -08:00
AnimeDL
95b8c14b89
Prelim Crunchy Update
2023-01-21 10:49:05 -08:00
RavensRain
cce7956b07
remove useless console.log
...
and set dlVideoDownload as non-default
2022-09-11 13:22:05 +02:00
RavensRain
f6303c1a6e
Ability to reduce unnecessary bandwidth usage
2022-09-11 10:41:21 +02:00
Izuco
5751676e16
Ability to override the name of "cc"
2022-07-22 18:47:37 +02:00
Izuco
c3fbc34478
Ability to change the default sub and/or dub langauge in merged file
2022-07-21 20:06:10 +02:00
Izuco
7e67a8f61a
CC for Crunchyroll
2022-07-05 23:03:19 +02:00
Izuco
b8432270b6
Fixed #339
2022-07-04 18:19:26 +02:00
Izuco
936f86b1f0
Sanitize filename parts; Fix #335
2022-07-02 14:02:10 +02:00
Izuco
11372c041f
#311
2022-05-29 16:18:15 +02:00
Izuco
89bd225391
Fix #298
2022-04-15 20:31:37 +02:00
Izuco
9c5095f7a8
Started Layout - Working on Queue
2022-03-20 13:47:17 +01:00
Izuco
5931760449
Added the ability to set the option if the file has created programmaticly
2022-03-19 10:50:30 +01:00
Izuco
3271548987
Fix #282
2022-03-17 20:45:34 +01:00
Izuco
c39e3e40d8
Fixed #280
2022-03-14 19:48:24 +01:00
Izuco
eaf636061b
Fix #281
2022-03-14 19:40:53 +01:00
oxixes
86fb936bf2
Add OR statement
2022-03-09 21:50:17 +01:00
oxixes
a1f89c8722
Fix locale issue
...
This allows to download multiple locales of the same language.
2022-03-06 20:15:01 +01:00
Izuco
dea190ec83
Fix #273
2022-03-05 19:16:17 +01:00
Izuco
9ef4d43674
Fix crash after download
2022-03-05 19:00:33 +01:00
Izuco
aa1ec94f5d
Change service later
2022-03-04 20:11:27 +01:00
Izuco
2d139acffb
#261
2022-03-04 19:58:56 +01:00
Izuco
a3c324aef5
Set coustom ffmpeg track title
2022-03-01 17:03:10 +01:00
Izuco
620e2085e2
Introducing --override
...
- Override OR set any filename variables
- Use `toOverride='Override'`. Please note that the ' are required
2022-03-01 16:32:14 +01:00
Izuco
fed44e1cea
Fix #201 and #245
2022-02-26 11:11:21 +01:00
Izuco
a7c7451b0d
Update + Update Version + Eslint
2022-02-20 19:56:45 +01:00
Izuco
59b87d22e9
Fix #259
2022-02-19 13:36:22 +01:00
Izuco
e9852ade1a
See todo for changes
2022-02-12 16:52:36 +01:00
Izuco
40d07bb40d
Working downloads with queue system
2022-02-05 17:08:57 +01:00
Izuco
7dc72a1507
Downloading without visual feedback
2022-02-05 13:18:19 +01:00
Izuco
14de1b243a
Show episode listing
2022-02-01 20:57:41 +01:00
Izuco
162a89efc9
Show default download options
2022-01-30 16:02:23 +01:00
Izuco
57836d7a91
Eslint + Crunchy implementation
2022-01-30 15:35:44 +01:00
Izuco
d1df4909bc
Eslint
2022-01-18 15:45:09 +01:00
Izuco
d25fbe4f1c
Fixed #226
2022-01-18 15:42:03 +01:00
Izuco
401b64db05
Update fs handeling for EBUSY errors
2022-01-17 16:05:57 +01:00
Izuco
5c5f0c73d2
FFmpeg can add fonts to mkv file
2022-01-16 16:06:10 +01:00
Izuco
595b407b22
Force Muxer command
2022-01-16 15:59:39 +01:00
Izuco
aca06d9a76
Update config
2022-01-15 15:25:45 +01:00
Izuco
af8ebbb92c
Logging + Fix unknown season title + Fix padding
2022-01-11 22:49:28 +01:00
Izuco
d61bad81b5
Added silentAuth + set username and password as args
2022-01-07 20:34:53 +01:00
Izuco
fde01a049a
Full list + implementation
2021-12-26 22:25:30 +01:00
Izuco
0824d4873a
Fixed typo (again)
2021-12-21 23:28:46 +01:00
Izuco
82b17c75bc
Update font managment
2021-12-21 20:55:44 +01:00
Izuco
78c529d072
Fix spelling and --dlFonts
2021-12-21 17:02:29 +01:00
Izuco
6bde435a90
Eslint
2021-12-20 20:07:52 +01:00
Izuco
b681bc3491
Update langsdata to fix #192
2021-12-20 20:06:20 +01:00
Izuco
918e44f169
Fixed #194
2021-12-20 18:09:04 +01:00
Izuco
8ee461605d
Fixed #190 and fixed auto updater
2021-12-19 19:16:33 +01:00
Izuco
7f03bd2d86
Fixed #189
2021-12-19 13:26:16 +01:00
Izuco
476b49c56c
Fixed #183 + Crunchy allSubs and allDubs
2021-12-11 12:11:41 +01:00
Izuco
77985660c6
Style + Version
2021-12-09 17:57:32 +01:00
Izuco
77ed8b6d1f
Added muxing to direct downloads
2021-12-09 17:55:20 +01:00
Izuco
e642e73a52
Use Langs data in Funi
2021-11-30 19:44:23 +01:00
Izuco
a2070aa16d
Eslint
2021-11-28 14:59:42 +01:00
Izuco
d262972817
#177 Implemented
2021-11-28 14:58:48 +01:00
Izuco
77a9676eab
Episode select with media id
2021-11-27 19:50:35 +01:00
Izuco
d1972e3725
Crunchy season fix
...
- The number of the season will now be correctly inserted
- The default filename templated has been altered to include the season
2021-11-25 11:58:08 +01:00
Izuco
0d051ac94d
Code Refactor + #172 Implementation
2021-11-23 16:55:17 +01:00
Izuco
5d0565010c
Style
2021-11-23 15:56:55 +01:00
Izuco
162e8656b6
Fixed #175
2021-11-23 15:56:19 +01:00
Izuco
8f6dcbed0f
Download Archve
2021-11-21 14:53:14 +01:00
Izuco
72a38b975b
Crunchy but
2021-11-20 15:28:20 +01:00
Izuco
cb346284ba
Funimation but && crunchyroll all
2021-11-20 15:12:10 +01:00
Izuco
07de7a29d4
Eslint
2021-11-19 23:53:46 +01:00
Izuco
846baea609
Crunchy multi dubs
2021-11-19 23:53:09 +01:00
Izuco
768f833644
Attempt on fixing #162
2021-11-13 23:44:35 +01:00
Izuco
e1e57458e2
Added argument support + Fixed CR bug where Quality was wrongly shown
2021-11-07 00:46:14 +01:00
Izuco
3c599cd48e
100%
2021-11-01 20:38:58 +01:00