mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Update README.md
This commit is contained in:
parent
0b92e85c4e
commit
3b0ba25846
1 changed files with 61 additions and 5 deletions
66
README.md
66
README.md
|
|
@ -1,9 +1,65 @@
|
||||||
## LibR²
|
<h1 align="center"> Play for Jellyfin </h1>
|
||||||
|
<br>
|
||||||
|
<p align="center">
|
||||||
|
<img alt="Libra" title="Libra" src="https://github.com/CappielloAntonio/libra/blob/master/mockup/svg/undraw_contemplating.svg" width="250">
|
||||||
|
</p>
|
||||||
|
|
||||||
## Features
|
<p align="center">
|
||||||
|
<b>Access your music library on all your android devices</b>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Issues
|
**Play** is an open source and lightweight music client for Jellyfin, designed and built natively for Android.
|
||||||
|
|
||||||
## Future Plans
|
**Play** is a Single Activity MVVM Application (almost), born with the intention of following the most modern best practices for the development of android applications, and makes extensive use of Architecture Components:
|
||||||
|
|
||||||
## Screenshots
|
- *Room* for data storage persistence.
|
||||||
|
- *Navigation* to manage your application navigation flow.
|
||||||
|
- *View binding* to easily and securely write code that interacts with views.
|
||||||
|
- *LiveData* as an observable data holder.
|
||||||
|
- *ViewModel* to store and manage UI-related data in a lifecycle conscious way.
|
||||||
|
|
||||||
|
|
||||||
|
## 🚀 Features
|
||||||
|
|
||||||
|
- WIP
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/1_mock_home_light.png" width="23%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/2_mock_favorites_light.png" width="23%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/3_mock_categories_light.png" width="23%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/5_mock_detail_light.png" width="23%"></img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
## 🤝 Found a bug? Missing a specific feature?
|
||||||
|
|
||||||
|
Feel free to **file a new issue** with a respective title and description on the the [CappielloAntonio/play](https://github.com/CappielloAntonio/play/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!
|
||||||
|
|
||||||
|
|
||||||
|
## ☕ Buy me a coffee
|
||||||
|
|
||||||
|
Whether you use this project, have learned something from it, or just like it, please consider supporting it by [buying me a coffee](https://www.buymeacoffee.com/), so I can dedicate more time on open-source projects like this :)
|
||||||
|
Alternatively, you can buy the paid version of my app through Play Store.
|
||||||
|
|
||||||
|
|
||||||
|
## 📸 Screenshot
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<b>Light theme</b>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/1_mock_home_light.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/2_mock_favorites_light.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/3_mock_categories_light.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/4_mock_settings_light.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/5_mock_detail_light.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/light/6_mock_filters_light.png" width="30%"></img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<b>Dark theme</b>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://github.com/CappielloAntonio/play/blob/master/mockup/dark/1_mock_home_dark.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/dark/2_mock_favorites_dark.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/dark/3_mock_categories_dark.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/dark/4_mock_settings_dark.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/dark/5_mock_detail_dark.png" width="30%"></img> <img src="https://github.com/CappielloAntonio/play/blob/master/mockup/dark/6_mock_filters_dark.png" width="30%"></img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
## 📘 License
|
||||||
|
|
||||||
|
Play is released under the under terms of the [MIT License](LICENSE).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue