Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,30 @@ In Hass.io, navigate to Supervisor > Add-on Store > Repositories and add `https:
- [Frigate NVR](frigate/README.md)
- [Frigate NVR Beta](frigate_beta/README.md)

NVR with realtime local object detection for IP cameras
NVR with realtime local object detection for IP cameras


Hass.io Media Folder from remote Unraid Server

Configuration.yaml should contain the following, The folder /media can be replaced by /mnt/media in both instances if you have other integrations that rely on media.
The media source is not required if the "defualt_config:" is raised in the configuration.yaml.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The media source is not required if the "defualt_config:" is raised in the configuration.yaml.
The media source is not required if the "default_config:" is raised in the configuration.yaml.


```
homeassistant:
media_dirs:
media: /media

media_source:

shell_command:
mount_cctv_media_folder: mkdir -p /media;mount -t cifs -o username=USER,password=PASSWORD,domain=WORKGROUP //tower.local/Media /mnt/media
```


the output of the /media should look like this:
```
/media/
|->frigate
|-> clips
|-> recordings
```