Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursively search preset directories #675

Closed
helgoboss opened this issue Sep 13, 2022 · 1 comment
Closed

Recursively search preset directories #675

helgoboss opened this issue Sep 13, 2022 · 1 comment
Labels
enhancement New feature or request next realearn Related to ReaLearn

Comments

@helgoboss
Copy link
Owner

This would be nice for being able to take presets from different sources as symlinks, e.g. Dropbox etc.

Not sure if we should apply name-spacing (applying the relative directory names as part of the preset ID). I think JSFX does it that way. Could be nice to also resolve naming conflicts elegantly and would probably be consequent since we already use the file name as a preset ID. It would also mean though that moving stuff into another directory would invalidate preset references in existing projects. Maybe we could use a fallback strategy and ignore the directory part of the preset ID if we don't find it there.

@helgoboss
Copy link
Owner Author

  • Sub folders are now supported
  • Sub folders in sub folders not (disabled intentionally at the moment)
  • Preset ID will contain the folder name
  • No fallback is applied (if the folder name doesn't match). It needs to be a strict match.

@helgoboss helgoboss added the realearn Related to ReaLearn label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next realearn Related to ReaLearn
Projects
None yet
Development

No branches or pull requests

1 participant