You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Plugin Manager Sorting Category in Alphabetical

My logic pro plugin manager used to sort category in alphabetical. As I create a category, It would automatically be placed to where it should be in alphabetical. But today I found out this function is not working out anymore, when I create a category, it just stay at the buttom, no matter what the category name is. So I watched some videos on YouTube and found that both situations exist. Is there any way to restore it to sort category in alphabetical?


Below is the video which shows sorting category in alphabetical

https://youtu.be/6ujwSSVgt7k?t=148

and this one is not, which is my situation now

https://youtu.be/6ujwSSVgt7k?t=148


I use M1 MacBook Pro 16' and OS is Sonoma 14.5, Logic Pro is the latest 11.0.1




MacBook Pro 16″

Posted on Aug 31, 2024 3:21 PM

Reply
1 reply

Sep 1, 2024 8:00 AM in response to dmryoz



After almost 10 hours of troubleshooting and trying all the methods I found on the internet. I finally figured it out myself after checking the database file called “MusicApps.properties”


I'll start by explaining the solution first

  • Quit Logic Pro
  • Press "Shift+Command+G" go to “~/Music/Audio Music Apps/Databases/Tags/“
  • Find the file named “MusicApps.properties”
  • Right click it, click Open with, then open with TextEdit
  • And the file content would seems like
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
      <key>OS13_scanned</key>
      <string>property</string>
      <key>sorting</key>
      <array>
        <string>Amps and Pedals</string>
        <string>Delay</string>
        <string>Distortion</string>
        <string>Dynamics</string>
        <string>EQ</string>
        <string>Filter</string>
        <string>Imaging</string>
      </array>
      <key>user_sorted</key>    
      <string>property</string>
</dict>
</plist>


  • The text between <array> and </array> would vary from person to person , as it shows user’s category, but it's not important, just follow the next step.
  • Delete the third and fourth lines from the bottom, which is shown below
<key>user_sorted</key>
<string>property</string>
  • Press Command+S save the edited file
  • Open Logic Pro Plug-in Manager. If it have not be rearrange, just create a new category and name it randomly. Press enter, and you would see all categories rearrange automatically in alphabetical.
  • All done!


I'm not a coding guy, so what I am about to say is just what I have learned from the troubleshooting process. Please let me know if I have misunderstood.


It’s seems like once you arrange category list manually, it would no longer list categories in alphabetical. Because system add a command line which mentioned in step 6 above into file “MusicApps.properties” to tell Logic Pro Plug-in Manager not to arrange categories in alphabetical automatically.


This is not a common problem in Logic Pro user community, but I hope that if someone encounters the same problem in the future, this article will be helpful to you.

Plugin Manager Sorting Category in Alphabetical

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.