Find Federico on MastodonFind John on MastodonFind Alex on MastodonFind Club MacStories on Mastodon

Only Premier members can view this post on Club MacStories.

Already a Club Premier member? Sign in

My Obsidian Setup, Part 12: Rethinking YouTube Watch Later with Markdown and AI

THE EXTENSION

Exploring topics beyond our day-to-day coverage.

My Obsidian Setup, Part 12: Rethinking YouTube Watch Later with Markdown and AI

My new watch later setup in Obsidian.

Earlier this week on the Connected Pro pre-show, I mentioned that I’ve decided to take on the challenge of building a “perfect memory” for myself in Obsidian. The project involves three key aspects:

  • Saving all kinds of content into Obsidian: my articles, transcribed voice recordings, but also videos I watch online and interesting webpages I come across;
  • Leveraging the lightweight, portable nature of Markdown plain text; and
  • Using Obsidian Copilot with different LLMs to search the entire contents of my vault with natural language.

I can already tell you that this is going to be a long project; not only will I have to collect the thousands of articles I’ve published in 16 years of MacStories, but I’ll also have to figure out which LLMs can support such a vast context window as well as become a religious bookmarker who saves anything worth remembering from the Internet. I’m working on different ways to get there, and in the meantime, I’ve been able to come up with a solution for YouTube videos.

READ MORE

App Debuts

APP DEBUTS

Noteworthy new app releases and updates, handpicked by the MacStories team.

Preshow Theater

I discovered this app a few days ago, and if you’re the kind of person who still misses the old iTunes Trailers app, this one is meant for you. Preshow Theater lets you watch the latest trailers for upcoming movies in a native video player on visionOS, iOS, and iPadOS with up to 4K resolution. Amusingly, the Vision Pro app lets you watch trailers in a drive-in virtual environment, which I tested and found so funny and nostalgic despite having never been to a drive-in myself.

READ MORE

Interesting Links

Only Premier members can view this post on Club MacStories.

Already a Club Premier member? Sign in

Transcriber: A Shortcut to Generate YouTube Video Transcripts

SHORTCUTS CORNER

Get help and suggestions for your iOS shortcuts and productivity apps.

Shortcuts Essentials

Transcriber: A Shortcut to Generate YouTube Video Transcripts

Transcriber for YouTube.

As I teased yesterday in my story about processing video transcripts on the Mac using Simon Willison’s llm CLI, I wanted to write about the shortcut that actually generates those raw video transcripts. Today, I’m happy to share Transcriber, a shortcut that takes any YouTube video URL, extracts its content, and saves a full transcript as a Markdown file on your device.

Discovering YouTube-Transcript.io

Initially, I wanted to build this shortcut using YouTube’s official API. However, as soon as I started reading through the documentation, I quickly remembered why any Google API is incredibly tricky to get up and running in Shortcuts. Apple’s app doesn’t have an easy way to deal with OAuth-based authentication systems that require a redirect URL, and frankly, I didn’t want to spin up a web server just to handle the redirection for a YouTube shortcut.

READ MORE

Interesting Links

App Debuts

APP DEBUTS

Noteworthy new app releases and updates, handpicked by the MacStories team.

Streets

The popular Street View browser for iPhone, iPad, and Apple Watch was updated with a new way to explore panoramic images from the past. With the new Timeline feature in Streets, you can now view historical Street View panoramas, letting you see how neighborhoods, landmarks, and cities have evolved. I’ve had a lot of fun this week loading addresses of places nearby in Streets and seeing how details – street signs, cars, buildings, and more – have changed over time. After using it, I think this kind of feature should be built by default into Google Maps.

READ MORE

Only Premier members can view this post on Club MacStories.

Already a Club Premier member? Sign in

Automating Shortcuts' Tedious Permission Prompts

SHORTCUTS CORNER

Get help and suggestions for your iOS shortcuts and productivity apps.

Shortcuts Essentials

Automating Shortcuts' Tedious Permission Prompts

As I covered on Connected earlier this week, I’ve been playing around with a Mac mini server for the past month for a variety of tasks. Besides running local LLM tasks on it (such as transcribing videos or podcasts), processing audio files with shell commands, and experimenting with Cursor, I’ve found it nice to have a dedicated machine in the cloud that can run complex automations in the background and act as an always-on file server.

One of the things I figured out how to do with the Mac mini is use it as a private automation server to run shortcuts triggered from Android. This will be a standalone guide at some point in the future, but long story short, I set up webhooks via Pushcut for Mac that “listen” for incoming text sent from my Android device using Tasker. When I find some text or a URL that I want to send off to one of my shortcuts, I can trigger a command in Tasker that will send that item off to my Pushcut server running on the Mac mini, which in turn will trigger different shortcuts based on the input. It works beautifully! Except for one thing:

READ MORE