mirror of
https://github.com/5rahim/seanime
synced 2026-04-25 22:34:56 +02:00
feat(manga): language & scanlator filters
feat(hibike): updated SDK
This commit is contained in:
@@ -27321,6 +27321,15 @@
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Lang",
|
||||
"jsonName": "lang",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Scopes",
|
||||
"jsonName": "scopes",
|
||||
@@ -27657,41 +27666,24 @@
|
||||
{
|
||||
"filepath": "../internal/extension/vendoring/manga/types.go",
|
||||
"filename": "types.go",
|
||||
"name": "ChapterFilter",
|
||||
"formattedName": "HibikeManga_ChapterFilter",
|
||||
"package": "vendor_hibike_manga",
|
||||
"fields": [],
|
||||
"aliasOf": {
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"declaredValues": [
|
||||
"\"language\"",
|
||||
"\"group\""
|
||||
]
|
||||
},
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension/vendoring/manga/types.go",
|
||||
"filename": "types.go",
|
||||
"name": "SelectOption",
|
||||
"formattedName": "HibikeManga_SelectOption",
|
||||
"name": "Settings",
|
||||
"formattedName": "HibikeManga_Settings",
|
||||
"package": "vendor_hibike_manga",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Value",
|
||||
"jsonName": "value",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"name": "SupportsMultiScanlator",
|
||||
"jsonName": "supportsMultiScanlator",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Label",
|
||||
"jsonName": "label",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"name": "SupportsMultiLanguage",
|
||||
"jsonName": "supportsMultiLanguage",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
@@ -27743,15 +27735,6 @@
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Language",
|
||||
"jsonName": "language",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "ID",
|
||||
"jsonName": "id",
|
||||
@@ -27870,6 +27853,24 @@
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Scanlator",
|
||||
"jsonName": "scanlator",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Language",
|
||||
"jsonName": "language",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Rating",
|
||||
"jsonName": "rating",
|
||||
@@ -27938,15 +27939,15 @@
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension/vendoring/mediaplayer/types.go",
|
||||
"filepath": "../internal/extension/vendoring/onlinestream/types.go",
|
||||
"filename": "types.go",
|
||||
"name": "ClientInfo",
|
||||
"formattedName": "HibikeMediaPlayer_ClientInfo",
|
||||
"package": "vendor_hibike_mediaplayer",
|
||||
"name": "SearchOptions",
|
||||
"formattedName": "SearchOptions",
|
||||
"package": "vender_hibike_onlinestream",
|
||||
"fields": [
|
||||
{
|
||||
"name": "UserAgent",
|
||||
"jsonName": "userAgent",
|
||||
"name": "Query",
|
||||
"jsonName": "query",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
@@ -27954,8 +27955,8 @@
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "IsMobile",
|
||||
"jsonName": "isMobile",
|
||||
"name": "Dub",
|
||||
"jsonName": "dub",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
@@ -27963,171 +27964,13 @@
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "IsTablet",
|
||||
"jsonName": "isTablet",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "IsDesktop",
|
||||
"jsonName": "isDesktop",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "IsTV",
|
||||
"jsonName": "isTV",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension/vendoring/mediaplayer/types.go",
|
||||
"filename": "types.go",
|
||||
"name": "PlayRequest",
|
||||
"formattedName": "HibikeMediaPlayer_PlayRequest",
|
||||
"package": "vendor_hibike_mediaplayer",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Path",
|
||||
"jsonName": "path",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "ClientInfo",
|
||||
"jsonName": "clientInfo",
|
||||
"goType": "ClientInfo",
|
||||
"typescriptType": "HibikeMediaPlayer_ClientInfo",
|
||||
"usedStructName": "vendor_hibike_mediaplayer.ClientInfo",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension/vendoring/mediaplayer/types.go",
|
||||
"filename": "types.go",
|
||||
"name": "PlayResponse",
|
||||
"formattedName": "HibikeMediaPlayer_PlayResponse",
|
||||
"package": "vendor_hibike_mediaplayer",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Cmd",
|
||||
"jsonName": "cmd",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "OpenURL",
|
||||
"jsonName": "openURL",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension/vendoring/mediaplayer/types.go",
|
||||
"filename": "types.go",
|
||||
"name": "Settings",
|
||||
"formattedName": "HibikeMediaPlayer_Settings",
|
||||
"package": "vendor_hibike_mediaplayer",
|
||||
"fields": [
|
||||
{
|
||||
"name": "CanTrackProgress",
|
||||
"jsonName": "canTrackProgress",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension/vendoring/mediaplayer/types.go",
|
||||
"filename": "types.go",
|
||||
"name": "PlaybackStatus",
|
||||
"formattedName": "HibikeMediaPlayer_PlaybackStatus",
|
||||
"package": "vendor_hibike_mediaplayer",
|
||||
"fields": [
|
||||
{
|
||||
"name": "CompletionPercentage",
|
||||
"jsonName": "completionPercentage",
|
||||
"goType": "float64",
|
||||
"typescriptType": "number",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Playing",
|
||||
"jsonName": "playing",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Filename",
|
||||
"jsonName": "filename",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Path",
|
||||
"jsonName": "path",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Duration",
|
||||
"jsonName": "duration",
|
||||
"name": "Year",
|
||||
"jsonName": "year",
|
||||
"goType": "int",
|
||||
"typescriptType": "number",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Filepath",
|
||||
"jsonName": "filepath",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
@@ -28679,7 +28522,7 @@
|
||||
"fields": [
|
||||
{
|
||||
"name": "Media",
|
||||
"jsonName": "Media",
|
||||
"jsonName": "media",
|
||||
"goType": "Media",
|
||||
"typescriptType": "HibikeTorrent_Media",
|
||||
"usedStructName": "vendor_hibike_torrent.Media",
|
||||
@@ -28754,7 +28597,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AnidbAID",
|
||||
"jsonName": "aniDbAID",
|
||||
"jsonName": "anidbAID",
|
||||
"goType": "int",
|
||||
"typescriptType": "number",
|
||||
"required": true,
|
||||
@@ -28763,7 +28606,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AnidbEID",
|
||||
"jsonName": "aniDbEID",
|
||||
"jsonName": "anidbEID",
|
||||
"goType": "int",
|
||||
"typescriptType": "number",
|
||||
"required": true,
|
||||
@@ -28789,6 +28632,15 @@
|
||||
"formattedName": "HibikeTorrent_AnimeTorrent",
|
||||
"package": "vendor_hibike_torrent",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Provider",
|
||||
"jsonName": "provider",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Name",
|
||||
"jsonName": "name",
|
||||
@@ -28924,15 +28776,6 @@
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Provider",
|
||||
"jsonName": "provider",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "IsBestRelease",
|
||||
"jsonName": "isBestRelease",
|
||||
@@ -28954,6 +28797,34 @@
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension/vendoring/vendor_extension.go",
|
||||
"filename": "vendor_extension.go",
|
||||
"name": "SelectOption",
|
||||
"formattedName": "HibikeExtension_SelectOption",
|
||||
"package": "vendor_hibike_extension",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Value",
|
||||
"jsonName": "value",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Label",
|
||||
"jsonName": "label",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension_playground/playground.go",
|
||||
"filename": "playground.go",
|
||||
@@ -28990,6 +28861,15 @@
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "baseMangaCache",
|
||||
"jsonName": "baseMangaCache",
|
||||
"goType": "",
|
||||
"typescriptType": "any",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "anizipMediaCache",
|
||||
"jsonName": "anizipMediaCache",
|
||||
@@ -29148,143 +29028,6 @@
|
||||
"extension_repo.gojaExtensionImpl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension_repo/goja_bindings.go",
|
||||
"filename": "goja_bindings.go",
|
||||
"name": "GojaFormData",
|
||||
"formattedName": "ExtensionRepo_GojaFormData",
|
||||
"package": "extension_repo",
|
||||
"fields": [
|
||||
{
|
||||
"name": "runtime",
|
||||
"jsonName": "runtime",
|
||||
"goType": "goja.Runtime",
|
||||
"typescriptType": "Runtime",
|
||||
"usedStructName": "goja.Runtime",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "buf",
|
||||
"jsonName": "buf",
|
||||
"goType": "bytes.Buffer",
|
||||
"typescriptType": "Buffer",
|
||||
"usedStructName": "bytes.Buffer",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "writer",
|
||||
"jsonName": "writer",
|
||||
"goType": "multipart.Writer",
|
||||
"typescriptType": "Writer",
|
||||
"usedStructName": "multipart.Writer",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "fieldNames",
|
||||
"jsonName": "fieldNames",
|
||||
"goType": "map[string]",
|
||||
"typescriptType": "Record\u003cstring, any\u003e",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "values",
|
||||
"jsonName": "values",
|
||||
"goType": "map[string][]string",
|
||||
"typescriptType": "Record\u003cstring, Array\u003cstring\u003e\u003e",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "closed",
|
||||
"jsonName": "closed",
|
||||
"goType": "bool",
|
||||
"typescriptType": "boolean",
|
||||
"required": true,
|
||||
"public": false,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension_repo/goja_document_bindings.go",
|
||||
"filename": "goja_document_bindings.go",
|
||||
"name": "GojaDoc",
|
||||
"formattedName": "ExtensionRepo_GojaDoc",
|
||||
"package": "extension_repo",
|
||||
"fields": [
|
||||
{
|
||||
"name": "vm",
|
||||
"jsonName": "vm",
|
||||
"goType": "goja.Runtime",
|
||||
"typescriptType": "Runtime",
|
||||
"usedStructName": "goja.Runtime",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "doc",
|
||||
"jsonName": "doc",
|
||||
"goType": "goquery.Document",
|
||||
"typescriptType": "Document",
|
||||
"usedStructName": "goquery.Document",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "gojaSelection",
|
||||
"jsonName": "gojaSelection",
|
||||
"goType": "GojaDocSelection",
|
||||
"typescriptType": "ExtensionRepo_GojaDocSelection",
|
||||
"usedStructName": "extension_repo.GojaDocSelection",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension_repo/goja_document_bindings.go",
|
||||
"filename": "goja_document_bindings.go",
|
||||
"name": "GojaDocSelection",
|
||||
"formattedName": "ExtensionRepo_GojaDocSelection",
|
||||
"package": "extension_repo",
|
||||
"fields": [
|
||||
{
|
||||
"name": "gojaDoc",
|
||||
"jsonName": "gojaDoc",
|
||||
"goType": "GojaDoc",
|
||||
"typescriptType": "ExtensionRepo_GojaDoc",
|
||||
"usedStructName": "extension_repo.GojaDoc",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "selection",
|
||||
"jsonName": "selection",
|
||||
"goType": "goquery.Selection",
|
||||
"typescriptType": "Selection",
|
||||
"usedStructName": "goquery.Selection",
|
||||
"required": false,
|
||||
"public": false,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/extension_repo/goja_manga_provider.go",
|
||||
"filename": "goja_manga_provider.go",
|
||||
@@ -29487,6 +29230,16 @@
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Settings",
|
||||
"jsonName": "settings",
|
||||
"goType": "vendor_hibike_manga.Settings",
|
||||
"typescriptType": "HibikeManga_Settings",
|
||||
"usedStructName": "vendor_hibike_manga.Settings",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
@@ -34883,6 +34636,52 @@
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/manga/chapter_container.go",
|
||||
"filename": "chapter_container.go",
|
||||
"name": "GetMangaChapterContainerOptions",
|
||||
"formattedName": "Manga_GetMangaChapterContainerOptions",
|
||||
"package": "manga",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Provider",
|
||||
"jsonName": "Provider",
|
||||
"goType": "string",
|
||||
"typescriptType": "string",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "MediaId",
|
||||
"jsonName": "MediaId",
|
||||
"goType": "int",
|
||||
"typescriptType": "number",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Titles",
|
||||
"jsonName": "Titles",
|
||||
"goType": "[]string",
|
||||
"typescriptType": "Array\u003cstring\u003e",
|
||||
"required": false,
|
||||
"public": true,
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"name": "Year",
|
||||
"jsonName": "Year",
|
||||
"goType": "int",
|
||||
"typescriptType": "number",
|
||||
"required": true,
|
||||
"public": true,
|
||||
"comments": []
|
||||
}
|
||||
],
|
||||
"comments": []
|
||||
},
|
||||
{
|
||||
"filepath": "../internal/manga/chapter_container_mapping.go",
|
||||
"filename": "chapter_container_mapping.go",
|
||||
|
||||
Reference in New Issue
Block a user