Categories
Podcast

More Foundation Love, Callsheet, and Fixing Music Album Ratings on the Mac

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:

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:

Categories
Podcast

Withings Body Comp Scale and Listener Request for iPhone Camera Tips

Bryan and Jeff take a listener request and share their iPhone camera tips and tricks. They also take a detour to talk about the new Body Comp scale from Withings, plus Ms. Marvel and She-Hulk.

Sources referenced in this episode:

Review the show on Apple Podcasts

Where to find us:

Categories
Podcast

iPhone: Lightning vs USB-C, Bryan’s Second Studio Display

Bryan finally set up his second Apple Studio Display! That means it’s time for a new discussion about working with a dual-display set up. Plus, Jeff tries to trigger Bryan with some thoughts on whether or not the iPhone will ditch the Lightning port in favor of USB-C.

Sources referenced in this episode:

Where to find us: