Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naman14/timberx
Material theme music player that works across all form factors (phones, wear, auto, cast, assistant) and uses latest tools (Kotlin, Architecture components, Room, Databinding)
https://github.com/naman14/timberx
android cast hacktoberfest kotlin material-theme music-player wearos
Last synced: 22 days ago
JSON representation
Material theme music player that works across all form factors (phones, wear, auto, cast, assistant) and uses latest tools (Kotlin, Architecture components, Room, Databinding)
- Host: GitHub
- URL: https://github.com/naman14/timberx
- Owner: naman14
- Created: 2018-05-13T19:22:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T13:41:37.000Z (about 2 years ago)
- Last Synced: 2024-10-15T04:03:08.502Z (22 days ago)
- Topics: android, cast, hacktoberfest, kotlin, material-theme, music-player, wearos
- Language: Kotlin
- Homepage: https://namand.in
- Size: 4.54 MB
- Stars: 1,523
- Watchers: 39
- Forks: 357
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/naman14/TimberX.svg?branch=master)](https://travis-ci.org/naman14/TimberX)
# TimberX
Fully featured Material theme music player that works all form factors and uses latest toolsAlternately, Download from Github [releases](https://github.com/naman14/TimberX/releases)
* * *
TimberX is built with latest development tools and design patterns.
- Written in Kotlin
- Android Architecture Components (Viewmodels, Livedata, Room)
- Databinding
- Dependency injection with KOINTimberX works across all devices including
- Phones
- Android Wear
- Android Auto
- Chromecast and other cast devices
- Google AssistantIf you are looking for more UI customisability, instead checkout out [Timber](https://github.com/naman14/Timber).
# Phones
## Cast
Cast individual songs or load a queue
## Android Wear
Browsing music library from wear device and common playback controls are supported.
## Android Auto
## Google Assistant
TimberX works with Google Assistant. Common voice commands that work with assistant are
- play music on timber
- play 'song name' on timber
- play
- pause
- next song
- previous song## License
>(c) 2019 Naman Dwivedi
>This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
>This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
>You should have received a copy of the GNU General Public License along with this app. If not, see .