[PR #93] [MERGED] feat: Implement per-URL duration and refresh cycle configuration #99

Closed
opened 2026-03-03 11:14:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debloper/xiosk/pull/93
Author: @parthsidpara
Created: 8/1/2025
Status: Merged
Merged: 8/13/2025
Merged by: @debloper

Base: mainHead: feature/parameterization


📝 Commits (3)

📊 Changes

5 files changed (+215 additions, -80 deletions)

View changed files

📝 config.json.sample (+38 -24)
📝 scripts/runner.sh (+0 -1)
📝 scripts/switcher.sh (+69 -19)
📝 web/index.html (+48 -4)
📝 web/script.js (+60 -32)

📄 Description

This PR introduces a major enhancement to PiOSK, moving from a hardcoded display configuration for all URLs to a flexible, per-URL parameter system.
Users can now define a specific display duration and a refresh cycle count for each individual URL in the dashboard.

image

Changes to duration or cycle values are highlighted until they are applied

image

🔄 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/debloper/xiosk/pull/93 **Author:** [@parthsidpara](https://github.com/parthsidpara) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@debloper](https://github.com/debloper) **Base:** `main` ← **Head:** `feature/parameterization` --- ### 📝 Commits (3) - [`728b888`](https://github.com/debloper/xiosk/commit/728b888317bea9d5e626001995566a60dd9abb03) feature/parameterization - [`d84d691`](https://github.com/debloper/xiosk/commit/d84d6919c98fca02082d4ba1551dbfdca75c430e) change config format - [`ddf6f63`](https://github.com/debloper/xiosk/commit/ddf6f63816ed82037b7e1ac713a04f12f654d71e) remove low-end-device flag ### 📊 Changes **5 files changed** (+215 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `config.json.sample` (+38 -24) 📝 `scripts/runner.sh` (+0 -1) 📝 `scripts/switcher.sh` (+69 -19) 📝 `web/index.html` (+48 -4) 📝 `web/script.js` (+60 -32) </details> ### 📄 Description This PR introduces a major enhancement to PiOSK, moving from a hardcoded display configuration for all URLs to a flexible, per-URL parameter system. Users can now define a specific display `duration` and a `refresh cycle` count for each individual URL in the dashboard. <img width="1854" height="1081" alt="image" src="https://github.com/user-attachments/assets/dbc503ef-877f-4227-8d25-89c674032bcc" /> Changes to duration or cycle values are highlighted until they are applied <img width="1854" height="1081" alt="image" src="https://github.com/user-attachments/assets/89ba424f-a136-4b5d-9db9-37543aadd9ba" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:14:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/xiosk#99
No description provided.