Posts: 5,658
Threads: 1,088
Joined: Mar 2022
I have tried using the script fro FM Pro (from Joey Cupcakes) and it came with an error:
"Data is being accessed by another user, script or transaction"
Sharing is off, there is only one user account on this computer, iTunes is the only program open and I even unplugged my ethernet cables.
Anyone else seeing this error with FM 9? Is there a workaround?
Posts: 8,225
Threads: 431
Joined: Jan 2009
Reputation:
0
Did ANY of you try MP3 Rage or Media Rage?
Posts: 5,658
Threads: 1,088
Joined: Mar 2022
MacMagus wrote:
Did ANY of you try MP3 Rage or Media Rage?
Ok, I have downloaded MP3 Rage (15 day demo) and am ready to convert 3400 + songs.
How is this done in MP3 Rage? I have played around with some of the settings and have not had success...
Posts: 2,129
Threads: 203
Joined: Oct 2024
Reputation:
0
I've written this, but I haven't had the time (or the MP3 source files) to test. You'll need to place the MP3 files in their own playlist, and I recommend creating a new playlist with only a few songs, as an initial test run.
--"78 MP3 Nameizer"
--© 2008, Marc Anthony. All rights reserved.
set AppleScript's text item delimiters to "_"
tell application "iTunes"
set theTarget to (choose from list playlists's name as list with prompt ¬
"Locate " & "\"" & "78 MP3's" & "\"" & " playlist.") as string
repeat with X in playlist theTarget's tracks
set theText to X's name
try
set X's {name, artist, comment} to ¬
theText's {text item 1, text item 2, text item 3}
end try
end repeat
end tell
set AppleScript's text item delimiters to ""
__________________________________________________________________________________
Posts: 2,129
Threads: 203
Joined: Oct 2024
Reputation:
0
The smilie is supposed to be a close parenthesis. Stupid forum.
Posts: 2,197
Threads: 318
Joined: Feb 2019
MacMagus wrote:
Did ANY of you try MP3 Rage or Media Rage?
I only have an older version of MP3 Rage. Didn't know the newer one had that calculation ability. I'll check it out.
Posts: 2,197
Threads: 318
Joined: Feb 2019
john dough wrote:
I have tried using the script fro FM Pro (from Joey Cupcakes) and it came with an error:
"Data is being accessed by another user, script or transaction"
Sharing is off, there is only one user account on this computer, iTunes is the only program open and I even unplugged my ethernet cables.
Anyone else seeing this error with FM 9? Is there a workaround?
I did see this error using FM7 or greater. I'm trying to find out at what point in the script it's happening and I'll let you know when I do.
If I knew how to do text calculations within Applescript I wouldn't need to rely on Filemaker, whose scripting capabilities are very powerful. I though I could do it in Excel, but I'm not as familiar with it's Applescript capabilities.
I'll work on it tomorrow and let you know...
Posts: 8,225
Threads: 431
Joined: Jan 2009
Reputation:
0
> Said it before, I'll say it again
Say it all you want. I've addressed the question in detail already.