1
0
mirror of https://github.com/vladmandic/sdnext.git synced 2026-01-27 15:02:48 +03:00
Files
CalamitousFelicitousness 761ea1c327 feat(settings): add base path support for output folders
Change "Images folder" and "Grids folder" settings to act as base paths
that combine with specific folder settings, rather than replacing them.

- Add resolve_output_path() helper function to modules/paths.py
- Update all output path usages to use combined base + specific paths
- Update gallery API to return resolved paths with display labels
- Update gallery UI to show short labels with full path on hover

Example: If base is "C:\Database\" and specific is "outputs/text",
the resolved path becomes "C:\Database\outputs\text"

Edge cases handled:
- Empty base path: uses specific path directly (backward compatible)
- Absolute specific path: ignores base path
- Empty specific path: uses base path only
2026-01-16 16:24:05 +00:00
..
2025-12-06 12:33:52 +01:00
2025-10-07 08:21:05 -04:00
2025-12-06 12:33:52 +01:00
2025-10-26 18:55:54 -04:00
2025-08-12 08:49:38 -04:00
2025-11-14 15:47:13 -05:00
2025-12-06 12:33:52 +01:00
2025-12-22 09:17:15 +01:00
2025-08-10 09:19:49 -04:00
2025-07-03 09:18:38 -04:00
2026-01-13 02:08:11 -08:00
2025-10-27 02:14:41 +03:00