···1414# FACETS
15151616builtIn:
1717- - url: "themes/blur/artwork-controller/facet.html.txt"
1717+ - url: "themes/blur/artwork-controller/facet.html"
1818 title: "Blur / Artwork controller"
1919 desc: >
2020 Audio playback controller with an artwork display.
2121- - url: "facets/tools/auto-queue.html.txt"
2121+ - url: "facets/tools/auto-queue.html"
2222 title: "Tools / Automatic Queue"
2323 desc: >
2424 Everything you need to automatically put tracks into the queue.
2525- - url: "facets/tools/v3-import.html.txt"
2525+ - url: "facets/tools/v3-import.html"
2626 title: "Tools / V3.x Import"
2727 desc: >
2828 Import data from Diffuse v3.
2929- - url: "themes/webamp/browser/facet.html.txt"
2929+ - url: "themes/webamp/browser/facet.html"
3030 title: "Webamp / Browser"
3131 desc: >
3232 Collection browser + search in a retro, win98, look.
3333- - url: "themes/webamp/configurators/input/facet.html.txt"
3333+ - url: "themes/webamp/configurators/input/facet.html"
3434 title: "Webamp / Input Configurator"
3535 desc: >
3636 Windows 98 styled input configurator where you can add music sources.
3737- - url: "themes/webamp/configurators/output/facet.html.txt"
3737+ - url: "themes/webamp/configurators/output/facet.html"
3838 title: "Webamp / Output Configurator"
3939 desc: >
4040 Windows 98 styled output configurator where you can manage your data storage.
41414242examples:
4343- - url: "facets/examples/now-playing.html.txt"
4343+ - url: "facets/examples/now-playing.html"
4444 title: "Now playing"
4545 desc: >
4646 Shows what's currently set to "now playing" in the queue, along with a button to shift the queue to the next track.
4747- - url: "facets/examples/generate-playlist.html.txt"
4747+ - url: "facets/examples/generate-playlist.html"
4848 title: "Generate playlist"
4949 desc: >
5050 Make a list of what previously played in the queue.
···9999 <li>
100100 <p>
101101 <i class="ph-fill ph-plus"></i>
102102- <strong><a href="{{ ('themes/webamp/configurators/input/facet.html.txt') |> facetLoaderURL }}">Add</a></strong> audio from various places on the web and your device.
102102+ <strong><a href="{{ ('themes/webamp/configurators/input/facet.html') |> facetLoaderURL }}">Add</a></strong> audio from various places on the web and your device.
103103 </p>
104104 </li>
105105 <li>
106106 <p>
107107 <i class="ph-fill ph-queue"></i>
108108- <strong><a href="{{ ('themes/webamp/browser/facet.html.txt') |> facetLoaderURL }}">Browse</a></strong> your collection to put something into the queue.
108108+ <strong><a href="{{ ('themes/webamp/browser/facet.html') |> facetLoaderURL }}">Browse</a></strong> your collection to put something into the queue.
109109 </p>
110110 </li>
111111 <li>
112112 <p>
113113 <i class="ph-fill ph-queue"></i>
114114- <strong><a href="{{ ('facets/tools/auto-queue.html.txt') |> facetLoaderURL }}">Automate</a></strong> adding items to the queue, for infinite playback or listening to a playlist.
114114+ <strong><a href="{{ ('facets/tools/auto-queue.html') |> facetLoaderURL }}">Automate</a></strong> adding items to the queue, for infinite playback or listening to a playlist.
115115 </p>
116116 </li>
117117 <li>
118118 <p>
119119 <i class="ph-fill ph-music-note"></i>
120120- <strong><a href="{{ ('themes/blur/artwork-controller/facet.html.txt') |> facetLoaderURL }}">Play</a></strong> queued songs.
120120+ <strong><a href="{{ ('themes/blur/artwork-controller/facet.html') |> facetLoaderURL }}">Play</a></strong> queued songs.
121121 </p>
122122 </li>
123123 <li>
124124 <p>
125125 <i class="ph-fill ph-person"></i>
126126- <strong><a href="{{ ('themes/webamp/configurators/output/facet.html.txt') |> facetLoaderURL }}">Manage</a></strong> your user data, sync with your other devices or other people.
126126+ <strong><a href="{{ ('themes/webamp/configurators/output/facet.html') |> facetLoaderURL }}">Manage</a></strong> your user data, sync with your other devices or other people.
127127 </p>
128128 </li>
129129 </ol>
···135135 To use these facets, simply open whichever ones provide the functionality that you're looking for at a given moment. You can browse existing ones here and create one below.
136136 </p>
137137 <p>
138138- For example, say you want to play music; two options would be: (1) <a href="{{ ('themes/webamp/browser/facet.html.txt') |> facetLoaderURL }}">browse</a> for a specific song and add it to the queue, or (2) <a href="{{ ('facets/tools/auto-queue.html.txt') |> facetLoaderURL }}">automatically</a> add a bunch of shuffled songs to the queue. Next, you need a way to play the items you added to the queue. That's where a <a href="{{ ('themes/blur/artwork-controller/facet.html.txt') |> facetLoaderURL }}">controller</a> could be used.
138138+ For example, say you want to play music; two options would be: (1) <a href="{{ ('themes/webamp/browser/facet.html') |> facetLoaderURL }}">browse</a> for a specific song and add it to the queue, or (2) <a href="{{ ('facets/tools/auto-queue.html') |> facetLoaderURL }}">automatically</a> add a bunch of shuffled songs to the queue. Next, you need a way to play the items you added to the queue. That's where a <a href="{{ ('themes/blur/artwork-controller/facet.html') |> facetLoaderURL }}">controller</a> could be used.
139139 </p>
140140 <p>
141141 <em>You might ask, why can't I do all of this in just one window? That's what <a href="themes/">themes</a> are for, if you need something more streamlined. If you however want a customised experience, or prefer certain interfaces for certain things, that's what facets are for.</em>