···9191 - title: "Output / Bytes / JSON"
9292 desc: "Raw data schema output ⇄ JSON Uint8Array."
9393 todo: true
9494+ - title: "Output / Refiner / Default"
9595+ desc: "The task of a refiner transformer is to remove the output state that is not meant to be saved to storage. For example, ephemeral tracks; this transformer will keep them in memory, but they will not be present in the output. **Ideally this is part of every theme, but you may swap it out with another transformer that might provide better defaults.**"
9696+ url: "components/transformer/output/refiner/default/element.js"
9497 - title: "Output / String / JSON"
9598 desc: "Raw data schema output ⇄ JSON UTF8 string."
9699 url: "components/transformer/output/string/json/element.js"
+1
src/themes/webamp/index.js
···33import "@components/output/polymorphic/indexed-db/element.js";
44import "@components/processor/metadata/element.js";
55import "@components/transformer/output/string/json/element.js";
66+import "@components/transformer/output/refiner/default/element.js";
6778import * as Input from "@components/input/opensubsonic/element.js";
89import * as Queue from "@components/engine/queue/element.js";