Simon
8e58cd67ec
Little fix
2 years ago
Simon
5e19fd757c
Fix TypeError
2 years ago
Simon
1dec673841
Update all the requirements, reformat a bit and fix the story mode character limit
2 years ago
Simon
59cbf94207
Merge pull request #1663 from liamb13/reddit-redesign
...
Reddit redesign
2 years ago
Simon
d3344001e8
Merge pull request #1626 from joshholly/joshholly-fix-opacity
...
Fixed Opacity Function
2 years ago
Simon
164e584b97
Merge pull request #1619 from liamb13/elevenlabs
...
Adds elevenlabs TTS
2 years ago
Simon
53ab45bba9
Merge branch 'develop' into elevenlabs
2 years ago
Simon
f7bc316bfc
Merge pull request #1578 from liamb13/zoom
...
Adds zoom function
2 years ago
Simon
655c507010
Couple of fixes including translators fix
2 years ago
Simon
19b44b1302
Add random_voice
2 years ago
Simon
3e6cc23002
Delete codesee-arch-diagram.yml
2 years ago
Simon
117c20fcee
Merge pull request #1655 from Shayan925/patch-1
...
Update Dockerfile
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
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