https://github.com/nbonamy/tidal_streamer_tv
https://github.com/nbonamy/tidal_streamer_tv
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbonamy/tidal_streamer_tv
- Owner: nbonamy
- License: apache-2.0
- Created: 2025-01-27T01:26:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T19:15:27.000Z (8 months ago)
- Last Synced: 2025-03-26T07:27:14.736Z (7 months ago)
- Language: Kotlin
- Size: 6.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIDAL Steamer TV
TIDAL Streamer TV is an Android TV / Google TV application that allows you to browse and play your
TIDAL collection to your TIDAL connect devices. This application cannot play music on your TV
speakers.In order to do that, it relies on [tidal_streamer](https://github.com/nbonamy/tidal_streamer), a
little server application that exposes a set of API used to browse contents from your TIDAL account.## Setup
The first thing to do is to install `tidal_streamer` on a computer/server somewhere. Configuration
instructions are provided on the project page.For now, no build is provided so you need to have Android Studio to compile the application and
deploy it to your TV. Prior to that, you need to update
`app/src/java/fr/bonamy/tidalstreamer/api/ApiRetrofitClient.kt` with the IP address of your
`tidal_streamer` server.## Screenshots
![]()
![]()
![]()
## TODO
- [x] Music playback view
- [ ] Auto-discovery of `tidal_streamer`