mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-05 04:45:09 -06:00
21 lines
568 B
YAML
21 lines
568 B
YAML
name: AudioPlayer
|
|
description: Add an audio-only toggle button and support for audio files in the Stash player through hls transcoder.
|
|
version: 0.3
|
|
ui:
|
|
requires:
|
|
- CommunityScriptsUILibrary
|
|
javascript:
|
|
- AudioPlayer.js
|
|
css:
|
|
- AudioPlayer.css
|
|
|
|
settings:
|
|
audioExtensions:
|
|
displayName: Audio Extensions
|
|
description: "Extensions to mach as audio files. Default: mp3, m4a"
|
|
type: STRING
|
|
useTag:
|
|
displayName: Use Tag
|
|
description: Use "Audio" tag instead of extensions.
|
|
type: BOOLEAN
|