Bryan and Jeff rave about Foundation season 2 episode 8, and then roll right into an IMDb rant. They also dive deeper into the Callsheet app for iPhone and iPad, and share a tip for fixing album ratings in Apple’s Music app on the Mac.
SPONSOR: LinkedIn Jobs – Go to LinkedIn.com/ACM and post your job post for free!
Bryan and Jeff rave about Foundation season 2 episode 8, and then roll right into an IMDb rant. They also dive deeper into the Callsheet app for iPhone and iPad, and share a tip for fixing album ratings in Apple’s Music app on the Mac.
Sources referenced in this episode:
- Apple September 12 media event
- Foundation on Apple TV+
- iPad Pro
- Callsheet for iPhone and iPad
- AppleScripts for fixing Music track and album ratings
AppleScript to clear album auto ratings
tell application "Music"
if selection is not {} then
set mySelection to selection
repeat with aTrack in mySelection
if album rating kind of aTrack is computed then set album rating of aTrack to 1
end repeat
end if
end tell
AppleScript to activate album auto ratings
tell application "Music"
if selection is not {} then
set mySelection to selection
repeat with aTrack in mySelection
if album rating of aTrack is 1 then set album rating of aTrack to 0
end repeat
end if
end tell
Review the show on Apple Podcasts
Where to find us:
- The Context Machine on Twitter
- The Context Machine Facebook Group – Facebook
- The Context Machine on Mastodon
- The Context Machine on Post
- Bryan’s Twitter
- Bryan’s Instagram
- Bran’s Mastodon
- Bryan’s blog: GeekTells
- Jeff’s Twitter
- Jeff’s Instagram
- Jeff’s Mastodon
- Jeff’s YouTube Channel
Podcast: Play in new window | Download