-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made fut feat Main, Merge pull request #16 from NSMY/Future-Dev-Features
Merged Future dev features > main
- Loading branch information
Showing
35 changed files
with
3,103 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
TODO | ||
|
||
|
||
[] twitch vod username can be Mods (if making a highlight) add some bypass or rewrite the gql.py vod class | ||
|
||
[x] DONE but only for twitch -- in Main make the estimated Size of the vod appear b4 the choosing of resolution?????? | ||
|
||
[TODO] make chapters in vods? using code > [Code](zextra_Funcs_/getChaptersCall.py) < will require a large rewrite, games will be | ||
in a list object and everywhere called will have to unpack, then also do u give option to set where to DL from?? | ||
|
||
[] make a custom input field for most inbuilt slink args??? | ||
|
||
[] Incorp YTDL?? | ||
|
||
[] make the setup init settings better, maybe into 1 call like if key in settings then call the whole settings thins | ||
more robust dependency searching and downloading (if deleted between settinggs Checks) | ||
|
||
[] fix tk (updatedVod) pannel width with no title name | ||
|
||
THINK maybe rework tkinter to be packs instead of grids somehow, as its laggy | ||
|
||
THINK in the check new stream -- what to do for deleted /hidden vods on channels? | ||
|
||
[TODO] make a combine segments (vids) ffmpeg via lists meth | ||
TRACK have it error when refreshing json vods file and non streamer name | ||
|
||
THINK older versions of sdu errors out if it has Newer settings file and loops??? | ||
|
||
THINK do i add multi File processing? mp4 wav etc | ||
|
||
NOTE twitch m3u8 bitrate return 0 bug still exists 15-4-23 | ||
|
||
do i make Combine streams Aud/Vid | ||
make WEBP converter? New File? | ||
Win Alert notos? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Calabri", | ||
"Calibri", | ||
"dlmssg", | ||
"dload", | ||
"errc", | ||
"errh", | ||
"errt", | ||
"ffmpegpath", | ||
"ffpeg", | ||
"ffprobe", | ||
"ffprobepath", | ||
"fieldbackground", | ||
"fprobe", | ||
"funcs", | ||
"gamename", | ||
"highlightcolor", | ||
"highlightthickness", | ||
"jsons", | ||
"mssg", | ||
"Muxed", | ||
"Muxing", | ||
"newfolder", | ||
"nokey", | ||
"noprint", | ||
"outname", | ||
"padx", | ||
"pady", | ||
"Remux", | ||
"rowspan", | ||
"sourcery", | ||
"titlename", | ||
"Usettings", | ||
"vods", | ||
"Vods" | ||
] | ||
|
||
} |
Oops, something went wrong.