Commit Graph
120 Commits
Author SHA1 Message Date
sha f7270e7afc fix: Update versioning in INSTALL.md and bump version in pyproject.toml 2026-04-13 01:00:34 +03:00
sha a54c10928d fix: Update release workflow to correctly handle wheel file naming and aliases v0.9.0 2026-04-12 23:50:26 +03:00
sha d9943db88b fix: Update release workflow to use dynamic wheel file naming and clean up .gitignore 2026-04-12 23:06:02 +03:00
sha 9ba9754840 fix: Update version to 0.9.0 in pyproject.toml 2026-04-12 23:02:46 +03:00
sha 8255fbe2ce fix: Update version to 0.8.12 and correct script paths in pyproject.toml 2026-04-12 23:01:51 +03:00
sha bcc6b03ae2 feat: Add type hints and improve type safety across multiple modules 2026-04-12 22:41:47 +03:00
sha f2af482154 fix: Correct mock return values for video_tracks in frame class detection test 2026-04-12 13:17:45 +03:00
sha 8843b8f7b1 fix: Uncomment the return value for _video_tracks in frame class detection test 2026-04-12 12:30:56 +03:00
sha 2e91618664 refactor: Comment out unused mock return value in frame class detection test 2026-04-12 12:14:31 +03:00
sha cb0a035eee feat: Add method to determine if video uses anamorphic encoding in MediaInfoExtractor 2026-04-12 12:10:43 +03:00
sha bc2ab3a777 Update Python version requirement to 3.12 in documentation and configuration files
- Updated `DEVELOP.md` to reflect CI testing on Python 3.12.
- Changed prerequisites in `INSTALL.md` to require Python 3.12 or higher.
- Modified `README.md` to specify Python 3.12 as the minimum requirement.
- Updated `pyproject.toml` and `uv.lock` to require Python 3.12.
2026-04-12 12:05:05 +03:00
sha cff973dd94 feat: Refactor TMDB API key and access token handling; update settings screen for user input and remove hardcoded secrets 2026-04-12 11:57:14 +03:00
sha 1b50d15eea feat: Add CI and Release workflows for automated testing and publishing; update documentation in AGENTS.md, CHANGELOG.md, DEVELOP.md, and INSTALL.md 2026-04-12 11:52:42 +03:00
sha 7605a7d2fc feat: Enhance documentation update protocol in AGENTS.md and REFACTORING_PROGRESS.md; remove version info from CLAUDE.md 2026-04-12 11:32:29 +03:00
sha 0ac0d67aae feat: Update .gitignore, AGENTS.md, README.md, CHANGELOG.md, and REFACTORING_PROGRESS.md for improved clarity and organization 2026-04-12 10:56:16 +03:00
sha 3241f5d435 feat: Update version to 0.8.11 and revise documentation references to AGENTS.md 2026-04-12 10:46:27 +03:00
sha 2e652ae58a feat: Add OpenScreen for directory input and validation
feat: Introduce poster rendering views with multiple engines

feat: Implement ASCII art poster renderer using PIL

feat: Create base class for poster renderers

feat: Add RichPixels renderer for high-quality terminal image display

feat: Implement Viu terminal image viewer renderer

feat: Add ProposedFilenameView for generating standardized filenames

feat: Create RenameConfirmScreen for renaming files with confirmation

feat: Implement SettingsScreen for configuring application settings

feat: Add custom PosterWidget for rendering poster images
2026-04-11 22:09:29 +03:00
sha 8274cb4e9f feat: Add conversion and deletion confirmation screens, enhance media panel properties
- Implemented ConvertConfirmScreen for confirming AVI to MKV conversions with audio and subtitle options.
- Added DeleteConfirmScreen for confirming file deletions with detailed file information.
- Enhanced MediaPanelView to include additional MediaInfo properties such as video, audio, and subtitle tracks.
- Updated MediaPanelProperties to extract and display raw MediaInfo track data.
- Introduced HelpScreen for user guidance on application features and navigation.
- Created OpenScreen for directory path input with validation.
- Developed RenameConfirmScreen for renaming files with user confirmation and editing capabilities.
- Added SettingsScreen for configuring application settings, including cache TTL and HEVC encoding options.
- Updated imports and module exports in views to accommodate new screens.
2026-04-11 20:49:28 +03:00
sha 2e5cef4424 Refactor code structure for improved readability and maintainability 2026-01-05 17:11:42 +00:00
sha b4b7709f25 bump: update version to 0.8.10 and remove logging info from scan_files method 2026-01-05 15:01:05 +00:00
sha 8031c97999 Add singleton logging configuration for the renamer application
This commit introduces a new module `logging_config.py` that implements a singleton pattern for logging configuration. The logger is initialized only once and can be configured based on an environment variable to log to a file or to the console. This centralizes logging setup and ensures consistent logging behavior throughout the application.
2026-01-05 14:54:03 +00:00
sha ad39632e91 refactor: enhance scan type detection logic and add test case for interlaced 1080i frame class 2026-01-05 08:51:43 +00:00
sha ab2f67b780 refactor: standardize text color to olive for media panel properties 2026-01-05 07:53:29 +00:00
sha 96f1a5b66d Refactor code structure for improved readability and maintainability 2026-01-05 07:44:52 +00:00
sha 1373b4c5db Refactor code structure for improved readability and maintainability 2026-01-04 21:05:00 +00:00
sha 5328949d6a Refactor code structure for improved readability and maintainability 2026-01-04 20:58:28 +00:00
sha 336b030a6b refactor: Consolidate text color decorators and update related properties 2026-01-04 20:49:55 +00:00
sha 3f8b158135 update bitrate calculation in TrackFormatter 2026-01-04 18:38:54 +00:00
sha 442bde73e5 feat: Implement poster rendering options with ASCII, Viu, and RichPixels support 2026-01-04 18:35:30 +00:00
sha 9b353a7e7e feat: Update ToDo list with MKV metadata editing capabilities and bump version to 0.7.10 2026-01-04 17:10:34 +00:00
sha 0c3a173819 refactor: Remove FormatterApplier class and update related imports and tests 2026-01-04 15:13:48 +00:00
sha cffd68c687 fix: Update scan commands and key bindings for improved usability 2026-01-04 14:33:31 +00:00
sha e4314f1587 fix: Update conversion service and UI to support MP4 files in conversion process 2026-01-04 13:41:35 +00:00
sha 13d610b1c3 fix: Update conversion service to support WebM files and improve documentation 2026-01-04 13:15:32 +00:00
sha ae44976bcc feat: Add HEVC encoding options and support for MPG/MPEG formats in conversion 2026-01-04 12:33:36 +00:00
sha 3902dae435 Refactor code structure for improved readability and maintainability 2026-01-03 20:47:17 +00:00
sha faeda55dca Refactor code structure for improved readability and maintainability 2026-01-03 20:29:24 +00:00
sha 5e4ab232ee fix: Improve poster handling in catalog formatting and ensure proper output rendering 2026-01-03 19:44:19 +00:00
sha 65d9759880 chore: Update version to 0.7.1 and improve poster display using viu 2026-01-03 19:40:24 +00:00
sha 390e8e8f83 fix convert error, improoved tmdb data retrive 2026-01-03 19:19:47 +00:00
sha 24f31166d3 remove old releses 2026-01-03 16:40:08 +00:00
sha 4e9200b8d1 Refactor code structure for improved readability and maintainability 2026-01-03 16:35:18 +00:00
sha 06cf206c70 feat: Enhance title normalization by replacing dots with spaces and add test case for multi-dot filenames 2026-01-03 16:13:50 +00:00
sha 0ec1fbe4db feat: Add genre extraction to media properties and icons to tree 2026-01-03 15:34:27 +00:00
sha ef1e1e06ca feat: Add delete file functionality with confirmation screen 2026-01-03 15:08:48 +00:00
sha b45e629825 Refactor code structure for improved readability and maintainability 2026-01-03 14:54:50 +00:00
sha 6fee7d9f63 Add ConversionService for AVI to MKV remux with metadata preservation
- Implemented a new service to convert AVI files to MKV format while preserving metadata.
- Added methods for validating AVI files, detecting subtitle files, and mapping audio languages.
- Built ffmpeg command for fast remuxing without re-encoding.
- Included error handling and logging for conversion processes.
2026-01-03 14:29:30 +00:00
sha 917d25b360 Add decorators for formatting various media attributes
- Introduced `DurationDecorators` for full and short duration formatting.
- Added `ExtensionDecorators` for formatting extension information.
- Created `ResolutionDecorators` for formatting resolution dimensions.
- Implemented `SizeDecorators` for full and short size formatting.
- Enhanced `TextDecorators` with additional formatting options including blue and grey text, URL formatting, and escaping rich markup.
- Developed `TrackDecorators` for formatting video, audio, and subtitle track data.
- Refactored `MediaPanelView` to utilize a new `MediaPanelProperties` class for cleaner property management and formatting.
- Updated `media_panel_properties.py` to include formatted properties for file info, TMDB data, metadata extraction, media info extraction, and filename extraction.
- Bumped version to 0.6.5 in `uv.lock`.
2026-01-03 10:13:17 +00:00
sha 6bca3c224d Refactor code structure for improved readability and maintainability 2026-01-02 12:45:31 +00:00
sha a85ecdb52d fix: Increase width tolerance for frame class matching to accommodate ultrawide aspect ratios 2026-01-02 12:43:55 +00:00