Environment
-
Mp3tag for Mac: 1.9.10 (build 126)
-
macOS: Tahoe 26 on Apple Silicon
-
Storage: Local APFS SSD (
/Users/neo/Music/JRiver/Music)
What I’m trying to do
Bulk‑write Catalog Number to my library by mapping path → fields via Actions → Text file → Tag using the format string:
%_path%|%CATALOGNUMBER_RAW%|%CATALOGNUMBER%
Example input lines (piped values):
/Users/neo/Music/JRiver/Music/U2/Achtung Baby (Catalog #_ Unknown)/01 Zoo Station.flac|546 928-2|1991 Universal - 546 928-2
/Users/neo/Music/JRiver/Music/Jay-Z;Paul Nice/The (Unofficial) Black Album Remix (Catalog #_ Unknown)/02 December 4th (Paul Nice Remix) (Edit).flac|None|Catalog #: Unknown
Issue 1 — UI freeze with large paste
-
I select ~130,000 tracks, open Text file → Tag, choose Paste text, and paste ~130k lines.
-
The dialog and app beachball and become unresponsive (eventually “Application Not Responding”). Force Quit is required.
-
Question: is there a practical or documented limit for number of selected files and/or pasted lines on macOS? Any guidance on safe batch sizes (e.g., 5k, 10k, 20k) or a streaming/line‑by‑line import mode?
Issue 2 — “Can’t access file via secure bookmark”
-
When I try Text file → Tag → File… and point to
/Users/neo/Downloads/mp3tag_catalog_formatted.txt, I get:
Cannot access file "/Users/neo/Downloads/mp3tag_catalog_formatted.txt" via secure bookmark -
I also see the same error when saving tags to some audio files, e.g.:
Cannot access file "/Users/neo/Music/JRiver/Music/10,000 Maniacs/Blind Man's Zoo (Catalog #_ Unknown)/01 Eat for Two.flac" via secure bookmark -
I already tried the forum‑suggested reset (Mp3tag closed):
defaults delete app.mp3tag.Mp3tag SecurityScopedBookmarksThen I reopened via ⌘O on the top‑level folder to re‑grant access. The error still reappears in my workflow. (This command was suggested by Florian in “Can’t access file via secure bookmark”.)
Steps to reproduce (freeze)
-
Open library root via ⌘O.
-
Select ~130k files.
-
Actions → Text file → Tag → Paste text.
-
Paste ~130k lines (path|CATALOGNUMBER_RAW|CATALOGNUMBER).
-
Observe beachball / freeze.
Steps to reproduce (secure bookmark)
-
Actions → Text file → Tag → File….
-
Choose a
.txtin~/Downloads(or~/Music). -
Error: “Cannot access file … via secure bookmark”.
-
After
defaults delete … SecurityScopedBookmarksand reopening the folder, error still occurs in bulk writes.
What I’m asking
-
Recommended upper limits or best practices for Text file → Tag on macOS (selected files and pasted lines).
-
Whether the paste dialog loads all lines into memory (and if so, any planned streaming/virtualization).
-
Guidance on permanently resolving the secure bookmark error for both file‑based imports and bulk tag writes (beyond deleting stored bookmarks), including any known edge cases with opening via Finder’s Services vs ⌘O.
Happy to provide a small sample mapping file, a sysdiagnose, and screen recordings if helpful.