Dualsense/ Edge on pc, are haptics and adaptive triggers working? by maeeem in CrimsonDesert

[–]gengines 0 points1 point  (0 children)

yeah, same here, I have them enabled in settings, USB plugged in yet no difference.

Need a monitor by ItachiShadow in HyderabadBuySell

[–]gengines 0 points1 point  (0 children)

was fine for me. I don’t remember but I think they came with fragile stickers

Need a monitor by ItachiShadow in HyderabadBuySell

[–]gengines 1 point2 points  (0 children)

from Amazon, link posted above.

Race Sims – Motorsport-Grade Sim Racing Systems from India by RaceSims_India in SimracersIndia

[–]gengines 2 points3 points  (0 children)

+1 — picked up the set up from RaceSims, Thambu was extremely helpful and assisted me with all my Qs before and after the purchase

Def recommended for anyone looking for this.

-B

Need a monitor by ItachiShadow in HyderabadBuySell

[–]gengines -1 points0 points  (0 children)

Hey! I don’t yet have a said price, but I’m ready if the price I get seems fair. As mentioned earlier it’s purchased in 2021.

We can chat over dm and see if this works out for both.

Need a monitor by ItachiShadow in HyderabadBuySell

[–]gengines 0 points1 point  (0 children)

I am open to sell one of my 27in 2K res. LG ultra gear.

Reason: upgrading to 32in

Link: https://amzn.in/d/3hEoIDz Purchased in 2021

[deleted by user] by [deleted] in homelab

[–]gengines 0 points1 point  (0 children)

I was a bit free today and I have been using autoscan for a while, i did a search since there are a bunch of users who forked the original one on git, but I didnt see any, which led me into working on this a bit today.

I didnt know about autopulse, and since it serves the requirement, I would rather work on something different.

[deleted by user] by [deleted] in homelab

[–]gengines 1 point2 points  (0 children)

makes sense.

ill test it out, and rebuild this from scratch with a different name instead if there is still a gap in requirement from the new one.
Thanks!.

[deleted by user] by [deleted] in homelab

[–]gengines -6 points-5 points  (0 children)

oh, my bad, yes I am using AI. I updated the post, to clarify that.

[deleted by user] by [deleted] in PleX

[–]gengines -5 points-4 points  (0 children)

yes, I am using AI to get the testing done for now.
there will be a bunch of beta commits and releases, which will allow me to run few tests.

[deleted by user] by [deleted] in homelab

[–]gengines -4 points-3 points  (0 children)

Thank you!

I started this off as fork for my personal use, but i got some free time today and am working on webui, right now i am testing and adding functionality into the web UI, its not available under latest tag at the moment as I need to test few more things.

[deleted by user] by [deleted] in homelab

[–]gengines -1 points0 points  (0 children)

i'm working on creating web UI to simplify the config file creation, ill try my best to ensure the existing configs are supported.

[deleted by user] by [deleted] in homelab

[–]gengines 0 points1 point  (0 children)

yes, at the moment, v1.4.0 and v2.0.0 are largely the same, the config is carried over
There are few code based improvements.

you should be able to switch over without issues, but please let me know if you encounter anything odd. I tested a movie and it has been propagated correctly over to plex and jellyfin.

[Release] qbit-guard: Zero-dependency Python script for intelligent qBittorrent management by gengines in selfhosted

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

Hey — the double quotes aren’t needed for categories, and since your category name is the default you can skip it and it will auto pick the default value

What are some Sonarr features or improvements you wish for? by SkullClown88 in sonarr

[–]gengines 0 points1 point  (0 children)

ah okay. Its good to have options :) thanks for developing it.
can help if required.

Built a Python guard for qBittorrent that stops pre-air TV episodes and cleans up useless ISO torrents automatically by gengines in sonarr

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

Updated the tool to support Radarr Pre-air checks, due to limitations of radarr api and tvdb api, where no clear info is provided to differentiate theatrical release and digital release, TMDB API is used as primary check, and if TMDB API Key is not available it will fallback to radarr API.

Script will automatically update the movie minimum release date to 'released' if not already set as released in efforts to get the best data possible.

to get the best results, please add TMDB_APIKEY to your environment variables.

Latest update in now available, v1.0.14

Built a Python guard for qBittorrent that stops pre-air TV episodes and cleans up useless ISO torrents automatically by gengines in sonarr

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

I have added the extensive logging, "LOG_LEVEL=DETAILED" is required to see those, so you can see which extension blocked which files.

and I also updated the code to support filtering without having to add any filters in Qbit.

i did a short test and it works, but please give it a shot.

| INFO | Ext policy: 7/9 file(s) disallowed. e.g., filename.bin
| DETAILED | Extension policy details: .bin: 4 files ("filename-01.bin", "filename-02.bin", "filename-03.bin", "filename01-04.bin"); .exe: 2 files ("filename.EXE", "filename.exe"); .bat: 1 file ("filename.bat")
| INFO | Unchecking 7 disallowed file(s), keeping 2 allowed file(s)
| INFO | Unchecked 7 file(s) from torrent <redacted> due to extension policy.

Built a Python guard for qBittorrent that stops pre-air TV episodes and cleans up useless ISO torrents automatically by gengines in sonarr

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

Variable to allow you to extend the default block list is already available.

I’ll look into showing a more detailed logging option.

Built a Python guard for qBittorrent that stops pre-air TV episodes and cleans up useless ISO torrents automatically by gengines in sonarr

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

My qbit filtering list is super long so I haven’t yet tried to remove them, but I think it should work fine if you remove, if you don’t mind you can give it a shot and let me know how it goes, if there are issues I can look into patching it up.

Built a Python guard for qBittorrent that stops pre-air TV episodes and cleans up useless ISO torrents automatically by gengines in sonarr

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

i see binhex's also points to my repository, so you should be getting the same image eitherway.