{"id":26800875,"url":"https://github.com/davidteren/lpx_links","last_synced_at":"2026-04-06T09:04:27.858Z","repository":{"id":101279735,"uuid":"37682097","full_name":"davidteren/lpx_links","owner":"davidteren","description":"Gets the additional content download links for Logic Pro X","archived":false,"fork":false,"pushed_at":"2024-10-30T07:35:45.000Z","size":2616,"stargazers_count":121,"open_issues_count":6,"forks_count":29,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-04T09:03:02.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://davidteren.github.io/lpx_links","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidteren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-18T20:08:10.000Z","updated_at":"2025-03-26T12:53:07.000Z","dependencies_parsed_at":"2023-07-10T19:31:33.950Z","dependency_job_id":null,"html_url":"https://github.com/davidteren/lpx_links","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteren%2Flpx_links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteren%2Flpx_links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteren%2Flpx_links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteren%2Flpx_links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidteren","download_url":"https://codeload.github.com/davidteren/lpx_links/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399871,"owners_count":20932876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-29T20:20:00.219Z","updated_at":"2026-04-06T09:04:27.826Z","avatar_url":"https://github.com/davidteren.png","language":"Ruby","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"\n# lpx_links\n\nlpx_links is a utility to get the direct download links for the additional sample/sound content for Logic Pro X and Mainstage.\n\n- It gets the most current links\n- Creates a text file with all the links in them\n- Importing the links file into a download manager like the DownThemAll addon for FireFox should work well\n\nIncludes Mandatory only list. Thanks to _Matteo Ceruti_ aka [Matatata](https://github.com/matatata) for the idea.\n   \n### Version  \n0.0.10 - adds support to specify Mainstage app to get direct download links for sample/sound content\n\n0.0.9 - fixes issue where the install script attempted to re-download the pkg files 🤦‍\n\n0.0.8 - adds logic to resolve relative parents in download URLs \u0026 Readme updates.\n\n0.0.7 - added mandatory file list \u0026 refactor of code.\n\n0.0.6 - added version detection. Any version of Logic Pro X should work now.\n\n## Usage\n\nSimply open the terminal and paste one of the commands from below. \n\nFor Logic Pro X use the following command:\n```sh  \n cd ~/Downloads; mkdir -p lpx_links/app ; cd lpx_links/app ; curl -#L https://goo.gl/nUrpPi | tar -xzv --strip-components 1 ; ./lpx_links.rb -n Logic\n  \n```\n\nFor Mainstage use the following command:\n```sh  \n cd ~/Downloads; mkdir -p lpx_links/app ; cd lpx_links/app ; curl -#L https://goo.gl/nUrpPi | tar -xzv --strip-components 1 ; ./lpx_links.rb -n Mainstage\n  \n```  \n  \nTo download I recommend using *aria2*\n- Download \u0026 install - [aria2 ver1.33.0 installer](https://github.com/aria2/aria2/releases/download/release-1.33.0/aria2-1.33.0-osx-darwin.dmg)  \n\n- Then in the Terminal  \n\nTo only download the mandatory files (32)\n```shell  \n\naria2c -c --auto-file-renaming=false -i ~/Desktop/lpx_download_links/mandatory_download_links.txt -d ~/Downloads/logic_content\n```\nTo download all the packages\n```shell\naria2c -c --auto-file-renaming=false -i ~/Desktop/lpx_download_links/all_download_links.txt -d ~/Downloads/logic_content\n```\n\n - -c tells aria2 to continue/resume downloads\n - --auto-file-renaming=false ensures that files will never be redownloaded if they already exist in the target directory\n - -i is the path to the file with list of downloads\n - -d is the path to where you want the downloaded files\n     \n  ![aria2 download example](https://github.com/davidteren/lpx_links/blob/master/images/aria2_example.png?raw=true)\n### Install All  \n  \nTo install all the downloaded packages use the following command:  \n\n```sh\n sudo ~/Downloads/lpx_links/app/install.sh ~/Downloads/logic_content \n```  \n\n### Development  \n  \nWant to contribute? Fork and let me know.  \n  \nLicense  \n----  \n\nGNU General Public License, version 3 (GPL-3.0)  \n(http://opensource.org/licenses/GPL-3.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidteren%2Flpx_links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidteren%2Flpx_links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidteren%2Flpx_links/lists"}