-
Notifications
You must be signed in to change notification settings - Fork 4
Improve Fire TV app discovery and metadata #7
Copy link
Copy link
Open
Labels
enhancementNew capability or workflow improvementNew capability or workflow improvementfiretvFire TV, ADB, or device communicationFire TV, ADB, or device communicationhelp wantedMaintainer would welcome contribution hereMaintainer would welcome contribution here
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew capability or workflow improvementNew capability or workflow improvementfiretvFire TV, ADB, or device communicationFire TV, ADB, or device communicationhelp wantedMaintainer would welcome contribution hereMaintainer would welcome contribution here
Summary
Fire TV app scanning works, but the current implementation conflates installed third-party packages with launchable apps and still derives display names from package names.
Current behavior
scan_apps()runscmd package list packages -3, then treats every returned package as a launchable app and reports them aslaunchable packages. Each entry gets a display name through package-name inference.That creates two separate problems:
Expected outcome
Improve app discovery so the launcher contains apps Sendo can actually launch, while enriching display metadata where practical.
Acceptance criteria
Constraints
Likely files
crates/core/src/firetv/*apps/tauri/src/pages/apps.ts