api.unimay.media/v1. The module searches for titles by name, presents a similar-title picker when multiple results are returned, and then navigates through seasons and episodes with voice-track selection.
Version 4.1. The key in
init.conf must be "LME.Unimay" (not "Unimay").HTTP route
| Method | Path | Description |
|---|---|---|
GET | /lite/lme.unimay | Search, release detail, season/episode listing, and stream redirect |
- Without
code— performs a title search and shows a similar-title list. - With
code— loads the specific release; shows a season list ifs=-1, or episodes ifsis set. - With
codeandplay=true— redirects directly to the stream URL for the requested episode.
How it works
Search
The module queries the Unimay API by title and optional serial flag. When more than one match is found, a picker is shown. Each entry links back with a
code parameter identifying the release.Season selection (serials)
For a TV series (
Телесеріал), if s is not set, the module returns a single season entry. Selecting it appends s=1 and reloads.Episode listing
With a season selected, the module lists episodes from the release playlist. Each episode entry uses
method: "play" and links to the same route with play=true, s, and e set.init.conf example
Configuration reference
Enable or disable the module.
Base URL of the Unimay API. This is the API endpoint, not the website URL.
Name shown in the Lampac UI.
Sort order among sources.
Route stream URLs through Lampac’s built-in stream proxy.
Send HTTP requests to the Unimay API through the configured SOCKS5 proxy list.