mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
f14ac825cf
This commit removes the 'Move Addon Name to description' setting in favour of the custom formatter Adds the following fields for use in a custom formatter: config.addonName (returns the value of `ADDON_NAME`) config.showDie (returns the value of `SHOW_DIE`) stream.title (string) stream.year (string) stream.season (number) stream.seasons (number[]) stream.episode (number) stream.proxied (boolean) you now control 100% of the stream output, including the game die emoji and the detective emoji for proxied streams. Adds a proxied switch in the preview. Adjusted default addon name to Torrentio to account for config.addonName refactored the way streams were generated.
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"name": "@aiostreams/parser",
|
|
"version": "1.17.0",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"test": "vitest run --passWithNoTests",
|
|
"build": "tsc"
|
|
},
|
|
"description": "Library to parse a torrent filename ",
|
|
"dependencies": {
|
|
"@aiostreams/types": "^1.0.0",
|
|
"parse-torrent-title": "github:TheBeastLT/parse-torrent-title"
|
|
}
|
|
}
|