90 Commits

Author SHA1 Message Date
c795c39d94 Add functionality to move tagged files to extra/commentary folders 2026-02-21 15:47:48 -06:00
3f837ccf94 Disable play button until item is tagged, instead of hiding it 2026-02-21 15:45:59 -06:00
a787536297 Fix play button shifting with flex layout adjustments 2026-02-21 15:44:53 -06:00
6daf24d579 Fix play button shifting by pre-allocating space and showing/hiding instead of adding/removing 2026-02-21 15:43:30 -06:00
ac6d6d32b4 Fix play button positioning and remove green background 2026-02-21 15:42:16 -06:00
6438deb3d0 Add play button to media rows when items are tagged 2026-02-21 15:41:08 -06:00
fd635c0dbc Update floating circle to appear at bottom right when tagged items exist 2026-02-21 15:37:45 -06:00
e8de57230e Update floating circle animation to move completely out of sight when no tagged items 2026-02-21 15:37:28 -06:00
7f501795ed Add tagged items counter to floating circle with animation 2026-02-21 15:37:14 -06:00
4234448f5d Add floating circle to bottom right of app 2026-02-21 15:22:53 -06:00
cb03ad1f96 Add AGENTS.md file with project guidelines for agentic coding agents 2026-02-21 15:20:27 -06:00
4ba3b629a1 Implement video preview feature with centered modal, MKV file support, and improved user experience 2026-02-19 10:40:54 -06:00
8c5ce29754 Fix warning sign persistence issue - warning sign now displayed in separate column and doesn't affect actual file names 2026-02-19 10:13:48 -06:00
3a855ce64a Implement actual file system renaming functionality with updated documentation 2026-02-19 10:11:11 -06:00
e3101006f2 Implement mutually exclusive tagging with untagging, fix UI shifting, and add clapper emoji to title 2026-02-19 10:08:11 -06:00
d3aac3261d attempts at move to extra 2026-02-19 09:47:06 -06:00
12035cc4d8 feat: Remove test TVDB API button from UI 2026-02-19 09:23:39 -06:00
777e665bb4 feat: Clear search results when show is selected 2026-02-19 09:21:06 -06:00
987e01945e feat: Implement real TVDB v4 API integration with season/episode functionality and clean table display 2026-02-19 09:19:01 -06:00
e3c9e5f54c Refined show details implementation to properly handle season loading 2026-02-18 22:11:58 -06:00
789930997d Simplified show details implementation to avoid API parameter errors 2026-02-18 22:10:29 -06:00
0523ac2f1f Fix TVDB API implementation - use search by ID approach to avoid 'InvalidValueType' error 2026-02-18 22:07:26 -06:00
e0a350b65f Simplified and fixed TVDB API show details implementation - removed problematic fallback code 2026-02-18 22:01:51 -06:00
093a455bcf Further refine TVDB API show details implementation with better error handling 2026-02-18 21:59:32 -06:00
956dce038d Fix TVDB API endpoint issue - corrected show details endpoint 2026-02-18 21:58:12 -06:00
1cd7fab414 Implement enhanced TVDB v4 API functionality: show seasons and episodes with clickable navigation 2026-02-18 21:56:46 -06:00
8fd6df7d3e Remove all mock data and fully implement TVDB v4 API integration 2026-02-18 21:54:19 -06:00
315bd2a41c Added dotenv package and implemented proper .env file loading for Electron application. Fixed API key loading issue. 2026-02-18 21:47:11 -06:00
76a2b8abb3 Fixed environment variable handling for TVDB API key. Added fallback to process.env.API_KEY for better compatibility. 2026-02-18 21:46:04 -06:00
f032d57827 Implemented real TheTVDB v4 API integration for search functionality. Added axios dependency for API calls. Search now connects to actual TVDB API instead of mock data. 2026-02-18 21:44:44 -06:00
2a1fc0131e Final implementation of split quality and frame rate columns. Application now displays quality and fps in separate columns for cleaner presentation. All changes properly committed. 2026-02-18 21:39:20 -06:00
b8acd99a56 Split quality and frame rate into separate columns. Files now display quality and fps in separate columns for cleaner presentation. 2026-02-18 21:33:49 -06:00
65988a942e Added quality column feature. Files now display quality information like 1080p30fps or 720p60fps. Enhanced error handling for problematic files with visual labeling and quality extraction. 2026-02-18 21:32:35 -06:00
ac2248d7ed Enhanced error handling for problematic files with visual labeling. Fixed ffprobe issues with files like IGPX - The Complete Stage - Disc 2_t08.mkv. Added ⚠️ label for files that fail to process. Application now continues working normally even when encountering problematic media files. 2026-02-18 21:27:04 -06:00
b495183a64 Add package.json with electron main entry and start script 2026-02-18 20:55:24 -06:00
b542f13f21 Add README.md with project documentation 2026-02-18 20:54:34 -06:00
e78181c9f7 Merge branch 'main' of http://git.example.com/jarianc/MovieMapper 2026-02-18 20:53:36 -06:00
15d0555db0 Add ffmpeg integration for video duration detection and display in mm:ss format 2026-02-18 20:52:55 -06:00
18ffdccb62 first commit 2026-02-18 20:49:27 -06:00
62d1c99511 first commit 2026-02-18 19:14:50 -06:00