Skip to content

Commit

Permalink
Made fut feat Main, Merge pull request #16 from NSMY/Future-Dev-Features
Browse files Browse the repository at this point in the history
Merged Future dev features > main
  • Loading branch information
NSMY authored Apr 17, 2024
2 parents ff0506a + fe6c4fc commit 7944267
Show file tree
Hide file tree
Showing 35 changed files with 3,103 additions and 543 deletions.
35 changes: 35 additions & 0 deletions # TODO.md
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?
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
/versionfile.txt/
file_extentions/
hall.ico
.vscode
Testcode.py
# .vscode
CTK_test.py
__pycache__
utility_dir\__pycache__
\jsons
new_mass_gql/jsons - Shortcut.lnk
new_mass_gql/jsons_symlink
debugging
/media/hidden media
zextra_Funcs_
newDownloadTool-exclaidraw.excalidraw
combinevideo.py
39 changes: 39 additions & 0 deletions .vscode/settings.json
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"
]

}
Loading

0 comments on commit 7944267

Please sign in to comment.