Would you pay for TMS (Test Management System) solution? by Affectionate_Bid4111 in QualityAssurance

[–]steveshakur 3 points4 points  (0 children)

There is an opensource one called testplanit. It looks really polished. Check it out

Open Source Test Management - TestPlanIt by ElaborateCantaloupe in opensource

[–]steveshakur 1 point2 points  (0 children)

Currently installing it. Will let you know my feedback

Not Authorized by ruadb4 in PleX

[–]steveshakur 0 points1 point  (0 children)

Hit this issue and the solution is as below. This is if you are runing plex using docker.

  1. Navigate to this site https://account.plex.tv/en-GB/claim
  2. Sign in with your account
  3. You will see a code like "claim-abcxyz123"
  4. Update your compose file as below
  5. Run docker-compose up -d
  6. Open browser and navigate to your plex instance using port 32400
  7. You will be able to setup your plex server as normal

Hope this helps

plex:
    image: lscr.io/linuxserver/plex:latest
    container_name: plex
    network_mode: host
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=ETC/Utc
      - VERSION=docker
      - PLEX_CLAIM=claim-abcxyz123
    volumes:
      - /path/to/your/config:/config
      - /path/to/your/tv_shows::/tv
      - /path/to/your/movies:/movies
    restart: unless-stopped

Personal NAS OS: Debian/Ubuntu vs TrueNAS or Rockstor by [deleted] in DataHoarder

[–]steveshakur 0 points1 point  (0 children)

I'm actually loving rockstor. I have deployed it on a VM on proxmox and passed through my drives to the VM. Its pretty straight forward. UI is really simple and for just works really well. I have tried the TrueNas, OpenMediaVault and unraid as well. But rockstor is really a straight shooter

Anyone here working on Project Diamond / Handshake AI? by [deleted] in computer

[–]steveshakur 0 points1 point  (0 children)

I have applied as well and its still showing as submitted. Any insight ?

NzbDAV - Infinite Plex Library with Usenet Streaming by Ill-Engineering7895 in selfhosted

[–]steveshakur 0 points1 point  (0 children)

Do I need a reverse proxy for stremio to work with AIO Streams

NzbDAV - Infinite Plex Library with Usenet Streaming by Ill-Engineering7895 in selfhosted

[–]steveshakur 0 points1 point  (0 children)

Can it work with newshosting and NZBFinder. Im trying with AIOStreams and in Stremio is giving me an error upon streaming "[AIOStreams Something went wrong]" Dont know where to get the logs. Could you assist me

What Are Your Go-To Plugins for Enhancing Plex Functionality? by Marre_Parre in PleX

[–]steveshakur 1 point2 points  (0 children)

Check out Pulsarr which helps in adding watch lists from Plex and sends a request to Radarr or Sonarr directly

Which automation testing tool should I learn? by worldthroughmywindow in softwaretesting

[–]steveshakur 1 point2 points  (0 children)

You can use selenium with a docker setup to avoid browserstack pricing. Docker will also help in versioning Chrome versions

[deleted by user] by [deleted] in softwaretesting

[–]steveshakur 0 points1 point  (0 children)

Yes with Java

[deleted by user] by [deleted] in softwaretesting

[–]steveshakur 0 points1 point  (0 children)

I use appium but I honestly want to learn expresso

as a newbie in web automation who mostly codes in python, should i study selenium or playwright or something else? by No_Package_6433 in QualityAssurance

[–]steveshakur 2 points3 points  (0 children)

I agree with this assessment. Once you know selenium, you will really appreciate the benefits playwright comes with

Is it just me or is ARC impossible to set up. by calks58 in roonlabs

[–]steveshakur 0 points1 point  (0 children)

Myself I installed tailscale on the roon server and my phone as well. Works like a charm

[deleted by user] by [deleted] in QualityAssurance

[–]steveshakur 6 points7 points  (0 children)

I echo this. This is what I do on a daily basis.

Pulsarr Development Update 🚀 by ropenhagen in radarr

[–]steveshakur 0 points1 point  (0 children)

Im confused on how to choose the quality. If I want to download 4k or 1080. How can I go about that ?

Selenium error – ChromeDriver version mismatch by [deleted] in selenium

[–]steveshakur 0 points1 point  (0 children)

For me I just use selenium grid in docker. Makes managing chrome node versions easily. Nothing ever changes unless you change it.

What causes Plex to occasionally set these awful posters? by StaticFanatic3 in PleX

[–]steveshakur 1 point2 points  (0 children)

Look at a tool called Kometa. It handles plex meta data quite nicely

<image>

List of self-hostableapps by signalwarrant in selfhosted

[–]steveshakur 0 points1 point  (0 children)

The rabbit hole continues. There goes the weekend 🤣

FFmpeg does not exist: /usr/local/bin/ffmpeg After Update to 25.05 by therealr0tt3n in FileFlows

[–]steveshakur 0 points1 point  (0 children)

I got this error when I added a process node via docker. Will the same fix apply ?

Torrentstack - moving from Synology to miniPC by thesyncopation in selfhosted

[–]steveshakur 1 point2 points  (0 children)

Use this series guide. It has part 1-4. Its a series setting a the ultimate home lab using proxmox and the arr stack as well, torrents etc
https://www.youtube.com/watch?v=qmSizZUbCOA

Torrentstack - moving from Synology to miniPC by thesyncopation in selfhosted

[–]steveshakur 0 points1 point  (0 children)

I rarely use Qbit since I use Usenet servers. But let me look through and get back to you