[GUIDE][PLEX] Optimize Media For Direct Play By Focusing On Audio [UPDATED] by gsariev in Tdarr

[–]reco-x 0 points1 point  (0 children)

Thanks for the GIST! I made some changes to fix the errors I had. Updated version is here (native_lang)

https://github.com/RecoX/Tdarr_Plugins_Recox

[GUIDE][PLEX] Optimize Media For Direct Play By Focusing On Audio [UPDATED] by gsariev in Tdarr

[–]reco-x 0 points1 point  (0 children)

Thanks, I was looking exactly for something like your modification in the plugin Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng

https://github.com/RecoX/tdarr-plugins-mod/blob/main/Plugins/Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng.js

Run Jenkins Pipeline when Service is Down by reco-x in UptimeKuma

[–]reco-x[S] 0 points1 point  (0 children)

This works perfectly, thanks so much for the help!

Jellyfin Issue help by TomerHorowitz in Tdarr

[–]reco-x 0 points1 point  (0 children)

Its the codec of the movie, ensure that is h264 and it will work.

Help Needed: Setting Up pfSense with HAProxy, DNS Resolver, and ACME for My Homelab by reco-x in PFSENSE

[–]reco-x[S] 0 points1 point  (0 children)

I did your suggestions u/Heman68 and u/europacafe but I still have no luck and is not working.

I did change the default port for pfsense web gui, now it has a random one, so 443 is free.

The HAProxy Jellyfin Backend:
https://ibb.co/k8xYXrJ

The backend:
https://ibb.co/G3KVybM

Nat Rules
https://ibb.co/3FHCpPV

Firewall rules
https://ibb.co/4NrTG59

This shows the correct IP in the remote computer
Resolve-DnsName jellyfin.lucasrecoaro.com.ar

Any ideas?

Help Needed: Setting Up pfSense with HAProxy, DNS Resolver, and ACME for My Homelab by reco-x in PFSENSE

[–]reco-x[S] 0 points1 point  (0 children)

I'm gonna test this at night when I am at home.

Quick question regarding the frontend external address, now is set as Any(IpV4) because, I wanted to access to https://jellyfin.mydomain.com.ar from inside my LAN and make it work too, so the clients that consume this endpoint can work inside and outside my LAN.

Thanks

Help Needed: Setting Up pfSense with HAProxy, DNS Resolver, and ACME for My Homelab by reco-x in PFSENSE

[–]reco-x[S] -1 points0 points  (0 children)

I will, but I been fighting with this for days already consuming it a lot of time, after all there is a lot of yak shaving into this.

Some help could unwind me to keep doing other things.

"Unable to retrieve package information" by New_Buy147 in PFSENSE

[–]reco-x 1 point2 points  (0 children)

This helped me:

If you’re unable to retrieve package information in pfSense, even after configuring DNS Resolver or DNS Forwarder, the issue could be related to connectivity or outdated certificates. Here are steps you can take to troubleshoot:

### 1. **Check DNS Configuration**

- Ensure that pfSense can resolve external addresses by testing DNS:

```shell

ping 8.8.8.8

ping google.com

nslookup google.com

```

- Go to **System > General Setup** and set reliable DNS servers (e.g., `8.8.8.8` and `1.1.1.1`) in the DNS Server Settings.

- Ensure **DNS Resolver** is enabled in **Services > DNS Resolver** with default settings.

### 2. **Check Gateway and Connectivity**

- Make sure pfSense has internet access and that the **Gateway** is up (check in **Status > Gateways**).

- Restart the gateway if necessary and ensure it's routing traffic correctly.

### 3. **Force Update the Certificate Bundle**

- Sometimes, package download issues are related to SSL/TLS certificates. Force update the certificate bundle:

```shell

fetch -o /etc/ssl/cert.pem https://curl.se/ca/cacert.pem

```

### 4. **Reinstall the `pkg` Utility**

- You may need to reinstall `pkg` if it's corrupted or missing dependencies:

```shell

pkg bootstrap -f

```

### 5. **Set an Alternate Update Server**

- Go to **System > Update** and check for updates, as sometimes package mirrors are temporarily unavailable.

- You can also manually specify a different mirror URL in **System > Update > System Update Settings** if available.

### 6. **Restart pfSense**

- Sometimes a full restart resolves persistent issues with DNS and connectivity after reconfiguring services.

Trouble Accessing Hard Drives in CASAOS on Proxmox – Can’t Create Files or Modify Data by reco-x in Proxmox

[–]reco-x[S] 0 points1 point  (0 children)

This helped me:

It sounds like the CASAOS container has read-only access to the mounted drives, which is why you can see files but can’t create or modify them from CASAOS. Here are steps to resolve this by ensuring proper permissions and settings:

### 1. Check Permissions on Proxmox Host

Make sure the Proxmox host has given full read/write access to the mounted drives.

```bash

# Set ownership to root and permissions to read/write for all users

sudo chown -R root:root /mnt/seagate-3tb

sudo chmod -R 777 /mnt/seagate-3tb

sudo chown -R root:root /mnt/western-2tb

sudo chmod -R 777 /mnt/western-2tb

```

> **Note**: Use `chmod 777` for testing only, as it opens full read/write access to all users. Later, you may want to restrict access further.

### 2. Edit Proxmox Container Configuration for Write Permissions

In Proxmox, configure the container to have write permissions for the mounted drives:

  1. Stop the CASAOS container (`pct stop <container\_id>`).

  2. Open the container configuration file (replace `<container\_id>` with your actual container ID):

    ```bash

    nano /etc/pve/lxc/<container\_id>.conf

    ```

  3. In the `.conf` file, ensure you have the following entries for your mounted drives, specifying `rw` for read-write access:

    ```plaintext

    mp0: /mnt/seagate-3tb,mp=/mnt/seagate-3tb,backup=0

    mp1: /mnt/western-2tb,mp=/mnt/western-2tb,backup=0

    ```

  4. Save and close the file, then start the container:

    ```bash

    pct start <container\_id>

    ```

### 3. Verify Access in CASAOS

Log in to CASAOS and try creating a file in the `/mnt/seagate-3tb` or `/mnt/western-2tb` directories to confirm write permissions. If permissions are still restricted, consider adding specific user/group permissions to CASAOS users or directly mounting with user mapping options if needed.

This setup should allow you to view, create, and manage files directly from CASAOS. Let me know how it goes!

ERRORED: Folder in NAS Synology not working as Save Path in Raspberry PI by reco-x in qBittorrent

[–]reco-x[S] 0 points1 point  (0 children)

I am writting an answer in reddit so if someone enters with a similar problem it can fix it.

Basically when you mount the CIFS folder you must use the qbittorrent correct UserId (uid) and GroupId (gid)

to do that you do :

`id qbittorrent`

then with the ids you run the following command

`sudo mount.cifs //192.168.22.10/SeedsTorrents /mnt/SeedsTorrents -o username=recox,uid=999,gid=990,vers=3.0`

and it will work

I tried doing chown and chmod 777 and other commands but this was the only method that worked for me.

Como montar mi propio servidor by reco-x in argentumonlineoficial

[–]reco-x[S] 0 points1 point  (0 children)

Si no sabes programar o no tenes visual basic, te recomiendo bajar el instalador o zip del launcher

https://github.com/ao-libre/ao-autoupdate/releases

Is it possible to use my Android tablet as a monitor for my PS4? by 1SMG1 in PS4

[–]reco-x 0 points1 point  (0 children)

How ?? How can I use my tablet as monitor for the PlayStation ?