Infinity Rising editorial artwork paired with podcast distribution concept

Cafe Rise playlist: Infinity Rising’s weekly desk—and a daily posting workflow for editors

Backlink hub for the Cafe Rise / Copi Cafe YouTube playlist, why it matters for Infinity Rising research, and a cron-friendly script that prints a rotation episode plus the newest upload every day.

If you’ve spent any time on Infinity Rising, you know the roadmap isn’t just a PDF—it’s a rhythm. Weekly beats: partnerships, store weirdness, engine progress, the occasional “leak” that’s obviously on purpose. Cafe Rise on YouTube (same family tree as the old Copi Cafe era) is the long archive you can actually search. Timestamps beat memory.

This page does two things: it gives you the playlist link worth bookmarking, and it documents a tiny daily script we use in this repo if you want one old episode + the newest upload in the same run.

The playlist

Link the corpus, not a random re-upload:

Trailer we reference elsewhere: Infinity Rising trailer.

Why playlists matter

They’re a stable object: same show title, same hosts, piles of episodes. If you’re writing a long explainer, drop the playlist once up top and once in a “sources” block at the bottom. Readers know where to binge; search engines know what entity you’re talking about. Nobody needs ten paragraphs of throat-clearing.

ApeChain for chain-native context, ApeCoin / @apecoin when incentives overlap gaming, G’s on Ape when the story is culture and meetups—not a press release.

Daily workflow (for the nerds)

scripts/cafe-rise-daily.sh reads data/cafe_rise_episodes.json (built from the playlist with yt-dlp) and prints:

  1. The next episode in playlist order for a slow rotation through the archive.
  2. The newest episode again every run, so your social cadence can always mention fresh uploads.
./scripts/cafe-rise-daily.sh

Cron (14:00 UTC example):

0 14 * * * cd /path/to/your/news/repo && ./scripts/cafe-rise-daily.sh >> ./var/cafe-rise.log 2>&1

Details: scripts/README-cafe-rise.md. Don’t commit API keys—wire X through your own bot with secrets at runtime.

Refresh metadata after new uploads:

yt-dlp --flat-playlist -J "https://www.youtube.com/playlist?list=PL_C1s_snklF35ostGz_umFpk6zHPTmNeM" > /tmp/cafe-rise-pl.json
python3 scripts/refresh-cafe-rise-episodes.py /tmp/cafe-rise-pl.json

More IR on this site


YouTube can rename things; titles drift. Not financial advice.