Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Loopdown does not support Logic Pro 11.1 sounds installing #11

Open
omppumetro opened this issue Nov 15, 2024 · 1 comment
Open

Loopdown does not support Logic Pro 11.1 sounds installing #11

omppumetro opened this issue Nov 15, 2024 · 1 comment

Comments

@omppumetro
Copy link

Describe the bug

this works with GB 10.4.11:
/usr/local/bin/loopdown --install --apps garageband --mandatory --pkg-server "https://mylocalserver.org"

this does not work when latest Logic Pro 11.1 is installed:
/usr/local/bin/loopdown --install --apps logicpro --mandatory --pkg-server "https://mylocalserver.org"
results to:
No packages found; there may be no packages to download/install or no application/s installed

Please note that the application path is now /Applications/Logic Pro.app.

@omppumetro
Copy link
Author

Tested this and made a change for new Logic Pro.app path in parsers.py:
APPLICATION_PATHS: dict[str, str] = {
"garageband": "/Applications/GarageBand.app",
"logicpro": "/Applications/Logic Pro.app",
"mainstage": "/Applications/MainStage 3.app",
}

Seems to resolve the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant