amarullz / AnimeTV

Watch Anime in Your AndroidTV
https://amarullz.com/
Apache License 2.0
404 stars 22 forks source link
android androidtv anime entertainment video

AnimeTV for Android TV & Google TV

AnimeTV is Android TV application for watching your favorite anime series and movies on your Android TV, It also runs on non-TV Android devices (Phones and Tablets) with some UI limitations.

Source data is from one anime streaming website and I don't have any affiliation with it, and it may break on site updates. Take a look at source code for more info

AnimeTV

Download URL and Code

IMAGE ALT TEXT HERE

Donation & More Information

License Stable Release Nightly Release Support
GitHub License GitHub Release Nightly Discord

Features

Open Source

Source code is available at github ( https://github.com/amarullz/AnimeTV ). Release of source code may make source website prevent this apps to run, but hope it work fine for long, and you will help me update it when it break 😂.

And Please Contribute your bugfixes, reports & suggestions for next better update. If you find it useful, donation is welcome.

WebView Based?

Yes, it was webview based application. UI and Data Fetch Method is using webview, because I don't have access to source website database, I just load the web in headless webview and fetch site data info with javascript injection, because it's not possible to use only http client to get data.

Almost all data need javascript to make it available (It's not pure HTML that can easily parsed from text). The site also use QUIC rather than HTTP1X, so I need to include CronetEngine to make it works.

But the good news is AnimeTV will block any analytics and ads domain (dns) when requesting & fetching data. All data like watchlist & watch history also stored local in localStorage.

Screenshot

More screenshot is available in my website: https://amarullz.com/animetv/ Here only a couple screenshot:

Homescreen

Settings

Anime Popup

MyList

Customize & Ordering

TV friendly search

Playback

DISCLAIMER

License

Copyright 2023 Ahmad Amarullah (https://amarullz.com)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.