Files
AIOStreams/packages/parser/package.json
T
Viren070 f14ac825cf feat: changes
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.
2025-05-01 17:57:30 +01:00

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"
}
}