Our Watchlist
User Profiles →Nothing on the watchlist yet. Search for a show above to add the first one!
Add via Apple Shortcuts
Method 1: URL Shortcut (Browser-based)
Create an Apple Shortcut that opens this URL:
https://pizzabagel.club/?add=[Show Name]&by=[Your Name]
The app will auto-search TMDB and save it to the watchlist.
- Open the Shortcuts app
- Tap + to create a new Shortcut
- Add "Ask for Input" — set prompt to "Show name?"
- Add "Open URL" — set to:
https://pizzabagel.club/?add=[Ask for Input]&by=YourName
Method 2: Direct API (No browser needed)
Build a Shortcut that calls the TMDB API to search, then POSTs directly to Firestore.
- Add "Ask for Input" — prompt: "Show name?"
- Add "Get Contents of URL":
https://api.themoviedb.org/3/search/multi?api_key=YOUR_TMDB_KEY&query=[input] - Add "Get Dictionary Value" to extract the first result
- Add "Get Contents of URL" (POST) to:
https://firestore.googleapis.com/v1/projects/pizzabagel-49ba6/databases/(default)/documents/watchlist
with the show data as the JSON body in Firestore document format.