teapod/README.md

40 lines
2.0 KiB
Markdown
Raw Normal View History

2020-10-08 15:56:18 +02:00
# teapod
2020-11-03 18:25:13 +01:00
A unofficial App for Anime-on-Demand.
2020-10-12 20:45:16 +02:00
## Features
* acces all media in the library
* search the library
* play movies/tv shows via integrated exoplayer
2020-11-06 09:24:46 +01:00
* add movies/tv shows to "My List", for easier access
* prefer the OmU version via the app settings
2020-10-12 20:45:16 +02:00
## Screenshots
2020-11-01 21:05:05 +01:00
[<img src="https://www.mosad.xyz/images/Teapod/Teapod_Home_200px.png" width=180>](https://www.mosad.xyz/images/Teapod/Teapod_Home.png)
[<img src="https://www.mosad.xyz/images/Teapod/Teapod_Library_200px.png" width=180>](https://www.mosad.xyz/images/Teapod/Teapod_Library.png)
[<img src="https://www.mosad.xyz/images/Teapod/Teapod_Media_200px.png" width=180>](https://www.mosad.xyz/images/Teapod/Teapod_Media.png)
[<img src="https://www.mosad.xyz/images/Teapod/Teapod_Search_200px.png" width=180>](https://www.mosad.xyz/images/Teapod/Teapod_Search.png)
2020-10-12 20:45:16 +02:00
2020-10-16 18:31:32 +02:00
### License
2020-10-12 21:46:51 +02:00
This App is licensed under the terms and conditions of GPL 3. This Project is not associated with Anime-on-Demand in any way.
2020-10-12 20:45:16 +02:00
2020-10-16 18:31:32 +02:00
### Known Issues
If a tv show is selected, the first episode will be marked as already watched. This is due to the difficulties of parsing. The Parser is designed to be as easy to maintain and fail safe as possible.
2020-10-12 20:45:16 +02:00
### Used Libraries
2020-10-14 20:26:29 +02:00
* AndroidX: https://developer.android.com/jetpack/androidx
* Material Components for Android: https://github.com/material-components/material-components-android
* ExoPlayer: https://github.com/google/ExoPlayer
* Gson: https://github.com/google/gson
2020-10-12 20:45:16 +02:00
* Material design icons: https://github.com/google/material-design-icons
2020-10-14 20:26:29 +02:00
* Material Dialogs: https://github.com/afollestad/material-dialogs
* Jsoup: https://jsoup.org
* kotlinx.coroutines: https://github.com/Kotlin/kotlinx.coroutines
* Glide: https://github.com/bumptech/glide
* Glide Transformations: https://github.com/wasabeef/glide-transformations
2020-10-12 20:45:16 +02:00
2020-10-14 01:24:51 +02:00
#### Why is it called Teapod?
Teapod is a Acronym for "The ultimate anime app on demand", hence this project is called Teapod and not Teapot.
2020-10-14 20:26:29 +02:00
Teapod © 2020 [@Seil0](https://git.mosad.xyz/Seil0)