propresenter-php/php
Thorsten Bus 7cda7e7736 fix(generator): ROOT_USER_HOME fallback for user directory paths
- Add else branch in buildLocalRelativePath() to handle unmapped /Users/{username}/ paths
- Unmapped user directories now use ROOT_USER_HOME as root instead of ROOT_BOOT_VOLUME
- Extract user-relative path (e.g., AI/propresenter/ref/Media/test.png) for unmapped dirs
- Preserve existing behavior for mapped directories (Downloads, Documents, etc.)
- Preserve behavior for non-user paths (e.g., /tmp)
- Add 3 test cases covering all path scenarios: mapped, unmapped user, non-user
2026-03-30 08:06:43 +02:00
..
bin feat(playlist): add parse-playlist.php CLI tool 2026-03-01 21:19:14 +01:00
generated feat(playlist): add proto field 5, Zip64Fixer, and format spec 2026-03-01 20:50:14 +01:00
proto feat(playlist): add proto field 5, Zip64Fixer, and format spec 2026-03-01 20:50:14 +01:00
src fix(generator): add hotKey to Group and Cue 2026-03-30 08:04:32 +02:00
tests fix(generator): ROOT_USER_HOME fallback for user directory paths 2026-03-30 08:06:43 +02:00
vendor [AI] first parser implementation 2026-03-01 16:12:17 +01:00
.phpunit.result.cache [AI] first parser implementation 2026-03-01 16:12:17 +01:00
composer.json [AI] first parser implementation 2026-03-01 16:12:17 +01:00
composer.lock [AI] first parser implementation 2026-03-01 16:12:17 +01:00
phpunit.xml [AI] first parser implementation 2026-03-01 16:12:17 +01:00