mirror of
https://github.com/nickustinov/itsytv-macos.git
synced 2026-04-27 04:55:52 +03:00
[GH-ISSUE #27] Blurry, low‑resolution thumbnails for TV app content #26
Labels
No labels
bug
enhancement
pending appstore release
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsytv-macos#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bornefierce on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/nickustinov/itsytv-macos/issues/27
When I watch movies or episodes in Apple’s own TV app, the thumbnails shown in Itsytv are low‑resolution and appear blurry. This makes the now‑playing view look noticeably worse than the native TV app as well as other areas of the Itsytv remote like the Apps tab where every thumbnail is sharp. Please solve so that thumbnails for TV app content are high‑resolution so that movie and episode images appear sharp and clear.
@nickustinov commented on GitHub (Feb 17, 2026):
Thanks for reporting this! We've increased the requested artwork resolution from 300x300 to 600x600 pixels in the MRP protocol request, which should provide proper 2x oversampling for Retina displays.
This fix will be included in the upcoming 1.4.2 release. That said, the actual improvement may depend on the resolution the Apple TV returns via the MRP protocol – it's possible the device caps the artwork size regardless of what we request. We'll know more once we can test it end to end.