User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sailing:arrs [2024/09/05 14:05] willysailing:arrs [2025/03/13 14:56] (current) – [Media Collection organization] willy
Line 1: Line 1:
-====== The '*Arrs Stack ======+====== A) The '*Arrs Stack ======
  
 The '*Arrs stack is loosely a suite of web-based tools devoted to find, download and organize your media collections. The __classic__ 'Arrs are: The '*Arrs stack is loosely a suite of web-based tools devoted to find, download and organize your media collections. The __classic__ 'Arrs are:
Line 12: Line 12:
  
 Loosely speaking, a few more tools can be associated to the '*Arrs stack even if they are definitely **not** part of the Servarr Wiki, which are: Loosely speaking, a few more tools can be associated to the '*Arrs stack even if they are definitely **not** part of the Servarr Wiki, which are:
-  * [[services:bazarr|Bazarr]]: manage subtitles (cc) for movies and TV shows +  * [[services:obsolete:bazarr|Bazarr]]: manage subtitles (cc) for movies and TV shows 
-  * [[services:lazylibrarian|LazyLibrarian]]: another books and audiobooks manager/organizer+  * [[services:obsolete:lazylibrarian|LazyLibrarian]]: another books and audiobooks manager/organizer 
 +  * [[services:audiobookshelf|Audio Book Shelf]]: the best audiobook and podcast manager and streamer app available. It's not capable to find&download audiobooks like Readarr, but it can do it for podcasts.
  
 One last interesting resource for managing the '*Arrs stack is [[https://trash-guides.info/|the Trash Guides]] which is a pretty ocmprehensive collection of hints, settings and general configuration for the '*Arrs. One last interesting resource for managing the '*Arrs stack is [[https://trash-guides.info/|the Trash Guides]] which is a pretty ocmprehensive collection of hints, settings and general configuration for the '*Arrs.
  
 +===== Media Collection organization =====
 +
 +If you remember from [[gentoo:storage|Storage Setup]], you have mounted your **/data** RAID disks. It seems like a good idea to store your media collection on it, doesn't it?
 +
 +I like to create the following folders:
 +  * /data/Media/Movies (owned by __radarr__ user)
 +  * /data/Media/Tv (owned by __sonarr__ user)
 +  * /data/Media/Music (owned by __radarr__ user)
 +  * /data/Media/Podcasts (owned by __audiobookshelf__ user)
 +  * /data/Media/Books (owned by __readarr__ user)
 +  * /data/Media/Audiobooks (owned by __audiobookshelf__ user)
 +
 +It is a good idea to create a common group called **media** to which all the services that find, download, organize and play your media collections will belong. This will highly simplify file access and help reduce permission issues. The above folder structure shall be owned by this group:
 +
 +So, here how you can create this structure and apply the permissions (this assumes you have already installed the various services):
 +<code bash>
 +mkdir /data
 +mkdir /data/Media
 +cd /data/Media 
 +for i in Tv Music Movies Books Audiobooks Podcasts; do mkdir $i; done
 +chown radarr:media Movies
 +chown sonarr:media Tv
 +chown readarr:media Books
 +chown audiobookshelf:media Audiobooks Podcasts
 +chown lidarr:media Music
 +</code>
  
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information