1575 Commits

Author SHA1 Message Date
Benexl f632948309 chore: clean 2026-05-09 14:08:57 +03:00
Benexl a581eab5e0 chore: update generate.py 2026-05-07 01:42:06 +03:00
Benexl 06e58165fe chore: update generate.py 2026-05-07 01:26:33 +03:00
Benexl 6fbceab368 chore: bump version v3.5.0 2026-05-07 01:12:33 +03:00
Benexl bf587ce663 chore: update lock file v3.4.0 2026-05-07 00:36:51 +03:00
Benexl 0b10bccb19 chore: update readme 2026-05-07 00:36:06 +03:00
Benexl fa576ef774 feat: add normalizer entry 2026-05-07 00:33:26 +03:00
Benexl 2a7017fb54 fix: allanime provider 2026-05-02 23:51:40 +03:00
Benexl 1f8c739448 Revert "chore: cleanup"
This reverts commit 9243222fee.
2026-05-02 21:45:09 +03:00
Benexl 9243222fee chore: cleanup 2026-05-02 21:41:19 +03:00
Benexl 74487a2d17 Revert "Delete viu_media/libs/provider directory"
This reverts commit 7e93e4eef9.
2026-05-02 21:36:19 +03:00
Benedict Xavier 5dd9b385a9 Update README
Added a note about the repository being archived.
2026-04-18 11:29:31 +03:00
Benedict Xavier 7e93e4eef9 Delete viu_media/libs/provider directory 2026-04-18 11:26:36 +03:00
Benexl f63c7661c6 chore: add types-lxml 2026-04-09 12:50:48 +03:00
Benedict Xavier 4e6d190dea Update support message in CLI prompt 2026-04-09 12:49:50 +03:00
Benedict Xavier f0b94fc66b Update SUPPORT_PROJECT_URL 2026-04-09 12:45:28 +03:00
Benedict Xavier 32a18df627 Enhance README with RICED menu details and images
Added detailed sections for RICED menus and included images.
2026-04-09 12:07:24 +03:00
Type-Delta da0e7aea5c Merge pull request #200 from Wraient/master
Fix: Allanime Latest Breaking Changes
2026-04-06 11:33:23 +07:00
Type-Delta a0a80529aa Merge branch 'master' into master 2026-04-06 11:32:27 +07:00
Type-Delta 0b7b2694a3 fix(allanime): move graphql headers to constants.py 2026-04-06 11:31:31 +07:00
Type-Delta bb7a3d477d Merge pull request #194 from Castrozan/master
fix: move DownloadService to session Context to prevent worker registration crash
2026-04-06 08:53:18 +07:00
Type-Delta 1cb86b0683 Merge branch 'master' into master 2026-04-06 08:52:18 +07:00
Wraient a32221f639 Fix: Allanime Latest Breaking Changes 2026-04-06 00:12:15 +05:30
Type-Delta 2cfe61695b Merge pull request #199 from viu-media/minor-fixes
fix(animepahe): update site domain to animepahe.pw
2026-04-05 22:57:34 +07:00
Type-Delta 4e262b7286 fix(animepahe): update site domain to animepahe.pw 2026-04-05 22:39:11 +07:00
Benedict Xavier 9faba7957f Merge pull request #197 from TNhelly/fix/fix-media-tags 2026-03-31 15:49:20 +03:00
ThomasNels f7c3d05d4a fix: mediatag fixes 2026-03-31 05:27:05 -07:00
Lucas de Castro Zanoni d2c051228a fix(session): stop download worker before context reload 2026-03-09 10:37:50 -03:00
Castrozan a7e75ae543 fix: move DownloadService to session Context to prevent worker registration crash
DownloadService was instantiated every time the download_episodes menu
was entered, unconditionally registering a worker on the global
ThreadManager singleton. The second download in the same session would
crash with "Worker with name 'download_worker' already registered".

Move DownloadService to a lazy property on Context (as the existing
TODO suggested), matching the pattern used by all other services.
2026-03-07 14:00:16 -03:00
Benedict Xavier 91aa6b599e Merge pull request #191 from viu-media/minor-fixes
Fix #188 wrong video resolution from animepahe provider
2026-02-23 22:31:52 +03:00
Benedict Xavier d05128e6b5 Merge branch 'master' into minor-fixes 2026-02-23 22:31:31 +03:00
Type-Delta 5845084b18 fix(mvp-ipc): remove deprecated unix pipe checks 2026-02-23 22:23:58 +07:00
Benexl 59b2a4fe1a feat: auto retry searching provider using synonymns 2026-02-23 18:01:34 +03:00
Type-Delta 599792d415 fix(animepahe): provider provides wrong video quality 2026-02-23 08:51:08 +07:00
Type-Delta 30f36b4b67 Merge branch 'master' of https://github.com/Benexl/FastAnime into minor-fixes 2026-02-23 08:48:00 +07:00
Benedict Xavier 70e1445650 Merge pull request #184 from iMithrellas/master
Add media_actions option to open AniList page
2026-01-30 21:22:49 +03:00
iMithrellas 3df630a2af feat: add media action to open anilist page 2026-01-30 13:36:46 +01:00
Benedict Xavier 148436e27c Merge pull request #183 from aarabdh/master
Allowing search for year 2026
2026-01-24 18:27:53 +03:00
Aarabdh Tiwari eba9ed4bee Allowing search for year 2026 2026-01-24 15:38:14 +05:30
Benedict Xavier 343fe977ad Merge pull request #179 from viu-media/copilot/improve-installation-section 2026-01-01 10:50:20 +03:00
Benedict Xavier 4caafda123 Merge branch 'master' into copilot/improve-installation-section 2026-01-01 10:49:48 +03:00
Benexl 9ef834c94c fix: update shell_safe function to improve string literal escaping 2026-01-01 10:43:30 +03:00
copilot-swe-agent[bot] 5e9255b3d5 docs: Restructure binary installation to reduce redundancy
Co-authored-by: Benexl <81157281+Benexl@users.noreply.github.com>
2026-01-01 07:31:33 +00:00
copilot-swe-agent[bot] fd535ad3e3 docs: Fix link consistency and chmod order in binary installation
Co-authored-by: Benexl <81157281+Benexl@users.noreply.github.com>
2026-01-01 07:30:45 +00:00
copilot-swe-agent[bot] 121e02a7e2 docs: Clarify binary installation with exact filenames and Windows steps
Co-authored-by: Benexl <81157281+Benexl@users.noreply.github.com>
2026-01-01 07:29:46 +00:00
copilot-swe-agent[bot] 2bb62fd0af docs: Make binary installation instructions more specific
Co-authored-by: Benexl <81157281+Benexl@users.noreply.github.com>
2026-01-01 07:28:46 +00:00
copilot-swe-agent[bot] a752a9efdd docs: Add pre-built binaries section to README installation
Co-authored-by: Benexl <81157281+Benexl@users.noreply.github.com>
2026-01-01 07:27:24 +00:00
copilot-swe-agent[bot] ac490d9a4b Initial plan 2026-01-01 07:25:17 +00:00
Benexl 1ce2d2740d feat: implement get_clean_env function to manage environment variables for subprocesses v3.3.7 2025-12-31 21:43:43 +03:00
Benexl ce6294a17b fix: exclude OpenSSL libraries on Linux to avoid version conflicts 2025-12-31 21:14:08 +03:00