···1212 - facets/index.js
13131414examples:
1515- - url: "facets/examples/now-playing.html"
1515+ - url: "facets/examples/now-playing/index.html"
1616 title: "Now playing"
1717 desc: >
1818 Shows what's currently set to "now playing" in the queue, along with a button to shift the queue to the next track.
1919- - url: "facets/examples/generate-playlist.html"
1919+ - url: "facets/examples/generate-playlist/index.html"
2020 title: "Generate playlist"
2121 desc: >
2222 Make a list of what previously played in the queue.
···7171 <li>
7272 <p>
7373 <i class="ph-fill ph-plus"></i>
7474- <strong><a href="{{ ('themes/webamp/configurators/input/facet.html') |> facetLoaderURL }}">Add</a></strong> audio from various places on the web and your device.
7474+ <strong><a href="{{ ('themes/webamp/configurators/input/facet/index.html') |> facetLoaderURL }}">Add</a></strong> audio from various places on the web and your device.
7575 </p>
7676 </li>
7777 <li>
7878 <p>
7979 <i class="ph-fill ph-queue"></i>
8080- <strong><a href="{{ ('themes/webamp/browser/facet.html') |> facetLoaderURL }}">Browse</a></strong> your collection to put something into the queue.
8080+ <strong><a href="{{ ('themes/webamp/browser/facet/index.html') |> facetLoaderURL }}">Browse</a></strong> your collection to put something into the queue.
8181 </p>
8282 </li>
8383 <li>
8484 <p>
8585 <i class="ph-fill ph-queue"></i>
8686- <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.
8686+ <strong><a href="{{ ('facets/tools/auto-queue/index.html') |> facetLoaderURL }}">Automate</a></strong> adding items to the queue, for infinite playback or listening to a playlist.
8787 </p>
8888 </li>
8989 <li>
9090 <p>
9191 <i class="ph-fill ph-music-note"></i>
9292- <strong><a href="{{ ('themes/blur/artwork-controller/facet.html') |> facetLoaderURL }}">Play</a></strong> queued songs.
9292+ <strong><a href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}">Play</a></strong> queued songs.
9393 </p>
9494 </li>
9595 <li>
9696 <p>
9797 <i class="ph-fill ph-person"></i>
9898- <strong><a href="{{ ('themes/webamp/configurators/output/facet.html') |> facetLoaderURL }}">Manage</a></strong> your user data, sync with your other devices or other people.
9898+ <strong><a href="{{ ('themes/webamp/configurators/output/facet/index.html') |> facetLoaderURL }}">Manage</a></strong> your user data, sync with your other devices or other people.
9999 </p>
100100 </li>
101101 </ol>
···107107 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.
108108 </p>
109109 <p>
110110- 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.
110110+ For example, say you want to play music; two options would be: (1) <a href="{{ ('themes/webamp/browser/facet/index.html') |> facetLoaderURL }}">browse</a> for a specific song and add it to the queue, or (2) <a href="{{ ('facets/tools/auto-queue/index.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/index.html') |> facetLoaderURL }}">controller</a> could be used.
111111 </p>
112112 <p>
113113 <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>