Files
mpv-youtube-queue/mpv-youtube-queue.lua
sudacode dd50f3eaad Add LRU caching for video info and title truncation
- Implemented an LRU cache for video information with a maximum size of 100 entries to improve performance.
- Added a function to truncate video titles to a specified maximum length for better display.
- Updated the `get_video_info` function to utilize the cache, reducing redundant data fetching.
- Enhanced the `build_osd_row` function to use truncated titles.
- Introduced a new function to sync the video queue with mpv's internal playlist on load and playback restart events.
2026-01-18 21:43:06 -08:00

38 KiB