mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 09:22:21 +00:00
The previous implementation assumed all voices had the same number of seasons and used index-based access, which caused issues when voices had different season counts. The new implementation: - Extracts season numbers from season titles using regex - Creates a unified list of all available season numbers across all voices - Handles cases where voices have no seasons or missing season data - Selects appropriate season numbers when specific seasons are requested - Maintains backward compatibility with existing URL parameters This fixes issues with season selection when different voice tracks have varying season counts or when some voices lack season information entirely.
Ukraine online source for Lampac
- AnimeON
- BambooUA
- CikavaIdeya
- StarLight
- UAKino
- UAFlix
- UATuTFun
- Unimay
Installation
-
Clone the repository:
git clone https://github.com/lampac-ukraine/lampac-ukraine.git . -
Move the modules to the correct directory:
- If Lampac is installed system-wide, move the modules to the
moduledirectory. - If Lampac is running in Docker, mount the volume:
-v /path/to/your/cloned/repo/Uaflix:/home/module/Uaflix
- If Lampac is installed system-wide, move the modules to the
Auto installation
If Lampac version 148.1 and newer
Create or update the module/repository.yaml file
- repository: https://github.com/lampame/lampac-ukraine
branch: main
modules:
- AnimeON
- Unimay
- CikavaIdeya
- Uaflix
- UaTUT
- Bamboo
- UAKino
- StarLight
branch - optional, default main
modules - optional, if not specified, all modules from the repository will be installed
Init support
"Uaflix": {
"enable": true,
"domain": "https://uaflix.net",
"displayname": "Uaflix",
"streamproxy": false,
"useproxy": false,
"proxy": {
"useAuth": true,
"username": "FooBAR",
"password": "Strong_password",
"list": [
"socks5://adress:port"
]
},
"displayindex": 1,
"apn": true,
"apn_host": "domaine.com/{encodeurl}"
}
APN support
Sources with APN support:
- AnimeON
- Uaflix
- UaTUT
- CikavaIdeya
- UAKino
Donate
Support the author: https://lampame.donatik.me
Description
Languages
C#
98.4%
Shell
1.6%