···110110 </p>
111111 <ul>
112112 <li><span>Most elements are configured in broadcast mode so they communicate across tabs. There are a few exceptions such as inputs, where we prefer parallelisation.</span></li>
113113+ <li><span>All URLs in a facet are relative to the root of Diffuse (not the root of the server) due to the base element in the header of the facet loader.</span></li>
113114 </ul>
114115 </section>
115116</div>
···6677<h1 hidden>Guide</h1>
8899-<style>
1010- strong {
1111- font-weight: 600;
1212- }
1313-</style>
1414-159<div class="columns">
1610 <section>
1711 <h3>Concept</h3>
···4438 <!-- 1 -->
4539 <li class="with-icon" style="gap: var(--space-sm)">
4640 <i class="ph-fill ph-file-audio" style="opacity: 0.4"></i>
4747- <span><strong>Add some audio files or streams.</strong> The <a href="{{ ('facets/data/connect/index.html') |> facetLoaderURL }}">connect</a> interfaces can be used for this, or use the demo from the tutorial below.</span>
4141+ <span><strong>Add some audio files or streams.</strong> The wide range of <a href="{{ ('facets/connect/index.html') |> facetLoaderURL }}">connect interfaces</a> can be used for this, or use the demo from the tutorial below.</span>
4842 </li>
49435044 <!-- 2 -->
5145 <li class="with-icon" style="gap: var(--space-sm)">
5246 <i class="ph-fill ph-gear-six" style="opacity: 0.4"></i>
5353- <span><strong>Wait until the processing of audio sources into tracks is completed.</strong> The demo button will show you the status or you can monitor it using this <a href="{{ ('facets/data/process-tracks/index.html') |> facetLoaderURL }}">interface</a>.</span>
4747+ <span><strong>Wait until the processing of audio sources into tracks is completed.</strong> You can monitor it using this <a href="{{ ('facets/data/process-tracks/index.html') |> facetLoaderURL }}">interface</a>. The tutorial demo will show it directly.</span>
5448 </li>
55495650 <!-- 3 -->
5751 <li class="with-icon" style="gap: var(--space-sm)">
5852 <i class="ph-fill ph-paint-brush" style="opacity: 0.4"></i>
5959- <span><strong style="color: var(--accent-twist-2)">Explore the interfaces that can be used.</strong> Check out the <a href="featured/?filter=interface">featured interfaces</a>.</span>
5353+ <span><strong style="color: var(--accent-twist-2)">Explore the interfaces that can be used to play and manage your audio.</strong> Check out the <a href="featured/?filter=interface">featured interfaces</a>.</span>
6054 </li>
61556256 <!-- 4 -->
6357 <li class="with-icon" style="gap: var(--space-sm)">
6458 <i class="ph-fill ph-sparkle" style="opacity: 0.4"></i>
6565- <span><strong style="color: var(--accent-twist-4)">Continue exploring, enable some additional features</strong>, such as making played audio available offline automatically.</span>
5959+ <span><strong style="color: var(--accent-twist-4)">Continue exploring, enable some additional features</strong> such as making played audio available offline automatically.</span>
6660 </li>
67616862 <!-- 5 -->
6963 <li class="with-icon" style="gap: var(--space-sm)">
7064 <i class="ph-fill ph-person" style="opacity: 0.4"></i>
7171- <span><strong>Sync your user-data with your other devices.</strong> Or share your data with other people.</span>
6565+ <span><strong>Sync your configuration and playlists with your other devices.</strong> Or share it with other people.</span>
7266 </li>
7367 </ul>
7468 </section>
···7872 <h3 id="tutorial">Tutorial</h3>
79738074 <p>
8181- <strong>Diffuse is not your typical streaming service, we have to add sources of audio so we have stuff to play.</strong> This button below adds some demo content, so you can experiment with the software right away.
7575+ <strong>Diffuse is not your typical streaming service, you have to add sources of audio so you have stuff to play.</strong> This button below adds some demo content, so you can experiment with the software right away.
8276 </p>
83778478 <p>
···9286 </p>
93879488 <p>
9595- <strong>Let's pick an interface</strong> that automatically puts audio from our collection into the queue, and another to play what got put into the queue.
8989+ By default a feature is enabled which puts audio in the queue automatically. <strong>Let's pick an interface</strong> to play what got put into the queue for us.
9690 </p>
97919892 <p>
9999- <span class="button-row">
100100- <a class="button button--bg-accent" href="{{ ('facets/playback/auto-queue/index.html') |> facetLoaderURL }}" target="_blank">
101101- <span class="with-icon">
102102- <i class="ph-fill ph-number-circle-one"></i>
103103- Fill up queue
104104- </span>
105105- </a>
106106- <a class="button button--bg-accent" href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}" target="_blank">
107107- <span class="with-icon">
108108- <i class="ph-fill ph-number-circle-two"></i>
109109- Play audio
110110- </span>
111111- </a>
112112- </span>
9393+ <a class="button button--bg-accent" href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}" target="_blank">
9494+ Play audio
9595+ </a>
11396 </p>
1149711598 <p>
···125108 </p>
126109127110 <p>
128128- TODO: explain adding your own inputs, syncing user data, etc.
111111+ TODO: explain adding your own inputs, syncing user data, editing/forking facets, creating your own facet, etc.
129112 </p>
130113</section>