···3344/**
55 * @import { OutputManagerDeputy } from "../../../../output/types.d.ts"
66- * @import { Track } from "@definitions/types.d.ts"
76 */
8798/**
+8-4
src/index.vto
···7575 - url: "components/engine/repeat-shuffle/element.js"
7676 title: "Repeat & Shuffle"
7777 desc: "Signals synced with local storage (classified by group) that decide if audio should be repeated and if the queue should be shuffled when filling it."
7878+ - url: "components/engine/scope/element.js"
7979+ title: "Scope"
8080+ desc: >
8181+ Signals that could influence the scope of a set of tracks.
78827983input:
8084 - url: "components/input/opensubsonic/element.js"
···105109orchestrators:
106110 - url: "components/orchestrator/auto-queue/element.js"
107111 title: "Automatic queue"
108108- desc: "Sets the given queue element pool whenever the tracks signal from the given output changes. Additionally it always fills the queue automatically based (shuffled or regular, based on repeat-shuffle engine)."
112112+ desc: > Fill the queue automatically with non-manual items (shuffled or regular, based on repeat-shuffle engine).
109113 - url: "components/orchestrator/input/element.js"
110114 title: "Input"
111115 desc: "**A default input configuration.** Contains all the inputs provided here."
···121125 - url: "components/orchestrator/sources/element.js"
122126 title: "Sources"
123127 desc: "Monitor tracks from the given output to form a list of sources based on the input's sources return value."
124124- - url: "components/orchestrator/search-tracks/element.js"
125125- title: "Search ⭤ Tracks"
126126- desc: "Supplies tracks to the given search processor whenever the tracks collection changes."
128128+ - url: "components/orchestrator/scoped-tracks/element.js"
129129+ title: "Scoped Tracks"
130130+ desc: "Supplies the tracks from the given output to the given search processor whenever the tracks collection changes. Additionally it can perform a search and other ways to reduce the scope of tracks based on the given scope engine. Provides a `tracks` signal similar to `output.tracks.collection`"
127131128132output:
129133 - title: "Bytes / Automerge Repo"