mirror of
https://github.com/nickustinov/itsytv-macos.git
synced 2026-04-26 20:45:54 +03:00
[GH-ISSUE #22] Feature request: widget #20
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#20
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 @jpposthumus on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/nickustinov/itsytv-macos/issues/22
Please make it available as a widget, if possible. It’s already awesome, then it would be 100% perfect
@nickustinov commented on GitHub (Feb 17, 2026):
Thanks for the kind words and the suggestion!
I looked into this, but unfortunately macOS widgets aren't a great fit for what Itsytv does. Widgets run in a very limited, short-lived runtime controlled by the system – they can't maintain persistent connections or do real-time updates. Since the app's core functionality is a live connection to an Apple TV, a widget would only really be able to show a "connect" button that launches the app, which isn't much added value.
That said, the app already supports Shortcuts via App Intents – you can create a shortcut that opens a specific remote as a parameter. This works great for quick access from places like Spotlight, the Shortcuts app, or even assigning a keyboard shortcut to it. Might be worth giving that a try if you haven't already!