Simon
117c20fcee
Merge pull request #1655 from Shayan925/patch-1
...
Update Dockerfile
2 years ago
electro199
10d002f4e0
removed opacity
2 years ago
Simon
a329308c94
Merge pull request #1670 from Xpl0itU/patch-1
...
Fix adding ffmpeg to path
2 years ago
Xpl0itU
47f762eb0d
Fix adding ffmpeg to path
...
This fixes adding ffmpeg to the path by adding it to the user path instead of the system path, which doesn't require admin privileges to do
2 years ago
liamb13
32ea522cd9
Update main.py
...
Redact elevenlabs_api_key
2 years ago
Simon
91c607a023
Merge pull request #1669 from propilideno/develop
...
Fixed #1649 randrange bug
2 years ago
Lucas
fcf6ef93e5
Fix #1649 randrange bug
2 years ago
electro199
4a83cd0f6f
better err handle and run.bat
2 years ago
electro199
7486e04b26
Merge branch 'develop' of https://github.com/elebumm/RedditVideoMakerBot into dev
2 years ago
liamb
6d2f20d832
fixes evaluate
2 years ago
liamb13
6aef6666e0
Update elevenlabs.py
2 years ago
liamb13
bd015a466a
Update screenshot_downloader.py
2 years ago
liamb13
c935d865ca
Create playwright.py util file
2 years ago
liamb13
07beeafa50
Update screenshot_downloader.py
...
Scrolls comment into view. Without, it can break
2 years ago
Shayan Jizan
8a24a9e773
Update Dockerfile
...
Install the ffmpeg dependency.
2 years ago
Josh Holly
15a17896ca
Remoted int() wrapper
...
Removed int() around opacity = settings.config["settings"]["opacity"] to fraction numbers (IE 0.5, 0.7, etc)
2 years ago
liamb13
9a90363f56
Update utils/.config.template.toml
...
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
2 years ago
liamb13
51d0486866
Update TTS/elevenlabs.py
...
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
2 years ago
liamb13
270e725e40
Update TTS/elevenlabs.py
...
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
2 years ago
Simon
6d01ff8bfd
Merge pull request #1650 from zombie223/feature/hard-reload
...
feat: Added hard reload functionality for data refreshing
2 years ago
zombie22
2328e96937
feat: Added hard reload functionality for data refreshing
2 years ago
liamb13
473dacdbfc
Update elevenlabs.py
2 years ago
Josh Holly
325266dc85
Merge branch 'develop' into joshholly-fix-opacity
2 years ago
Josh Holly
838333160d
Update final_video.py
...
Fixed opacity so comments will have transparency if the user sets the "opacity" option below 1.
2 years ago
liamb
815c4b2a2e
throw error on no api
2 years ago
liamb
685f8c4ddd
format like other tts engines
2 years ago
liamb13
facae5efd5
Update utils/.config.template.toml
...
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
2 years ago
liamb13
066f657134
Update TTS/elevenlabs.py
...
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
2 years ago
Simon
93b64805e3
Merge pull request #1615 from xyba1337/reddit-credentials-check
...
Reddit credentials validation in screenshot_downloader.py
2 years ago
liamb
d19dfac8a3
adds elevenlabs
2 years ago
xyba
eb7d1e9440
Reddit credentials validation in screenshot_downloader.py
...
# Description
The Playwright locator timed out in line 175 without letting the user know why. The browser failed to log me in to Reddit using the incorrect credentials, which prevented it from accessing the desired post. This fix should be a much more user-friendly approach.
# Issue Fixes
https://github.com/elebumm/RedditVideoMakerBot/issues/1596
None
# Checklist:
- [❌ ] I am pushing changes to the **develop** branch
- [❌ ] I am using the recommended development environment
- [✅ ] I have performed a self-review of my own code
- [✅ ] I have commented my code, particularly in hard-to-understand areas
- [❌ ] I have formatted and linted my code using python-black and pylint
- [✅ ] I have cleaned up unnecessary files
- [✅ ] My changes generate no new warnings
- [✅ ] My changes follow the existing code-style
- [✅ ] My changes are relevant to the project
# Any other information (e.g how to test the changes)
Without my changes, you can set headless to false and run the program. You will notice a timeout exception comfing from playwright without any indications to the user as to why it happened.
With my changes however, it performs a check to see if the reddit login is returning an error message, if it does it let's the user know to fix his credentials inside of config.toml.
2 years ago
Jason
67a69c2afa
Merge pull request #1593 from propilideno/master
...
Added Background Audio Feature, new results tree, and new toml config
2 years ago
Jason
3fa304bbaa
Merge pull request #1598 from elebumm/dependabot/pip/develop/tomlkit-0.11.8
...
Bump tomlkit from 0.11.4 to 0.11.8
2 years ago
dependabot[bot]
165bdeb10f
Bump tomlkit from 0.11.4 to 0.11.8
...
Bumps [tomlkit](https://github.com/sdispater/tomlkit ) from 0.11.4 to 0.11.8.
- [Release notes](https://github.com/sdispater/tomlkit/releases )
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sdispater/tomlkit/compare/0.11.4...0.11.8 )
---
updated-dependencies:
- dependency-name: tomlkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Jason
4668e4a24a
Merge pull request #1600 from elebumm/dependabot/pip/develop/rich-13.3.5
...
Bump rich from 13.3.1 to 13.3.5
2 years ago
Jason
1d4854461b
Merge pull request #1611 from elebumm/dependabot/pip/develop/flask-2.3.2
...
Bump flask from 2.2.2 to 2.3.2
2 years ago
Simon
3f9cd2021b
Merge pull request #1612 from liamb13/add_periods
...
Add periods fix
2 years ago
liamb
276c0679b5
add periods fix
2 years ago
dependabot[bot]
d26e82d04c
Bump flask from 2.2.2 to 2.3.2
...
Bumps [flask](https://github.com/pallets/flask ) from 2.2.2 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.2.2...2.3.2 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
20c39a2894
Bump rich from 13.3.1 to 13.3.5
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.3.1 to 13.3.5.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.3.1...v13.3.5 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Simon
8178519937
Exit on wrong Python version
2 years ago
Lucas
7613ac59e7
added only no copyright songs
2 years ago
Lucas
d8347e08b9
Fixed issues and improvements related by Jason
2 years ago
Lucas
778d9c0c37
changing allow_only_tts to enable_extra_audio
2 years ago
Lucas
e488ef6e0c
better explanation on toml and new default value
2 years ago
Lucas de Almeida
472abed599
Merge branch 'develop' into master
2 years ago
Lucas
0258026ebd
fixed audio post processing audio download bug
2 years ago
Lucas
d9ff36b034
Merge with develop branch and no pytube required
2 years ago
Lucas
1f48c53a74
new toml config and added background audio feature
2 years ago
Lucas de Almeida
15a4f80f99
2 samples with backgroundMusic and without it
2 years ago