Commit Graph

  • dffc6a2bbc Docs: Add user thoughts on bundling challenges to DEVELOPMENT_PLAN.md main Ramforth 2025-11-03 01:57:33 +01:00
  • 5ad7eb2ea1 Docs: Add assessment report on bundling FFmpeg to DEVELOPMENT_PLAN.md Ramforth 2025-11-03 01:50:56 +01:00
  • 5f1363f335 Docs: Add images/ folder with GUI screenshot Ramforth 2025-11-03 01:48:27 +01:00
  • 0b1816a310 Docs: Center GUI screenshot in README.md Ramforth 2025-11-03 01:45:30 +01:00
  • d62742ef00 Docs: Add GUI screenshot to README.md Ramforth 2025-11-03 01:44:29 +01:00
  • 841bbac9d4 Fix: Explicitly set empty text for CTkSwitch to suppress default label Ramforth 2025-11-03 01:34:32 +01:00
  • b4815a4a19 Fix: Correct mode switch text and remove main frame padding v0.4.0 Ramforth 2025-11-03 01:28:29 +01:00
  • 7283966b2e Feat: Implement main content frame and dynamic mode switch text Ramforth 2025-11-03 01:18:38 +01:00
  • 5ee4b3e8f3 Revert: Revert gui.py and custom theme JSON files to previous state for debugging segmentation fault Ramforth 2025-11-03 01:00:27 +01:00
  • 603ba2f679 Fix: Add missing border_width to CTkFrame in custom themes Ramforth 2025-11-03 00:55:06 +01:00
  • 46bb80338a Fix: Add missing border_width to CTkFrame in custom themes Ramforth 2025-11-03 00:52:17 +01:00
  • 2f773657a1 Fix: Add missing border_width to CTkFrame in custom themes Ramforth 2025-11-03 00:49:59 +01:00
  • dd37b38498 Feat: Implement user's proposed gui.py changes, add footer, and refine theme JSON files Ramforth 2025-11-03 00:48:03 +01:00
  • 3b4890c8e8 Feat: Implement user's proposed gui.py changes, add footer, and refine theme JSON files Ramforth 2025-11-03 00:45:18 +01:00
  • 55a3838be7 Feat: Implement user's proposed gui.py changes, add footer, and refine theme JSON files Ramforth 2025-11-03 00:37:54 +01:00
  • a791f4d8ca Fix: Implement user's proposed gui.py changes and correct theme JSON files Ramforth 2025-11-03 00:29:05 +01:00
  • 4f61d86e2a Feat: Implement user's proposed gui.py changes for improved UI/UX and functionality Ramforth 2025-11-03 00:24:53 +01:00
  • 710f77f403 Fix: Include custom theme JSON files in PyInstaller bundle Ramforth 2025-11-03 00:16:14 +01:00
  • b4ffdfa977 Fix: Resolve CTkSwitch AttributeError and implement custom themes Ramforth 2025-11-02 22:40:24 +01:00
  • 1250afc9e5 Fix: Resolve AttributeError in CTkSwitch and ensure initial dark mode Ramforth 2025-11-02 22:27:28 +01:00
  • e0fb81197c Feat: Implement proposed gui.py changes for improved UI/UX Ramforth 2025-11-02 22:24:37 +01:00
  • 0a49866662 Fix: Re-add tkinter import to gui.py to resolve NameError Ramforth 2025-11-02 22:06:24 +01:00
  • e3238d7091 Feat: Migrate GUI to customtkinter and update README.md v0.3.0 Ramforth 2025-11-02 22:01:43 +01:00
  • 3235ed5e6f Docs: Add in-document link to HOW-TO.md Ramforth 2025-11-02 21:34:23 +01:00
  • fc8deb0440 Fix: Resolve ModuleNotFoundError for gui module v0.2.0 Ramforth 2025-11-02 21:29:42 +01:00
  • 42f4985812 Fix: Correct SyntaxError in gui.py Ramforth 2025-11-02 21:19:28 +01:00
  • 99255e2061 Prepare for v0.1.0-beta release v0.1.0-beta Ramforth 2025-11-02 21:02:58 +01:00
  • 4146be0371 docs: Rename USAGE.md to HOW-TO.md Ramforth 2025-11-02 12:53:39 +01:00
  • 15e5933c05 Merge branch 'main' of https://gitea.ramforth.net/ramforth/video-converter Ramforth 2025-11-02 12:37:27 +01:00
  • 9b0c557d9c feat: Implement GUI and standalone executable Ramforth 2025-11-02 12:37:09 +01:00
  • 01e3553796 Update .gitignore ramforth 2025-11-01 17:24:56 +01:00
  • a005e34a82 Update .gitignore ramforth 2025-11-01 17:24:19 +01:00
  • 7353501288 Update .gitignore ramforth 2025-11-01 16:21:25 +01:00
  • 2846471d50 Docs: Update all documentation to reflect current project state and future priorities Ramforth 2025-11-01 16:15:40 +01:00
  • be101e0869 Feat: Implement yt-dlp integration; Fix: Resolve PyInstaller bundling issues for downloader and ffmpeg-python; Docs: Add command-outputs.md Ramforth 2025-11-01 15:49:35 +01:00
  • 89c6a25891 Attempt to fix PyInstaller import error with explicit imports in __init__.py Ramforth 2025-11-01 13:24:13 +01:00
  • 4c3d343bb3 Docs: Restructure development plan with new priorities Ramforth 2025-11-01 13:06:52 +01:00
  • 1fdaf49133 Fix: Resolve NameError in utils.py; Refactor: Switch to subprocess calls and update spec file; Docs: Mark packaging complete Ramforth 2025-11-01 12:37:32 +01:00
  • b8d74f43ef Attempt to fix PyInstaller ffmpeg-python import error with hiddenimports Ramforth 2025-11-01 12:29:02 +01:00
  • 049b016e72 Update USAGE.md with executable instructions; Add PyInstaller spec file; Update .gitignore Ramforth 2025-11-01 12:16:10 +01:00
  • a73569a5e8 Refactor: Strengthen error handling and remove debug prints Ramforth 2025-11-01 12:11:21 +01:00
  • 03330eeb19 Update USAGE.md to reflect interactive input file prompt Ramforth 2025-11-01 11:28:43 +01:00
  • 0c8a431256 Add functionality to prompt for input file if not provided via CLI Ramforth 2025-11-01 11:28:18 +01:00
  • bab986646b Add USAGE.md explaining how to use the script Ramforth 2025-11-01 11:25:51 +01:00
  • 0fbc261e1b Complete initial project setup and core functionality Ramforth 2025-11-01 11:22:59 +01:00
  • f06797d437 Update FFMPEG_NOTES.md with refined default DNxHD profiles Ramforth 2025-11-01 11:18:56 +01:00
  • 35641eea16 Update FFMPEG_NOTES.md: Add Opus audio codec considerations Ramforth 2025-11-01 01:52:26 +01:00
  • c29d5cc92d Add FFMPEG_NOTES.md detailing current ffmpeg settings Ramforth 2025-11-01 01:50:30 +01:00
  • 0558751ba2 Update README.md: Add Arch Linux/CachyOS setup notes for ffmpeg-full and OBS Studio workaround Ramforth 2025-11-01 01:36:31 +01:00
  • a85c9bc150 Update README.md: Add ffmpeg-full requirement Ramforth 2025-10-31 23:49:21 +01:00
  • c853f0c135 Add README.md Ramforth 2025-10-31 23:25:59 +01:00
  • bff6ea683a Initial commit: Add DEVELOPMENT_PLAN.md Ramforth 2025-10-31 23:11:45 +01:00