Commit Graph

  • 82ada61367 fix(media): add streamproxy condition for ashdi.vip stream handling baliasnyifeliks 2026-01-13 11:26:20 +02:00
  • 7451df2c27 fix(media): update referer header and stream handling for ashdi.vip baliasnyifeliks 2026-01-13 11:21:33 +02:00
  • 011ecb2451 feat(media): implement provider-specific streaming configuration baliasnyifeliks 2026-01-13 11:19:35 +02:00
  • cc91635a05
    Update README to clean up table of contents Felix 2026-01-13 10:17:10 +02:00
  • 25a530f59f docs(readme): restructure table of contents and update source list baliasnyifeliks 2026-01-13 10:15:26 +02:00
  • 64b55fa61b docs(readme): add table of contents with installation and donation sections baliasnyifeliks 2026-01-13 10:14:48 +02:00
  • aae0f14396 Merge branch 'main' of https://github.com/lampame/lampac-ukraine baliasnyifeliks 2026-01-13 10:13:10 +02:00
  • a2b636f0d2 docs: update README with new sources and donation link baliasnyifeliks 2026-01-13 10:10:11 +02:00
  • d3829323eb docs: add donation section to README baliasnyifeliks 2026-01-13 10:09:13 +02:00
  • f3c65fb1be
    Merge pull request #8 from lampame/20263 Felix 2026-01-13 09:53:16 +02:00
  • 5bac03ad13 feat(animeon): return JSON response for play endpoint #8 baliasnyifeliks 2026-01-13 09:49:07 +02:00
  • 0b1bd40a8f chore: update .gitignore and README for new modules baliasnyifeliks 2026-01-13 09:22:12 +02:00
  • aa267b8e73 feat(uakino): add new online module for UAKino streaming service baliasnyifeliks 2026-01-13 09:22:03 +02:00
  • 5bda0da6fb feat(starlight): add new online module for StarLight streaming service baliasnyifeliks 2026-01-13 09:21:51 +02:00
  • 1a4f1b0be1 feat(bamboo): add new online module for BambooUA streaming service baliasnyifeliks 2026-01-13 09:21:41 +02:00
  • 707f51c52c feat(AnimeON): add support for Ashdi player and episode stream resolution baliasnyifeliks 2026-01-13 09:21:26 +02:00
  • 1d4bc2887f
    Fix URL typo in OnlinesSettings initialization Felix 2025-12-31 19:56:45 +02:00
  • 044930e742 fix(api): rename fundubId to translationId in episode endpoint Felix 2025-12-13 13:13:39 +02:00
  • 6f2267d8a4 fix: change Team property type from string to object in AnimeON models Felix 2025-12-13 12:54:08 +02:00
  • d07e90cf33 feat: Update fundub response models to use translations and add new fields, adapting parsing logic in invoke and controller. Felix 2025-12-13 12:35:06 +02:00
  • f3e94e4c41 fix: update episode API endpoint path from /episodes/{animeId} to /{animeId}/episodes in episode fetching logic. Felix 2025-12-13 12:27:15 +02:00
  • 47cee13694 refactor: Reorder animeId and translations segments in fundubs API endpoint path. Felix 2025-12-13 12:05:45 +02:00
  • 2d6bc73dd7 fix: Update fundubs API endpoint path from /fundubs to /translations Felix 2025-12-13 11:57:48 +02:00
  • d2af6fca51 fix: Prioritize original title for film search queries. Felix 2025-11-22 13:20:19 +02:00
  • 5070680c78 fix: Swap title and original_title in film title fallback assignment. Felix 2025-11-22 12:47:10 +02:00
  • 7b8f94cbe4 Add .qodo directory to .gitignore Felix 2025-10-19 12:05:44 +03:00
  • 3a35918336
    Merge pull request #5 from lampame/animeOn-refactoring Felix 2025-10-19 12:05:10 +03:00
  • 7ed651eb6e Simplify AnimeON season display to show only season numbers #5 Felix 2025-10-19 12:02:46 +03:00
  • c7a2cb47df Change AnotherPlayer property type from string to JsonElement in AnimeON models Felix 2025-10-19 11:58:36 +03:00
  • 9d2588af86 Refactor AnimeON serial handling with aggregated voice structure and improved logging Felix 2025-10-19 11:45:17 +03:00
  • d1aae01df0 Refactor AnimeON serial handling with aggregated voice structure and improved logging Felix 2025-10-19 11:44:56 +03:00
  • 2a4f2a5013
    Merge pull request #4 from lampame/isAnime-implementation Felix 2025-10-19 11:05:27 +03:00
  • 479196e46b Implement isAnime filtering logic for provider modules based on original_language #4 Felix 2025-10-19 11:01:05 +03:00
  • 7fdd0d8b30
    Merge pull request #3 from lampame/painflix Felix 2025-10-19 08:08:24 +03:00
  • 7e5acfd0e1 Revert version #3 Felix 2025-10-19 08:01:04 +03:00
  • e87a810a66 Update version Felix 2025-10-19 07:51:47 +03:00
  • a3d6a294b8 All planned tasks have been executed and documented. The Uaflix module now correctly provides a selection of search results for TV series when multiple results are found, similar to how it works for movies. The fix addresses the issue where the system would automatically select the first result (e.g., "Сотня спогадів" instead of "Сотня / The 100") without giving the user a choice. Additionally, UI/UX improvements have been implemented: Felix 2025-10-18 10:32:37 +03:00
  • 5142543a3e Виправлення пошуку Felix 2025-10-18 10:20:05 +03:00
  • c5d698b01a Add Voice logic Felix 2025-10-18 10:15:09 +03:00
  • 86e77561e4 Add Voice logic Felix 2025-10-18 08:51:35 +03:00
  • 4f76d2a273 Update README to reflect module completion status and installation instructions Felix 2025-10-04 19:00:10 +03:00
  • b474a0e331 Add UaTUT module with search, player data handling, and API integration Felix 2025-10-04 18:59:01 +03:00
  • 892bcf5300 Update README and AppInit to include AniHUB module and settings Felix 2025-10-04 14:45:32 +03:00
  • d6a74a2d37 Update .gitignore to include Kinovezha and Clinerules documentation Felix 2025-10-04 14:42:39 +03:00
  • de63674809 Add Anihub module with search and embed functionality Felix 2025-10-04 14:42:31 +03:00
  • b150cabfb0 Add Uaflix init support configuration to README Felix 2025-09-30 15:27:57 +03:00
  • a4370b623b Update .gitignore and README for auto installation instructions Felix 2025-09-30 15:25:32 +03:00
  • 0a70ce4a45 Add init.conf support Felix 2025-09-26 16:23:24 +03:00
  • b98b332b12 Uaflix group and globalproxy Felix 2025-09-26 16:08:13 +03:00
  • f59edc37a1 Init support Felix 2025-09-26 11:10:09 +03:00
  • 13663eb137 missing file Felix 2025-09-25 20:00:40 +03:00
  • 85028860b1 missing file Felix 2025-09-25 20:00:27 +03:00
  • 490fed2a06
    Merge pull request #2 from lampame/cloack-uaflix Felix 2025-09-24 20:18:28 +03:00
  • d831d38acf Fix result search #2 Felix 2025-09-24 20:17:21 +03:00
  • 7a4f3f18e9 Cloacking Felix 2025-09-24 20:01:07 +03:00
  • 80bef4adbc Delete Eneyida Felix 2025-09-23 16:54:02 +03:00
  • 33a49a6e75 Add displayIndex Felix 2025-09-20 19:14:26 +03:00
  • e6bd82dd01 100500 fix CikavaIdeya Felix 2025-09-20 19:02:01 +03:00
  • 0ef0908303 Implementation of accsArgs for AnimeON, CikavaIdeya, and Unimay modules Felix 2025-09-20 18:31:15 +03:00
  • 84a3466e5e Add proxy support Felix 2025-09-20 12:18:29 +03:00
  • 7a211c838b Refactor Felix 2025-09-20 11:47:28 +03:00
  • 3e1cab4531 Add CikavaIdeya Add Unimay Felix 2025-09-14 19:04:12 +03:00
  • fc7dbc91e6 Add CikavaIdeya Add Unimay Felix 2025-09-14 19:04:05 +03:00
  • b063ba9821 Add CikavaIdeya Felix 2025-09-14 15:19:17 +03:00
  • 8c495e9439 Hide Lampac source Felix 2025-09-14 13:19:23 +03:00
  • 4a043be2ce Change instruction Felix 2025-09-14 09:05:45 +03:00
  • 53ddeb71c1 Change instruction Felix 2025-09-13 20:08:04 +03:00
  • 642df0d5a8 Check AnimeON Felix 2025-09-13 20:05:57 +03:00
  • fbfde8052b
    Merge pull request #1 from lampame/AnimeON Felix 2025-09-13 20:04:25 +03:00
  • b5b0c98ebb Try add ashdi #1 Felix 2025-09-13 20:03:19 +03:00
  • 844f7865ef Add AnimeON Felix 2025-09-13 19:29:18 +03:00
  • 66d712bb41 Try add init4Uaflix Felix 2025-09-13 17:57:09 +03:00
  • 496a1f34b7 Fix movie Felix 2025-09-13 16:52:28 +03:00
  • 47309eb5ef Uaflix with season Felix 2025-09-13 16:23:05 +03:00
  • db63e145b5 Init Felix 2025-09-13 16:22:21 +03:00
  • 715a6b2ea4
    Initial commit Felix 2025-09-12 18:59:07 +03:00