Thoughts on host directory structure #11

Open
opened 2021-11-01 10:59:38 +00:00 by julia · 1 comment
Collaborator

host directory structure:

{{ media_base_path }}  # /var/lib/media/
|-- torrents
| |- movies
| |- movies4k
| |- tv
| |- tv4k
| |- music
| |- books
|
|-- usenet
| |- movies
| |- movies4k
| |- tv
| |- tv4k
| |- music
| |- books
|
|-- media
| |- movies
| |- movies4k
| |- tv
| |- tv4k
| |- music
| |- books

things to note:

  • base path needs to be one filesystem (*arr uses hardlinks)

docker directory mappings:

  • qbittorrent: /base_path/torrents:/data/torrents
  • nzbget: /base_path/usenet:/data/usenet
  • *arr: /base_path:/data
  • jellyfin: /base_path/media:/data/media
  • funkwhale: /base_path/media/music:/data
  • $ebook-frontend: /base_path/media/books:/data
host directory structure: ``` {{ media_base_path }} # /var/lib/media/ |-- torrents | |- movies | |- movies4k | |- tv | |- tv4k | |- music | |- books | |-- usenet | |- movies | |- movies4k | |- tv | |- tv4k | |- music | |- books | |-- media | |- movies | |- movies4k | |- tv | |- tv4k | |- music | |- books ``` things to note: - base path needs to be one filesystem (\*arr uses hardlinks) docker directory mappings: - qbittorrent: `/base_path/torrents:/data/torrents` - nzbget: `/base_path/usenet:/data/usenet` - \*arr: `/base_path:/data` - jellyfin: `/base_path/media:/data/media` - funkwhale: `/base_path/media/music:/data` - $ebook-frontend: `/base_path/media/books:/data`
transcaffeine added this to the Media collection and streaming project 2021-11-01 15:26:15 +00:00

Services would be configured using {service}_base_path: "{{ media_base_path }}/{type}/{service}

Services would be configured using `{service}_base_path: "{{ media_base_path }}/{type}/{service}`
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: finallycoffee/media-streaming#11
No description provided.