Deployed 92e9bda0 with MkDocs version: 1.5.3

gh-pages
10 months ago
parent d41ab3b9e8
commit c72730ce88

@ -3236,6 +3236,39 @@
<nav class="md-nav" aria-label="Folder Structure">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#fastest-way-to-create-the-needed-subfolders" class="md-nav__link">
<span class="md-ellipsis">
Fastest way to create the needed subfolders
</span>
</a>
<nav class="md-nav" aria-label="Fastest way to create the needed subfolders">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#if-you-use-usenet" class="md-nav__link">
<span class="md-ellipsis">
If you use usenet
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#if-you-use-torrents" class="md-nav__link">
<span class="md-ellipsis">
If you use torrents
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#breakdown-of-the-folder-structure" class="md-nav__link">
<span class="md-ellipsis">
@ -3321,9 +3354,9 @@
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#video-tutorial" class="md-nav__link">
<a href="#examples-how-to-set-up-your-paths-inside-your-applications" class="md-nav__link">
<span class="md-ellipsis">
Video Tutorial
Examples how to set up your paths INSIDE your applications
</span>
</a>
@ -3332,6 +3365,15 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#video-tutorial" class="md-nav__link">
<span class="md-ellipsis">
Video Tutorial
</span>
</a>
</li>
</ul>
@ -3495,6 +3537,39 @@
<nav class="md-nav" aria-label="Folder Structure">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#fastest-way-to-create-the-needed-subfolders" class="md-nav__link">
<span class="md-ellipsis">
Fastest way to create the needed subfolders
</span>
</a>
<nav class="md-nav" aria-label="Fastest way to create the needed subfolders">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#if-you-use-usenet" class="md-nav__link">
<span class="md-ellipsis">
If you use usenet
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#if-you-use-torrents" class="md-nav__link">
<span class="md-ellipsis">
If you use torrents
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#breakdown-of-the-folder-structure" class="md-nav__link">
<span class="md-ellipsis">
@ -3580,9 +3655,9 @@
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#video-tutorial" class="md-nav__link">
<a href="#examples-how-to-set-up-your-paths-inside-your-applications" class="md-nav__link">
<span class="md-ellipsis">
Video Tutorial
Examples how to set up your paths INSIDE your applications
</span>
</a>
@ -3591,6 +3666,15 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#video-tutorial" class="md-nav__link">
<span class="md-ellipsis">
Video Tutorial
</span>
</a>
</li>
</ul>
@ -3627,7 +3711,7 @@
<h1 id="unraid">unRAID<a class="headerlink" href="#unraid" title="Permanent link"></a></h1>
<div class="admonition warning">
<p class="admonition-title"><strong>DO NOT</strong> use the template paths from unRAID or the suggested paths from SpaceInvader One.</p>
<p class="admonition-title"><strong>DO NOT</strong> use the template paths from unRAID or the suggested paths from SpaceInvader One</p>
<p>SpaceInvader One YouTube guides are great for learning how to start with unRAID or how to set up certain applications - and yes I did and still do use them.<br><br>The main reason why he's probably using those paths is because they are predefined in the templates.</p>
</div>
<hr />
@ -3702,8 +3786,6 @@
<hr />
<h2 id="folder-structure">Folder Structure<a class="headerlink" href="#folder-structure" title="Permanent link"></a></h2>
<p>On the host (unRAID) you will need to add <code>/mnt/user</code> before it. <strong>So <code>/mnt/user/data</code></strong></p>
<p>The <code>data</code> folder has sub-folders for <code>torrents</code> and <code>usenet</code>, and each of these has sub-folders for <code>tv</code>, <code>movie</code> and <code>music</code> downloads to keep things organized. The <code>media</code> folder has nicely named <code>TV</code>, <code>Movies</code> and <code>Music</code> sub-folders, this is where your library resides, and what youd pass to Plex, Emby or JellyFin.</p>
<p>You will need to create these subfolders yourself. You can do this any way you prefer, but Krusader or WinSCP are popular choices if you are unsure.</p>
<!-- BEGIN INCLUDE ../../../includes/hardlinks/docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
@ -3727,6 +3809,18 @@
<!-- END INCLUDE -->
<p><em>I'm using lower-case on all folders on purpose, being Linux is case-sensitive.</em></p>
<p>The <code>data</code> folder has sub-folders for <code>torrents</code> and <code>usenet</code>, and each of these has sub-folders for <code>tv</code>, <code>movie</code> and <code>music</code> downloads to keep things organized. The <code>media</code> folder has nicely named <code>TV</code>, <code>Movies</code> and <code>Music</code> sub-folders, this is where your library resides, and what youd pass to Plex, Emby or JellyFin.</p>
<p>You will need to create these subfolders yourself. You can do this in any way you prefer, but the fastest way to create all the necessary subfolders would be to use the terminal (explained below). Alternatively, Krusader or WinSCP are popular choices if you are unsure.</p>
<h3 id="fastest-way-to-create-the-needed-subfolders">Fastest way to create the needed subfolders<a class="headerlink" href="#fastest-way-to-create-the-needed-subfolders" title="Permanent link"></a></h3>
<p>The fastest way to create all the necessary subfolders would be to use the terminal, use a program like <a href="https://www.putty.org/" rel="noopener noreferrer" target="_blank">PuTTy</a> or use the terminal from the dashboard.
These options will automatically create the required subfolders for your media library as well as your preferred download client(s).
If you use both torrents and usenet, use both commands.</p>
<h4 id="if-you-use-usenet">If you use usenet<a class="headerlink" href="#if-you-use-usenet" title="Permanent link"></a></h4>
<div class="highlight"><pre><span></span><code>mkdir<span class="w"> </span>-p<span class="w"> </span>/mnt/user/data/<span class="o">{</span>usenet/<span class="o">{</span>incomplete,complete<span class="o">}</span>/<span class="o">{</span>tv,movies,music<span class="o">}</span>,media/<span class="o">{</span>tv,movies,music<span class="o">}}</span>
</code></pre></div>
<h4 id="if-you-use-torrents">If you use torrents<a class="headerlink" href="#if-you-use-torrents" title="Permanent link"></a></h4>
<div class="highlight"><pre><span></span><code>mkdir<span class="w"> </span>-p<span class="w"> </span>/mnt/user/data/<span class="o">{</span>torrents/<span class="o">{</span>tv,movies,music<span class="o">}</span>,media/<span class="o">{</span>tv,movies,music<span class="o">}}</span>
</code></pre></div>
<hr />
<h3 id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<a class="headerlink" href="#breakdown-of-the-folder-structure" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../../includes/hardlinks/bad-path-suggestion.md -->
@ -3840,24 +3934,21 @@
<hr />
<h2 id="final-result">Final Result<a class="headerlink" href="#final-result" title="Permanent link"></a></h2>
<p><a class="glightbox" href="../images/unraid-final-result.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!unraid-final-result" src="../images/unraid-final-result.png" /></a></p>
<h3 id="examples-how-to-set-up-your-paths-inside-your-applications">Examples how to set up your paths INSIDE your applications<a class="headerlink" href="#examples-how-to-set-up-your-paths-inside-your-applications" title="Permanent link"></a></h3>
<p><strong>Don't forget to look at the <a href="/Hardlinks/Examples/">Examples</a> of how to set up your paths INSIDE your applications.</strong></p>
<h3 id="video-tutorial">Video Tutorial<a class="headerlink" href="#video-tutorial" title="Permanent link"></a></h3>
<h2 id="video-tutorial">Video Tutorial<a class="headerlink" href="#video-tutorial" title="Permanent link"></a></h2>
<div class="admonition tip">
<p>Big Thanks to IBRACORP for noticing this Guide and creating a Video covering this unRAID section.</p>
<p>The reason why I have this video at the end is because I want the users to ACTUALLY LEARN and UNDERSTAND why it's recommended to use this folder structure prior to going straight to a YouTube video.</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/AMcHsQJ7My0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>Check out other videos from IBRACORP <a href="https://www.youtube.com/c/IBRACORP/videos" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../../../includes/support.md -->
<hr />
<div class="admonition question">
<p class="admonition-title">Questions or Suggestions?</p>
<p>If you have questions or suggestions click the chat badge to join the Discord Support Channel where you can ask your questions directly and get live support.</p>
<p><a href="https://trash-guides.info/discord" rel="noopener noreferrer" target="_blank"><img alt="Discord chat" class="off-glb" src="https://img.shields.io/discord/492590071455940612?style=for-the-badge&amp;color=4051B5&amp;logo=discord" /></a></p>
</div>
<!-- END INCLUDE -->
<!-- --8<-- "includes/support.md" -->
@ -3878,7 +3969,7 @@
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">November 18, 2023 17:16:25</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">January 11, 2024 19:11:58</span>
</span>

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save