Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taiko2k/tauonmusicremote
Andorid remote app for Tauon Music Box
https://github.com/taiko2k/tauonmusicremote
Last synced: about 2 months ago
JSON representation
Andorid remote app for Tauon Music Box
- Host: GitHub
- URL: https://github.com/taiko2k/tauonmusicremote
- Owner: Taiko2k
- License: gpl-3.0
- Created: 2020-11-25T10:09:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T08:37:18.000Z (over 3 years ago)
- Last Synced: 2024-05-01T17:13:00.464Z (8 months ago)
- Language: Kotlin
- Homepage:
- Size: 526 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This app is no longer actively maintained.
___
# Tauon Music Remote
An attempt at making an Andorid remote controller app for [Tauon Music Box](https://github.com/Taiko2k/TauonMusicBox). Its currently alpha quality with various bugs, but you may still find it useful in its current state.
### Feratures
- Navigate your playlists and albums.
- **Remote control** playback of Tauon Music Box.
- Play your library on your device by **streaming** from Tauon Music Box.
### Possible future goals- Sync audio for offline playback?
- Play users local music files?## How to use
- Download and install the latest Tauon Music Remote [APK v0.5](https://github.com/Taiko2k/TauonMusicRemote/releases/download/0.5/TauonMusicRemoteAlpha5.apk).
- In Tauon Music Box, Enable the setting "Enable server for remote app" in Settings > Function > Page 4.
- Find your PC's local IP address (try `ip a`) and enter in app. Then if both apps are running you should see Tauon Music Remote then populated with content.### Tip
- Tap the track title at the bottom of the screen to "go to playing".
___
## Known issues
- App will crash when screen is rotated
- Need to restart app if playlist changes were made on server### Work needed
- [Architectural rewrite needed]
- Move UI data to ViewModel/Livedata
- Move audio playback to service?
- Reload data when server data chagnes
- Consideration for tablet display sizes?
- Export playback control notification widget?
- [Tauon API] Security? Authentication?
- [Tauon API] Advanced search? Playlist generation?