[PR #391] [MERGED] New Script: NextPVR #2579

Closed
opened 2026-02-05 05:03:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/391
Author: @MickLesk
Created: 11/20/2024
Status: Merged
Merged: 11/22/2024
Merged by: @newzealandpaul

Base: mainHead: nextpvr


📝 Commits (8)

📊 Changes

3 files changed (+173 additions, -0 deletions)

View changed files

ct/nextpvr.sh (+93 -0)
install/nextpvr-install.sh (+46 -0)
json/nextpvr.json (+34 -0)

📄 Description

Description

Add new LXC: NextPVR.
I only can test the usage of the ui. i dont have an System for it.
After Merge we can add the requester as final reviewer / or need later an bugfix.

Fixes # (issue)
Fixes https://github.com/community-scripts/ProxmoxVE/issues/384

Type of change

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/391 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/22/2024 **Merged by:** [@newzealandpaul](https://github.com/newzealandpaul) **Base:** `main` ← **Head:** `nextpvr` --- ### 📝 Commits (8) - [`9560d01`](https://github.com/community-scripts/ProxmoxVE/commit/9560d0153c1d5e2421b18b5384355a466b29bd7c) Add new LXC: NextPVR - [`f95f49b`](https://github.com/community-scripts/ProxmoxVE/commit/f95f49b746dd24c1d7d7f2f5784308cdcc5a6f87) Update ct/nextpvr.sh - [`02da857`](https://github.com/community-scripts/ProxmoxVE/commit/02da8575f26de3665c274af7ad1a948a524f8e71) Update ct/nextpvr.sh - [`3528dba`](https://github.com/community-scripts/ProxmoxVE/commit/3528dba6bfafdbc11bab9b944ea6bf4f3a20a9b6) Set Updating in CT - [`159f65c`](https://github.com/community-scripts/ProxmoxVE/commit/159f65c1388298900c04d27fa134d46fd62ff956) Add NextPVR to DVR/NVR Category - [`41cbd6b`](https://github.com/community-scripts/ProxmoxVE/commit/41cbd6b74905763fe1bdc88a37a0e100084ca3a6) Update json/nextpvr.json - [`6719fb1`](https://github.com/community-scripts/ProxmoxVE/commit/6719fb17c07b0c298bf12405e0ffcba8297a66fe) Update json/nextpvr.json - [`bd00462`](https://github.com/community-scripts/ProxmoxVE/commit/bd00462bce213e30e502ef5fc380136e09983e67) Update json/nextpvr.json ### 📊 Changes **3 files changed** (+173 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/nextpvr.sh` (+93 -0) ➕ `install/nextpvr-install.sh` (+46 -0) ➕ `json/nextpvr.json` (+34 -0) </details> ### 📄 Description ## Description Add new LXC: NextPVR. I only can test the usage of the ui. i dont have an System for it. After Merge we can add the requester as final reviewer / or need later an bugfix. Fixes # (issue) Fixes https://github.com/community-scripts/ProxmoxVE/issues/384 ## Type of change - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:03:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2579