-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple TV Support #629
Comments
This would be awesome, though will probably not happen for a long time, as Apple TV doesn't support the webView technology that the mobile apps do, and so would need a ground-up rewrite in Swift. Basically, a whole new app. But there are ABS apps already written in Swift, like @rasmuslos' ShelfPlayer, so there is some hope! |
I don't think this would require an entirely new app but I could be mistaken. It just requires a separate UI similar to android auto, car play, google chromecast, etc |
Yeah, it could certainly be the same app you install from the App Store, but there would be no support for ordinary JS/webView, so the UI would have to be rewritten in SwiftUI and look different than on mobile. Though most of the native Swift for the audio player and such could probably do double duty. Yeah, same challenge as Carplay, widgets, shortcuts, etc. |
It would not require a complete rewrite, most of the |
This is of course from when I worked on it, I have no idea how much it has evolved, maybe I am not doing it justice here |
I don't think the Shared code has changed much (if at all) recently, so I think that's still true. Though I imagine TvOS has some differences in how audio is handled as well. Cool PoC! I imagine that you'd still get to TvOS with ShelfPlayer before this app does, especially since it seems like Carplay is a higher priority here. |
Syncing is done in the Swift code. Capacitor is only used for the UI |
Is your feature request related to a problem? Please describe.
In my family and circle of friends, music is often played through an app on the Apple TV, such as Plex or Apple Music. It is controlled entirely via the Apple TV, and often a soundbar, HomePods or a music system is connected to it in order to listen via this route. It would be great if this were also possible for audio books via ABS.
Describe the solution you'd like
It would be great if the ABS app were also available for the Apple TV, so that the podcasts and audiobooks could also be played comfortably via this device.
The text was updated successfully, but these errors were encountered: