Skip to content

Random Clip Player v2.1

Choose a tag to compare

@Ukunda Ukunda released this 01 Feb 19:12
· 11 commits to main since this release

New Features
Configuration Management: Implemented a persistent settings system. The application now creates a config.json file to store user preferences automatically.
Volume Memory: The player now remembers the last used volume level between application sessions.
Dynamic Folder Selection: Replaced hardcoded paths with a dynamic selection system. The application now remembers the last selected clips directory.
Menu Bar: Added a standard "File" menu with options to "Open Folder..." (Ctrl+O) and "Exit" (Ctrl+Q).
Improvements
Startup Validation: Added logic to check for a valid clips folder on startup. If no folder is configured or found, the application now automatically prompts the user to select one.
Documentation: Added a comprehensive README with installation steps, dependency requirements, and a full table of keyboard shortcuts.
Codebase Polish: Updated internal versioning variables and window titles to reflect the current release. Removed hardcoded path references for full portability.