Server Version#: Version 1.41.7.9717
Player Version#: Version 4.145.1 + latest PlexAmp
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>
Hi all,
I’ve been trying to trigger Sonic Analysis manually on my Mac mini M2 (macOS 15.4.1) using this command:
/Applications/Plex\ Media\ Server.app/Contents/MacOS/Plex\ Media\ Scanner --analyze-deeply --section 20 --manual
I confirmed section ID 20 exists (Muziek), and Sonic is enabled (EnableSonicAnalysis="1" in Preferences.xml). However, when I run the command:
- Plex Media Scanner starts
- It confirms the section and opens the DB
- Then it just… returns. No analysis is performed
- Plexamp doesn’t show waveforms either
I don’t see any errors in the logs, but also no SonicAnalysis logs, no Analyzing media parts, and no Item ID logs — the command appears to be accepted and then silently drops.
Here’s a minimal log excerpt:
Apr 25, 2025 09:20:22.864 [0x16fbe7000] INFO - /Applications/Plex Media Server.app/Contents/MacOS/Plex Media Scanner --analyze-deeply --section 20 --manual
Apr 25, 2025 09:20:22.877 [0x2077d0c80] DEBUG - Opening 20 database sessions to library (com.plexapp.plugins.library), SQLite 3.39.4, threadsafe=1
…and then nothing happens. I’ve uploaded the full logs in this thread for context.
Let me know if I can provide a stripped-down test library or run a debug build — happy to help pinpoint this.
I also created a separate test library with just 2 clean MP3 files (ID3v2.3, no special characters, tagged with Yate), and ran the same analysis commands on that library — same result: no analysis is triggered, no waveforms in Plexamp, and the logs remain silent after initializing.
This rules out library size or tagging complexity as the issue.