mirror of
https://github.com/nickustinov/itsytv-macos.git
synced 2026-04-27 04:55:52 +03:00
[GH-ISSUE #26] Some tvOS apps show gray placeholder instead of app icon in Apps tab #23
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#23
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/26
For some games downloaded from the tvOS App Store, Itsytv shows a gray placeholder instead of the correct app icon, while other games display their icons properly. This makes the Apps view look inconsistent and makes it harder to recognize certain titles at a glance. Please resolve this so every installed app/game shows its actual tvOS icon instead of a gray placeholder.
@nickustinov commented on GitHub (Feb 17, 2026):
Thanks for reporting this. The issue is that some tvOS apps use a different bundle ID than their iOS counterpart, so when we look up the icon by bundle ID in the iTunes API, it comes back empty.
In v1.4.2 I've added a fallback: when the bundle ID lookup fails, we now search by app name instead. This should resolve the missing icons for apps like Tangle Tower and other titles where the tvOS and iOS bundle IDs don't match.
You can grab the update via
brew upgrade itsytvor from the v1.4.2 release. Let me know if it helps!