You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `folder` | Key for "Movie Folder Format". Check debug logs or TRaSH-Guide for values. | Not synced |
228
+
| `movie.rename` | If set to `true`, this enables the "Rename Movies" checkbox in the Radarr UI. | Not synced |
229
+
| `movie.standard` | Key for "Standard Movie Format". Check debug logs or TRaSH-Guide for values. | Not synced |
230
+
231
+
All configurations above directly affect the "Movie Naming" settings under **Settings > Media Management** in the Radarr UI. If a property is *not specified*, Configarr will not sync that setting, allowing manual configuration.
| `series` | Key for "Series Folder Format". Check debug logs or TRaSH-Guide for values. | Not synced |
254
+
| `season` | Key for "Season Folder Format". Check debug logs or TRaSH-Guide for values. | Not synced |
255
+
| `rename` | If set to `true`, this enables the "Rename Episodes" checkbox in the Sonarr UI. | Not synced |
256
+
| `standard` | Key for "Standard Episode Format". Check debug logs or TRaSH-Guide for values. | Not synced |
257
+
| `daily` | Key for "Daily Episode Format". Check debug logs or TRaSH-Guide for values. | Not synced |
258
+
| `anime` | Key for "Anime Episode Format". Check debug logs or TRaSH-Guide for values. | Not synced |
259
+
260
+
All configurations above directly affect the "Episode Naming" settings under **Settings > Media Management** in the Sonarr UI. If a property is *not specified*, Configarr will not sync that setting, allowing manual configuration.
261
+
199
262
### secrets.yml
200
263
201
264
Store sensitive information like API keys in this file. Never commit this file to version control.
@@ -216,7 +279,7 @@ Configarr will automatically load these configurations on startup and apply them
216
279
217
280
## Experimental supported fields
218
281
219
-
- Experimental support for `media_management` and `media_naming` (since v1.5.0)
282
+
- Experimental support for `media_management` and `media_naming_api` (since v1.5.0)
220
283
With those you can configure different settings in the different tabs available per *arr.
221
284
Both fields are under experimental support.
222
285
The supports elements in those are dependent on the *arr used.
0 commit comments