syntaxfm / website

Syntax Podcast Website
https://syntax.fm
MIT License
1.01k stars 495 forks source link

Allow for episode urls that only contain the number #1812

Closed aquacash5 closed 1 week ago

aquacash5 commented 1 week ago

I have an episode number that I want to see the show notes for, it would be nice if I could just use the episode number in the URL. (Ex. https://syntax.fm/show/808)

wesbos commented 1 week ago

Hey! Right now the syntax.fm/808 will redirect you - do you see a use where the /show/### would be useful as well?

aquacash5 commented 1 week ago

I was listening to the podcast on my phone and I wanted to load up the episode on my computer without paging though the episode list.

I guess this isn't as useful since the slug for the show doesn't actually matter.

https://syntax.fm/show/808/the-future-of-javascript-frameworks-building-auth-db-design-tips-and-more and https://syntax.fm/show/808/420-69 load the same episode page.

aquacash5 commented 1 week ago

I think a more user friendly suggestion would be, allow users to type the episode number in the search.

That was the first thing I tried. Typing 808 into the search.

aquacash5 commented 1 week ago

Duplicate of #1668

wesbos commented 1 week ago

sweet yeah that a great idea - will add that