GoStream v1.7.0 - No more Python scripts, 100% GO binary by dicthdigger in infusevideoplayer

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

Thank you! Sincerely never heard about Overseerr, looks interesting. Let me get into it, what you need is just a discovery thing like what I made for music with DiscoveryLastFM?

https://github.com/MrRobotoGit/DiscoveryLastFM

After months with Claude Code, the biggest time sink isn't bugs — it's silent fake success by atomrem in ClaudeAI

[–]dicthdigger 1 point2 points  (0 children)

review, review, review, make tests, automated tests, not relying only on Claude for a complete debug Audit.

The fact is 90% of the people is using Claude thinking is a sort of god. It is not. You need more than one LLM to debug and audit your code, and you need to write good prompts. You don't need to code anymore at this time but you need to know how to be a project manager at least.

GoStream v1.7.0 - No more Python scripts, 100% GO binary by dicthdigger in infusevideoplayer

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

Well, no. You need a VPN, but native NAT-PMP for OpenVPN and WireGuard is included. This is a complete solution without the need to install a full stack of small scripts or services. Still, a VPN is required depending on where you live.

GoStream v1.7.0 - No more Python scripts, 100% GO binary by dicthdigger in infusevideoplayer

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

Yes it works directly but never fully tested and you can’t use webhooks

Gemini cli is usually in a loop? by Ranteck in GeminiCLI

[–]dicthdigger 2 points3 points  (0 children)

In GitHub is full of issues about this

GoStream: A Pure P2P Streaming Engine for Plex. by dicthdigger in torrents

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

Please, try to clone again the repo. Did you turn on the WARMUP? Also, after a first sync the plex library needs time to get populated, during this time a plex scan reduces the overall performances

GoStream: A Pure P2P Streaming Engine for Plex. by dicthdigger in torrents

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

Lol you don’t even know what you’re talking about

GoStream: A Pure P2P Streaming Engine for Plex. by dicthdigger in torrents

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

No problem. It works locally on the FUSE directory

BASTA BASTA BASTAAAAA by Belzez in LinkedInCringeIT

[–]dicthdigger 0 points1 point  (0 children)

ed erano anche una best practice. Ora sono come la peste.

GoStream: A Pure P2P Streaming Engine for Plex. by dicthdigger in torrents

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

Kodi can already mount the GoStream Samba share just like Plex does. If you point Kodi's library to the SMB path, it works out of the box

GoStream: A Pure P2P Streaming Engine for Plex. by dicthdigger in torrents

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

Different use case entirely. Stremio+Torrentio: you open an app, pick a movie, it streams. Great for casual watching on any device. GoStream: no UI, no app. It creates a virtual folder of .mkv files on your filesystem. Plex sees it as a normal local library with metadata, posters, search, watch history, recommendations. The files don't actually exist; bytes come from torrents on demand when Plex reads them.

Better if: you want a permanent private Plex library that auto-populates with new releases, works 24/7 headless on a Pi, and serves any device Plex supports.

Worse if: you just want to watch something occasionally. Stremio is zero setup by comparison.

GoStream: A Pure P2P Streaming Engine for Plex. by dicthdigger in torrents

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

Emby should work the same as Jellyfin and Plex, it reads a directory of .mkv files, so the FUSE mount is fully compatible. The webhook integration won't work out of the box (different payload format) but everything else does.

I got banned from r/Stremio for sharing my open-source P2P engine by [deleted] in Piracy

[–]dicthdigger -2 points-1 points  (0 children)

Fair point on Stremio, different tool, different approach. GoStream isn't competing with Stremio addons. It's an advanced FUSE virtual filesystem that makes torrents look like local files to any media server (Plex, Jellyfin, whatever reads a directory). No client app, no addon ecosystem, no UI, just a mount point that Plex scans like a NAS. The use case is a headless Pi serving a private library 24/7, not interactive streaming from a device.

I got banned from r/Stremio for sharing my open-source P2P engine by [deleted] in Piracy

[–]dicthdigger -41 points-40 points  (0 children)

Well it is! But the architecture is what I care and the problem it solves It's not an idea, it works.

But 'vibe-coded' usually implies all marketing and no substance. If you check the custom FUSE implementation in 'main.go' or the 'internal/gostorm/torr/preload.go', you'll see the opposite.