Jason
7e2af9e063
refactor: moved save_data func to utils/videos.py from final_video.py
...
refactor: refactored using black formatter.
cmd: black . --line-length 101
2 years ago
Jason
804967e5e4
refactor: refactored using black formatter.
...
cmd: black . --line-length 101
2 years ago
Jason
a5fe2eface
feat: allows users to queue up multiple posts by splitting the post id's with a +
...
e.g. POST_ID="urdtfx+qrftps" would do urdtfx than qrftps
note: it is incompatible with times_to_run
feat: allows the username to begin with u/
closes #745
2 years ago
Cizzl
9f894c1722
fixes #778 when result folder not created
2 years ago
Marcel
c069d8b5d0
Fixed #736
2 years ago
Callum Leslie
0fa4a3f4df
Stopped using global variable for submission as well unneeded env vars
2 years ago
Callum Leslie
87d10206fb
Add UTF-8 encoding to all open statements
2 years ago
Callum Leslie
69f4f59bb6
Formatted with python-black
2 years ago
Vaughn Bosu
e14ec48569
Merge branch 'develop' into MultiThreading
2 years ago
Vaughn Bosu
7b8e60f8db
Update final_video.py
2 years ago
Vaughn Bosu
eb00cf319a
Update final_video.py
2 years ago
Vaughn Bosu
0d6e1238a7
Update final_video.py
2 years ago
Callum Leslie
83407aba74
Merge branch 'develop' into Documentation
2 years ago
Callum Leslie
71ae7db4d7
Remove debug statements
2 years ago
HallowedDust5
b38184bc32
Updated doc comments, added typing in function declaration
2 years ago
Jason
e6501f4337
fixed title opacity error
2 years ago
ART3MISTICAL
a56e818e26
Converted spaces into tabs for all files
2 years ago
CordlessCoder
8b0be93302
Some refactors, removed unnecessary f-strings and never referenced variables
2 years ago
Jason
63ca264dda
FIXES audio/image de-syncing issues
2 years ago
Jason
d1faf4824c
refactored using black
2 years ago
Jason
809bae88c9
fixes desyncing issue
...
part of the credit goes to https://github.com/RebelPorp
2 years ago
Jason
944510a3f6
fix: fixed a slight path issue
...
chore: lowered the time.sleep time from 2 to 1
2 years ago
Lewis Menelaws
439a257a53
Merge branch 'develop' into pr/ProjectSlxsh/418
2 years ago
null3000
2004f7c0a5
fixed merge errors
2 years ago
null3000
31a4e825f1
fixed merge issues
2 years ago
null3000
bfd98d1da9
Merge branch 'develop' into ux-changes
2 years ago
null3000
abbb496012
round video length
...
turns 'total_length' into an int, instead of float.
2 years ago
Jason
7e3084e886
reformatted
3 years ago
Jason
174df19be7
fix: improved TTS requests
...
fixes #64
3 years ago
Domiziano Scarcelli
cacf3764e2
Merge branch 'develop' into change-video-location
3 years ago
Domiziano Scarcelli
5bf0888460
Removed unused imports
3 years ago
Jason
bff0881b80
forgot to add int() to Greater than or equal to ops
3 years ago
Jason
dbf68477a6
fixed #60
...
and reformatted project with the black formatter
3 years ago
null3000
224217f341
Merge branch 'develop' into ux-changes
3 years ago
null3000
232b444251
Update final_video.py
3 years ago
Jason
c6df98abeb
added image transparency
...
closes #39
3 years ago
Jason
293b34666a
feat: added TFA auth
...
chore: overhauled the video download system.
feat: added progress bar and speed for video download
fix: fixed the evil file not found error!
feat: added a variable that allows you to make MULTIPLE videos not just one
feat: added a standardized viewport size for the screenshot downloader
notes: removed askreddit.py as it was not needed after subreddit.py redesign.
closes #26
fixes #38
fixes #32
fixes #31
fixes #30
fixes #22
fixes #21
fixes #17
fixes #14
3 years ago
CordlessCoder
24863a9940
video_creation surface level refactor
3 years ago
CordlessCoder
45a296db80
setup.py heavily refactored, all files formatted with python-BLACK and added shebang lines
3 years ago
Domiziano Scarcelli
b5c6e8f60b
Added a .env variable to change the save location of the final video
3 years ago
PatatjeMC
f67aefabfd
Fixed some bugs and upped background resolution
...
Fixed the 2 most common errors that I encountered:
- The "SoX error" (That's what it's called in JasonLovesDoggo's repo)
- AttributeError: 'dict' object has no attribute 'title'
Fixed the ending being glitchy and freezing
Upped the resolution of the background cause it looked bad
3 years ago
MeDBeD1
6f6b7ad3fc
Merge branch 'master' into MeDBeD1-patch-1
3 years ago
Callum Leslie
f54d2fc282
Merge branch 'master' into master
3 years ago
Callum Leslie
0dc32154f2
Code was placed in the wrong place
3 years ago
jacesleeman
fe92918823
updated
3 years ago
jacesleeman
5f2070d344
Added opacity setting to the screen shots
3 years ago
MeDBeD1
2ef606fe29
Fixed a bug: an error if the thread has no selftext
...
Had to implement a few checks for the thread having selftext and for selftext tts file to exist
3 years ago
Kamushy
367105fb2d
Changed file import name and resolved conflicts
3 years ago
MeDBeD1
6ec9475232
First 2 files of requested changes
3 years ago
Kamushy
d15679d809
Merge branch 'master' into master
3 years ago