VideoTools/internal
VideoTools CI c039ed2753 Rename Thumb module to Thumbnail throughout codebase
- Rename thumb_module.go to thumbnail_module.go and thumb_config.go to thumbnail_config.go
- Update all function names from showThumbView/addThumbSource/etc to showThumbnailView/addThumbnailSource/etc
- Update all struct fields from thumbFile/thumbFiles/etc to thumbnailFile/thumbnailFiles/etc
- Update config struct from thumbConfig to thumbnailConfig
- Update job type from JobTypeThumb to JobTypeThumbnail
- Update module registration from 'thumb' to 'thumbnail' in main.go
- Update UI components to show 'THUMBNAIL' instead of 'THUMB'
- Update handler function from HandleThumb to HandleThumbnail
- Update file naming patterns from 'thumb_*.jpg' to 'thumbnail_*.jpg'
- Update author module references to use Thumbnail naming
- Update documentation in QUEUE_SYSTEM_GUIDE.md
- Maintains all existing functionality while using clearer naming
2026-01-17 04:15:39 -05:00
..
app Format cleanup and minor fixes 2025-12-23 21:56:47 -05:00
benchmark feat: implement unified FFmpeg player and fix critical build issues 2026-01-02 01:02:07 -05:00
convert Enforce display aspect ratio in conversions 2026-01-07 15:38:34 -05:00
enhancement Commit pending assets, deps, and enhancement fixes 2026-01-04 05:09:32 -05:00
interlace Format cleanup and minor fixes 2025-12-23 21:56:47 -05:00
logging Fix author logo preview, scrolling, and icons 2026-01-07 01:42:03 -05:00
metadata Add queue error copy, auto naming helper, and metadata templating 2025-12-07 12:03:21 -05:00
modules Rename Thumb module to Thumbnail throughout codebase 2026-01-17 04:15:39 -05:00
player Reuse shared PlayerState enum 2026-01-10 15:50:34 -05:00
queue Rename Thumb module to Thumbnail throughout codebase 2026-01-17 04:15:39 -05:00
state Wire convert state manager callbacks 2026-01-06 17:52:46 -05:00
sysinfo fix: resolve build errors and complete dev22 fixes 2026-01-03 13:17:30 -05:00
thumbnail Rename Thumb module to Thumbnail throughout codebase 2026-01-17 04:15:39 -05:00
ui Rename Thumb module to Thumbnail throughout codebase 2026-01-17 04:15:39 -05:00
utils Add comprehensive Windows 11 support and localization infrastructure 2026-01-17 03:05:12 -05:00