3.0
elebumm/RedditVideoMakerBot3.0Jan 4, 2023by OpenSourceSimon
AI Summary
A major version update introducing Story mode, landscape video support, AI filtering, and significant GUI improvements.
Key Highlights
- Story mode feature to read post descriptions
- Added custom resolution for landscape videos
- Added AI random posts filtering
- Create a thumbnail
- More features to the GUI
Breaking Changes
- TikTok TTS now requires a sessionid
New Features
- Story mode
- AI post sorting
- Custom resolution
- Thumbnail generation
Full Release Notes
After 5-6 months it's finally here! Version 3.0 includes loads of new features and bug fixes, here's a quick list: - Fix for TikTok TTS, which now requires a sessionid - Story mode feature so it can read the post description - Added custom resolution, landscape videos are possible - Added AI random posts filtering - More features to the GUI - Create a thumbnail ## What's Changed * bring develop up to master by @callumio in https://github.com/elebumm/RedditVideoMakerBot/pull/1142 * Revert "bring develop up to master" by @callumio in https://github.com/elebumm/RedditVideoMakerBot/pull/1143 * bring develop to master by @callumio in https://github.com/elebumm/RedditVideoMakerBot/pull/1144 * Cleared videos.json by @OpenSourceSimon in https://github.com/elebumm/RedditVideoMakerBot/pull/1145 * Documentation url by @OpenSourceSimon in https://github.com/elebumm/RedditVideoMakerBot/pull/1140 * fix: install.sh might break python environments by @BlockArchitech in https://github.com/elebumm/RedditVideoMakerBot/pull/1153 * update version and handle multiple post_ids correctly by @swoker in https://github.com/elebumm/RedditVideoMakerBot/pull/1150 * Feat/better issues by @hammamikhairi in https://github.com/elebumm/RedditVideoMakerBot/pull/1181 * better issues by @hammamikhairi in https://github.com/elebumm/RedditVideoMakerBot/pull/1184 * Minor changes to #990 (fixed audio glitches caused by previous audio concatenation method) by @Trichtern in https://github.com/elebumm/RedditVideoMakerBot/pull/1177 * New function in GUI by @RiveN000 in https://github.com/elebumm/RedditVideoMakerBot/pull/1158 * Added full path check of .config.template.toml by @OpenSourceSimon in https://github.com/elebumm/RedditVideoMakerBot/pull/1205 * Added more functions to GUI by @RiveN000 in https://github.com/elebumm/RedditVideoMakerBot/pull/1211 * Fix: Correct video length by @RiveN000 in https://github.com/elebumm/RedditVideoMakerBot/pull/1221 * Changed Discord Discriminator by @FreebieII in https://github.com/elebumm/RedditVideoMakerBot/pull/1236 * Adding prawcore to the requirements by @NoFailer in https://github.com/elebumm/RedditVideoMakerBot/pull/1242 * Update .config.template.toml fix multiple subreddits regex by @dasbts in https://github.com/elebumm/RedditVideoMakerBot/pull/1275 * Update README.md by @Jacoboleary in https://github.com/elebumm/RedditVideoMakerBot/pull/1305 * Update pillow requirement from ~=9.1.1 to ~=9.3.0 by @dependabot in https://github.com/elebumm/RedditVideoMakerBot/pull/1333 * Updates docker to use python:3.10.9-slim as base image by @underscore-ex in https://github.com/elebumm/RedditVideoMakerBot/pull/1376 * Patch 1 by @LukachoLombardi in https://github.com/elebumm/RedditVideoMakerBot/pull/1372 * Added new gameplay video options by @whyisthesheep in https://github.com/elebumm/RedditVideoMakerBot/pull/1314 * Update README.md by @JasonLovesDoggo in https://github.com/elebumm/RedditVideoMakerBot/pull/1381 * Added the story mode with 2 methods and add min comment lenght by @electro199 in https://github.com/elebumm/RedditVideoMakerBot/pull/1288 * Add ai methods that sort threads based on content similarity w/ given… by @dmoralis in https://github.com/elebumm/RedditVideoMakerBot/pull/1391 * Added option to remove emojis from TTS by @Chizaruu in https://github.com/elebumm/RedditVideoMakerBot/pull/1380 * Creating_a_thumbnail by @JvSdv in https://github.com/elebumm/RedditVideoMakerBot/pull/1296 * Custom resolution by @jotonedev in https://github.com/elebumm/RedditVideoMakerBot/pull/1277 * Master to develop to sync changes by @OpenSourceSimon in https://github.com/elebumm/RedditVideoMakerBot/pull/1400 * Update pillow requirement from ~=9.3.0 to ~=9.4.0 by @dependabot in https://github.com/elebumm/RedditVideoMakerBot/pull/1421 * Fix path by @Xpl0itU in https://github.com/elebumm/RedditVideoMakerBot/pull/1410 * Fix and improve TikTok TTS by @jotonedev in https://github.com/elebumm/RedditVideoMakerBot/pull/1271 * Version 3.0 by @OpenSourceSimon in https://github.com/elebumm/RedditVideoMakerBot/pull/1423 ## New Contributors * @hammamikhairi made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1181 * @Trichtern made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1177 * @NoFailer made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1242 * @dasbts made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1275 * @Jacoboleary made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1305 * @underscore-ex made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1376 * @LukachoLombardi made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1372 * @whyisthesheep made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1314 * @electro199 made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1288 * @dmoralis made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1391 * @Chizaruu made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1380 * @JvSdv made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1296 * @jotonedev made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1277 * @Xpl0itU made their first contribution in https://github.com/elebumm/RedditVideoMakerBot/pull/1410 **Full Changelog**: https://github.com/elebumm/RedditVideoMakerBot/compare/2.4.2...3.0