Commit Graph

82 Commits

Author SHA1 Message Date
Benex254 4a2c981dff feat:create cli subpackage 2024-06-19 20:43:23 +03:00
Benex254 f93d524f68 chore:updated setup.py 2024-06-17 15:37:34 +03:00
Benex254 03a3d32ce4 feat:add new anime to normalizer 2024-06-17 15:37:34 +03:00
Benex254 8615960300 feat:implement work around for packaging 2024-06-17 15:37:34 +03:00
BenedictX 1442346f07 Update LICENSE 2024-06-14 12:02:10 +03:00
BenedictX 89df10e377 Create python-package.yml 2024-06-14 11:56:03 +03:00
BenedictX 7bab3d63e6 Update README.md 2024-06-13 22:07:50 +03:00
BenedictX 4bdfe5449e Update README.md 2024-06-13 21:49:40 +03:00
BenedictX d8afdce467 Update README.md 2024-06-13 20:22:21 +03:00
BenedictX 14f486a66f Update README.md v0.20.0 2024-06-13 20:18:40 +03:00
BenedictX 711686da92 Update README.md 2024-06-13 20:05:26 +03:00
BenedictX 37b7702db1 Update README.md 2024-06-13 20:02:15 +03:00
BenedictX 18356c41ec Update README.md 2024-06-13 20:00:52 +03:00
BenedictX 3bc9a09b1e Update README.md 2024-06-13 20:00:22 +03:00
BenedictX 4e705a9d0b Update README.md 2024-06-13 19:55:15 +03:00
BenedictX 814646115b Update README.md 2024-06-13 19:52:06 +03:00
BenedictX 516333cb13 Update README.md 2024-06-13 19:50:45 +03:00
BenedictX 3cd84e2f6f Update README.md 2024-06-13 19:49:36 +03:00
BenedictX a3b8af4a30 Update README.md 2024-06-13 19:46:19 +03:00
Benex254 67c07d350a chore:created demo video 2024-06-13 19:42:50 +03:00
Benex254 821eb38170 feat:update readme 2024-06-13 15:29:05 +03:00
Benex254 b265d66859 feat(readme):updated readme 2024-06-13 15:25:32 +03:00
Benex254 d11ab7c881 feat:(anime screen):add basic error handling 2024-06-12 20:27:56 +03:00
Benex254 62b1e3260a chore:removed python 3.10 as requirement 2024-06-12 18:27:26 +03:00
Benex254 912736c66a feat(anime screen):implement anime dub functionality 2024-06-12 18:07:08 +03:00
Benex254 4a989b995e feat:add basic error handling to allanime provider 2024-06-12 17:41:49 +03:00
Benex254 e09b3f1fc8 fix(my list):make my list screen work with new media cards 2024-06-12 17:27:26 +03:00
Benex254 ef0083fa5a feat(download screen):implement download capabilities 2024-06-12 16:06:45 +03:00
Benex254 018bccbaab feat(search screen):implement work around for trending anime sidebar 2024-06-10 22:24:48 +03:00
Benex254 2fc4faab05 feat(anime screen):optimize auto select server 2024-06-10 22:17:03 +03:00
Benex254 380c2fa42c feat:update current episode when using episode buttons and normalize anime titles from allanime 2024-06-10 22:02:44 +03:00
Benex254 93d94a15ef refactor(allanime provider):clean up and move allanime api to allanime folder 2024-06-10 19:17:34 +03:00
Benex254 9e40683e86 chore: remove animdl and pyaml from requirements 2024-06-10 18:11:55 +03:00
Benex254 290167fbb5 refactor:remove animdl dependency and dependants 2024-06-10 18:11:07 +03:00
Benex254 7d029619b5 refactor:removed help screen and crash screen 2024-06-10 17:32:46 +03:00
Benex254 d10e739f07 feat(anime screen): add mpv player fallback 2024-06-10 14:00:31 +03:00
Benex254 97cb32ce4a feat(anime screen):add auto play and auto select server 2024-06-10 12:48:26 +03:00
Benex254 036be30309 perf(anime screen): cache results of the episodes fetched 2024-06-10 12:40:34 +03:00
Benex254 30ca30d34e feat(anime screen): add next and previous anime controls 2024-06-10 12:33:08 +03:00
Benex254 7d0b507b2d feat(home screen): implement load more anime functionality to improve start up time
This feature only gets anime of a particular category and only preloads
trending category
2024-06-10 11:58:31 +03:00
Benex254 a11a73cf8f chore(media card loader): drop pytube as dependency and switch to yt-dlp for trailers 2024-06-10 11:20:12 +03:00
Benex254 aec2278749 feat(anime screen, search screen): finish basic ui for anime screen with ep selection and update search screen to use recycle view 2024-06-09 20:24:26 +03:00
Benex254 1284ff1c4c feat(anime_screen):implement crude streaming with allanime api 2024-06-08 21:51:30 +03:00
Benex254 79418141bb perf(media card): use recyleboxlayout for more efficiency and better performance 2024-06-08 16:32:05 +03:00
Benex254 03e7d67266 refactor:move allanime_scraper to main codebase 2024-06-08 10:22:58 +03:00
Benex254 48d29bcfc2 feat(scraper): add allanime_api based on ani-cli
This is the main api thats going to interact with the allanime site to
scrape stream links. This will thus make the getting of video streams
faster and more efficient than using animdl as has been previously done.
2024-06-08 03:59:39 +03:00
Benex254 4cb5a5455c fix:Bugs caused by renaming 2024-06-05 00:43:36 +03:00
Benex254 96f10faf6b refactor:renamed anixstream package to fastanime 2024-06-05 00:07:28 +03:00
Benex254 b6e6ab13a6 style:Formatted codebase to pep8 2024-06-05 00:03:33 +03:00
Benex254 8e6dad3732 feat: implemented load trailer when needed and also one media popup for all 2024-06-04 18:32:39 +03:00