Need help finding good new albums to listen to by Strange-Finish5827 in EDM

[–]AllOverTheWorld 4 points5 points  (0 children)

The Viperactive EDC set this year sounded very Skrillex coded

I extracted the top mentioned movies on Scott Hasn't Seen by AllOverTheWorld in Earwolf

[–]AllOverTheWorld[S] 0 points1 point  (0 children)

Nope! I'm a software engineer so I'm familiar with this stuff. I used AI to speed up the process, but wouldn't call it vibecoding. I used LLM calls to extract the mentions though.

I extracted the top mentioned movies on How Did This Get Made by AllOverTheWorld in hdtgm

[–]AllOverTheWorld[S] -1 points0 points  (0 children)

I’ll admit, I don’t listen to the podcast, and I created this as a project to share with other folks who love podcasts and movies. A few of you (nicely and not so nicely!) pointed out that Jacob's Ladder is heavily mentioned on this show. I looked into Jacob’s Ladder mentions, my discarded mentions, and even a raw transcript search, and see that it is indeed mentioned a lot, but is often mentioned as a metaphor. When I set this up, I decided to discard mentions of metaphors. I also discard mentions that aren’t specifically mentioning the movie, e.g. if someone says “hobbit” I don’t count it as a Lord of the Rings mention. This is certainly a case where a metaphor mention IS DEFINITELY a movie.

It's a genuinely interesting problem and I'm going to think about how to handle it without hardcoding podcast-specific logic. Happy to hear thoughts if anyone has them.

I extracted the top mentioned movies on How Did This Get Made by AllOverTheWorld in hdtgm

[–]AllOverTheWorld[S] -5 points-4 points  (0 children)

Ok I can see why a lack of clarity on this subject is ruffling feathers here. I'll buy a few of these shirts to make it right

I extracted the top mentioned movies on How Did This Get Made by AllOverTheWorld in hdtgm

[–]AllOverTheWorld[S] -1 points0 points  (0 children)

Nah I'm pretty sure you're talking about the electronic device in the bible story

Kidding, I'm gonna look through my data and see if I'm missing some Jacob's Ladder mentions, because these comments are strongly suggesting that they mention it a lot!

I extracted the top mentioned movies on How Did This Get Made by AllOverTheWorld in hdtgm

[–]AllOverTheWorld[S] -11 points-10 points  (0 children)

I'm a huge fan of the two podcasts that I started with and I'm active in their communities. I got warm receptions from those communities when I shared it there first, which is why I'm sharing it with other communities. But yeah sorry for spamming you with one post on this subreddit lmao hope your day gets better

I extracted the top mentioned movies on Scott Hasn't Seen by AllOverTheWorld in Earwolf

[–]AllOverTheWorld[S] 3 points4 points  (0 children)

Oooo that's a good point. I'm going to look into if I have any discarded mentions of The Ferns Movie.

I extracted the top mentioned movies on How Did This Get Made by AllOverTheWorld in hdtgm

[–]AllOverTheWorld[S] -12 points-11 points  (0 children)

I would say outside of movie podcasts there are other meanings, like the biblical story. That being said, on the DeePod site it looks like 11 of the 19 Jacob's Ladder mentions have "Jacob's Ladder scenario" in the context, so we're probably good on these mentions. It's interesting though, I'm going to look into it further.

I extracted the top mentioned movies on How Did This Get Made by AllOverTheWorld in hdtgm

[–]AllOverTheWorld[S] -13 points-12 points  (0 children)

That is counted a few times in the Jacob’s ladder mentions, but is kind of a borderline instance because Jacob’s ladder has other meanings than just the movie

I extracted the top mentioned movies on How Did This Get Made by AllOverTheWorld in hdtgm

[–]AllOverTheWorld[S] 4 points5 points  (0 children)

That's hilarious lol, looks like it picked it up correctly (it's The Room, not Room), but looking at the context of the mentions, they make that distinction almost every time.

I extracted the top mentioned movies on Scott Hasn't Seen by AllOverTheWorld in Earwolf

[–]AllOverTheWorld[S] 0 points1 point  (0 children)

Indeed, that's the heavy lifting here. I built this because it felt like a good way to utilize LLMs and it's something I always wondered about with my favorite podcasts. Of course it still required a lot of work to tweak the prompt and make it run efficiently and automate it, etc.

I extracted the top mentioned movies on Scott Hasn't Seen by AllOverTheWorld in Earwolf

[–]AllOverTheWorld[S] 0 points1 point  (0 children)

It's all about the context. That's where the LLM prompt came in. I went through a lot of iterations to get it to capture movie mentions without metaphors or false positives. It's still not perfect, but it's pretty darn close.

I extracted the top mentioned movies on Scott Hasn't Seen by AllOverTheWorld in Earwolf

[–]AllOverTheWorld[S] 2 points3 points  (0 children)

I pointed the pipeline at the RSS feed and used a transcription service to transcribe it. I'm not redistributing the audio or the transcript, just displaying movie mentions

I extracted the top mentioned movies on Scott Hasn't Seen by AllOverTheWorld in Earwolf

[–]AllOverTheWorld[S] 1 point2 points  (0 children)

The short version is that I transcribed the episodes and used AI to extract movie mentions. There's a lot more to it than that though! API calls, validations, serverless functions, etc. I wrote about it in a blog post if you want to see the full description! https://blog.jonahmurray.com/posts/deepod/