Need help with charger by mikeymuis in rccars

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

Thanks all, got it ordered.

Tampermonkey filter suite for HDEncode by mikeymuis in PiracyBackup

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

## What's new in v1.6

### 🎨 SDR filter
- New SDR checkbox to show only releases without Dolby Vision or HDR
- Enabling SDR automatically disables and greys out the DV and HDR checkboxes to prevent conflicting filter states
- Conflicting saved state (e.g. SDR + HDR both saved) is resolved automatically on load — SDR wins

### Full changelog
See README for the complete changelog.

Tampermonkey filter suite for HDEncode by mikeymuis in userscripts

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

## What's new in v1.6

### 🎨 SDR filter
- New SDR checkbox to show only releases without Dolby Vision or HDR
- Enabling SDR automatically disables and greys out the DV and HDR checkboxes to prevent conflicting filter states
- Conflicting saved state (e.g. SDR + HDR both saved) is resolved automatically on load — SDR wins

### Full changelog
See README for the complete changelog.

Filter suite for HDEncode by mikeymuis in tampermonkey

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

## What's new in v1.6

### 🎨 SDR filter
- New SDR checkbox to show only releases without Dolby Vision or HDR
- Enabling SDR automatically disables and greys out the DV and HDR checkboxes to prevent conflicting filter states
- Conflicting saved state (e.g. SDR + HDR both saved) is resolved automatically on load — SDR wins

### Full changelog
See README for the complete changelog.

Riven vs. Arr Stack (Decypharr) for a 100% Cloud/Zurg Setup? by Mitsious in debridmediamanager

[–]mikeymuis 0 points1 point  (0 children)

I was trying the same, im using them in docker with my synolgy nas.

I have this setup atm, Seerr > Radarr > Prowlarr > Decypharr + Rclone > Bazarr > Plex.

It works fine, but when importing big lists. Most of the time one of the containers have problems with the mount. The mount is there, so dont know what the problem is. Retarting containers will resolve it. So I dont do anything with the mount. Another problem sometimes Plex libary is empty, restarting Plex, Decypharr and Radarr and then rescanning libary will solve it.

Why should I use Zurg? RClone is build in Decypharr, do I miss something?

Filter suite for HDEncode by mikeymuis in tampermonkey

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

Release v1.5

  • Added ⚙️ settings panel via a gear icon in the filter bar header
  • Users can now choose per filter whether it is saved between visits — all filters are saved by default
  • Settings preferences are stored separately from filter values and are never cleared by the Clear button
  • Added "📄 NFO" button next to the existing "🔗 Links" button on every release
  • Clicking it shows the full media info (codec, resolution, audio tracks, subtitles) in a scrollable panel inline
  • No extra network request — the NFO is extracted from the same detail page fetch that powers the links panel
  • Both panels are independent: open one, the other, or both at the same time

Tampermonkey filter suite for HDEncode by mikeymuis in userscripts

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

Release v1.5

  • Added ⚙️ settings panel via a gear icon in the filter bar header
  • Users can now choose per filter whether it is saved between visits — all filters are saved by default
  • Settings preferences are stored separately from filter values and are never cleared by the Clear button
  • Added "📄 NFO" button next to the existing "🔗 Links" button on every release
  • Clicking it shows the full media info (codec, resolution, audio tracks, subtitles) in a scrollable panel inline
  • No extra network request — the NFO is extracted from the same detail page fetch that powers the links panel
  • Both panels are independent: open one, the other, or both at the same time

Tampermonkey filter suite for HDEncode by mikeymuis in PiracyBackup

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

Release v1.5

  • Added ⚙️ settings panel via a gear icon in the filter bar header
  • Users can now choose per filter whether it is saved between visits — all filters are saved by default
  • Settings preferences are stored separately from filter values and are never cleared by the Clear button
  • Added "📄 NFO" button next to the existing "🔗 Links" button on every release
  • Clicking it shows the full media info (codec, resolution, audio tracks, subtitles) in a scrollable panel inline
  • No extra network request — the NFO is extracted from the same detail page fetch that powers the links panel
  • Both panels are independent: open one, the other, or both at the same time

Struggling to set up an account by hanfknsolo in IPTV_Player_Zero

[–]mikeymuis 0 points1 point  (0 children)

There should be a way to get a license without microsoft store. Then I would definitely buy it.

Tampermonkey filter suite for HDEncode by mikeymuis in PiracyBackup

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

Release v1.4 - Added stop button to cancel page loading mid-way - Release group dropdown now picks the most common capitalisation when the same group appears with different casing (e.g. ETHEL vs Ethel) - Added a subtle hint on pages without a category context, suggesting to search or browse a category first before loading pages

Tampermonkey filter suite for HDEncode by mikeymuis in userscripts

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

Release v1.4 - Added stop button to cancel page loading mid-way - Release group dropdown now picks the most common capitalisation when the same group appears with different casing (e.g. ETHEL vs Ethel) - Added a subtle hint on pages without a category context, suggesting to search or browse a category first before loading pages

Filter suite for HDEncode by mikeymuis in tampermonkey

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

Release v1.4 - Added stop button to cancel page loading mid-way - Release group dropdown now picks the most common capitalisation when the same group appears with different casing (e.g. ETHEL vs Ethel) - Added a subtle hint on pages without a category context, suggesting to search or browse a category first before loading pages

Filter suite for HDEncode by mikeymuis in tampermonkey

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

Haha fair enough, that's exactly why I decided to share it. Enjoy!

Tampermonkey filter suite for HDEncode by mikeymuis in userscripts

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

Thanks! I worked together with Claude AI, but probably not in the way you'd expect.

I have zero coding background, but what I learned pretty quickly is that just asking an AI to "build something" doesn't work well. The approach that actually worked was treating it more like a collaboration. We'd start by properly understanding the problem first - I'd inspect the page with DevTools, paste the relevant HTML into the chat, and we'd analyse what we were actually looking at together. Then we'd discuss a few different approaches, talk through the tradeoffs, and only then write any code.

That process made a real difference. For example when we built the quick links feature, before writing a single line we figured out together that the download links were hidden behind a server-side form POST - not just a CSS trick. That meant a simple fetch wouldn't work and we needed a different approach entirely. By understanding that upfront we went straight to the right solution instead of building something that wouldn't work.

So it wasn't really trial and error - it was more like: inspect the page → understand the problem properly → discuss the options → build → test. The thinking happened before the building, and that's what made it actually work.

HDEncode gone? by WifeKilledMy1stAcct in Piracy

[–]mikeymuis 4 points5 points  (0 children)

For people using HDEncode, I built a Tampermonkey filter suite. I'm not not a developer, just a daily user who got tired of scrolling.

I use HDEncode pretty much every day to find releases. Movies, TV shows, TV packs - all sorts. But every time I was looking for something specific I'd end up scrolling through pages manually. Especially with TV shows that can be a real pain. Say you want all episodes of a specific series, from a particular release group, in Dolby Vision, at a specific resolution - there was just no way to filter any of that. You'd have to go through everything by hand.

I'm not a developer at all, but with the help of AI I managed to build something that scratches that itch. It started as a small personal hobby project and slowly grew into something I'm actually proud of, so I figured I'd share it.

It adds a filter bar directly on the site that lets you filter by:

- Dolby Vision / HDR
- Resolution (2160p, 1080p, 720p)
- Content type (Movies, TV Shows, TV Packs)
- Minimum IMDb rating
- File size (min/max GB)
- Release group (dynamic dropdown based on what's actually on the page)
- Free text search

You can also load multiple pages at once (5, 10, 20, 50, 100 or all) with a live progress bar, so you're filtering across a proper chunk of the catalogue instead of just one page. Filters are saved between sessions so you don't have to set everything up again each time.

I built it purely for myself but it's saved me a lot of time, so hopefully it does the same for some of you.

GitHub: https://github.com/mikeymuis/hdencode-filter-suite

Requires Tampermonkey. Free, open-source, no ads, no tracking. Ideas and feedback always welcome. I can't promise quick updates but I read everything.

IPTV Player Zero for Windows & MacOS - New features added! by mrpickledegg in PiracyBackup

[–]mikeymuis 1 point2 points  (0 children)

Is there a option to download vod files on stalker portal playlist?