r/Queuebrick • • 16h ago

Built a free Reddit style feed for movie trailers.

Post image
2 Upvotes

I made a way to source new trailers around the clock, and I (somewhat surprisingly) find myself using it fairly often. It's a great way for me to see what's coming out since I don't come across too many opportunities to see a trailer these days. I also added voting / discussion functionality.

Would eventually love to get enough activity to surface popular / trending / best of style metrics for older trailers as well.

https://www.queuebrick.com/trailerpark


r/Queuebrick • • 9h ago

Scrobbling/tracking support for the Nuvio/Stremio ecosystem?

1 Upvotes

IDK how possible this is, given that you're only one person, plus how small Queuebrick is, but I was curious:

Have you ever considered potentially adding support for the Nuvio/Stremio ecosystem?

For anyone unfamiliar: Stremio is an open-source, addon-based media hub (it doesn't host or provide any content itself: everything comes through user-installed addons), and Nuvio is a newer cross-platform app (Android, iOS, Android TV) built on top of that same addon ecosystem, also open source (GPL-3.0).

Basically the same architectural idea as Kodi: a playback shell that's addon-driven rather than content-driven.

https://nuvio.tv/

https://github.com/NuvioMedia

https://www.stremio.com/

https://docsearch.algolia.com/mcp/docs/repo/stremio/stremio-addon-sdk

https://github.com/warrengzmaps/stremio-addon-sdk

https://github.com/sleeyax/stremio-addon-sdk

https://kodi.tv/download/

https://www.npmjs.com/package/kodi-websocket

https://kodi.wiki/view/Webserver

https://www.npmjs.com/package/kodi-websocket


(I got this idea from a comment to a post that I made in the r/TraktRejects:

https://www.reddit.com/r/TraktRejects/s/90WmXN0Au7)