mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-06 03:44:53 +01:00
Improve Plex data location migration
This commit is contained in:
@@ -61,6 +61,9 @@ Webui can be found at `<your-ip>:32400`.
|
||||
| `cifsdomain` | str | | SMB domain for network shares |
|
||||
| `smbv1` | bool | `false` | Enable SMB v1 protocol |
|
||||
| `skip_permissions_check` | bool | `false` | Skip file permissions checking |
|
||||
| `data_location` | str | `/share/plex` | Path where Plex data is stored |
|
||||
|
||||
When `data_location` is changed and the target folder is empty, the add-on copies data from the previous Plex location (detected via the `/config/Library` symlink, or `/share/plex` on first migration).
|
||||
|
||||
### Example Configuration
|
||||
|
||||
@@ -74,6 +77,7 @@ networkdisks: "//192.168.1.100/media,//nas.local/movies"
|
||||
cifsusername: "mediauser"
|
||||
cifspassword: "password123"
|
||||
cifsdomain: "workgroup"
|
||||
data_location: "/share/plex"
|
||||
```
|
||||
|
||||
### Mounting Drives
|
||||
@@ -96,5 +100,3 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user