Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d0b4796b2 | ||
|
|
de1f5a336c | ||
|
|
4f0e1f55ba | ||
|
|
8ba8c3013e | ||
|
|
9609f096ef | ||
|
|
8c81c05bca | ||
|
|
ff998d379d | ||
|
|
62732ab2c6 | ||
|
|
25dabc97b2 | ||
|
|
e81cd8b64d | ||
|
|
30d8a24927 | ||
|
|
d6532d3501 | ||
|
|
17db9f56f7 | ||
|
|
874214aa41 | ||
|
|
de0e1adf44 | ||
|
|
42d161beff | ||
|
|
30c0de2a2d | ||
|
|
77f0c2523b | ||
|
|
73bdde5093 | ||
|
|
0c2bce40fb | ||
|
|
005fca9a05 | ||
|
|
f82bc65472 | ||
|
|
d57855c385 | ||
|
|
ca25d5000b | ||
|
|
f935a82e91 | ||
|
|
96c9835a27 | ||
|
|
b312e8cc26 | ||
|
|
79a077a85f | ||
|
|
8e3dc664ed | ||
|
|
2172202d25 | ||
|
|
804bb96e07 | ||
|
|
d7541c0fa4 | ||
|
|
7f23ba92ad | ||
|
|
9e4614d8df | ||
|
|
5fd4eb8a5c | ||
|
|
8ca85e778e | ||
|
|
181e477a0e | ||
|
|
da501bccc7 | ||
|
|
8a465dc6da | ||
|
|
2d4d8c031e | ||
|
|
8b032f56de | ||
|
|
44f4eeaafe | ||
|
|
aac2b4404f | ||
|
|
8460771d20 | ||
|
|
76dbd18ca7 | ||
|
|
e924c945d6 | ||
|
|
7b42539bc8 | ||
|
|
d7617bfeaa | ||
|
|
23e0f29990 | ||
|
|
2b201b7ec3 | ||
|
|
c905497c38 | ||
|
|
14ddd411b0 | ||
|
|
54265a2d9f | ||
|
|
d81e8d70c8 | ||
|
|
de7ef1645b | ||
|
|
8826926168 | ||
|
|
c6e147ab93 | ||
|
|
8d223359f4 | ||
|
|
9c3f8793af | ||
|
|
4e1518f484 | ||
|
|
100ad77058 | ||
|
|
c97d19fa99 | ||
|
|
89da5fa3f6 | ||
|
|
dae8bd4634 | ||
|
|
35c4053bec |
@@ -0,0 +1,9 @@
|
|||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
|
data
|
||||||
|
assets/preview.png
|
||||||
|
assets/.DS_Store
|
||||||
|
src/.DS_Store
|
||||||
|
.version.json.swp
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
config.json
|
config.json
|
||||||
|
data/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
generate_epg.php
|
|
||||||
epg.xml
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
GridTV aims to stay lightweight and dependency-free.
|
||||||
|
|
||||||
|
Please avoid adding heavy JS frameworks or external dependencies.
|
||||||
@@ -4,8 +4,18 @@ RUN docker-php-ext-install curl && \
|
|||||||
a2enmod rewrite
|
a2enmod rewrite
|
||||||
|
|
||||||
COPY . /var/www/html/
|
COPY . /var/www/html/
|
||||||
|
COPY docker/docker-entrypoint.sh /usr/local/bin/gridtv-entrypoint.sh
|
||||||
|
|
||||||
RUN chown -R www-data:www-data /var/www/html && \
|
RUN mkdir -p /data && \
|
||||||
chmod -R 775 /var/www/html
|
chown -R www-data:www-data /var/www/html /data && \
|
||||||
|
find /var/www/html -type d -exec chmod 755 {} \; && \
|
||||||
|
find /var/www/html -type f -exec chmod 644 {} \; && \
|
||||||
|
chmod 755 /usr/local/bin/gridtv-entrypoint.sh
|
||||||
|
|
||||||
|
HEALTHCHECK --interval=30s --timeout=5s --start-period=15s --retries=3 \
|
||||||
|
CMD php -r "exit(@file_get_contents('http://127.0.0.1/') === false ? 1 : 0);"
|
||||||
|
|
||||||
|
ENTRYPOINT ["gridtv-entrypoint.sh"]
|
||||||
|
CMD ["apache2-foreground"]
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
@@ -27,19 +27,25 @@ This demo runs with sample XMLTV feeds to showcase the interface.
|
|||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
- 🎛️ **Timeline grid** — horizontal EPG-style view with a live "now" indicator
|
- 🎛️ **Timeline grid** — horizontal EPG-style view with a live "now" indicator
|
||||||
|
- 📅 **Date in timebar** — midnight markers show the day/date so you always know where you are
|
||||||
- 📱 **Responsive** — optimized list view on mobile
|
- 📱 **Responsive** — optimized list view on mobile
|
||||||
- ⏱️ **Live progress bar** on the currently airing program
|
- ⏱️ **Live progress bar** on the currently airing program
|
||||||
- 🕶️ **Past programs** automatically dimmed
|
- 🕶️ **Past programs** automatically dimmed
|
||||||
- 📋 **Hover tooltip** — title, synopsis, season/episode, schedule, duration
|
- 📋 **Hover tooltip** — title, synopsis, season/episode, schedule, duration
|
||||||
|
- 🎬 **Program popup** — click any program for full details + IMDb search link
|
||||||
- 🔗 **One-click copy** buttons for EPG & M3U URLs in the topbar
|
- 🔗 **One-click copy** buttons for EPG & M3U URLs in the topbar
|
||||||
- ▶️ **Built-in HLS player** — click any channel or live program to watch in a PiP overlay
|
- ▶️ **Built-in HLS player** — click any channel or live program to watch in a PiP overlay
|
||||||
- 🔀 **HTTP→HTTPS proxy** — streams Tunarr over HTTP transparently from an HTTPS page
|
- 🔀 **HTTP→HTTPS proxy** — streams Tunarr over HTTP transparently from an HTTPS page
|
||||||
- 🎨 **Theme system** — drop a CSS file in `themes/` and it appears in the menu automatically
|
- 🎨 **Theme system** — drop a CSS file in `themes/` and it appears in the menu automatically
|
||||||
- 📡 **Multi-EPG sources** — configure multiple EPG/M3U sources, switch from the topbar
|
- 📡 **Multi-EPG sources** — configure multiple EPG/M3U sources, switch from the topbar
|
||||||
- 👤 **Personal EPG** — optionally let visitors use your instance with their own EPG/M3U URLs (saved in localStorage)
|
- 👤 **Personal EPG** — optionally let visitors use your instance with their own EPG/M3U URLs (saved in localStorage)
|
||||||
- ⚙️ **Guided setup** on first launch — no config files to edit manually
|
- 🔍 **Search** — filter the grid by channel name or program title/synopsis (debounced)
|
||||||
|
- ⭐ **Favorites** — pin channels to the top of the grid, persisted in localStorage
|
||||||
|
- 🌍 **i18n** — auto-detects browser language, supports EN / FR / ES (add your own in `locales/`)
|
||||||
|
- ⚙️ **Re-editable setup** — protected by an admin key, no SSH required to update config
|
||||||
|
- 🔔 **Update notifications** — a badge appears in the topbar when a new release is available on GitHub
|
||||||
- 🔄 **Auto-reload** EPG every 30 minutes
|
- 🔄 **Auto-reload** EPG every 30 minutes
|
||||||
- 0️⃣ **Zero JS dependencies** — vanilla PHP, hls.js loaded from CDN
|
- 0️⃣ **Zero build tooling** — vanilla PHP/JS/CSS, with bundled local assets
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -64,15 +70,19 @@ docker compose up -d
|
|||||||
|
|
||||||
Then open `http://localhost:8080` and follow the setup wizard.
|
Then open `http://localhost:8080` and follow the setup wizard.
|
||||||
|
|
||||||
|
Docker stores the generated configuration in `./data/config.json` on the host.
|
||||||
|
|
||||||
To run on a custom port:
|
To run on a custom port:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PORT=9000 docker compose up -d
|
PORT=9000 docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To back up or migrate your Docker setup, keep the `data/` directory.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Option B — Apache / Nginx
|
### Option B — Native PHP host
|
||||||
|
|
||||||
#### 1. Clone the repo
|
#### 1. Clone the repo
|
||||||
|
|
||||||
@@ -88,7 +98,25 @@ chmod 775 /var/www/gridtv
|
|||||||
chown -R www-data:www-data /var/www/gridtv
|
chown -R www-data:www-data /var/www/gridtv
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3a. Configure Nginx
|
#### 3. Install php-curl
|
||||||
|
|
||||||
|
The built-in player uses `proxy.php` to relay HTTP streams over HTTPS. This requires the **php-curl** extension:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Debian/Ubuntu — adjust version to match your PHP
|
||||||
|
apt install php8.4-curl
|
||||||
|
systemctl reload apache2 # or: systemctl reload nginx
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 4. Reverse proxy examples
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Show reverse proxy / vhost examples</summary>
|
||||||
|
|
||||||
|
These examples are intentionally minimal. Replace `guide.your-domain.com` with your domain and adjust the PHP socket or upstream target to match your host.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Nginx + PHP-FPM</summary>
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
server {
|
server {
|
||||||
@@ -109,13 +137,16 @@ server {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> 💡 Adjust the PHP version (`php8.2-fpm`) to match the one installed on your server.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nginx -t && systemctl reload nginx
|
nginx -t && systemctl reload nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3b. Configure Apache
|
> Adjust `php8.2-fpm.sock` to match the PHP-FPM version installed on your server.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Apache vhost</summary>
|
||||||
|
|
||||||
```apache
|
```apache
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
@@ -134,16 +165,52 @@ a2enmod php8.4 rewrite
|
|||||||
systemctl reload apache2
|
systemctl reload apache2
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 4. Install php-curl
|
</details>
|
||||||
|
|
||||||
The built-in player uses `proxy.php` to relay HTTP streams over HTTPS. This requires the **php-curl** extension:
|
<details>
|
||||||
|
<summary>Caddy</summary>
|
||||||
|
|
||||||
|
```caddy
|
||||||
|
guide.your-domain.com {
|
||||||
|
root * /var/www/gridtv
|
||||||
|
php_fastcgi unix//run/php/php8.2-fpm.sock
|
||||||
|
file_server
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Debian/Ubuntu — adjust version to match your PHP
|
systemctl reload caddy
|
||||||
apt install php8.4-curl
|
|
||||||
systemctl reload apache2 # or: systemctl reload nginx
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> If you use `xcaddy` or a distro package, keep the same site block and only adapt the PHP-FPM socket path.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Traefik (Docker labels)</summary>
|
||||||
|
|
||||||
|
Use this if GridTV runs in Docker and Traefik is your front proxy:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
services:
|
||||||
|
gridtv:
|
||||||
|
build: .
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.gridtv.rule=Host(`guide.your-domain.com`)"
|
||||||
|
- "traefik.http.routers.gridtv.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.gridtv.tls=true"
|
||||||
|
- "traefik.http.services.gridtv.loadbalancer.server.port=80"
|
||||||
|
```
|
||||||
|
|
||||||
|
You still need a running Traefik instance with `websecure` configured and DNS pointing to it.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
#### 5. First launch — Setup
|
#### 5. First launch — Setup
|
||||||
|
|
||||||
Open your browser at `http://guide.your-domain.com`.
|
Open your browser at `http://guide.your-domain.com`.
|
||||||
@@ -168,6 +235,8 @@ You can re-open the setup page at any time using the admin key generated during
|
|||||||
http://guide.your-domain.com/setup.php
|
http://guide.your-domain.com/setup.php
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Enter your admin key to unlock the configuration form. The key is stored in `config.json` under `admin_key` — if you lose it, you can retrieve it there via SSH.
|
||||||
|
|
||||||
Or edit `config.json` directly:
|
Or edit `config.json` directly:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -202,35 +271,55 @@ nano /var/www/gridtv/config.json
|
|||||||
```
|
```
|
||||||
gridtv/
|
gridtv/
|
||||||
├── index.php # Entry point
|
├── index.php # Entry point
|
||||||
├── setup.php # First-launch + re-configuration page
|
├── setup.php # Setup + re-configuration (admin key protected)
|
||||||
├── proxy.php # HTTP→HTTPS stream proxy
|
├── proxy.php # HTTP→HTTPS stream proxy
|
||||||
|
├── version.json # Current version (used for update check)
|
||||||
├── config.example.json # Config template
|
├── config.example.json # Config template
|
||||||
├── Dockerfile
|
├── Dockerfile
|
||||||
├── docker-compose.yml
|
├── docker-compose.yml
|
||||||
├── .gitignore # config.json excluded
|
├── .gitignore # config.json excluded
|
||||||
|
├── locales/ # i18n translation files
|
||||||
|
│ ├── en.json
|
||||||
|
│ ├── fr.json
|
||||||
|
│ └── es.json
|
||||||
├── themes/ # CSS theme files
|
├── themes/ # CSS theme files
|
||||||
│ ├── default.css
|
│ ├── default.css
|
||||||
│ ├── magazine.css
|
│ ├── magazine.css
|
||||||
│ ├── cyberpunk.css
|
│ ├── cyberpunk.css
|
||||||
│ └── steampunk.css
|
│ └── steampunk.css
|
||||||
└── src/
|
└── src/
|
||||||
├── config.php # Config loader + migration
|
├── config.php # Config loader, migration, locale detection
|
||||||
|
├── css/ # CSS modules (one file per feature)
|
||||||
|
│ ├── base.css # Variables, reset, global layout
|
||||||
|
│ ├── topbar.css # Topbar, nav, source switcher, theme selector
|
||||||
|
│ ├── grid.css # Grid, channels, programs, ruler, tooltip, loading
|
||||||
|
│ ├── mobile.css # Mobile list view
|
||||||
|
│ ├── player.css # HLS PiP player
|
||||||
|
│ ├── modals.css # Personal EPG modal
|
||||||
|
│ ├── search.css # Search bar + highlight
|
||||||
|
│ ├── program.css # Program info modal + midnight marker
|
||||||
|
│ ├── favorites.css# Favorite button + separator
|
||||||
|
│ └── updater.css # Update notification badge
|
||||||
├── tpl/ # HTML templates
|
├── tpl/ # HTML templates
|
||||||
│ ├── head.php
|
│ ├── head.php # DOCTYPE, <head>, includes CSS modules
|
||||||
│ ├── topbar.php
|
│ ├── topbar.php # Topbar (nav, source switcher, search, theme)
|
||||||
│ ├── grid.php
|
│ ├── grid.php # Grid + mobile + PiP + overlays
|
||||||
│ ├── modals.php
|
│ ├── modals.php # Program info modal + Personal EPG modal
|
||||||
│ └── footer.php
|
│ └── footer.php # JS modules loader, </body></html>
|
||||||
└── js/ # JavaScript modules
|
└── js/ # JavaScript modules (one file per feature)
|
||||||
├── config.js # Constants + PHP-injected vars
|
├── config.js # Constants + PHP-injected vars (incl. locale)
|
||||||
├── utils.js # Helpers, clock, EPG fetch
|
├── utils.js # Helpers, clock, EPG fetch
|
||||||
├── epg.js # Grid rendering
|
├── epg.js # Grid rendering
|
||||||
├── mobile.js # Mobile list view
|
├── mobile.js # Mobile list view
|
||||||
├── tooltip.js # Hover tooltip
|
├── tooltip.js # Hover tooltip
|
||||||
├── sources.js # Multi-EPG switcher
|
├── sources.js # Multi-EPG switcher + Personal EPG
|
||||||
├── m3u.js # M3U parser
|
├── m3u.js # M3U parser
|
||||||
├── player.js # HLS PiP player
|
├── player.js # HLS PiP player
|
||||||
├── themes.js # Theme switcher
|
├── themes.js # Theme switcher
|
||||||
|
├── search.js # Search + filter (debounced)
|
||||||
|
├── program.js # Program info modal + IMDb link
|
||||||
|
├── favorites.js # Favorites (localStorage)
|
||||||
|
├── updater.js # GitHub update checker
|
||||||
└── live.js # Live updates + responsive
|
└── live.js # Live updates + responsive
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -295,6 +384,22 @@ GridTV parses the standard **XMLTV format**. Tested with:
|
|||||||
- ✅ [Jellyfin](https://jellyfin.org/)
|
- ✅ [Jellyfin](https://jellyfin.org/)
|
||||||
- ✅ Any XMLTV-compliant source
|
- ✅ Any XMLTV-compliant source
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🌍 Internationalization
|
||||||
|
|
||||||
|
GridTV auto-detects the visitor's browser language and serves the matching locale. Supported out of the box: **English**, **French**, **Spanish**.
|
||||||
|
|
||||||
|
To add a new language, create a file in `locales/` based on an existing one:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cp locales/en.json locales/de.json
|
||||||
|
# then translate the values
|
||||||
|
```
|
||||||
|
|
||||||
|
GridTV will automatically pick it up for browsers with that language set — no code changes needed.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 Contributing
|
## 🤝 Contributing
|
||||||
@@ -306,3 +411,29 @@ PRs are welcome! Got an idea, a fix, or a feature request — open an issue or s
|
|||||||
## 📄 License
|
## 📄 License
|
||||||
|
|
||||||
GNU Affero General Public License v3.0 (AGPLv3)
|
GNU Affero General Public License v3.0 (AGPLv3)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🗺️ Roadmap
|
||||||
|
|
||||||
|
### ✅ Done
|
||||||
|
- Timeline grid with live "now" indicator
|
||||||
|
- Mobile responsive list view
|
||||||
|
- Built-in HLS PiP player
|
||||||
|
- HTTP→HTTPS proxy
|
||||||
|
- Theme system (4 built-in themes)
|
||||||
|
- Multi-EPG sources with topbar switcher
|
||||||
|
- Personal EPG (localStorage)
|
||||||
|
- Modular codebase (src/tpl + src/js + src/css)
|
||||||
|
- Docker support
|
||||||
|
- **Search** — filter grid by channel name or program title/synopsis (debounced)
|
||||||
|
- **Date in timebar** — midnight markers with day/date in the ruler
|
||||||
|
- **Program popup** — full details + IMDb search link on any program click
|
||||||
|
- **i18n** — EN / FR / ES with browser auto-detection, extensible via locales/
|
||||||
|
- **Favorites** — pin channels to the top of the grid (localStorage)
|
||||||
|
- **Setup re-editable** — protected by an admin key, auto-generated on first setup
|
||||||
|
- **Update notifications** — topbar badge links to latest GitHub release
|
||||||
|
|
||||||
|
### 🔜 Coming soon
|
||||||
|
- **Dark/Light auto mode** — follow system preference when using the default theme
|
||||||
|
- **Grid export** — export today's schedule as PDF or image
|
||||||
|
|||||||
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,87 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Barlow Condensed';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/barlow-condensed-300.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Barlow Condensed';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/barlow-condensed-400.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Barlow Condensed';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/barlow-condensed-600.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Barlow Condensed';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/barlow-condensed-700.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Share Tech Mono';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/share-tech-mono-400.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Rajdhani';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/rajdhani-400.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Rajdhani';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/rajdhani-600.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Rajdhani';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/rajdhani-700.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'IM Fell English';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/im-fell-english-400.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'IM Fell English';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/im-fell-english-400-italic.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Special Elite';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url('/assets/fonts/special-elite-400.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 333 KiB |
|
After Width: | Height: | Size: 549 KiB |
|
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 1.0 MiB |
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"group_name": "MonGroupe TV",
|
|
||||||
"epg_url": "http://votre-serveur/api/xmltv.xml",
|
|
||||||
"m3u_url": "http://votre-serveur/api/channels.m3u"
|
|
||||||
}
|
|
||||||
@@ -4,5 +4,5 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${PORT:-8080}:80"
|
- "${PORT:-8080}:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/var/www/html/config.json
|
- ./data:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
mkdir -p /data
|
||||||
|
chown -R www-data:www-data /data
|
||||||
|
chmod 775 /data
|
||||||
|
|
||||||
|
rm -f /var/www/html/config.json
|
||||||
|
ln -s /data/config.json /var/www/html/config.json
|
||||||
|
|
||||||
|
exec docker-php-entrypoint "$@"
|
||||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"days": [
|
||||||
|
"Sun",
|
||||||
|
"Mon",
|
||||||
|
"Tue",
|
||||||
|
"Wed",
|
||||||
|
"Thu",
|
||||||
|
"Fri",
|
||||||
|
"Sat"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Jan",
|
||||||
|
"Feb",
|
||||||
|
"Mar",
|
||||||
|
"Apr",
|
||||||
|
"May",
|
||||||
|
"Jun",
|
||||||
|
"Jul",
|
||||||
|
"Aug",
|
||||||
|
"Sep",
|
||||||
|
"Oct",
|
||||||
|
"Nov",
|
||||||
|
"Dec"
|
||||||
|
],
|
||||||
|
"now": "Now",
|
||||||
|
"channels": "Channels",
|
||||||
|
"live": "LIVE",
|
||||||
|
"loading": "Loading guide...",
|
||||||
|
"epg_error": "Unable to load EPG",
|
||||||
|
"epg_error_sub": "Check your XMLTV stream URL.",
|
||||||
|
"load": "Load",
|
||||||
|
"search_placeholder": "Search channel or program...",
|
||||||
|
"copy_epg": "EPG",
|
||||||
|
"copy_m3u": "M3U",
|
||||||
|
"copied": "✓ copied",
|
||||||
|
"program_info": "Program info",
|
||||||
|
"watch_now": "Watch now",
|
||||||
|
"imdb_search": "Search on IMDb",
|
||||||
|
"close": "Close",
|
||||||
|
"duration_min": "min",
|
||||||
|
"personal_epg_title": "Personal EPG",
|
||||||
|
"personal_epg_subtitle": "Use your own EPG/M3U source on this instance.",
|
||||||
|
"personal_epg_label": "EPG URL (XMLTV) *",
|
||||||
|
"personal_epg_m3u_label": "M3U URL",
|
||||||
|
"personal_epg_optional": "optional",
|
||||||
|
"cancel": "Cancel",
|
||||||
|
"apply": "Apply",
|
||||||
|
"setup_already_done": "Configuration already done. Use your admin key to access setup again.",
|
||||||
|
"shift_back": "◄ 1h",
|
||||||
|
"shift_fwd": "1h ►",
|
||||||
|
"fav_add": "Add to favorites",
|
||||||
|
"fav_remove": "Remove from favorites",
|
||||||
|
"update_available": "↑ Update available:",
|
||||||
|
"update_title": "Click to download the latest version"
|
||||||
|
}
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"days": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mié",
|
||||||
|
"Jue",
|
||||||
|
"Vie",
|
||||||
|
"Sáb"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Ene",
|
||||||
|
"Feb",
|
||||||
|
"Mar",
|
||||||
|
"Abr",
|
||||||
|
"May",
|
||||||
|
"Jun",
|
||||||
|
"Jul",
|
||||||
|
"Ago",
|
||||||
|
"Sep",
|
||||||
|
"Oct",
|
||||||
|
"Nov",
|
||||||
|
"Dic"
|
||||||
|
],
|
||||||
|
"now": "Ahora",
|
||||||
|
"channels": "Canales",
|
||||||
|
"live": "LIVE",
|
||||||
|
"loading": "Cargando guía...",
|
||||||
|
"epg_error": "No se puede cargar el EPG",
|
||||||
|
"epg_error_sub": "Comprueba la URL de tu fuente XMLTV.",
|
||||||
|
"load": "Cargar",
|
||||||
|
"search_placeholder": "Buscar canal o programa...",
|
||||||
|
"copy_epg": "EPG",
|
||||||
|
"copy_m3u": "M3U",
|
||||||
|
"copied": "✓ copiado",
|
||||||
|
"program_info": "Info del programa",
|
||||||
|
"watch_now": "Ver ahora",
|
||||||
|
"imdb_search": "Buscar en IMDb",
|
||||||
|
"close": "Cerrar",
|
||||||
|
"duration_min": "min",
|
||||||
|
"personal_epg_title": "EPG Personal",
|
||||||
|
"personal_epg_subtitle": "Usa tu propia fuente EPG/M3U en esta instancia.",
|
||||||
|
"personal_epg_label": "URL EPG (XMLTV) *",
|
||||||
|
"personal_epg_m3u_label": "URL M3U",
|
||||||
|
"personal_epg_optional": "opcional",
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"apply": "Aplicar",
|
||||||
|
"setup_already_done": "Configuración ya realizada. Usa tu clave de administrador para volver al setup.",
|
||||||
|
"shift_back": "◄ 1h",
|
||||||
|
"shift_fwd": "1h ►",
|
||||||
|
"fav_add": "Agregar a favoritos",
|
||||||
|
"fav_remove": "Quitar de favoritos",
|
||||||
|
"update_available": "↑ Actualizacion disponible:",
|
||||||
|
"update_title": "Haz clic para descargar la ultima version"
|
||||||
|
}
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"days": [
|
||||||
|
"Dim",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mer",
|
||||||
|
"Jeu",
|
||||||
|
"Ven",
|
||||||
|
"Sam"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Jan",
|
||||||
|
"Fév",
|
||||||
|
"Mar",
|
||||||
|
"Avr",
|
||||||
|
"Mai",
|
||||||
|
"Jun",
|
||||||
|
"Jul",
|
||||||
|
"Aoû",
|
||||||
|
"Sep",
|
||||||
|
"Oct",
|
||||||
|
"Nov",
|
||||||
|
"Déc"
|
||||||
|
],
|
||||||
|
"now": "Maintenant",
|
||||||
|
"channels": "Chaînes",
|
||||||
|
"live": "LIVE",
|
||||||
|
"loading": "Chargement du guide...",
|
||||||
|
"epg_error": "Impossible de charger l'EPG",
|
||||||
|
"epg_error_sub": "Vérifiez l'URL de votre flux XMLTV.",
|
||||||
|
"load": "Charger",
|
||||||
|
"search_placeholder": "Rechercher une chaîne ou un programme...",
|
||||||
|
"copy_epg": "EPG",
|
||||||
|
"copy_m3u": "M3U",
|
||||||
|
"copied": "✓ copié",
|
||||||
|
"program_info": "Infos programme",
|
||||||
|
"watch_now": "Regarder",
|
||||||
|
"imdb_search": "Rechercher sur IMDb",
|
||||||
|
"close": "Fermer",
|
||||||
|
"duration_min": "min",
|
||||||
|
"personal_epg_title": "EPG Personnel",
|
||||||
|
"personal_epg_subtitle": "Utilisez votre propre source EPG/M3U sur cette instance.",
|
||||||
|
"personal_epg_label": "URL EPG (XMLTV) *",
|
||||||
|
"personal_epg_m3u_label": "URL M3U",
|
||||||
|
"personal_epg_optional": "optionnel",
|
||||||
|
"cancel": "Annuler",
|
||||||
|
"apply": "Appliquer",
|
||||||
|
"setup_already_done": "Configuration déjà effectuée. Utilisez votre clé admin pour accéder à nouveau au setup.",
|
||||||
|
"shift_back": "◄ 1h",
|
||||||
|
"shift_fwd": "1h ►",
|
||||||
|
"fav_add": "Ajouter aux favoris",
|
||||||
|
"fav_remove": "Retirer des favoris",
|
||||||
|
"update_available": "↑ Mise a jour disponible :",
|
||||||
|
"update_title": "Cliquez pour telecharger la derniere version"
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "GridTV",
|
||||||
|
"short_name": "GridTV",
|
||||||
|
"description": "Self-hosted IPTV TV guide",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#0a0b0d",
|
||||||
|
"theme_color": "#0a0b0d",
|
||||||
|
"orientation": "any",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "assets/icon-192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icon-512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,81 +1,160 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* GridTV — proxy.php (Apache + cURL)
|
* GridTV — proxy.php
|
||||||
|
*
|
||||||
|
* Proxy HTTP->HTTPS restreint aux hotes explicitement configures dans config.json.
|
||||||
|
* Les IP privees et LAN sont autorisees si l'administrateur les a configurees.
|
||||||
|
* Les redirections sont suivies manuellement avec revalidation de l'hote a chaque saut.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$url = $_GET['url'] ?? '';
|
// ── Whitelist : hotes autorises extraits de config.json ───────────────────────
|
||||||
if (empty($url) || !preg_match('#^https?://#i', $url)) {
|
$config_path = __DIR__ . '/config.json';
|
||||||
http_response_code(400); die('Invalid URL');
|
$allowed_hosts = [];
|
||||||
|
|
||||||
|
if (file_exists($config_path)) {
|
||||||
|
$config = json_decode(file_get_contents($config_path), true) ?? [];
|
||||||
|
foreach ($config['epg_sources'] ?? [] as $src) {
|
||||||
|
foreach (['epg_url', 'm3u_url'] as $key) {
|
||||||
|
if (!empty($src[$key])) {
|
||||||
|
$host = strtolower(parse_url($src[$key], PHP_URL_HOST) ?? '');
|
||||||
|
if ($host !== '') $allowed_hosts[] = $host;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$base = preg_replace('#[^/]*(\?.*)?$#', '', $url);
|
// ── Fonctions ─────────────────────────────────────────────────────────────────
|
||||||
$origin = parse_url($url, PHP_URL_SCHEME) . '://' . parse_url($url, PHP_URL_HOST);
|
|
||||||
$port = parse_url($url, PHP_URL_PORT);
|
function is_allowed_url(string $url, array $allowed_hosts): bool {
|
||||||
if ($port) $origin .= ':' . $port;
|
if (!preg_match('#^https?://#i', $url)) return false;
|
||||||
|
$host = strtolower(parse_url($url, PHP_URL_HOST) ?? '');
|
||||||
|
return $host !== '' && in_array($host, $allowed_hosts, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
function resolve_url(string $base, string $location): string {
|
||||||
|
if (preg_match('#^https?://#i', $location)) return $location;
|
||||||
|
$parts = parse_url($base);
|
||||||
|
$origin = $parts['scheme'] . '://' . $parts['host'];
|
||||||
|
if (!empty($parts['port'])) $origin .= ':' . $parts['port'];
|
||||||
|
if ($location[0] === '/') return $origin . $location;
|
||||||
|
return $origin . rtrim(dirname($parts['path'] ?? '/'), '/') . '/' . $location;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fetch avec redirections manuelles — chaque Location: est revalidee contre la whitelist.
|
||||||
|
* $stream = true : stream chunk par chunk (segments video)
|
||||||
|
* $stream = false : retourne le body complet (playlists m3u8)
|
||||||
|
*/
|
||||||
|
function fetch_with_checked_redirects(string $url, array $allowed_hosts, bool $stream = false): array {
|
||||||
|
$max_redirects = 5;
|
||||||
|
|
||||||
|
for ($i = 0; $i <= $max_redirects; $i++) {
|
||||||
|
if (!is_allowed_url($url, $allowed_hosts)) {
|
||||||
|
http_response_code(403); die('Host not allowed after redirect');
|
||||||
|
}
|
||||||
|
|
||||||
|
$ua = $_SERVER['HTTP_USER_AGENT'] ?? 'Mozilla/5.0';
|
||||||
|
$ch = curl_init($url);
|
||||||
|
curl_setopt_array($ch, [
|
||||||
|
CURLOPT_FOLLOWLOCATION => false,
|
||||||
|
CURLOPT_HEADER => true,
|
||||||
|
CURLOPT_RETURNTRANSFER => true,
|
||||||
|
CURLOPT_TIMEOUT => 30,
|
||||||
|
CURLOPT_USERAGENT => $ua,
|
||||||
|
CURLOPT_HTTPHEADER => ['Accept: */*'],
|
||||||
|
]);
|
||||||
|
|
||||||
|
$response = curl_exec($ch);
|
||||||
|
$code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
||||||
|
$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
|
||||||
|
curl_close($ch);
|
||||||
|
|
||||||
|
if ($response === false) {
|
||||||
|
http_response_code(502); die('Upstream error');
|
||||||
|
}
|
||||||
|
|
||||||
|
$raw_headers = substr($response, 0, $header_size);
|
||||||
|
$body = substr($response, $header_size);
|
||||||
|
|
||||||
|
// Redirection
|
||||||
|
if ($code >= 300 && $code < 400) {
|
||||||
|
if (!preg_match('/^Location:\s*(.+)$/mi', $raw_headers, $m)) {
|
||||||
|
http_response_code(502); die('Invalid redirect');
|
||||||
|
}
|
||||||
|
$url = resolve_url($url, trim($m[1]));
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
return [$code, $raw_headers, $body, $url];
|
||||||
|
}
|
||||||
|
|
||||||
|
http_response_code(508); die('Too many redirects');
|
||||||
|
}
|
||||||
|
|
||||||
|
// ── Valider l'URL initiale ─────────────────────────────────────────────────────
|
||||||
|
$url = $_GET['url'] ?? '';
|
||||||
|
|
||||||
|
if (!is_allowed_url($url, $allowed_hosts)) {
|
||||||
|
http_response_code(empty($allowed_hosts) ? 503 : 403);
|
||||||
|
die(empty($allowed_hosts) ? 'No sources configured' : 'Host not allowed');
|
||||||
|
}
|
||||||
|
|
||||||
|
// ── Determiner le type de ressource ───────────────────────────────────────────
|
||||||
$path = parse_url($url, PHP_URL_PATH) ?? '';
|
$path = parse_url($url, PHP_URL_PATH) ?? '';
|
||||||
$is_segment = preg_match('#\.(ts|aac|mp4|m4s|fmp4)(\?|$)#i', $path);
|
$is_segment = preg_match('#\.(ts|aac|mp4|m4s|fmp4)(\?|$)#i', $path);
|
||||||
|
|
||||||
header('Access-Control-Allow-Origin: *');
|
header('Access-Control-Allow-Origin: *');
|
||||||
header('Cache-Control: no-cache');
|
header('Cache-Control: no-cache');
|
||||||
|
|
||||||
$ua = $_SERVER['HTTP_USER_AGENT'] ?? 'Mozilla/5.0';
|
// ── Segment binaire — stream chunk par chunk ───────────────────────────────────
|
||||||
|
|
||||||
if ($is_segment) {
|
if ($is_segment) {
|
||||||
// Segment binaire — stream via cURL chunk par chunk
|
|
||||||
header('Content-Type: video/MP2T');
|
header('Content-Type: video/MP2T');
|
||||||
header('X-Content-Type-Options: nosniff');
|
header('X-Content-Type-Options: nosniff');
|
||||||
|
|
||||||
if (ob_get_level()) ob_end_clean();
|
if (ob_get_level()) ob_end_clean();
|
||||||
|
|
||||||
$ch = curl_init($url);
|
// Pour les segments, on suit les redirections en streaming direct
|
||||||
|
// apres avoir valide l'URL finale via fetch_with_checked_redirects en mode non-stream
|
||||||
|
[$code, , , $final_url] = fetch_with_checked_redirects($url, $allowed_hosts, false);
|
||||||
|
|
||||||
|
if ($code >= 400) { http_response_code($code); die(); }
|
||||||
|
|
||||||
|
// Maintenant streamer l'URL finale
|
||||||
|
$ua = $_SERVER['HTTP_USER_AGENT'] ?? 'Mozilla/5.0';
|
||||||
|
$ch = curl_init($final_url);
|
||||||
curl_setopt_array($ch, [
|
curl_setopt_array($ch, [
|
||||||
CURLOPT_FOLLOWLOCATION => true,
|
CURLOPT_FOLLOWLOCATION => false,
|
||||||
CURLOPT_TIMEOUT => 30,
|
CURLOPT_TIMEOUT => 30,
|
||||||
CURLOPT_USERAGENT => $ua,
|
CURLOPT_USERAGENT => $ua,
|
||||||
CURLOPT_HTTPHEADER => ['Accept: */*'],
|
CURLOPT_HTTPHEADER => ['Accept: */*'],
|
||||||
CURLOPT_RETURNTRANSFER => false,
|
CURLOPT_RETURNTRANSFER => false,
|
||||||
CURLOPT_WRITEFUNCTION => function($ch, $data) {
|
CURLOPT_WRITEFUNCTION => function($ch, $data) {
|
||||||
echo $data;
|
echo $data; flush(); return strlen($data);
|
||||||
flush();
|
|
||||||
return strlen($data);
|
|
||||||
},
|
},
|
||||||
CURLOPT_HEADERFUNCTION => function($ch, $header) {
|
CURLOPT_HEADERFUNCTION => function($ch, $header) {
|
||||||
$h = trim($header);
|
$h = trim($header);
|
||||||
if (preg_match('/^Content-Type:/i', $h)) {
|
if (preg_match('/^Content-Type:/i', $h)) header($h);
|
||||||
header($h);
|
|
||||||
}
|
|
||||||
return strlen($header);
|
return strlen($header);
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$ok = curl_exec($ch);
|
$ok = curl_exec($ch);
|
||||||
$code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
$code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
||||||
if (!$ok || $code >= 400) {
|
if (!$ok || $code >= 400) http_response_code($code ?: 502);
|
||||||
http_response_code($code ?: 502);
|
|
||||||
}
|
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
|
// ── Playlist m3u8 — fetch + réécriture URLs ────────────────────────────────────
|
||||||
} else {
|
} else {
|
||||||
// Playlist .m3u8 — fetch + réécriture URLs
|
[$code, , $body, $final_url] = fetch_with_checked_redirects($url, $allowed_hosts, false);
|
||||||
$ch = curl_init($url);
|
|
||||||
curl_setopt_array($ch, [
|
|
||||||
CURLOPT_FOLLOWLOCATION => true,
|
|
||||||
CURLOPT_TIMEOUT => 15,
|
|
||||||
CURLOPT_USERAGENT => $ua,
|
|
||||||
CURLOPT_HTTPHEADER => ['Accept: */*'],
|
|
||||||
CURLOPT_RETURNTRANSFER => true,
|
|
||||||
]);
|
|
||||||
$body = curl_exec($ch);
|
|
||||||
$code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
|
||||||
curl_close($ch);
|
|
||||||
|
|
||||||
if ($body === false || $code >= 400) {
|
if ($code >= 400) { http_response_code($code); die("Upstream error $code"); }
|
||||||
http_response_code($code ?: 502);
|
|
||||||
die("Upstream error $code");
|
|
||||||
}
|
|
||||||
|
|
||||||
header('Content-Type: application/vnd.apple.mpegurl');
|
header('Content-Type: application/vnd.apple.mpegurl');
|
||||||
|
|
||||||
|
$final_parts = parse_url($final_url);
|
||||||
|
$origin = $final_parts['scheme'] . '://' . $final_parts['host'];
|
||||||
|
if (!empty($final_parts['port'])) $origin .= ':' . $final_parts['port'];
|
||||||
|
$base = preg_replace('#[^/]*(\?.*)?$#', '', $final_url);
|
||||||
|
|
||||||
$proxy_base = (isset($_SERVER['HTTPS']) ? 'https' : 'http')
|
$proxy_base = (isset($_SERVER['HTTPS']) ? 'https' : 'http')
|
||||||
. '://' . $_SERVER['HTTP_HOST']
|
. '://' . $_SERVER['HTTP_HOST']
|
||||||
. strtok($_SERVER['REQUEST_URI'], '?')
|
. strtok($_SERVER['REQUEST_URI'], '?')
|
||||||
@@ -85,7 +164,7 @@ if ($is_segment) {
|
|||||||
foreach (explode("\n", $body) as $line) {
|
foreach (explode("\n", $body) as $line) {
|
||||||
$line = rtrim($line);
|
$line = rtrim($line);
|
||||||
if ($line === '' || $line[0] === '#') {
|
if ($line === '' || $line[0] === '#') {
|
||||||
$line = preg_replace_callback('/URI="([^"]+)"/', function($m) use ($base, $proxy_base) {
|
$line = preg_replace_callback('/URI="([^"]+)"/', function($m) use ($base, $origin, $proxy_base) {
|
||||||
$seg = strpos($m[1], 'http') === 0 ? $m[1]
|
$seg = strpos($m[1], 'http') === 0 ? $m[1]
|
||||||
: ($m[1][0] === '/' ? $origin . $m[1] : $base . $m[1]);
|
: ($m[1][0] === '/' ? $origin . $m[1] : $base . $m[1]);
|
||||||
return 'URI="' . $proxy_base . urlencode($seg) . '"';
|
return 'URI="' . $proxy_base . urlencode($seg) . '"';
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
// ── Migration automatique ancien format → nouveau ─────────────────────────────
|
|
||||||
$config_path = __DIR__ . '/config.json';
|
$config_path = __DIR__ . '/config.json';
|
||||||
|
|
||||||
|
// Migration automatique ancien format
|
||||||
if (file_exists($config_path)) {
|
if (file_exists($config_path)) {
|
||||||
$existing = json_decode(file_get_contents($config_path), true);
|
$existing = json_decode(file_get_contents($config_path), true);
|
||||||
// Vieille instance : epg_url à la racine, pas de epg_sources
|
|
||||||
if (isset($existing['epg_url']) && !isset($existing['epg_sources'])) {
|
if (isset($existing['epg_url']) && !isset($existing['epg_sources'])) {
|
||||||
$existing['epg_sources'] = [[
|
$existing['epg_sources'] = [[
|
||||||
'name' => 'Main',
|
'name' => 'Main',
|
||||||
@@ -15,18 +14,45 @@ if (file_exists($config_path)) {
|
|||||||
unset($existing['epg_url'], $existing['m3u_url']);
|
unset($existing['epg_url'], $existing['m3u_url']);
|
||||||
file_put_contents($config_path, json_encode($existing, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
|
file_put_contents($config_path, json_encode($existing, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
|
||||||
}
|
}
|
||||||
http_response_code(403);
|
// Bootstrap : config existante sans cle admin -> on en genere une maintenant
|
||||||
die('Configuration déjà effectuée. Modifiez config.json via SSH pour changer les paramètres.');
|
if (empty($existing['admin_key'])) {
|
||||||
|
$existing['admin_key'] = bin2hex(random_bytes(16));
|
||||||
|
file_put_contents($config_path, json_encode($existing, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$error = '';
|
$is_first_setup = !file_exists($config_path);
|
||||||
$success = false;
|
$existing = $is_first_setup ? [] : json_decode(file_get_contents($config_path), true);
|
||||||
|
$admin_key = $existing['admin_key'] ?? null;
|
||||||
|
|
||||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
$mode = 'setup';
|
||||||
|
$error = '';
|
||||||
|
$new_key = '';
|
||||||
|
|
||||||
|
if (!$is_first_setup) {
|
||||||
|
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['admin_key_input'])) {
|
||||||
|
if (trim($_POST['admin_key_input']) === $admin_key) {
|
||||||
|
$mode = 'setup';
|
||||||
|
} else {
|
||||||
|
$mode = 'lock';
|
||||||
|
$error = 'Invalid admin key.';
|
||||||
|
}
|
||||||
|
} elseif ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['group_name'])) {
|
||||||
|
if (trim($_POST['admin_key_hidden'] ?? '') !== $admin_key) {
|
||||||
|
$mode = 'lock';
|
||||||
|
$error = 'Invalid admin key.';
|
||||||
|
} else {
|
||||||
|
$mode = 'setup';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$mode = 'lock';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($mode === 'setup' && $_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['group_name'])) {
|
||||||
$group_name = trim($_POST['group_name'] ?? '');
|
$group_name = trim($_POST['group_name'] ?? '');
|
||||||
$allow_personal_epg = isset($_POST['allow_personal_epg']);
|
$allow_personal_epg = isset($_POST['allow_personal_epg']);
|
||||||
|
|
||||||
// Récupérer les sources EPG dynamiques
|
|
||||||
$names = $_POST['source_name'] ?? [];
|
$names = $_POST['source_name'] ?? [];
|
||||||
$epg_urls = $_POST['source_epg_url'] ?? [];
|
$epg_urls = $_POST['source_epg_url'] ?? [];
|
||||||
$m3u_urls = $_POST['source_m3u_url'] ?? [];
|
$m3u_urls = $_POST['source_m3u_url'] ?? [];
|
||||||
@@ -37,13 +63,13 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||||||
$m3u_url = trim($m3u_urls[$i] ?? '');
|
$m3u_url = trim($m3u_urls[$i] ?? '');
|
||||||
if (empty($epg_url)) continue;
|
if (empty($epg_url)) continue;
|
||||||
if (!filter_var($epg_url, FILTER_VALIDATE_URL)) {
|
if (!filter_var($epg_url, FILTER_VALIDATE_URL)) {
|
||||||
$error = "URL EPG invalide pour la source « $name »."; break;
|
$error = "Invalid EPG URL for source \"$name\"."; break;
|
||||||
}
|
}
|
||||||
if (!empty($m3u_url) && !filter_var($m3u_url, FILTER_VALIDATE_URL)) {
|
if (!empty($m3u_url) && !filter_var($m3u_url, FILTER_VALIDATE_URL)) {
|
||||||
$error = "URL M3U invalide pour la source « $name »."; break;
|
$error = "Invalid M3U URL for source \"$name\"."; break;
|
||||||
}
|
}
|
||||||
$epg_sources[] = [
|
$epg_sources[] = [
|
||||||
'name' => trim($name) ?: "Source " . ($i + 1),
|
'name' => trim($name) ?: 'Source ' . ($i + 1),
|
||||||
'epg_url' => $epg_url,
|
'epg_url' => $epg_url,
|
||||||
'm3u_url' => $m3u_url,
|
'm3u_url' => $m3u_url,
|
||||||
];
|
];
|
||||||
@@ -51,35 +77,39 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||||||
|
|
||||||
if (empty($error)) {
|
if (empty($error)) {
|
||||||
if (empty($group_name)) {
|
if (empty($group_name)) {
|
||||||
$error = 'Le nom du groupe est obligatoire.';
|
$error = 'Group name is required.';
|
||||||
} elseif (empty($epg_sources)) {
|
} elseif (empty($epg_sources)) {
|
||||||
$error = 'Au moins une source EPG est obligatoire.';
|
$error = 'At least one EPG source is required.';
|
||||||
} else {
|
} else {
|
||||||
|
$new_key = $is_first_setup ? strtoupper(bin2hex(random_bytes(8))) : $admin_key;
|
||||||
$config = [
|
$config = [
|
||||||
'group_name' => $group_name,
|
'group_name' => $group_name,
|
||||||
'epg_sources' => $epg_sources,
|
'epg_sources' => $epg_sources,
|
||||||
'allow_personal_epg' => $allow_personal_epg,
|
'allow_personal_epg' => $allow_personal_epg,
|
||||||
|
'admin_key' => $new_key,
|
||||||
];
|
];
|
||||||
$written = file_put_contents(
|
$written = file_put_contents($config_path, json_encode($config, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
|
||||||
$config_path,
|
|
||||||
json_encode($config, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES)
|
|
||||||
);
|
|
||||||
if ($written === false) {
|
if ($written === false) {
|
||||||
$error = 'Impossible d\'écrire config.json. Vérifiez les permissions (chmod 775 .).';
|
$error = 'Cannot write config.json. Check permissions (chmod 775 .).';
|
||||||
} else {
|
} else {
|
||||||
$success = true;
|
$mode = 'success';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$prefill_group = $_POST['group_name'] ?? $existing['group_name'] ?? '';
|
||||||
|
$prefill_sources = $existing['epg_sources'] ?? [];
|
||||||
|
$prefill_epg = !empty($existing['allow_personal_epg']);
|
||||||
|
$submitted_key = trim($_POST['admin_key_input'] ?? $_POST['admin_key_hidden'] ?? '');
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>GridTV — Configuration</title>
|
<title>GridTV — Setup</title>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Barlow+Condensed:wght@300;400;600;700&display=swap" rel="stylesheet">
|
<link rel="stylesheet" href="/assets/fonts/fonts.css">
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--bg:#0a0b0d;--surface:#111318;--surface2:#181b22;
|
--bg:#0a0b0d;--surface:#111318;--surface2:#181b22;
|
||||||
@@ -89,265 +119,182 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||||||
--error:#ff4444;--success:#44cc77;
|
--error:#ff4444;--success:#44cc77;
|
||||||
}
|
}
|
||||||
*{box-sizing:border-box;margin:0;padding:0;}
|
*{box-sizing:border-box;margin:0;padding:0;}
|
||||||
html, body {
|
html,body{min-height:100%;background:var(--bg);color:var(--text);font-family:'Barlow Condensed',sans-serif;display:flex;align-items:flex-start;justify-content:center;}
|
||||||
min-height: 100%; background: var(--bg); color: var(--text);
|
.setup-card{width:100%;max-width:580px;background:var(--surface);border:1px solid var(--border-bright);padding:40px 40px 36px;margin:40px 16px;}
|
||||||
font-family: 'Barlow Condensed', sans-serif;
|
.setup-logo{font-family:'Share Tech Mono',monospace;font-size:22px;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;}
|
||||||
display: flex; align-items: flex-start; justify-content: center;
|
|
||||||
}
|
|
||||||
.setup-card {
|
|
||||||
width: 100%; max-width: 580px;
|
|
||||||
background: var(--surface); border: 1px solid var(--border-bright);
|
|
||||||
padding: 40px 40px 36px; margin: 40px 16px;
|
|
||||||
}
|
|
||||||
.setup-logo {
|
|
||||||
font-family: 'Share Tech Mono', monospace; font-size: 22px;
|
|
||||||
color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px;
|
|
||||||
}
|
|
||||||
.setup-logo span{color:var(--text-dim);margin:0 6px;}
|
.setup-logo span{color:var(--text-dim);margin:0 6px;}
|
||||||
.setup-subtitle {
|
.setup-subtitle{font-size:13px;color:var(--text-dim);letter-spacing:.05em;margin-bottom:32px;line-height:1.5;}
|
||||||
font-size: 13px; color: var(--text-dim); letter-spacing: 0.05em;
|
|
||||||
margin-bottom: 32px; line-height: 1.5;
|
|
||||||
}
|
|
||||||
.form-group{margin-bottom:22px;}
|
.form-group{margin-bottom:22px;}
|
||||||
.section-title {
|
.section-title{font-family:'Share Tech Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:32px 0 16px;padding-bottom:8px;border-bottom:1px solid var(--border);}
|
||||||
font-family: 'Share Tech Mono', monospace; font-size: 11px;
|
label{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:7px;font-family:'Share Tech Mono',monospace;}
|
||||||
letter-spacing: 0.12em; text-transform: uppercase;
|
|
||||||
color: var(--accent); margin: 32px 0 16px;
|
|
||||||
padding-bottom: 8px; border-bottom: 1px solid var(--border);
|
|
||||||
}
|
|
||||||
label {
|
|
||||||
display: block; font-size: 11px; letter-spacing: 0.12em;
|
|
||||||
text-transform: uppercase; color: var(--text-dim);
|
|
||||||
margin-bottom: 7px; font-family: 'Share Tech Mono', monospace;
|
|
||||||
}
|
|
||||||
label .required{color:var(--accent);margin-left:3px;}
|
label .required{color:var(--accent);margin-left:3px;}
|
||||||
label .optional { color: var(--text-dim); font-size: 10px; text-transform: none; letter-spacing: 0; margin-left: 4px; opacity: 0.6; }
|
label .optional{color:var(--text-dim);font-size:10px;text-transform:none;letter-spacing:0;margin-left:4px;opacity:.6;}
|
||||||
input[type="text"], input[type="url"] {
|
input[type=text],input[type=url],input[type=password]{width:100%;background:var(--surface2);border:1px solid var(--border-bright);color:var(--text-bright);font-family:'Share Tech Mono',monospace;font-size:13px;padding:10px 12px;outline:none;transition:border-color .15s;}
|
||||||
width: 100%; background: var(--surface2); border: 1px solid var(--border-bright);
|
input:focus{border-color:var(--accent);}
|
||||||
color: var(--text-bright); font-family: 'Share Tech Mono', monospace;
|
input::placeholder{color:var(--text-dim);opacity:.5;}
|
||||||
font-size: 13px; padding: 10px 12px; outline: none; transition: border-color 0.15s;
|
|
||||||
}
|
|
||||||
input[type="text"]:focus, input[type="url"]:focus { border-color: var(--accent); }
|
|
||||||
input::placeholder { color: var(--text-dim); opacity: 0.5; }
|
|
||||||
.hint{font-size:11px;color:var(--text-dim);margin-top:5px;line-height:1.4;}
|
.hint{font-size:11px;color:var(--text-dim);margin-top:5px;line-height:1.4;}
|
||||||
|
|
||||||
/* Sources EPG */
|
|
||||||
.sources-list{display:flex;flex-direction:column;gap:16px;}
|
.sources-list{display:flex;flex-direction:column;gap:16px;}
|
||||||
.source-block {
|
.source-block{background:var(--surface2);border:1px solid var(--border);padding:16px;position:relative;}
|
||||||
background: var(--surface2); border: 1px solid var(--border);
|
.source-block .source-num{font-family:'Share Tech Mono',monospace;font-size:10px;color:var(--accent);letter-spacing:.1em;margin-bottom:12px;}
|
||||||
padding: 16px; position: relative;
|
|
||||||
}
|
|
||||||
.source-block .source-num {
|
|
||||||
font-family: 'Share Tech Mono', monospace; font-size: 10px;
|
|
||||||
color: var(--accent); letter-spacing: 0.1em; margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
.source-fields{display:grid;gap:10px;}
|
.source-fields{display:grid;gap:10px;}
|
||||||
.source-remove {
|
.source-remove{position:absolute;top:10px;right:10px;background:none;border:none;color:var(--text-dim);font-size:16px;cursor:pointer;line-height:1;padding:2px 5px;}
|
||||||
position: absolute; top: 10px; right: 10px;
|
|
||||||
background: none; border: none; color: var(--text-dim);
|
|
||||||
font-size: 16px; cursor: pointer; line-height: 1; padding: 2px 5px;
|
|
||||||
}
|
|
||||||
.source-remove:hover{color:var(--error);}
|
.source-remove:hover{color:var(--error);}
|
||||||
.btn-add-source {
|
.btn-add-source{width:100%;background:none;border:1px dashed var(--border-bright);color:var(--accent2);font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:10px;cursor:pointer;margin-top:8px;transition:border-color .15s,color .15s;}
|
||||||
width: 100%; background: none; border: 1px dashed var(--border-bright);
|
|
||||||
color: var(--accent2); font-family: 'Barlow Condensed', sans-serif;
|
|
||||||
font-size: 13px; font-weight: 600; letter-spacing: 0.1em;
|
|
||||||
text-transform: uppercase; padding: 10px; cursor: pointer;
|
|
||||||
margin-top: 8px; transition: border-color 0.15s, color 0.15s;
|
|
||||||
}
|
|
||||||
.btn-add-source:hover{border-color:var(--accent2);color:var(--text-bright);}
|
.btn-add-source:hover{border-color:var(--accent2);color:var(--text-bright);}
|
||||||
|
.toggle-row{display:flex;align-items:center;justify-content:space-between;background:var(--surface2);border:1px solid var(--border);padding:14px 16px;margin-bottom:22px;}
|
||||||
/* Toggle personal EPG */
|
|
||||||
.toggle-row {
|
|
||||||
display: flex; align-items: center; justify-content: space-between;
|
|
||||||
background: var(--surface2); border: 1px solid var(--border);
|
|
||||||
padding: 14px 16px; margin-bottom: 22px;
|
|
||||||
}
|
|
||||||
.toggle-label{font-size:13px;color:var(--text);line-height:1.4;}
|
.toggle-label{font-size:13px;color:var(--text);line-height:1.4;}
|
||||||
.toggle-label small{display:block;font-size:11px;color:var(--text-dim);margin-top:2px;}
|
.toggle-label small{display:block;font-size:11px;color:var(--text-dim);margin-top:2px;}
|
||||||
.toggle {
|
.toggle{position:relative;width:40px;height:22px;flex-shrink:0;margin-left:16px;}
|
||||||
position: relative; width: 40px; height: 22px; flex-shrink: 0; margin-left: 16px;
|
|
||||||
}
|
|
||||||
.toggle input{opacity:0;width:0;height:0;}
|
.toggle input{opacity:0;width:0;height:0;}
|
||||||
.toggle-slider {
|
.toggle-slider{position:absolute;inset:0;background:var(--border-bright);cursor:pointer;transition:background .2s;border-radius:22px;}
|
||||||
position: absolute; inset: 0; background: var(--border-bright);
|
.toggle-slider:before{content:'';position:absolute;width:16px;height:16px;left:3px;top:3px;background:var(--text-dim);transition:transform .2s,background .2s;border-radius:50%;}
|
||||||
cursor: pointer; transition: background 0.2s; border-radius: 22px;
|
|
||||||
}
|
|
||||||
.toggle-slider:before {
|
|
||||||
content: ''; position: absolute; width: 16px; height: 16px;
|
|
||||||
left: 3px; top: 3px; background: var(--text-dim);
|
|
||||||
transition: transform 0.2s, background 0.2s; border-radius: 50%;
|
|
||||||
}
|
|
||||||
.toggle input:checked+.toggle-slider{background:var(--accent);}
|
.toggle input:checked+.toggle-slider{background:var(--accent);}
|
||||||
.toggle input:checked+.toggle-slider:before{transform:translateX(18px);background:#000;}
|
.toggle input:checked+.toggle-slider:before{transform:translateX(18px);background:#000;}
|
||||||
|
.btn-submit{width:100%;background:var(--accent);color:#000;border:none;font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:13px;cursor:pointer;margin-top:8px;transition:opacity .15s;}
|
||||||
.btn-submit {
|
.btn-submit:hover{opacity:.85;}
|
||||||
width: 100%; background: var(--accent); color: #000; border: none;
|
.alert{padding:12px 14px;font-size:13px;margin-bottom:24px;line-height:1.5;border-left:3px solid;}
|
||||||
font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700;
|
.alert-error{background:rgba(255,68,68,.08);border-color:var(--error);color:var(--error);}
|
||||||
letter-spacing: 0.12em; text-transform: uppercase; padding: 13px;
|
.alert-success{background:rgba(68,204,119,.08);border-color:var(--success);color:var(--success);}
|
||||||
cursor: pointer; margin-top: 8px; transition: opacity 0.15s;
|
|
||||||
}
|
|
||||||
.btn-submit:hover { opacity: 0.85; }
|
|
||||||
.alert {
|
|
||||||
padding: 12px 14px; font-size: 13px; margin-bottom: 24px;
|
|
||||||
line-height: 1.5; border-left: 3px solid;
|
|
||||||
}
|
|
||||||
.alert-error { background: rgba(255,68,68,0.08); border-color: var(--error); color: var(--error); }
|
|
||||||
.alert-success{ background: rgba(68,204,119,0.08); border-color: var(--success); color: var(--success); }
|
|
||||||
.success-actions{text-align:center;margin-top:28px;}
|
.success-actions{text-align:center;margin-top:28px;}
|
||||||
.btn-go {
|
.btn-go{display:inline-block;background:var(--accent);color:#000;font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:13px 40px;text-decoration:none;transition:opacity .15s;}
|
||||||
display: inline-block; background: var(--accent); color: #000;
|
.btn-go:hover{opacity:.85;}
|
||||||
font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700;
|
.key-box{background:var(--surface2);border:1px solid var(--accent);padding:18px 20px;margin:24px 0;text-align:center;}
|
||||||
letter-spacing: 0.12em; text-transform: uppercase; padding: 13px 40px;
|
.key-label{font-family:'Share Tech Mono',monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:10px;}
|
||||||
text-decoration: none; transition: opacity 0.15s;
|
.key-value{font-family:'Share Tech Mono',monospace;font-size:22px;color:var(--accent);letter-spacing:.15em;word-break:break-all;}
|
||||||
}
|
.key-warning{font-size:11px;color:var(--text-dim);margin-top:10px;line-height:1.5;}
|
||||||
.btn-go:hover { opacity: 0.85; }
|
.key-warning strong{color:var(--error);}
|
||||||
.setup-note {
|
.lock-screen{text-align:center;padding:10px 0 20px;}
|
||||||
margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border);
|
.lock-icon{font-size:36px;margin-bottom:16px;}
|
||||||
font-size: 11px; color: var(--text-dim); line-height: 1.6;
|
.lock-title{font-family:'Share Tech Mono',monospace;font-size:13px;letter-spacing:.1em;color:var(--text);margin-bottom:8px;}
|
||||||
}
|
.lock-sub{font-size:12px;color:var(--text-dim);margin-bottom:24px;line-height:1.5;}
|
||||||
.setup-note code {
|
.lock-form{display:flex;gap:8px;}
|
||||||
font-family: 'Share Tech Mono', monospace; background: var(--surface2);
|
.lock-form input{flex:1;}
|
||||||
padding: 1px 5px; border: 1px solid var(--border); color: var(--accent2); font-size: 11px;
|
.setup-note{margin-top:28px;padding-top:20px;border-top:1px solid var(--border);font-size:11px;color:var(--text-dim);line-height:1.6;}
|
||||||
}
|
.setup-note code{font-family:'Share Tech Mono',monospace;background:var(--surface2);padding:1px 5px;border:1px solid var(--border);color:var(--accent2);font-size:11px;}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="setup-card">
|
<div class="setup-card">
|
||||||
|
|
||||||
<div class="setup-logo">Grid<span>/</span>TV</div>
|
<div class="setup-logo">Grid<span>/</span>TV</div>
|
||||||
<div class="setup-subtitle">
|
|
||||||
Bienvenue sur GridTV — votre guide TV IPTV.<br>
|
<?php if ($mode === 'lock'): ?>
|
||||||
Configurez votre instance en remplissant les champs ci-dessous.
|
<div class="setup-subtitle">Enter your admin key to access the configuration.</div>
|
||||||
|
<?php if ($error): ?><div class="alert alert-error"><?= htmlspecialchars($error) ?></div><?php endif; ?>
|
||||||
|
<div class="lock-screen">
|
||||||
|
<div class="lock-icon">🔒</div>
|
||||||
|
<div class="lock-title">Configuration locked</div>
|
||||||
|
<div class="lock-sub">GridTV is already configured.<br>Enter your admin key to edit the settings.</div>
|
||||||
|
<form method="POST" action="setup.php">
|
||||||
|
<div class="lock-form">
|
||||||
|
<input type="password" name="admin_key_input" placeholder="Your admin key" autofocus autocomplete="off">
|
||||||
|
<button type="submit" class="btn-submit" style="width:auto;padding:10px 20px;">Unlock</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if ($error): ?>
|
<?php elseif ($mode === 'success'): ?>
|
||||||
<div class="alert alert-error"><?= htmlspecialchars($error) ?></div>
|
<div class="setup-subtitle">Configuration saved successfully.</div>
|
||||||
<?php endif; ?>
|
<div class="alert alert-success">✓ Settings saved to <code>config.json</code>.</div>
|
||||||
|
<?php if ($is_first_setup): ?>
|
||||||
<?php if ($success): ?>
|
<div class="key-box">
|
||||||
<div class="alert alert-success">
|
<div class="key-label">Your admin key</div>
|
||||||
✓ Configuration enregistrée dans <code>config.json</code>.<br>
|
<div class="key-value"><?= htmlspecialchars($new_key) ?></div>
|
||||||
Cette page ne sera plus accessible. Pour modifier la config, éditez <code>config.json</code> via SSH.
|
<div class="key-warning"><strong>Save this key now.</strong> It will not be shown again.<br>You will need it to access this setup page in the future.</div>
|
||||||
</div>
|
|
||||||
<div class="success-actions">
|
|
||||||
<a href="index.php" class="btn-go">Ouvrir GridTV →</a>
|
|
||||||
</div>
|
</div>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
<div class="alert alert-success" style="margin-top:0">Your admin key is unchanged.</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
<div class="success-actions"><a href="index.php" class="btn-go">Open GridTV →</a></div>
|
||||||
|
|
||||||
|
<?php else: ?>
|
||||||
|
<div class="setup-subtitle">
|
||||||
|
<?= $is_first_setup ? 'Welcome to GridTV. Fill in the fields below to get started.' : 'Edit your GridTV configuration.' ?>
|
||||||
|
</div>
|
||||||
|
<?php if ($error): ?><div class="alert alert-error"><?= htmlspecialchars($error) ?></div><?php endif; ?>
|
||||||
|
|
||||||
<form method="POST" action="setup.php">
|
<form method="POST" action="setup.php">
|
||||||
|
<?php if (!$is_first_setup): ?>
|
||||||
|
<input type="hidden" name="admin_key_hidden" value="<?= htmlspecialchars($submitted_key ?: $admin_key) ?>">
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Nom du groupe TV <span class="required">*</span></label>
|
<label>TV Group Name <span class="required">*</span></label>
|
||||||
<input type="text" name="group_name"
|
<input type="text" name="group_name" value="<?= htmlspecialchars($prefill_group) ?>" placeholder="e.g. JohnnyBeGood, MyTV, FamilyTV..." required>
|
||||||
value="<?= htmlspecialchars($_POST['group_name'] ?? '') ?>"
|
<div class="hint">Displayed top-left in the topbar.</div>
|
||||||
placeholder="Ex: JohnnyBeGood, MaTV, FamilleTV..."
|
|
||||||
required>
|
|
||||||
<div class="hint">S'affiche en haut à gauche dans la topbar.</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section-title">Sources EPG</div>
|
<div class="section-title">EPG Sources</div>
|
||||||
|
|
||||||
<div class="sources-list" id="sourcesList">
|
<div class="sources-list" id="sourcesList">
|
||||||
<div class="source-block" data-index="0">
|
<?php
|
||||||
<div class="source-num">SOURCE 1</div>
|
$sources_to_show = !empty($prefill_sources) ? $prefill_sources : [['name'=>'Main','epg_url'=>'','m3u_url'=>'']];
|
||||||
<button type="button" class="source-remove" onclick="removeSource(this)" style="display:none">✕</button>
|
foreach ($sources_to_show as $i => $src): ?>
|
||||||
|
<div class="source-block" data-index="<?= $i ?>">
|
||||||
|
<div class="source-num">SOURCE <?= $i + 1 ?></div>
|
||||||
|
<button type="button" class="source-remove" onclick="removeSource(this)"<?= count($sources_to_show) === 1 ? ' style="display:none"' : '' ?>>✕</button>
|
||||||
<div class="source-fields">
|
<div class="source-fields">
|
||||||
<div>
|
<div>
|
||||||
<label>Nom de la source</label>
|
<label>Source name</label>
|
||||||
<input type="text" name="source_name[]" value="Main" placeholder="Ex: Main, Sports, Films...">
|
<input type="text" name="source_name[]" value="<?= htmlspecialchars($src['name'] ?? '') ?>" placeholder="e.g. Main, Sports, Movies...">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label>URL EPG (XMLTV) <span class="required">*</span></label>
|
<label>EPG URL (XMLTV) <span class="required">*</span></label>
|
||||||
<input type="url" name="source_epg_url[]" placeholder="http://votre-serveur/api/xmltv.xml" required>
|
<input type="url" name="source_epg_url[]" value="<?= htmlspecialchars($src['epg_url'] ?? '') ?>" placeholder="http://your-server/api/xmltv.xml">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label>URL M3U <span class="optional">(optionnel)</span></label>
|
<label>M3U URL <span class="optional">(optional)</span></label>
|
||||||
<input type="url" name="source_m3u_url[]" placeholder="http://votre-serveur/api/channels.m3u">
|
<input type="url" name="source_m3u_url[]" value="<?= htmlspecialchars($src['m3u_url'] ?? '') ?>" placeholder="http://your-server/api/channels.m3u">
|
||||||
<div class="hint">Utilisé par le lecteur intégré pour matcher les chaînes.</div>
|
<div class="hint">Used by the built-in player to match channels to streams.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
|
<button type="button" class="btn-add-source" onclick="addSource()">+ Add EPG source</button>
|
||||||
<button type="button" class="btn-add-source" onclick="addSource()">+ Ajouter une source EPG</button>
|
|
||||||
|
|
||||||
<div class="section-title">Options</div>
|
<div class="section-title">Options</div>
|
||||||
|
|
||||||
<div class="toggle-row">
|
<div class="toggle-row">
|
||||||
<div class="toggle-label">
|
<div class="toggle-label">
|
||||||
Autoriser les EPG personnels
|
Allow personal EPG
|
||||||
<small>Les visiteurs peuvent utiliser votre instance avec leur propre EPG/M3U.</small>
|
<small>Visitors can use your instance with their own EPG/M3U URLs.</small>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle">
|
<label class="toggle">
|
||||||
<input type="checkbox" name="allow_personal_epg" id="allowPersonalEpg">
|
<input type="checkbox" name="allow_personal_epg" id="allowPersonalEpg"<?= $prefill_epg ? ' checked' : '' ?>>
|
||||||
<span class="toggle-slider"></span>
|
<span class="toggle-slider"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn-submit">Enregistrer la configuration</button>
|
<button type="submit" class="btn-submit">Save configuration</button>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="setup-note">
|
<div class="setup-note">
|
||||||
<strong>Note :</strong> La configuration est stockée dans <code>config.json</code> sur le serveur.
|
<strong>Note:</strong> Configuration is stored in <code>config.json</code> on the server.
|
||||||
Ce fichier est exclu du dépôt Git (<code>.gitignore</code>).
|
This file is excluded from the Git repository (<code>.gitignore</code>).
|
||||||
Pour modifier les paramètres ultérieurement, éditez ce fichier directement via SSH.
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
let sourceCount = 1;
|
let sourceCount = document.querySelectorAll('.source-block').length;
|
||||||
|
|
||||||
function addSource() {
|
function addSource() {
|
||||||
sourceCount++;
|
sourceCount++;
|
||||||
const list = document.getElementById('sourcesList');
|
const list = document.getElementById('sourcesList');
|
||||||
const div = document.createElement('div');
|
const div = document.createElement('div');
|
||||||
div.className = 'source-block';
|
div.className = 'source-block';
|
||||||
div.dataset.index = sourceCount - 1;
|
|
||||||
div.innerHTML = `
|
div.innerHTML = `
|
||||||
<div class="source-num">SOURCE ${sourceCount}</div>
|
<div class="source-num">SOURCE ${sourceCount}</div>
|
||||||
<button type="button" class="source-remove" onclick="removeSource(this)">✕</button>
|
<button type="button" class="source-remove" onclick="removeSource(this)">✕</button>
|
||||||
<div class="source-fields">
|
<div class="source-fields">
|
||||||
<div>
|
<div><label>Source name</label><input type="text" name="source_name[]" placeholder="e.g. Sports, Movies..."></div>
|
||||||
<label>Nom de la source</label>
|
<div><label>EPG URL (XMLTV) <span class="required">*</span></label><input type="url" name="source_epg_url[]" placeholder="http://your-server/api/xmltv.xml"></div>
|
||||||
<input type="text" name="source_name[]" placeholder="Ex: Sports, Films...">
|
<div><label>M3U URL <span class="optional">(optional)</span></label><input type="url" name="source_m3u_url[]" placeholder="http://your-server/api/channels.m3u"><div class="hint">Used by the built-in player to match channels to streams.</div></div>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label>URL EPG (XMLTV) <span class="required">*</span></label>
|
|
||||||
<input type="url" name="source_epg_url[]" placeholder="http://votre-serveur/api/xmltv.xml">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label>URL M3U <span class="optional">(optionnel)</span></label>
|
|
||||||
<input type="url" name="source_m3u_url[]" placeholder="http://votre-serveur/api/channels.m3u">
|
|
||||||
<div class="hint">Utilisé par le lecteur intégré pour matcher les chaînes.</div>
|
|
||||||
</div>
|
|
||||||
</div>`;
|
</div>`;
|
||||||
list.appendChild(div);
|
list.appendChild(div);
|
||||||
updateRemoveButtons();
|
updateRemoveButtons();
|
||||||
}
|
}
|
||||||
|
function removeSource(btn) { btn.closest('.source-block').remove(); renumberSources(); updateRemoveButtons(); }
|
||||||
function removeSource(btn) {
|
function renumberSources() { document.querySelectorAll('.source-block').forEach((b,i) => b.querySelector('.source-num').textContent = `SOURCE ${i+1}`); }
|
||||||
btn.closest('.source-block').remove();
|
function updateRemoveButtons() { const b = document.querySelectorAll('.source-block'); b.forEach(bl => bl.querySelector('.source-remove').style.display = b.length > 1 ? '' : 'none'); }
|
||||||
renumberSources();
|
|
||||||
updateRemoveButtons();
|
|
||||||
}
|
|
||||||
|
|
||||||
function renumberSources() {
|
|
||||||
document.querySelectorAll('.source-block').forEach((block, i) => {
|
|
||||||
block.querySelector('.source-num').textContent = `SOURCE ${i + 1}`;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function updateRemoveButtons() {
|
|
||||||
const blocks = document.querySelectorAll('.source-block');
|
|
||||||
blocks.forEach(block => {
|
|
||||||
block.querySelector('.source-remove').style.display = blocks.length > 1 ? '' : 'none';
|
|
||||||
});
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -30,9 +30,21 @@ $allow_personal_epg = !empty($config['allow_personal_epg']);
|
|||||||
$first_source = $epg_sources[0] ?? [];
|
$first_source = $epg_sources[0] ?? [];
|
||||||
$epg_url = htmlspecialchars($first_source['epg_url'] ?? '');
|
$epg_url = htmlspecialchars($first_source['epg_url'] ?? '');
|
||||||
$m3u_url = htmlspecialchars($first_source['m3u_url'] ?? '');
|
$m3u_url = htmlspecialchars($first_source['m3u_url'] ?? '');
|
||||||
|
|
||||||
|
// ── Locale detection ─────────────────────────────────────────────────────────
|
||||||
|
$supported_locales = ['en', 'fr', 'es'];
|
||||||
|
$locale = 'en';
|
||||||
|
$accept = $_SERVER['HTTP_ACCEPT_LANGUAGE'] ?? 'en';
|
||||||
|
foreach (explode(',', $accept) as $lang) {
|
||||||
|
$code = strtolower(substr(trim($lang), 0, 2));
|
||||||
|
if (in_array($code, $supported_locales)) { $locale = $code; break; }
|
||||||
|
}
|
||||||
|
$locale_path = __DIR__ . "/../locales/{$locale}.json";
|
||||||
|
$L = json_decode(file_get_contents($locale_path), true);
|
||||||
|
// ─────────────────────────────────────────────────────────────────────────────
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="<?= $locale ?>">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
/* Variables de base — surchargées par le fichier thème */
|
||||||
|
:root {
|
||||||
|
color-scheme: dark;
|
||||||
|
--bg: #0a0b0d;
|
||||||
|
--surface: #111318;
|
||||||
|
--surface2: #181b22;
|
||||||
|
--border: #232733;
|
||||||
|
--border-bright: #2e3444;
|
||||||
|
--accent: #e8c842;
|
||||||
|
--accent2: #4a9eff;
|
||||||
|
--accent-live: #ff4444;
|
||||||
|
--text: #c8cdd8;
|
||||||
|
--text-dim: #5a6070;
|
||||||
|
--text-bright: #eef0f5;
|
||||||
|
--prog-bg: #141820;
|
||||||
|
--prog-border: #1e2a3a;
|
||||||
|
--prog-live-bg: #0d2040;
|
||||||
|
--prog-live-border: #4a9eff;
|
||||||
|
--font-ui: 'Barlow Condensed', sans-serif;
|
||||||
|
--font-mono: 'Share Tech Mono', monospace;
|
||||||
|
--channel-w: 160px;
|
||||||
|
--row-h: 80px;
|
||||||
|
--header-h: 52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
html, body { height: 100%; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: var(--bg);
|
||||||
|
color: var(--text);
|
||||||
|
font-family: var(--font-ui);
|
||||||
|
font-size: 14px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
/* ── FAVORITES ───────────────────────────────────────────────────────────── */
|
||||||
|
.fav-btn {
|
||||||
|
background: none; border: none; color: var(--text-muted);
|
||||||
|
cursor: pointer; font-size: 14px; line-height: 1;
|
||||||
|
margin-left: auto; padding: 2px 4px; flex-shrink: 0;
|
||||||
|
transition: color .15s, transform .15s;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
.channel-cell:hover .fav-btn { opacity: 1; }
|
||||||
|
.fav-btn.is-fav { color: var(--accent); opacity: 1; }
|
||||||
|
.fav-btn:hover { transform: scale(1.2); }
|
||||||
|
|
||||||
|
.fav-separator {
|
||||||
|
height: 2px; background: var(--accent);
|
||||||
|
opacity: .3; margin: 0;
|
||||||
|
}
|
||||||
@@ -0,0 +1,215 @@
|
|||||||
|
/* ═══════════════════════════════════════════
|
||||||
|
GRID VIEW (desktop / tablet)
|
||||||
|
═══════════════════════════════════════════ */
|
||||||
|
.grid-wrapper {
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
min-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channels-col {
|
||||||
|
width: var(--channel-w);
|
||||||
|
flex-shrink: 0;
|
||||||
|
background: var(--surface);
|
||||||
|
border-right: 1px solid var(--border-bright);
|
||||||
|
z-index: 10;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channels-col-header {
|
||||||
|
height: var(--header-h);
|
||||||
|
border-bottom: 1px solid var(--border-bright);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0 12px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.channels-col-header span {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 9px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
letter-spacing: 0.15em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channels-list {
|
||||||
|
overflow-y: auto;
|
||||||
|
flex: 1;
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
|
.channels-list::-webkit-scrollbar { display: none; }
|
||||||
|
|
||||||
|
.channel-cell {
|
||||||
|
height: var(--row-h);
|
||||||
|
border-bottom: 1px solid var(--border);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0 12px;
|
||||||
|
gap: 8px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-logo {
|
||||||
|
width: 32px; height: 32px;
|
||||||
|
border-radius: 4px;
|
||||||
|
object-fit: contain;
|
||||||
|
background: var(--surface2);
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.channel-logo-placeholder {
|
||||||
|
width: 32px; height: 32px;
|
||||||
|
border-radius: 4px;
|
||||||
|
background: var(--surface2);
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 9px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-name {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--text-bright);
|
||||||
|
letter-spacing: 0.04em;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-area {
|
||||||
|
flex: 1;
|
||||||
|
overflow: auto;
|
||||||
|
position: relative;
|
||||||
|
min-height: 0;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: var(--border-bright) transparent;
|
||||||
|
}
|
||||||
|
.timeline-area::-webkit-scrollbar { height: 4px; width: 4px; }
|
||||||
|
.timeline-area::-webkit-scrollbar-track { background: transparent; }
|
||||||
|
.timeline-area::-webkit-scrollbar-thumb { background: var(--border-bright); border-radius: 2px; }
|
||||||
|
|
||||||
|
/* Conteneur unique — ruler + programmes scrollent ensemble */
|
||||||
|
.timeline-inner {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.time-ruler {
|
||||||
|
height: var(--header-h);
|
||||||
|
background: var(--surface);
|
||||||
|
border-bottom: 1px solid var(--border-bright);
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
|
.time-ruler-inner {
|
||||||
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.time-tick {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
.time-tick-label {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 10px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
letter-spacing: 0.08em;
|
||||||
|
padding: 0 6px 6px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.time-tick-label.hour { color: var(--text); font-size: 12px; }
|
||||||
|
.time-tick-line { width: 1px; height: 8px; background: var(--border-bright); }
|
||||||
|
.time-tick-line.hour { height: 14px; }
|
||||||
|
|
||||||
|
.now-line {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 2px;
|
||||||
|
height: 100%;
|
||||||
|
background: var(--accent-live);
|
||||||
|
z-index: 50;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
.now-line::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0; left: -4px;
|
||||||
|
width: 10px; height: 10px;
|
||||||
|
background: var(--accent-live);
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.programs-inner {
|
||||||
|
position: relative;
|
||||||
|
background-image: repeating-linear-gradient(
|
||||||
|
to bottom,
|
||||||
|
transparent 0px, transparent 79px,
|
||||||
|
var(--border) 79px, var(--border) 80px
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
.program-row {
|
||||||
|
height: var(--row-h);
|
||||||
|
border-bottom: 1px solid var(--border);
|
||||||
|
position: absolute;
|
||||||
|
left: 0; right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.program-block {
|
||||||
|
position: absolute;
|
||||||
|
top: 5px; bottom: 5px;
|
||||||
|
background: var(--surface2);
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 0 8px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
cursor: default;
|
||||||
|
transition: background 0.12s, border-color 0.12s;
|
||||||
|
min-width: 2px;
|
||||||
|
}
|
||||||
|
.program-block:hover { background: var(--surface); border-color: var(--accent2); z-index: 5; }
|
||||||
|
.program-block.is-live { border-color: var(--accent2); background: #0d1a2e; }
|
||||||
|
.program-block.is-live::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0; left: 0;
|
||||||
|
height: 2px;
|
||||||
|
background: var(--accent2);
|
||||||
|
width: var(--progress, 0%);
|
||||||
|
transition: width 1s linear;
|
||||||
|
}
|
||||||
|
.program-block.is-past { opacity: 0.35; }
|
||||||
|
|
||||||
|
.program-title {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--text-bright);
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
letter-spacing: 0.02em;
|
||||||
|
}
|
||||||
|
.program-time {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 9px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
letter-spacing: 0.06em;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
@@ -0,0 +1,210 @@
|
|||||||
|
/* ═══════════════════════════════════════════
|
||||||
|
MOBILE LIST VIEW
|
||||||
|
═══════════════════════════════════════════ */
|
||||||
|
.mobile-view {
|
||||||
|
display: none;
|
||||||
|
flex: 1;
|
||||||
|
overflow-y: auto;
|
||||||
|
min-height: 0;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-channel {
|
||||||
|
border-bottom: 2px solid var(--border-bright);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-channel-header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
padding: 10px 14px;
|
||||||
|
background: var(--surface);
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 10;
|
||||||
|
border-bottom: 1px solid var(--border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-programs {
|
||||||
|
padding: 6px 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-program {
|
||||||
|
display: flex;
|
||||||
|
align-items: stretch;
|
||||||
|
border-radius: 4px;
|
||||||
|
overflow: hidden;
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
background: var(--surface2);
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.mobile-program.is-live { border-color: var(--accent2); background: #0d1a2e; }
|
||||||
|
.mobile-program.is-past { opacity: 0.4; }
|
||||||
|
|
||||||
|
.mobile-program-progress {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0; left: 0;
|
||||||
|
height: 2px;
|
||||||
|
background: var(--accent2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-program-time {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 10px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
padding: 8px 10px;
|
||||||
|
background: var(--surface);
|
||||||
|
border-right: 1px solid var(--border);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: flex-start;
|
||||||
|
min-width: 72px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
gap: 2px;
|
||||||
|
}
|
||||||
|
.mobile-program.is-live .mobile-program-time { color: var(--accent2); }
|
||||||
|
|
||||||
|
.mobile-program-info {
|
||||||
|
padding: 8px 10px;
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
.mobile-program-title {
|
||||||
|
font-size: 13px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--text-bright);
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
.mobile-program-dur {
|
||||||
|
font-size: 10px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
margin-top: 2px;
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-live-badge {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 9px;
|
||||||
|
color: var(--accent-live);
|
||||||
|
background: rgba(255,68,68,0.12);
|
||||||
|
border: 1px solid var(--accent-live);
|
||||||
|
border-radius: 2px;
|
||||||
|
padding: 2px 5px;
|
||||||
|
letter-spacing: 0.1em;
|
||||||
|
align-self: center;
|
||||||
|
margin-right: 8px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* TOOLTIP */
|
||||||
|
.tooltip {
|
||||||
|
position: fixed;
|
||||||
|
background: var(--surface);
|
||||||
|
border: 1px solid var(--accent2);
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 10px 14px;
|
||||||
|
z-index: 999;
|
||||||
|
pointer-events: none;
|
||||||
|
max-width: 300px;
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 0.15s;
|
||||||
|
}
|
||||||
|
.tooltip.visible { opacity: 1; }
|
||||||
|
.tooltip-title { font-size: 14px; font-weight: 700; color: var(--text-bright); margin-bottom: 4px; }
|
||||||
|
.tooltip-time { font-family: 'Share Tech Mono', monospace; font-size: 10px; color: var(--accent2); margin-bottom: 6px; }
|
||||||
|
.tooltip-desc { font-size: 12px; color: var(--text); line-height: 1.4; max-height: 80px; overflow: hidden; }
|
||||||
|
|
||||||
|
/* LOADING */
|
||||||
|
.loading {
|
||||||
|
position: fixed; inset: 0;
|
||||||
|
background: var(--bg);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
z-index: 1000;
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
.loading-text {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
letter-spacing: 0.2em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
.loading-bar {
|
||||||
|
width: 200px; height: 2px;
|
||||||
|
background: var(--border);
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.loading-bar::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0; left: -60%;
|
||||||
|
width: 60%; height: 100%;
|
||||||
|
background: var(--accent);
|
||||||
|
animation: loading-anim 1.2s ease-in-out infinite;
|
||||||
|
}
|
||||||
|
@keyframes loading-anim { to { left: 110%; } }
|
||||||
|
|
||||||
|
.error-msg {
|
||||||
|
position: fixed; inset: 0;
|
||||||
|
background: var(--bg);
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
z-index: 1000;
|
||||||
|
gap: 16px;
|
||||||
|
display: none;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
.err-title { font-family: 'Share Tech Mono', monospace; font-size: 14px; color: var(--accent-live); letter-spacing: 0.1em; }
|
||||||
|
.err-sub { font-size: 13px; color: var(--text-dim); text-align: center; max-width: 400px; line-height: 1.5; }
|
||||||
|
.epg-input-bar { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; justify-content: center; }
|
||||||
|
.epg-input {
|
||||||
|
background: var(--surface2);
|
||||||
|
border: 1px solid var(--border-bright);
|
||||||
|
color: var(--text-bright);
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 8px 12px;
|
||||||
|
width: 320px;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
.epg-input:focus { border-color: var(--accent); }
|
||||||
|
.epg-btn {
|
||||||
|
background: var(--accent);
|
||||||
|
border: none; color: #000;
|
||||||
|
font-family: 'Barlow Condensed', sans-serif;
|
||||||
|
font-weight: 700; font-size: 13px;
|
||||||
|
letter-spacing: 0.1em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding: 8px 18px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
html, body { height: 100%; overflow: hidden; }
|
||||||
|
body { overflow: hidden; }
|
||||||
|
|
||||||
|
.topbar {
|
||||||
|
height: auto;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 8px 12px;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
.logo { font-size: 11px; }
|
||||||
|
.clock { font-size: 14px; }
|
||||||
|
|
||||||
|
.grid-wrapper { display: none; }
|
||||||
|
.mobile-view { display: block; }
|
||||||
|
.tooltip { display: none !important; }
|
||||||
|
#navBtns { display: none !important; }
|
||||||
|
}
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
/* ── MODAL PERSONAL EPG ─────────────────────────────────────────────────── */
|
||||||
|
.modal-overlay {
|
||||||
|
position: fixed; inset: 0; background: rgba(0,0,0,0.7);
|
||||||
|
z-index: 3000; display: none; align-items: center; justify-content: center;
|
||||||
|
}
|
||||||
|
.modal-overlay.visible { display: flex; }
|
||||||
|
.modal-card {
|
||||||
|
background: var(--surface); border: 1px solid var(--border-bright);
|
||||||
|
padding: 28px; width: 100%; max-width: 420px; margin: 16px;
|
||||||
|
}
|
||||||
|
.modal-title {
|
||||||
|
font-family: var(--font-mono); font-size: 13px; color: var(--accent);
|
||||||
|
letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
.modal-subtitle { font-size: 12px; color: var(--text-dim); margin-bottom: 20px; line-height: 1.5; }
|
||||||
|
.modal-field { margin-bottom: 14px; }
|
||||||
|
.modal-field label {
|
||||||
|
display: block; font-family: var(--font-mono); font-size: 10px;
|
||||||
|
letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
.modal-field input {
|
||||||
|
width: 100%; background: var(--surface2); border: 1px solid var(--border-bright);
|
||||||
|
color: var(--text-bright); font-family: var(--font-mono); font-size: 12px;
|
||||||
|
padding: 9px 10px; outline: none; transition: border-color 0.15s;
|
||||||
|
}
|
||||||
|
.modal-field input:focus { border-color: var(--accent); }
|
||||||
|
.modal-field input::placeholder { color: var(--text-dim); opacity: 0.4; }
|
||||||
|
.modal-actions { display: flex; gap: 10px; margin-top: 20px; justify-content: flex-end; }
|
||||||
|
.modal-btn-cancel {
|
||||||
|
background: none; border: 1px solid var(--border-bright); color: var(--text-dim);
|
||||||
|
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
|
||||||
|
text-transform: uppercase; padding: 8px 16px; cursor: pointer; transition: border-color 0.15s;
|
||||||
|
}
|
||||||
|
.modal-btn-cancel:hover { border-color: var(--text-dim); color: var(--text); }
|
||||||
|
.modal-btn-apply {
|
||||||
|
background: var(--accent); border: none; color: #000;
|
||||||
|
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
|
||||||
|
text-transform: uppercase; padding: 8px 20px; cursor: pointer; transition: opacity 0.15s;
|
||||||
|
}
|
||||||
|
.modal-btn-apply:hover { opacity: 0.85; }
|
||||||
@@ -0,0 +1,78 @@
|
|||||||
|
/* ═══════════════════════════════════════════
|
||||||
|
PLAYER PiP
|
||||||
|
═══════════════════════════════════════════ */
|
||||||
|
.pip {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 24px;
|
||||||
|
right: 24px;
|
||||||
|
width: 380px;
|
||||||
|
background: #000;
|
||||||
|
border: 1px solid var(--border-bright);
|
||||||
|
box-shadow: 0 8px 32px rgba(0,0,0,0.8);
|
||||||
|
z-index: 2000;
|
||||||
|
display: none;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.pip.visible { display: flex; }
|
||||||
|
.pip-header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 6px 10px;
|
||||||
|
background: var(--surface);
|
||||||
|
border-bottom: 1px solid var(--border);
|
||||||
|
gap: 8px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.pip-channel {
|
||||||
|
font-family: var(--font-mono);
|
||||||
|
font-size: 11px;
|
||||||
|
color: var(--accent);
|
||||||
|
letter-spacing: 0.08em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
.pip-program {
|
||||||
|
font-size: 11px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
flex: 2;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.pip-close {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
color: var(--text-dim);
|
||||||
|
font-size: 18px;
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 0 4px;
|
||||||
|
line-height: 1;
|
||||||
|
flex-shrink: 0;
|
||||||
|
transition: color 0.15s;
|
||||||
|
}
|
||||||
|
.pip-close:hover { color: var(--accent-live); }
|
||||||
|
.pip video {
|
||||||
|
width: 100%;
|
||||||
|
aspect-ratio: 16/9;
|
||||||
|
display: block;
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
.pip-error {
|
||||||
|
padding: 20px;
|
||||||
|
text-align: center;
|
||||||
|
font-family: var(--font-mono);
|
||||||
|
font-size: 11px;
|
||||||
|
color: var(--accent-live);
|
||||||
|
letter-spacing: 0.06em;
|
||||||
|
}
|
||||||
|
.channel-cell { cursor: pointer; }
|
||||||
|
.channel-cell:hover { background: var(--surface2); }
|
||||||
|
.program-block.is-live { cursor: pointer; }
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.pip { width: calc(100vw - 16px); bottom: 8px; right: 8px; left: 8px; }
|
||||||
|
}
|
||||||
@@ -0,0 +1,52 @@
|
|||||||
|
/* ── PROGRAM MODAL ───────────────────────────────────────────────────────── */
|
||||||
|
.program-card {
|
||||||
|
max-width: 520px; padding: 28px; position: relative;
|
||||||
|
}
|
||||||
|
.pm-close {
|
||||||
|
position: absolute; top: 14px; right: 14px;
|
||||||
|
background: none; border: none; color: var(--text-muted);
|
||||||
|
cursor: pointer; font-size: 18px; line-height: 1;
|
||||||
|
transition: color .2s;
|
||||||
|
}
|
||||||
|
.pm-close:hover { color: var(--accent); }
|
||||||
|
.pm-channel {
|
||||||
|
font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
|
||||||
|
color: var(--accent); margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
.pm-title {
|
||||||
|
font-size: 20px; font-weight: 700; color: var(--text);
|
||||||
|
margin-bottom: 8px; line-height: 1.2;
|
||||||
|
}
|
||||||
|
.pm-time {
|
||||||
|
font-size: 12px; color: var(--accent); margin-bottom: 14px;
|
||||||
|
}
|
||||||
|
.pm-desc {
|
||||||
|
font-size: 13px; color: var(--text-muted); line-height: 1.6;
|
||||||
|
margin-bottom: 20px; max-height: 140px; overflow-y: auto;
|
||||||
|
}
|
||||||
|
.pm-actions {
|
||||||
|
display: flex; gap: 10px; flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.pm-btn {
|
||||||
|
border-radius: 4px; cursor: pointer; font-family: inherit;
|
||||||
|
font-size: 13px; font-weight: 600; padding: 8px 16px;
|
||||||
|
text-decoration: none; transition: opacity .2s;
|
||||||
|
display: inline-flex; align-items: center; gap: 6px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.pm-btn:hover { opacity: .8; }
|
||||||
|
.pm-watch { background: var(--accent); color: var(--bg); }
|
||||||
|
.pm-imdb { background: #f5c518; color: #000; }
|
||||||
|
.pm-cancel { background: var(--bg); color: var(--text-muted); border: 1px solid var(--border); }
|
||||||
|
|
||||||
|
/* Date midnight dans la timebar */
|
||||||
|
.time-tick-label.midnight {
|
||||||
|
color: var(--accent); font-weight: 700; font-size: 11px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.time-tick-line.midnight {
|
||||||
|
background: var(--accent); opacity: .4; width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ── FAVORITES ───────────────────────────────────────────────────────────── */
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
/* ── SEARCH ───────────────────────────────────────────────────────────────── */
|
||||||
|
.search-btn {
|
||||||
|
background: none; border: 1px solid var(--border); border-radius: 4px;
|
||||||
|
color: var(--text-muted); cursor: pointer; font-size: 14px;
|
||||||
|
padding: 4px 8px; transition: color .2s, border-color .2s;
|
||||||
|
}
|
||||||
|
.search-btn:hover { color: var(--accent); border-color: var(--accent); }
|
||||||
|
|
||||||
|
.search-bar {
|
||||||
|
display: none; align-items: center; gap: 8px;
|
||||||
|
background: var(--bg-card); border-bottom: 1px solid var(--border);
|
||||||
|
padding: 8px 16px;
|
||||||
|
}
|
||||||
|
.search-bar.visible { display: flex; }
|
||||||
|
|
||||||
|
.search-input {
|
||||||
|
flex: 1; background: var(--bg); border: 1px solid var(--border);
|
||||||
|
border-radius: 4px; color: var(--text); font-family: inherit;
|
||||||
|
font-size: 14px; outline: none; padding: 6px 12px;
|
||||||
|
transition: border-color .2s;
|
||||||
|
}
|
||||||
|
.search-input:focus { border-color: var(--accent); }
|
||||||
|
.search-input::placeholder { color: var(--text-muted); }
|
||||||
|
|
||||||
|
.search-clear {
|
||||||
|
background: none; border: none; color: var(--text-muted);
|
||||||
|
cursor: pointer; font-size: 16px; padding: 4px 8px;
|
||||||
|
transition: color .2s;
|
||||||
|
}
|
||||||
|
.search-clear:hover { color: var(--accent); }
|
||||||
|
|
||||||
|
/* Highlight programmes qui matchent */
|
||||||
|
.program-block.search-match {
|
||||||
|
border: 1px solid var(--accent);
|
||||||
|
box-shadow: 0 0 6px var(--accent);
|
||||||
|
}
|
||||||
|
.mobile-program.search-match {
|
||||||
|
border-left: 3px solid var(--accent);
|
||||||
|
}
|
||||||
@@ -0,0 +1,225 @@
|
|||||||
|
/* ═══════════════════════════════════════════
|
||||||
|
TOP BAR
|
||||||
|
═══════════════════════════════════════════ */
|
||||||
|
.topbar {
|
||||||
|
height: 50px;
|
||||||
|
background: var(--surface);
|
||||||
|
border-bottom: 1px solid var(--border);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0 16px;
|
||||||
|
gap: 12px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
position: relative;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 13px;
|
||||||
|
color: var(--accent);
|
||||||
|
letter-spacing: 0.08em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.logo span { color: var(--text-dim); margin: 0 5px; }
|
||||||
|
.logo-sub { display: inline; }
|
||||||
|
|
||||||
|
.live-dot {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 6px;
|
||||||
|
font-size: 11px;
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
color: var(--accent-live);
|
||||||
|
letter-spacing: 0.1em;
|
||||||
|
margin-left: auto;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.live-dot::before {
|
||||||
|
content: '';
|
||||||
|
width: 7px; height: 7px;
|
||||||
|
background: var(--accent-live);
|
||||||
|
border-radius: 50%;
|
||||||
|
animation: pulse 1.4s ease-in-out infinite;
|
||||||
|
}
|
||||||
|
@keyframes pulse {
|
||||||
|
0%,100% { opacity:1; transform:scale(1); }
|
||||||
|
50% { opacity:0.3; transform:scale(0.7); }
|
||||||
|
}
|
||||||
|
|
||||||
|
.clock {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 20px;
|
||||||
|
color: var(--text-bright);
|
||||||
|
letter-spacing: 0.05em;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.date-label {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 10px;
|
||||||
|
color: var(--text-dim);
|
||||||
|
letter-spacing: 0.1em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-btns {
|
||||||
|
display: flex;
|
||||||
|
gap: 4px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.nav-btn {
|
||||||
|
background: var(--surface2);
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
color: var(--text);
|
||||||
|
font-family: 'Barlow Condensed', sans-serif;
|
||||||
|
font-size: 12px;
|
||||||
|
letter-spacing: 0.06em;
|
||||||
|
padding: 4px 10px;
|
||||||
|
cursor: pointer;
|
||||||
|
text-transform: uppercase;
|
||||||
|
transition: all 0.15s;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.nav-btn:hover, .nav-btn.active {
|
||||||
|
background: var(--accent);
|
||||||
|
color: #000;
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.copy-btns {
|
||||||
|
display: flex;
|
||||||
|
gap: 4px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.copy-btn {
|
||||||
|
background: transparent;
|
||||||
|
border: 1px solid var(--border-bright);
|
||||||
|
color: var(--text-dim);
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-size: 10px;
|
||||||
|
letter-spacing: 0.1em;
|
||||||
|
padding: 4px 9px;
|
||||||
|
cursor: pointer;
|
||||||
|
text-transform: uppercase;
|
||||||
|
transition: all 0.15s;
|
||||||
|
white-space: nowrap;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.copy-btn:hover {
|
||||||
|
border-color: var(--accent2);
|
||||||
|
color: var(--accent2);
|
||||||
|
}
|
||||||
|
.copy-btn.copied {
|
||||||
|
border-color: var(--accent);
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══════════════════════════════════════════
|
||||||
|
RESPONSIVE
|
||||||
|
═══════════════════════════════════════════ */
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
:root { --channel-w: 110px; }
|
||||||
|
.logo-sub { display: none; }
|
||||||
|
.date-label { display: none; }
|
||||||
|
.clock { font-size: 16px; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══════════════════════════════════════════
|
||||||
|
SÉLECTEUR DE THÈME
|
||||||
|
═══════════════════════════════════════════ */
|
||||||
|
.theme-select {
|
||||||
|
background: transparent;
|
||||||
|
border: 1px solid var(--border-bright);
|
||||||
|
color: var(--text-dim);
|
||||||
|
font-family: var(--font-mono);
|
||||||
|
font-size: 10px;
|
||||||
|
letter-spacing: 0.08em;
|
||||||
|
padding: 4px 8px;
|
||||||
|
cursor: pointer;
|
||||||
|
text-transform: uppercase;
|
||||||
|
transition: all 0.15s;
|
||||||
|
flex-shrink: 0;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
}
|
||||||
|
.theme-select:hover { border-color: var(--accent2); color: var(--accent2); }
|
||||||
|
.theme-select option { background: #111; color: #eee; font-family: sans-serif; }
|
||||||
|
|
||||||
|
body { overflow: hidden; }
|
||||||
|
|
||||||
|
.topbar {
|
||||||
|
height: auto;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 8px 12px;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
.logo { font-size: 11px; }
|
||||||
|
.clock { font-size: 14px; }
|
||||||
|
|
||||||
|
.grid-wrapper { display: none; }
|
||||||
|
.mobile-view { display: block; }
|
||||||
|
.tooltip { display: none !important; }
|
||||||
|
#navBtns { display: none !important; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ── SOURCE SELECTOR ─────────────────────────────────────────────────────── */
|
||||||
|
.source-select {
|
||||||
|
background-color: var(--surface2) !important;
|
||||||
|
border: 1px solid var(--border-bright);
|
||||||
|
color: var(--text) !important;
|
||||||
|
font-family: var(--font-mono);
|
||||||
|
font-size: 11px;
|
||||||
|
padding: 5px 8px;
|
||||||
|
cursor: pointer;
|
||||||
|
letter-spacing: 0.06em;
|
||||||
|
height: 28px;
|
||||||
|
outline: none;
|
||||||
|
transition: border-color 0.15s, color 0.15s;
|
||||||
|
max-width: 130px;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
}
|
||||||
|
.source-select:hover { border-color: var(--accent2); color: var(--accent2) !important; }
|
||||||
|
.source-select option { background: #111 !important; color: #eee !important; font-family: sans-serif; }
|
||||||
|
|
||||||
|
/* ── SOURCE DROPDOWN ─────────────────────────────────────────────────────── */
|
||||||
|
.source-dropdown {
|
||||||
|
position: relative;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.source-dropdown-btn {
|
||||||
|
display: flex; align-items: center; gap: 6px;
|
||||||
|
background: var(--surface2); border: 1px solid var(--border-bright);
|
||||||
|
color: var(--text); font-family: var(--font-mono); font-size: 11px;
|
||||||
|
letter-spacing: 0.06em; padding: 5px 10px; height: 28px;
|
||||||
|
cursor: pointer; white-space: nowrap;
|
||||||
|
transition: border-color 0.15s, color 0.15s;
|
||||||
|
}
|
||||||
|
.source-dropdown-btn:hover { border-color: var(--accent2); color: var(--accent2); }
|
||||||
|
.source-dropdown-arrow { font-size: 8px; opacity: 0.6; }
|
||||||
|
|
||||||
|
.source-dropdown-menu {
|
||||||
|
display: none; position: absolute; top: calc(100% + 4px); left: 0;
|
||||||
|
background: var(--surface); border: 1px solid var(--border-bright);
|
||||||
|
min-width: 160px; z-index: 1000;
|
||||||
|
flex-direction: column;
|
||||||
|
box-shadow: 0 8px 24px rgba(0,0,0,0.6);
|
||||||
|
}
|
||||||
|
.source-dropdown-menu.open { display: flex; }
|
||||||
|
|
||||||
|
.source-dropdown-item {
|
||||||
|
background: none; border: none; color: var(--text);
|
||||||
|
font-family: var(--font-mono); font-size: 11px;
|
||||||
|
letter-spacing: 0.06em; padding: 10px 14px;
|
||||||
|
text-align: left; cursor: pointer; white-space: nowrap;
|
||||||
|
transition: background 0.1s, color 0.1s;
|
||||||
|
border-bottom: 1px solid var(--border);
|
||||||
|
}
|
||||||
|
.source-dropdown-item:last-child { border-bottom: none; }
|
||||||
|
.source-dropdown-item:hover { background: var(--surface2); color: var(--accent2); }
|
||||||
|
.source-dropdown-item.active { color: var(--accent); }
|
||||||
|
.source-dropdown-personal { color: var(--accent2); }
|
||||||
|
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
/* ── UPDATE BADGE ────────────────────────────────────────────────────────── */
|
||||||
|
.update-badge {
|
||||||
|
background: var(--accent); color: #000;
|
||||||
|
font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
|
||||||
|
padding: 4px 10px; text-decoration: none; white-space: nowrap;
|
||||||
|
animation: pulse-badge 2s ease-in-out infinite;
|
||||||
|
border-radius: 2px; margin-left: 4px;
|
||||||
|
}
|
||||||
|
.update-badge:hover { opacity: .85; }
|
||||||
|
@keyframes pulse-badge {
|
||||||
|
0%, 100% { opacity: 1; }
|
||||||
|
50% { opacity: .65; }
|
||||||
|
}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
const EPG_SOURCES = <?= json_encode(array_values($epg_sources)) ?>;
|
const EPG_SOURCES = <?= json_encode(array_values($epg_sources)) ?>;
|
||||||
|
const L = <?= json_encode($L) ?>;
|
||||||
const ALLOW_PERSONAL_EPG = <?= $allow_personal_epg ? 'true' : 'false' ?>;
|
const ALLOW_PERSONAL_EPG = <?= $allow_personal_epg ? 'true' : 'false' ?>;
|
||||||
|
|
||||||
// Source active (index)
|
// Source active (index)
|
||||||
|
|||||||
@@ -10,10 +10,7 @@ function makePlaceholder(name) {
|
|||||||
return el;
|
return el;
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderChannels() {
|
function makeChannelCell(ch) {
|
||||||
const list = document.getElementById('channelsList');
|
|
||||||
list.innerHTML = '';
|
|
||||||
channels.forEach(ch => {
|
|
||||||
const cell = document.createElement('div');
|
const cell = document.createElement('div');
|
||||||
cell.className = 'channel-cell';
|
cell.className = 'channel-cell';
|
||||||
if (ch.icon) {
|
if (ch.icon) {
|
||||||
@@ -25,9 +22,23 @@ function renderChannels() {
|
|||||||
const name = document.createElement('div');
|
const name = document.createElement('div');
|
||||||
name.className = 'channel-name'; name.textContent = ch.name; name.title = ch.name;
|
name.className = 'channel-name'; name.textContent = ch.name; name.title = ch.name;
|
||||||
cell.appendChild(name);
|
cell.appendChild(name);
|
||||||
|
cell.appendChild(makeFavBtn(ch.id));
|
||||||
cell.addEventListener('click', () => openPip(ch.name, getNowPlaying(ch.id)));
|
cell.addEventListener('click', () => openPip(ch.name, getNowPlaying(ch.id)));
|
||||||
list.appendChild(cell);
|
return cell;
|
||||||
});
|
}
|
||||||
|
|
||||||
|
function renderChannels() {
|
||||||
|
const list = document.getElementById('channelsList');
|
||||||
|
list.innerHTML = '';
|
||||||
|
const { favs, rest } = sortedChannels(channels);
|
||||||
|
|
||||||
|
if (favs.length) {
|
||||||
|
favs.forEach(ch => list.appendChild(makeChannelCell(ch)));
|
||||||
|
const sep = document.createElement('div');
|
||||||
|
sep.className = 'fav-separator';
|
||||||
|
list.appendChild(sep);
|
||||||
|
}
|
||||||
|
rest.forEach(ch => list.appendChild(makeChannelCell(ch)));
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderRuler() {
|
function renderRuler() {
|
||||||
@@ -37,10 +48,18 @@ function renderRuler() {
|
|||||||
let t = new Date(GRID_START); t.setSeconds(0,0);
|
let t = new Date(GRID_START); t.setSeconds(0,0);
|
||||||
const rem = t.getMinutes()%15; if (rem) t.setMinutes(t.getMinutes()+(15-rem));
|
const rem = t.getMinutes()%15; if (rem) t.setMinutes(t.getMinutes()+(15-rem));
|
||||||
while (t <= GRID_END) {
|
while (t <= GRID_END) {
|
||||||
const x = msToX(t.getTime()); const isHour = t.getMinutes()===0;
|
const x = msToX(t.getTime());
|
||||||
|
const isHour = t.getMinutes() === 0;
|
||||||
|
const isMidnight = isHour && t.getHours() === 0;
|
||||||
const tick = document.createElement('div'); tick.className='time-tick'; tick.style.left=x+'px';
|
const tick = document.createElement('div'); tick.className='time-tick'; tick.style.left=x+'px';
|
||||||
const lbl = document.createElement('div'); lbl.className='time-tick-label'+(isHour?' hour':''); lbl.textContent=fmtTime(t);
|
const lbl = document.createElement('div');
|
||||||
const line = document.createElement('div'); line.className='time-tick-line'+(isHour?' hour':'');
|
lbl.className = 'time-tick-label' + (isHour ? ' hour' : '') + (isMidnight ? ' midnight' : '');
|
||||||
|
if (isMidnight) {
|
||||||
|
lbl.textContent = `${L.days[t.getDay()]} ${t.getDate()} ${L.months[t.getMonth()]}`;
|
||||||
|
} else {
|
||||||
|
lbl.textContent = fmtTime(t);
|
||||||
|
}
|
||||||
|
const line = document.createElement('div'); line.className='time-tick-line'+(isHour?' hour':'')+(isMidnight?' midnight':'');
|
||||||
tick.appendChild(lbl); tick.appendChild(line); ruler.appendChild(tick);
|
tick.appendChild(lbl); tick.appendChild(line); ruler.appendChild(tick);
|
||||||
t = new Date(t.getTime()+15*60000);
|
t = new Date(t.getTime()+15*60000);
|
||||||
}
|
}
|
||||||
@@ -62,7 +81,9 @@ function renderPrograms() {
|
|||||||
|
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
|
|
||||||
channels.forEach((ch, i) => {
|
const { favs: _f, rest: _r } = sortedChannels(channels);
|
||||||
|
const orderedChannels = [..._f, ..._r];
|
||||||
|
orderedChannels.forEach((ch, i) => {
|
||||||
const row = document.createElement('div');
|
const row = document.createElement('div');
|
||||||
row.className = 'program-row';
|
row.className = 'program-row';
|
||||||
row.style.cssText = `top:${i*ROW_H}px;position:absolute;left:0;right:0;`;
|
row.style.cssText = `top:${i*ROW_H}px;position:absolute;left:0;right:0;`;
|
||||||
@@ -88,9 +109,7 @@ function renderPrograms() {
|
|||||||
block.addEventListener('mouseenter', e=>showTooltip(e,p));
|
block.addEventListener('mouseenter', e=>showTooltip(e,p));
|
||||||
block.addEventListener('mousemove', e=>moveTooltip(e));
|
block.addEventListener('mousemove', e=>moveTooltip(e));
|
||||||
block.addEventListener('mouseleave', hideTooltip);
|
block.addEventListener('mouseleave', hideTooltip);
|
||||||
if (p.start <= now && p.stop > now) {
|
block.addEventListener('click', (e) => { hideTooltip(); openProgramModal(ch, p); });
|
||||||
block.addEventListener('click', () => openPip(ch.name, p.title));
|
|
||||||
}
|
|
||||||
row.appendChild(block);
|
row.appendChild(block);
|
||||||
});
|
});
|
||||||
inner.appendChild(row);
|
inner.appendChild(row);
|
||||||
|
|||||||
@@ -0,0 +1,35 @@
|
|||||||
|
// ── FAVORITES ─────────────────────────────────────────────────────────────────
|
||||||
|
let favorites = new Set(JSON.parse(localStorage.getItem('gridtv-favorites') || '[]'));
|
||||||
|
|
||||||
|
function saveFavorites() {
|
||||||
|
localStorage.setItem('gridtv-favorites', JSON.stringify([...favorites]));
|
||||||
|
}
|
||||||
|
|
||||||
|
function toggleFavorite(chId, btn) {
|
||||||
|
if (favorites.has(chId)) {
|
||||||
|
favorites.delete(chId);
|
||||||
|
btn.classList.remove('is-fav');
|
||||||
|
btn.title = L.fav_add;
|
||||||
|
} else {
|
||||||
|
favorites.add(chId);
|
||||||
|
btn.classList.add('is-fav');
|
||||||
|
btn.title = L.fav_remove;
|
||||||
|
}
|
||||||
|
saveFavorites();
|
||||||
|
renderAll();
|
||||||
|
}
|
||||||
|
|
||||||
|
function makeFavBtn(chId) {
|
||||||
|
const btn = document.createElement('button');
|
||||||
|
btn.className = 'fav-btn' + (favorites.has(chId) ? ' is-fav' : '');
|
||||||
|
btn.title = favorites.has(chId) ? L.fav_remove : L.fav_add;
|
||||||
|
btn.textContent = '★';
|
||||||
|
btn.addEventListener('click', e => { e.stopPropagation(); toggleFavorite(chId, btn); });
|
||||||
|
return btn;
|
||||||
|
}
|
||||||
|
|
||||||
|
function sortedChannels(list) {
|
||||||
|
const favs = list.filter(ch => favorites.has(ch.id));
|
||||||
|
const rest = list.filter(ch => !favorites.has(ch.id));
|
||||||
|
return { favs, rest };
|
||||||
|
}
|
||||||
@@ -13,8 +13,7 @@ window.addEventListener('load', () => {
|
|||||||
if (epg) {
|
if (epg) {
|
||||||
currentEpgUrl = epg;
|
currentEpgUrl = epg;
|
||||||
currentM3uUrl = m3u;
|
currentM3uUrl = m3u;
|
||||||
const sel = document.getElementById('sourceSelect');
|
updateSourceDropdownLabel('✏ Personal EPG');
|
||||||
if (sel) sel.value = 'personal';
|
|
||||||
loadEPG(epg);
|
loadEPG(epg);
|
||||||
if (m3u) loadM3U(m3u);
|
if (m3u) loadM3U(m3u);
|
||||||
return;
|
return;
|
||||||
@@ -26,8 +25,7 @@ window.addEventListener('load', () => {
|
|||||||
activeSourceIndex = idx;
|
activeSourceIndex = idx;
|
||||||
currentEpgUrl = src.epg_url;
|
currentEpgUrl = src.epg_url;
|
||||||
currentM3uUrl = src.m3u_url ?? '';
|
currentM3uUrl = src.m3u_url ?? '';
|
||||||
const sel = document.getElementById('sourceSelect');
|
if (src) updateSourceDropdownLabel(src.name);
|
||||||
if (sel) sel.value = idx;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
loadEPG(currentEpgUrl);
|
loadEPG(currentEpgUrl);
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ function renderMobile() {
|
|||||||
const winStart = new Date(now.getTime() - 30*60000);
|
const winStart = new Date(now.getTime() - 30*60000);
|
||||||
const winEnd = new Date(now.getTime() + 4*3600000);
|
const winEnd = new Date(now.getTime() + 4*3600000);
|
||||||
|
|
||||||
channels.forEach(ch => {
|
const { favs: _f, rest: _r } = sortedChannels(channels);
|
||||||
|
const orderedChannels = [..._f, ..._r];
|
||||||
|
orderedChannels.forEach(ch => {
|
||||||
const progs = (programs[ch.id]||[]).filter(p => p.stop>winStart && p.start<winEnd);
|
const progs = (programs[ch.id]||[]).filter(p => p.stop>winStart && p.start<winEnd);
|
||||||
if (!progs.length) return;
|
if (!progs.length) return;
|
||||||
|
|
||||||
@@ -37,18 +39,19 @@ function renderMobile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const timeCol = document.createElement('div'); timeCol.className='mobile-program-time';
|
const timeCol = document.createElement('div'); timeCol.className='mobile-program-time';
|
||||||
timeCol.innerHTML = `<span>${fmtTime(p.start)}</span><span>${fmtTime(p.stop)}</span>`;
|
timeCol.innerHTML = `<span>${esc(fmtTime(p.start))}</span><span>${esc(fmtTime(p.stop))}</span>`;
|
||||||
item.appendChild(timeCol);
|
item.appendChild(timeCol);
|
||||||
|
|
||||||
const info = document.createElement('div'); info.className='mobile-program-info';
|
const info = document.createElement('div'); info.className='mobile-program-info';
|
||||||
const ep = fmtEpisode(p.season, p.episode);
|
const ep = fmtEpisode(p.season, p.episode);
|
||||||
info.innerHTML = `<div class="mobile-program-title">${p.title}</div><div class="mobile-program-dur">${ep ? ep + ' · ' : ''}${dur} min</div>`;
|
info.innerHTML = `<div class="mobile-program-title">${esc(p.title)}</div><div class="mobile-program-dur">${ep ? esc(ep) + ' · ' : ''}${dur} min</div>`;
|
||||||
item.appendChild(info);
|
item.appendChild(info);
|
||||||
|
|
||||||
if (isLive) {
|
if (isLive) {
|
||||||
const badge = document.createElement('div'); badge.className='mobile-live-badge'; badge.textContent='LIVE';
|
const badge = document.createElement('div'); badge.className='mobile-live-badge'; badge.textContent='LIVE';
|
||||||
item.appendChild(badge);
|
item.appendChild(badge);
|
||||||
}
|
}
|
||||||
|
item.addEventListener('click', () => openProgramModal(ch, p));
|
||||||
list.appendChild(item);
|
list.appendChild(item);
|
||||||
});
|
});
|
||||||
section.appendChild(list); container.appendChild(section);
|
section.appendChild(list); container.appendChild(section);
|
||||||
|
|||||||
@@ -0,0 +1,45 @@
|
|||||||
|
// ── PROGRAM MODAL ─────────────────────────────────────────────────────────────
|
||||||
|
function openProgramModal(ch, p) {
|
||||||
|
const now = new Date();
|
||||||
|
const isLive = p.start <= now && p.stop > now;
|
||||||
|
const dur = Math.round((p.stop - p.start) / 60000);
|
||||||
|
const ep = fmtEpisode(p.season, p.episode);
|
||||||
|
|
||||||
|
document.getElementById('pm-title').textContent = p.title;
|
||||||
|
document.getElementById('pm-channel').textContent = ch.name;
|
||||||
|
document.getElementById('pm-time').textContent =
|
||||||
|
`${fmtTime(p.start)} — ${fmtTime(p.stop)} · ${dur} ${L.duration_min}` +
|
||||||
|
(ep ? ` · ${ep}` : '');
|
||||||
|
document.getElementById('pm-desc').textContent = p.desc || '';
|
||||||
|
document.getElementById('pm-desc').style.display = p.desc ? 'block' : 'none';
|
||||||
|
|
||||||
|
// Bouton Watch now — seulement si live ET M3U fourni pour la source active
|
||||||
|
const watchBtn = document.getElementById('pm-watch');
|
||||||
|
if (isLive && currentM3uUrl) {
|
||||||
|
watchBtn.style.display = 'inline-flex';
|
||||||
|
watchBtn.onclick = () => { closeProgramModal(); openPip(ch.name, p.title); };
|
||||||
|
} else {
|
||||||
|
watchBtn.style.display = 'none';
|
||||||
|
}
|
||||||
|
|
||||||
|
// Bouton IMDb
|
||||||
|
document.getElementById('pm-imdb').href =
|
||||||
|
`https://www.imdb.com/find/?q=${encodeURIComponent(p.title)}&s=tt`;
|
||||||
|
|
||||||
|
document.getElementById('programModal').classList.add('visible');
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeProgramModal() {
|
||||||
|
document.getElementById('programModal').classList.remove('visible');
|
||||||
|
}
|
||||||
|
|
||||||
|
// Fermer sur clic overlay
|
||||||
|
document.addEventListener('click', e => {
|
||||||
|
const modal = document.getElementById('programModal');
|
||||||
|
if (e.target === modal) closeProgramModal();
|
||||||
|
});
|
||||||
|
|
||||||
|
// Fermer sur Escape
|
||||||
|
document.addEventListener('keydown', e => {
|
||||||
|
if (e.key === 'Escape') closeProgramModal();
|
||||||
|
});
|
||||||
@@ -0,0 +1,198 @@
|
|||||||
|
// ── SEARCH ────────────────────────────────────────────────────────────────────
|
||||||
|
let searchActive = false;
|
||||||
|
let searchQuery = '';
|
||||||
|
let searchTimer = null;
|
||||||
|
|
||||||
|
function toggleSearch() {
|
||||||
|
const bar = document.getElementById('searchBar');
|
||||||
|
const inp = document.getElementById('searchInput');
|
||||||
|
searchActive = !searchActive;
|
||||||
|
bar.classList.toggle('visible', searchActive);
|
||||||
|
if (searchActive) {
|
||||||
|
inp.focus();
|
||||||
|
} else {
|
||||||
|
clearSearch();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function clearSearch() {
|
||||||
|
searchQuery = '';
|
||||||
|
document.getElementById('searchInput').value = '';
|
||||||
|
applySearch('');
|
||||||
|
}
|
||||||
|
|
||||||
|
function onSearchInput(val) {
|
||||||
|
clearTimeout(searchTimer);
|
||||||
|
searchTimer = setTimeout(() => {
|
||||||
|
searchQuery = val.trim().toLowerCase();
|
||||||
|
applySearch(searchQuery);
|
||||||
|
}, 350);
|
||||||
|
}
|
||||||
|
|
||||||
|
function applySearch(q) {
|
||||||
|
if (!q) {
|
||||||
|
// Remettre toutes les chaines
|
||||||
|
renderAll();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const today = new Date();
|
||||||
|
today.setHours(0,0,0,0);
|
||||||
|
const tomorrow = new Date(today.getTime() + 24*3600000);
|
||||||
|
|
||||||
|
// Filtrer les chaines : nom OU programme aujourd'hui correspond
|
||||||
|
const filtered = channels.filter(ch => {
|
||||||
|
// Match sur le nom de la chaine
|
||||||
|
if (ch.name.toLowerCase().includes(q)) return true;
|
||||||
|
// Match sur les programmes d'aujourd'hui (titre + desc)
|
||||||
|
return (programs[ch.id]||[]).some(p => {
|
||||||
|
if (p.stop < today || p.start > tomorrow) return false;
|
||||||
|
if (p.title.toLowerCase().includes(q)) return true;
|
||||||
|
if (p.desc && p.desc.toLowerCase().includes(q)) return true;
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
renderFiltered(filtered, q);
|
||||||
|
}
|
||||||
|
|
||||||
|
function renderFiltered(filteredChannels, q) {
|
||||||
|
if (isMobile()) {
|
||||||
|
renderMobileFiltered(filteredChannels, q);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// ── GRID ──
|
||||||
|
const list = document.getElementById('channelsList');
|
||||||
|
const inner = document.getElementById('programsInner');
|
||||||
|
const ROW_H = 80;
|
||||||
|
|
||||||
|
list.innerHTML = '';
|
||||||
|
inner.innerHTML = '';
|
||||||
|
inner.style.width = TOTAL_WIDTH_PX + 'px';
|
||||||
|
inner.style.height = (filteredChannels.length * ROW_H) + 'px';
|
||||||
|
|
||||||
|
// Remettre la now-line
|
||||||
|
const nowLine = document.createElement('div');
|
||||||
|
nowLine.className = 'now-line'; nowLine.id = 'nowLine';
|
||||||
|
nowLine.style.height = (filteredChannels.length * ROW_H) + 'px';
|
||||||
|
inner.appendChild(nowLine);
|
||||||
|
|
||||||
|
const now = new Date();
|
||||||
|
|
||||||
|
filteredChannels.forEach((ch, i) => {
|
||||||
|
// Colonne chaîne
|
||||||
|
const cell = document.createElement('div');
|
||||||
|
cell.className = 'channel-cell';
|
||||||
|
if (ch.icon) {
|
||||||
|
const img = document.createElement('img');
|
||||||
|
img.className = 'channel-logo'; img.src = ch.icon;
|
||||||
|
img.onerror = () => img.replaceWith(makePlaceholder(ch.name));
|
||||||
|
cell.appendChild(img);
|
||||||
|
} else { cell.appendChild(makePlaceholder(ch.name)); }
|
||||||
|
const name = document.createElement('div');
|
||||||
|
name.className = 'channel-name'; name.textContent = ch.name; name.title = ch.name;
|
||||||
|
cell.appendChild(name);
|
||||||
|
cell.addEventListener('click', () => openPip(ch.name, getNowPlaying(ch.id)));
|
||||||
|
list.appendChild(cell);
|
||||||
|
|
||||||
|
// Programmes
|
||||||
|
const row = document.createElement('div');
|
||||||
|
row.className = 'program-row';
|
||||||
|
row.style.cssText = `top:${i*ROW_H}px;position:absolute;left:0;right:0;`;
|
||||||
|
|
||||||
|
(programs[ch.id]||[]).filter(p => p.stop > GRID_START && p.start < GRID_END).forEach(p => {
|
||||||
|
const x = Math.max(0, msToX(p.start.getTime()));
|
||||||
|
const w = Math.min(TOTAL_WIDTH_PX, msToX(p.stop.getTime())) - x;
|
||||||
|
if (w < 2) return;
|
||||||
|
|
||||||
|
const block = document.createElement('div');
|
||||||
|
block.className = 'program-block';
|
||||||
|
|
||||||
|
// Highlight si le programme matche la recherche
|
||||||
|
const matchesProg = p.title.toLowerCase().includes(q) || (p.desc && p.desc.toLowerCase().includes(q));
|
||||||
|
if (matchesProg) block.classList.add('search-match');
|
||||||
|
|
||||||
|
if (p.stop < now) block.classList.add('is-past');
|
||||||
|
if (p.start <= now && p.stop > now) {
|
||||||
|
block.classList.add('is-live');
|
||||||
|
block.style.setProperty('--progress', (((now-p.start)/(p.stop-p.start))*100).toFixed(1)+'%');
|
||||||
|
}
|
||||||
|
block.style.left = x + 'px'; block.style.width = w + 'px';
|
||||||
|
if (w > 40) { const t = document.createElement('div'); t.className = 'program-title'; t.textContent = p.title; block.appendChild(t); }
|
||||||
|
if (w > 80) {
|
||||||
|
const ep = fmtEpisode(p.season, p.episode);
|
||||||
|
const t = document.createElement('div'); t.className = 'program-time';
|
||||||
|
t.textContent = (ep ? ep + ' ' : '') + `${fmtTime(p.start)} — ${fmtTime(p.stop)}`;
|
||||||
|
block.appendChild(t);
|
||||||
|
}
|
||||||
|
block.addEventListener('mouseenter', e => showTooltip(e, p));
|
||||||
|
block.addEventListener('mousemove', e => moveTooltip(e));
|
||||||
|
block.addEventListener('mouseleave', hideTooltip);
|
||||||
|
if (p.start <= now && p.stop > now) {
|
||||||
|
block.addEventListener('click', () => openPip(ch.name, p.title));
|
||||||
|
}
|
||||||
|
row.appendChild(block);
|
||||||
|
});
|
||||||
|
inner.appendChild(row);
|
||||||
|
});
|
||||||
|
|
||||||
|
positionNowLine();
|
||||||
|
}
|
||||||
|
|
||||||
|
function renderMobileFiltered(filteredChannels, q) {
|
||||||
|
const container = document.getElementById('mobileView');
|
||||||
|
container.innerHTML = '';
|
||||||
|
const now = new Date();
|
||||||
|
const winStart = new Date(now.getTime() - 30*60000);
|
||||||
|
const winEnd = new Date(now.getTime() + 4*3600000);
|
||||||
|
|
||||||
|
filteredChannels.forEach(ch => {
|
||||||
|
const progs = (programs[ch.id]||[]).filter(p => p.stop > winStart && p.start < winEnd);
|
||||||
|
if (!progs.length) return;
|
||||||
|
|
||||||
|
const section = document.createElement('div'); section.className = 'mobile-channel';
|
||||||
|
const header = document.createElement('div'); header.className = 'mobile-channel-header';
|
||||||
|
|
||||||
|
if (ch.icon) {
|
||||||
|
const img = document.createElement('img'); img.className = 'channel-logo'; img.src = ch.icon;
|
||||||
|
img.onerror = () => img.replaceWith(makePlaceholder(ch.name));
|
||||||
|
header.appendChild(img);
|
||||||
|
} else { header.appendChild(makePlaceholder(ch.name)); }
|
||||||
|
|
||||||
|
const name = document.createElement('div'); name.className = 'channel-name'; name.textContent = ch.name;
|
||||||
|
header.appendChild(name); section.appendChild(header);
|
||||||
|
|
||||||
|
const list = document.createElement('div'); list.className = 'mobile-programs';
|
||||||
|
progs.forEach(p => {
|
||||||
|
const isLive = p.start <= now && p.stop > now;
|
||||||
|
const isPast = p.stop < now;
|
||||||
|
const dur = Math.round((p.stop - p.start) / 60000);
|
||||||
|
const matchesProg = p.title.toLowerCase().includes(q) || (p.desc && p.desc.toLowerCase().includes(q));
|
||||||
|
const item = document.createElement('div');
|
||||||
|
item.className = 'mobile-program' + (isLive ? ' is-live' : '') + (isPast ? ' is-past' : '') + (matchesProg ? ' search-match' : '');
|
||||||
|
|
||||||
|
if (isLive) {
|
||||||
|
const bar = document.createElement('div'); bar.className = 'mobile-program-progress';
|
||||||
|
bar.style.width = (((now-p.start)/(p.stop-p.start))*100).toFixed(1) + '%';
|
||||||
|
item.appendChild(bar);
|
||||||
|
}
|
||||||
|
|
||||||
|
const timeCol = document.createElement('div'); timeCol.className = 'mobile-program-time';
|
||||||
|
timeCol.innerHTML = `<span>${esc(fmtTime(p.start))}</span><span>${esc(fmtTime(p.stop))}</span>`;
|
||||||
|
item.appendChild(timeCol);
|
||||||
|
|
||||||
|
const info = document.createElement('div'); info.className = 'mobile-program-info';
|
||||||
|
const ep = fmtEpisode(p.season, p.episode);
|
||||||
|
info.innerHTML = `<div class="mobile-program-title">${esc(p.title)}</div><div class="mobile-program-dur">${ep ? esc(ep) + ' · ' : ''}${dur} min</div>`;
|
||||||
|
item.appendChild(info);
|
||||||
|
|
||||||
|
if (isLive) {
|
||||||
|
const badge = document.createElement('div'); badge.className = 'mobile-live-badge'; badge.textContent = 'LIVE';
|
||||||
|
item.appendChild(badge);
|
||||||
|
}
|
||||||
|
list.appendChild(item);
|
||||||
|
});
|
||||||
|
section.appendChild(list); container.appendChild(section);
|
||||||
|
});
|
||||||
|
}
|
||||||
@@ -14,6 +14,7 @@ function switchSource(value) {
|
|||||||
currentEpgUrl = src.epg_url;
|
currentEpgUrl = src.epg_url;
|
||||||
currentM3uUrl = src.m3u_url ?? '';
|
currentM3uUrl = src.m3u_url ?? '';
|
||||||
localStorage.setItem('gridtv-active-source', idx);
|
localStorage.setItem('gridtv-active-source', idx);
|
||||||
|
if (typeof clearSearch === "function") clearSearch();
|
||||||
loadEPG(currentEpgUrl);
|
loadEPG(currentEpgUrl);
|
||||||
if (currentM3uUrl) loadM3U(currentM3uUrl);
|
if (currentM3uUrl) loadM3U(currentM3uUrl);
|
||||||
updateCopyButtons();
|
updateCopyButtons();
|
||||||
@@ -48,6 +49,7 @@ function applyPersonalEpg() {
|
|||||||
localStorage.setItem('gridtv-personal-epg', epg);
|
localStorage.setItem('gridtv-personal-epg', epg);
|
||||||
localStorage.setItem('gridtv-personal-m3u', m3u);
|
localStorage.setItem('gridtv-personal-m3u', m3u);
|
||||||
localStorage.setItem('gridtv-active-source', 'personal');
|
localStorage.setItem('gridtv-active-source', 'personal');
|
||||||
|
updateSourceDropdownLabel('✏ Personal EPG');
|
||||||
currentEpgUrl = epg;
|
currentEpgUrl = epg;
|
||||||
currentM3uUrl = m3u;
|
currentM3uUrl = m3u;
|
||||||
const sel = document.getElementById('sourceSelect');
|
const sel = document.getElementById('sourceSelect');
|
||||||
@@ -57,3 +59,24 @@ function applyPersonalEpg() {
|
|||||||
if (m3u) loadM3U(m3u);
|
if (m3u) loadM3U(m3u);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function toggleSourceDropdown() {
|
||||||
|
document.getElementById('sourceDropdownMenu')?.classList.toggle('open');
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeSourceDropdown() {
|
||||||
|
document.getElementById('sourceDropdownMenu')?.classList.remove('open');
|
||||||
|
}
|
||||||
|
|
||||||
|
// Fermer si clic en dehors
|
||||||
|
document.addEventListener('click', e => {
|
||||||
|
if (!e.target.closest('.source-dropdown')) closeSourceDropdown();
|
||||||
|
});
|
||||||
|
|
||||||
|
function updateSourceDropdownLabel(label) {
|
||||||
|
const el = document.getElementById('sourceDropdownLabel');
|
||||||
|
if (el) el.textContent = label;
|
||||||
|
// Mettre à jour la classe active
|
||||||
|
document.querySelectorAll('.source-dropdown-item').forEach((btn, i) => {
|
||||||
|
btn.classList.toggle('active', i === activeSourceIndex);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,38 @@
|
|||||||
|
// ── UPDATE CHECKER ────────────────────────────────────────────────────────────
|
||||||
|
(async function checkForUpdate() {
|
||||||
|
try {
|
||||||
|
const [localRes, remoteRes] = await Promise.all([
|
||||||
|
fetch('version.json'),
|
||||||
|
fetch('https://api.github.com/repos/Johnnybegood90/GridTV/releases/latest')
|
||||||
|
]);
|
||||||
|
if (!localRes.ok || !remoteRes.ok) return;
|
||||||
|
|
||||||
|
const local = (await localRes.json()).version ?? '0.0.0';
|
||||||
|
const remote = (await remoteRes.json()).tag_name ?? '0.0.0';
|
||||||
|
|
||||||
|
const clean = v => v.replace(/^v/, '');
|
||||||
|
const toNum = v => v.split('.').map(Number);
|
||||||
|
|
||||||
|
const [lMaj, lMin, lPat] = toNum(clean(local));
|
||||||
|
const [rMaj, rMin, rPat] = toNum(clean(remote));
|
||||||
|
|
||||||
|
const hasUpdate =
|
||||||
|
rMaj > lMaj ||
|
||||||
|
(rMaj === lMaj && rMin > lMin) ||
|
||||||
|
(rMaj === lMaj && rMin === lMin && rPat > lPat);
|
||||||
|
|
||||||
|
if (!hasUpdate) return;
|
||||||
|
|
||||||
|
const badge = document.createElement('a');
|
||||||
|
badge.className = 'update-badge';
|
||||||
|
badge.href = `https://github.com/Johnnybegood90/GridTV/releases/latest`;
|
||||||
|
badge.target = '_blank';
|
||||||
|
badge.rel = 'noopener';
|
||||||
|
badge.innerHTML = `${L.update_available} ${clean(remote)}`;
|
||||||
|
badge.title = L.update_title;
|
||||||
|
|
||||||
|
document.querySelector('.topbar')?.appendChild(badge);
|
||||||
|
} catch (_) {
|
||||||
|
// Silencieux — pas de connexion ou rate limit GitHub
|
||||||
|
}
|
||||||
|
})();
|
||||||
@@ -1,4 +1,11 @@
|
|||||||
|
|
||||||
|
// Echapper les donnees issues de l'EPG pour eviter les injections HTML
|
||||||
|
function esc(str) {
|
||||||
|
const d = document.createElement('div');
|
||||||
|
d.textContent = str || '';
|
||||||
|
return d.innerHTML;
|
||||||
|
}
|
||||||
|
|
||||||
let channels = [];
|
let channels = [];
|
||||||
let programs = {};
|
let programs = {};
|
||||||
let m3uStreams = {}; // slug normalisé → url stream
|
let m3uStreams = {}; // slug normalisé → url stream
|
||||||
@@ -12,12 +19,12 @@ function copyUrl(type) {
|
|||||||
navigator.clipboard.writeText(url).then(() => {
|
navigator.clipboard.writeText(url).then(() => {
|
||||||
const btns = document.querySelectorAll('.copy-btn');
|
const btns = document.querySelectorAll('.copy-btn');
|
||||||
btns.forEach(b => { if (b.textContent.toLowerCase() === type) {
|
btns.forEach(b => { if (b.textContent.toLowerCase() === type) {
|
||||||
b.textContent = '✓ copié';
|
b.textContent = L.copied;
|
||||||
b.classList.add('copied');
|
b.classList.add('copied');
|
||||||
setTimeout(() => { b.textContent = type.toUpperCase(); b.classList.remove('copied'); }, 1800);
|
setTimeout(() => { b.textContent = type.toUpperCase(); b.classList.remove('copied'); }, 1800);
|
||||||
}});
|
}});
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
prompt('Copiez cette URL :', url);
|
prompt(url, url);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
function fmtTime(d) { return `${pad(d.getHours())}:${pad(d.getMinutes())}`; }
|
function fmtTime(d) { return `${pad(d.getHours())}:${pad(d.getMinutes())}`; }
|
||||||
@@ -36,10 +43,8 @@ function parseXMLTVDate(str) {
|
|||||||
function updateClock() {
|
function updateClock() {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
document.getElementById('clock').textContent = fmtTimeFull(now);
|
document.getElementById('clock').textContent = fmtTimeFull(now);
|
||||||
const days=['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'];
|
|
||||||
const months=['Jan','Fév','Mar','Avr','Mai','Jun','Jul','Aoû','Sep','Oct','Nov','Déc'];
|
|
||||||
document.getElementById('dateLabel').textContent =
|
document.getElementById('dateLabel').textContent =
|
||||||
`${days[now.getDay()]} ${now.getDate()} ${months[now.getMonth()]} ${now.getFullYear()}`;
|
`${L.days[now.getDay()]} ${now.getDate()} ${L.months[now.getMonth()]} ${now.getFullYear()}`;
|
||||||
}
|
}
|
||||||
setInterval(updateClock, 1000);
|
setInterval(updateClock, 1000);
|
||||||
updateClock();
|
updateClock();
|
||||||
@@ -62,7 +67,7 @@ async function loadEPG(url) {
|
|||||||
} catch(e) {
|
} catch(e) {
|
||||||
document.getElementById('loading').style.display = 'none';
|
document.getElementById('loading').style.display = 'none';
|
||||||
document.getElementById('errorMsg').style.display = 'flex';
|
document.getElementById('errorMsg').style.display = 'flex';
|
||||||
document.getElementById('errorDetail').textContent = `Erreur: ${e.message}`;
|
document.getElementById('errorDetail').textContent = `${L.epg_error_sub} (${e.message})`;
|
||||||
document.getElementById('epgInput').value = url;
|
document.getElementById('epgInput').value = url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,21 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.4.12/hls.min.js"></script>
|
<script src="/assets/vendor/hls.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
<?php
|
<?php
|
||||||
$js_dir = __DIR__ . '/../js/';
|
$js_dir = __DIR__ . '/../js/';
|
||||||
include $js_dir . 'config.js';
|
include $js_dir . 'config.js';
|
||||||
$js_modules = ['utils', 'epg', 'mobile', 'tooltip', 'sources', 'm3u', 'player', 'themes', 'live'];
|
$js_modules = ['utils', 'favorites', 'epg', 'mobile', 'tooltip', 'sources', 'm3u', 'player', 'themes', 'search', 'program', 'updater', 'live'];
|
||||||
foreach ($js_modules as $mod) {
|
foreach ($js_modules as $mod) {
|
||||||
echo file_get_contents($js_dir . $mod . '.js');
|
echo file_get_contents($js_dir . $mod . '.js');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
if ('serviceWorker' in navigator) {
|
||||||
|
window.addEventListener('load', () => {
|
||||||
|
navigator.serviceWorker.register('/sw.js').catch(() => {});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
<div class="loading" id="loading">
|
<div class="loading" id="loading">
|
||||||
<div class="loading-text">Chargement du guide</div>
|
<div class="loading-text"><?= htmlspecialchars($L["loading"]) ?></div>
|
||||||
<div class="loading-bar"></div>
|
<div class="loading-bar"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="error-msg" id="errorMsg">
|
<div class="error-msg" id="errorMsg">
|
||||||
<div class="err-title">⚠ Impossible de charger l'EPG</div>
|
<div class="err-title">⚠ <?= htmlspecialchars($L["epg_error"]) ?></div>
|
||||||
<div class="err-sub" id="errorDetail">Vérifiez l'URL de votre flux XMLTV.</div>
|
<div class="err-sub" id="errorDetail"><?= htmlspecialchars($L["epg_error_sub"]) ?></div>
|
||||||
<div class="epg-input-bar">
|
<div class="epg-input-bar">
|
||||||
<input class="epg-input" id="epgInput" type="text" placeholder="<?= $epg_url ?>" />
|
<input class="epg-input" id="epgInput" type="text" placeholder="<?= $epg_url ?>" />
|
||||||
<button class="epg-btn" onclick="loadFromInput()">Charger</button>
|
<button class="epg-btn" onclick="loadFromInput()"><?= htmlspecialchars($L["load"]) ?></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
<!-- GRID (desktop/tablet) -->
|
<!-- GRID (desktop/tablet) -->
|
||||||
<div class="grid-wrapper">
|
<div class="grid-wrapper">
|
||||||
<div class="channels-col">
|
<div class="channels-col">
|
||||||
<div class="channels-col-header"><span>Chaînes</span></div>
|
<div class="channels-col-header"><span><?= htmlspecialchars($L["channels"]) ?></span></div>
|
||||||
<div class="channels-list" id="channelsList"></div>
|
<div class="channels-list" id="channelsList"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="timeline-area" id="timelineArea">
|
<div class="timeline-area" id="timelineArea">
|
||||||
|
|||||||
@@ -1,765 +1,27 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="<?= $locale ?>">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>GridTV — <?= $group_name ?></title>
|
<title>GridTV — <?= $group_name ?></title>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Barlow+Condensed:wght@300;400;600;700&display=swap" rel="stylesheet">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<style>
|
<link rel="icon" href="/assets/favicon.png" type="image/png">
|
||||||
/* Variables de base — surchargées par le fichier thème */
|
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png">
|
||||||
:root {
|
<meta name="theme-color" content="#0a0b0d">
|
||||||
--bg: #0a0b0d;
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
--surface: #111318;
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
--surface2: #181b22;
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
--border: #232733;
|
<meta name="apple-mobile-web-app-title" content="GridTV">
|
||||||
--border-bright: #2e3444;
|
<link rel="stylesheet" href="/assets/fonts/fonts.css">
|
||||||
--accent: #e8c842;
|
<?php
|
||||||
--accent2: #4a9eff;
|
$css_dir = __DIR__ . '/../css/';
|
||||||
--accent-live: #ff4444;
|
$css_files = ['base', 'topbar', 'grid', 'mobile', 'player', 'modals', 'search', 'program', 'favorites', 'updater'];
|
||||||
--text: #c8cdd8;
|
echo "<style>\n";
|
||||||
--text-dim: #5a6070;
|
foreach ($css_files as $file) {
|
||||||
--text-bright: #eef0f5;
|
echo file_get_contents($css_dir . $file . '.css') . "\n";
|
||||||
--prog-bg: #141820;
|
}
|
||||||
--prog-border: #1e2a3a;
|
echo "</style>\n";
|
||||||
--prog-live-bg: #0d2040;
|
?>
|
||||||
--prog-live-border: #4a9eff;
|
|
||||||
--font-ui: 'Barlow Condensed', sans-serif;
|
|
||||||
--font-mono: 'Share Tech Mono', monospace;
|
|
||||||
--channel-w: 160px;
|
|
||||||
--row-h: 80px;
|
|
||||||
--header-h: 52px;
|
|
||||||
}
|
|
||||||
|
|
||||||
html, body { height: 100%; }
|
|
||||||
|
|
||||||
body {
|
|
||||||
background: var(--bg);
|
|
||||||
color: var(--text);
|
|
||||||
font-family: var(--font-ui);
|
|
||||||
font-size: 14px;
|
|
||||||
overflow: hidden;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══════════════════════════════════════════
|
|
||||||
TOP BAR
|
|
||||||
═══════════════════════════════════════════ */
|
|
||||||
.topbar {
|
|
||||||
height: 50px;
|
|
||||||
background: var(--surface);
|
|
||||||
border-bottom: 1px solid var(--border);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0 16px;
|
|
||||||
gap: 12px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
position: relative;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 13px;
|
|
||||||
color: var(--accent);
|
|
||||||
letter-spacing: 0.08em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
.logo span { color: var(--text-dim); margin: 0 5px; }
|
|
||||||
.logo-sub { display: inline; }
|
|
||||||
|
|
||||||
.live-dot {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 6px;
|
|
||||||
font-size: 11px;
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
color: var(--accent-live);
|
|
||||||
letter-spacing: 0.1em;
|
|
||||||
margin-left: auto;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
.live-dot::before {
|
|
||||||
content: '';
|
|
||||||
width: 7px; height: 7px;
|
|
||||||
background: var(--accent-live);
|
|
||||||
border-radius: 50%;
|
|
||||||
animation: pulse 1.4s ease-in-out infinite;
|
|
||||||
}
|
|
||||||
@keyframes pulse {
|
|
||||||
0%,100% { opacity:1; transform:scale(1); }
|
|
||||||
50% { opacity:0.3; transform:scale(0.7); }
|
|
||||||
}
|
|
||||||
|
|
||||||
.clock {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 20px;
|
|
||||||
color: var(--text-bright);
|
|
||||||
letter-spacing: 0.05em;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.date-label {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 10px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
letter-spacing: 0.1em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-btns {
|
|
||||||
display: flex;
|
|
||||||
gap: 4px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
.nav-btn {
|
|
||||||
background: var(--surface2);
|
|
||||||
border: 1px solid var(--border);
|
|
||||||
color: var(--text);
|
|
||||||
font-family: 'Barlow Condensed', sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
letter-spacing: 0.06em;
|
|
||||||
padding: 4px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
text-transform: uppercase;
|
|
||||||
transition: all 0.15s;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
.nav-btn:hover, .nav-btn.active {
|
|
||||||
background: var(--accent);
|
|
||||||
color: #000;
|
|
||||||
border-color: var(--accent);
|
|
||||||
}
|
|
||||||
|
|
||||||
.copy-btns {
|
|
||||||
display: flex;
|
|
||||||
gap: 4px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
.copy-btn {
|
|
||||||
background: transparent;
|
|
||||||
border: 1px solid var(--border-bright);
|
|
||||||
color: var(--text-dim);
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 10px;
|
|
||||||
letter-spacing: 0.1em;
|
|
||||||
padding: 4px 9px;
|
|
||||||
cursor: pointer;
|
|
||||||
text-transform: uppercase;
|
|
||||||
transition: all 0.15s;
|
|
||||||
white-space: nowrap;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.copy-btn:hover {
|
|
||||||
border-color: var(--accent2);
|
|
||||||
color: var(--accent2);
|
|
||||||
}
|
|
||||||
.copy-btn.copied {
|
|
||||||
border-color: var(--accent);
|
|
||||||
color: var(--accent);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══════════════════════════════════════════
|
|
||||||
GRID VIEW (desktop / tablet)
|
|
||||||
═══════════════════════════════════════════ */
|
|
||||||
.grid-wrapper {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channels-col {
|
|
||||||
width: var(--channel-w);
|
|
||||||
flex-shrink: 0;
|
|
||||||
background: var(--surface);
|
|
||||||
border-right: 1px solid var(--border-bright);
|
|
||||||
z-index: 10;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channels-col-header {
|
|
||||||
height: var(--header-h);
|
|
||||||
border-bottom: 1px solid var(--border-bright);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0 12px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
.channels-col-header span {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 9px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
letter-spacing: 0.15em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channels-list {
|
|
||||||
overflow-y: auto;
|
|
||||||
flex: 1;
|
|
||||||
scrollbar-width: none;
|
|
||||||
}
|
|
||||||
.channels-list::-webkit-scrollbar { display: none; }
|
|
||||||
|
|
||||||
.channel-cell {
|
|
||||||
height: var(--row-h);
|
|
||||||
border-bottom: 1px solid var(--border);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0 12px;
|
|
||||||
gap: 8px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channel-logo {
|
|
||||||
width: 32px; height: 32px;
|
|
||||||
border-radius: 4px;
|
|
||||||
object-fit: contain;
|
|
||||||
background: var(--surface2);
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
.channel-logo-placeholder {
|
|
||||||
width: 32px; height: 32px;
|
|
||||||
border-radius: 4px;
|
|
||||||
background: var(--surface2);
|
|
||||||
border: 1px solid var(--border);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 9px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channel-name {
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: var(--text-bright);
|
|
||||||
letter-spacing: 0.04em;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
.timeline-area {
|
|
||||||
flex: 1;
|
|
||||||
overflow: auto;
|
|
||||||
position: relative;
|
|
||||||
min-height: 0;
|
|
||||||
scrollbar-width: thin;
|
|
||||||
scrollbar-color: var(--border-bright) transparent;
|
|
||||||
}
|
|
||||||
.timeline-area::-webkit-scrollbar { height: 4px; width: 4px; }
|
|
||||||
.timeline-area::-webkit-scrollbar-track { background: transparent; }
|
|
||||||
.timeline-area::-webkit-scrollbar-thumb { background: var(--border-bright); border-radius: 2px; }
|
|
||||||
|
|
||||||
/* Conteneur unique — ruler + programmes scrollent ensemble */
|
|
||||||
.timeline-inner {
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
min-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.time-ruler {
|
|
||||||
height: var(--header-h);
|
|
||||||
background: var(--surface);
|
|
||||||
border-bottom: 1px solid var(--border-bright);
|
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
|
||||||
z-index: 20;
|
|
||||||
}
|
|
||||||
.time-ruler-inner {
|
|
||||||
position: relative;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
.time-tick {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
|
||||||
.time-tick-label {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 10px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
letter-spacing: 0.08em;
|
|
||||||
padding: 0 6px 6px;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
.time-tick-label.hour { color: var(--text); font-size: 12px; }
|
|
||||||
.time-tick-line { width: 1px; height: 8px; background: var(--border-bright); }
|
|
||||||
.time-tick-line.hour { height: 14px; }
|
|
||||||
|
|
||||||
.now-line {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
height: 100%;
|
|
||||||
background: var(--accent-live);
|
|
||||||
z-index: 50;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
.now-line::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0; left: -4px;
|
|
||||||
width: 10px; height: 10px;
|
|
||||||
background: var(--accent-live);
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.programs-inner {
|
|
||||||
position: relative;
|
|
||||||
background-image: repeating-linear-gradient(
|
|
||||||
to bottom,
|
|
||||||
transparent 0px, transparent 79px,
|
|
||||||
var(--border) 79px, var(--border) 80px
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
.program-row {
|
|
||||||
height: var(--row-h);
|
|
||||||
border-bottom: 1px solid var(--border);
|
|
||||||
position: absolute;
|
|
||||||
left: 0; right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.program-block {
|
|
||||||
position: absolute;
|
|
||||||
top: 5px; bottom: 5px;
|
|
||||||
background: var(--surface2);
|
|
||||||
border: 1px solid var(--border);
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 0 8px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
overflow: hidden;
|
|
||||||
cursor: default;
|
|
||||||
transition: background 0.12s, border-color 0.12s;
|
|
||||||
min-width: 2px;
|
|
||||||
}
|
|
||||||
.program-block:hover { background: var(--surface); border-color: var(--accent2); z-index: 5; }
|
|
||||||
.program-block.is-live { border-color: var(--accent2); background: #0d1a2e; }
|
|
||||||
.program-block.is-live::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0; left: 0;
|
|
||||||
height: 2px;
|
|
||||||
background: var(--accent2);
|
|
||||||
width: var(--progress, 0%);
|
|
||||||
transition: width 1s linear;
|
|
||||||
}
|
|
||||||
.program-block.is-past { opacity: 0.35; }
|
|
||||||
|
|
||||||
.program-title {
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: var(--text-bright);
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
letter-spacing: 0.02em;
|
|
||||||
}
|
|
||||||
.program-time {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 9px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
letter-spacing: 0.06em;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══════════════════════════════════════════
|
|
||||||
MOBILE LIST VIEW
|
|
||||||
═══════════════════════════════════════════ */
|
|
||||||
.mobile-view {
|
|
||||||
display: none;
|
|
||||||
flex: 1;
|
|
||||||
overflow-y: auto;
|
|
||||||
min-height: 0;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-channel {
|
|
||||||
border-bottom: 2px solid var(--border-bright);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-channel-header {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 10px;
|
|
||||||
padding: 10px 14px;
|
|
||||||
background: var(--surface);
|
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
|
||||||
z-index: 10;
|
|
||||||
border-bottom: 1px solid var(--border);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-programs {
|
|
||||||
padding: 6px 10px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-program {
|
|
||||||
display: flex;
|
|
||||||
align-items: stretch;
|
|
||||||
border-radius: 4px;
|
|
||||||
overflow: hidden;
|
|
||||||
border: 1px solid var(--border);
|
|
||||||
background: var(--surface2);
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mobile-program.is-live { border-color: var(--accent2); background: #0d1a2e; }
|
|
||||||
.mobile-program.is-past { opacity: 0.4; }
|
|
||||||
|
|
||||||
.mobile-program-progress {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0; left: 0;
|
|
||||||
height: 2px;
|
|
||||||
background: var(--accent2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-program-time {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 10px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
padding: 8px 10px;
|
|
||||||
background: var(--surface);
|
|
||||||
border-right: 1px solid var(--border);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: flex-start;
|
|
||||||
min-width: 72px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
gap: 2px;
|
|
||||||
}
|
|
||||||
.mobile-program.is-live .mobile-program-time { color: var(--accent2); }
|
|
||||||
|
|
||||||
.mobile-program-info {
|
|
||||||
padding: 8px 10px;
|
|
||||||
flex: 1;
|
|
||||||
min-width: 0;
|
|
||||||
}
|
|
||||||
.mobile-program-title {
|
|
||||||
font-size: 13px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: var(--text-bright);
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.mobile-program-dur {
|
|
||||||
font-size: 10px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
margin-top: 2px;
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-live-badge {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 9px;
|
|
||||||
color: var(--accent-live);
|
|
||||||
background: rgba(255,68,68,0.12);
|
|
||||||
border: 1px solid var(--accent-live);
|
|
||||||
border-radius: 2px;
|
|
||||||
padding: 2px 5px;
|
|
||||||
letter-spacing: 0.1em;
|
|
||||||
align-self: center;
|
|
||||||
margin-right: 8px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TOOLTIP */
|
|
||||||
.tooltip {
|
|
||||||
position: fixed;
|
|
||||||
background: var(--surface);
|
|
||||||
border: 1px solid var(--accent2);
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 10px 14px;
|
|
||||||
z-index: 999;
|
|
||||||
pointer-events: none;
|
|
||||||
max-width: 300px;
|
|
||||||
opacity: 0;
|
|
||||||
transition: opacity 0.15s;
|
|
||||||
}
|
|
||||||
.tooltip.visible { opacity: 1; }
|
|
||||||
.tooltip-title { font-size: 14px; font-weight: 700; color: var(--text-bright); margin-bottom: 4px; }
|
|
||||||
.tooltip-time { font-family: 'Share Tech Mono', monospace; font-size: 10px; color: var(--accent2); margin-bottom: 6px; }
|
|
||||||
.tooltip-desc { font-size: 12px; color: var(--text); line-height: 1.4; max-height: 80px; overflow: hidden; }
|
|
||||||
|
|
||||||
/* LOADING */
|
|
||||||
.loading {
|
|
||||||
position: fixed; inset: 0;
|
|
||||||
background: var(--bg);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
z-index: 1000;
|
|
||||||
gap: 20px;
|
|
||||||
}
|
|
||||||
.loading-text {
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 12px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
letter-spacing: 0.2em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
.loading-bar {
|
|
||||||
width: 200px; height: 2px;
|
|
||||||
background: var(--border);
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.loading-bar::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0; left: -60%;
|
|
||||||
width: 60%; height: 100%;
|
|
||||||
background: var(--accent);
|
|
||||||
animation: loading-anim 1.2s ease-in-out infinite;
|
|
||||||
}
|
|
||||||
@keyframes loading-anim { to { left: 110%; } }
|
|
||||||
|
|
||||||
.error-msg {
|
|
||||||
position: fixed; inset: 0;
|
|
||||||
background: var(--bg);
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
z-index: 1000;
|
|
||||||
gap: 16px;
|
|
||||||
display: none;
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
.err-title { font-family: 'Share Tech Mono', monospace; font-size: 14px; color: var(--accent-live); letter-spacing: 0.1em; }
|
|
||||||
.err-sub { font-size: 13px; color: var(--text-dim); text-align: center; max-width: 400px; line-height: 1.5; }
|
|
||||||
.epg-input-bar { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; justify-content: center; }
|
|
||||||
.epg-input {
|
|
||||||
background: var(--surface2);
|
|
||||||
border: 1px solid var(--border-bright);
|
|
||||||
color: var(--text-bright);
|
|
||||||
font-family: 'Share Tech Mono', monospace;
|
|
||||||
font-size: 12px;
|
|
||||||
padding: 8px 12px;
|
|
||||||
width: 320px;
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
.epg-input:focus { border-color: var(--accent); }
|
|
||||||
.epg-btn {
|
|
||||||
background: var(--accent);
|
|
||||||
border: none; color: #000;
|
|
||||||
font-family: 'Barlow Condensed', sans-serif;
|
|
||||||
font-weight: 700; font-size: 13px;
|
|
||||||
letter-spacing: 0.1em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
padding: 8px 18px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══════════════════════════════════════════
|
|
||||||
RESPONSIVE
|
|
||||||
═══════════════════════════════════════════ */
|
|
||||||
@media (max-width: 900px) {
|
|
||||||
:root { --channel-w: 110px; }
|
|
||||||
.logo-sub { display: none; }
|
|
||||||
.date-label { display: none; }
|
|
||||||
.clock { font-size: 16px; }
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══════════════════════════════════════════
|
|
||||||
SÉLECTEUR DE THÈME
|
|
||||||
═══════════════════════════════════════════ */
|
|
||||||
.theme-select {
|
|
||||||
background: transparent;
|
|
||||||
border: 1px solid var(--border-bright);
|
|
||||||
color: var(--text-dim);
|
|
||||||
font-family: var(--font-mono);
|
|
||||||
font-size: 10px;
|
|
||||||
letter-spacing: 0.08em;
|
|
||||||
padding: 4px 8px;
|
|
||||||
cursor: pointer;
|
|
||||||
text-transform: uppercase;
|
|
||||||
transition: all 0.15s;
|
|
||||||
flex-shrink: 0;
|
|
||||||
-webkit-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
}
|
|
||||||
.theme-select:hover { border-color: var(--accent2); color: var(--accent2); }
|
|
||||||
.theme-select option { background: #111; color: #eee; font-family: sans-serif; }
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
html, body { height: 100%; overflow: hidden; }
|
|
||||||
body { overflow: hidden; }
|
|
||||||
|
|
||||||
.topbar {
|
|
||||||
height: auto;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
padding: 8px 12px;
|
|
||||||
gap: 8px;
|
|
||||||
}
|
|
||||||
.logo { font-size: 11px; }
|
|
||||||
.clock { font-size: 14px; }
|
|
||||||
|
|
||||||
.grid-wrapper { display: none; }
|
|
||||||
.mobile-view { display: block; }
|
|
||||||
.tooltip { display: none !important; }
|
|
||||||
#navBtns { display: none !important; }
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ── MODAL PERSONAL EPG ─────────────────────────────────────────────────── */
|
|
||||||
.modal-overlay {
|
|
||||||
position: fixed; inset: 0; background: rgba(0,0,0,0.7);
|
|
||||||
z-index: 3000; display: none; align-items: center; justify-content: center;
|
|
||||||
}
|
|
||||||
.modal-overlay.visible { display: flex; }
|
|
||||||
.modal-card {
|
|
||||||
background: var(--surface); border: 1px solid var(--border-bright);
|
|
||||||
padding: 28px; width: 100%; max-width: 420px; margin: 16px;
|
|
||||||
}
|
|
||||||
.modal-title {
|
|
||||||
font-family: var(--font-mono); font-size: 13px; color: var(--accent);
|
|
||||||
letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px;
|
|
||||||
}
|
|
||||||
.modal-subtitle { font-size: 12px; color: var(--text-dim); margin-bottom: 20px; line-height: 1.5; }
|
|
||||||
.modal-field { margin-bottom: 14px; }
|
|
||||||
.modal-field label {
|
|
||||||
display: block; font-family: var(--font-mono); font-size: 10px;
|
|
||||||
letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 6px;
|
|
||||||
}
|
|
||||||
.modal-field input {
|
|
||||||
width: 100%; background: var(--surface2); border: 1px solid var(--border-bright);
|
|
||||||
color: var(--text-bright); font-family: var(--font-mono); font-size: 12px;
|
|
||||||
padding: 9px 10px; outline: none; transition: border-color 0.15s;
|
|
||||||
}
|
|
||||||
.modal-field input:focus { border-color: var(--accent); }
|
|
||||||
.modal-field input::placeholder { color: var(--text-dim); opacity: 0.4; }
|
|
||||||
.modal-actions { display: flex; gap: 10px; margin-top: 20px; justify-content: flex-end; }
|
|
||||||
.modal-btn-cancel {
|
|
||||||
background: none; border: 1px solid var(--border-bright); color: var(--text-dim);
|
|
||||||
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
|
|
||||||
text-transform: uppercase; padding: 8px 16px; cursor: pointer; transition: border-color 0.15s;
|
|
||||||
}
|
|
||||||
.modal-btn-cancel:hover { border-color: var(--text-dim); color: var(--text); }
|
|
||||||
.modal-btn-apply {
|
|
||||||
background: var(--accent); border: none; color: #000;
|
|
||||||
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
|
|
||||||
text-transform: uppercase; padding: 8px 20px; cursor: pointer; transition: opacity 0.15s;
|
|
||||||
}
|
|
||||||
.modal-btn-apply:hover { opacity: 0.85; }
|
|
||||||
|
|
||||||
/* ── SOURCE SELECTOR ─────────────────────────────────────────────────────── */
|
|
||||||
.source-select {
|
|
||||||
background: var(--surface2);
|
|
||||||
border: 1px solid var(--border-bright);
|
|
||||||
color: var(--text);
|
|
||||||
font-family: var(--font-mono);
|
|
||||||
font-size: 11px;
|
|
||||||
padding: 5px 8px;
|
|
||||||
cursor: pointer;
|
|
||||||
letter-spacing: 0.06em;
|
|
||||||
height: 28px;
|
|
||||||
outline: none;
|
|
||||||
transition: border-color 0.15s, color 0.15s;
|
|
||||||
max-width: 130px;
|
|
||||||
}
|
|
||||||
.source-select:hover { border-color: var(--accent2); color: var(--accent2); }
|
|
||||||
.source-select option { background: #111; color: #eee; font-family: sans-serif; }
|
|
||||||
|
|
||||||
/* ═══════════════════════════════════════════
|
|
||||||
PLAYER PiP
|
|
||||||
═══════════════════════════════════════════ */
|
|
||||||
.pip {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 24px;
|
|
||||||
right: 24px;
|
|
||||||
width: 380px;
|
|
||||||
background: #000;
|
|
||||||
border: 1px solid var(--border-bright);
|
|
||||||
box-shadow: 0 8px 32px rgba(0,0,0,0.8);
|
|
||||||
z-index: 2000;
|
|
||||||
display: none;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
.pip.visible { display: flex; }
|
|
||||||
.pip-header {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: 6px 10px;
|
|
||||||
background: var(--surface);
|
|
||||||
border-bottom: 1px solid var(--border);
|
|
||||||
gap: 8px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
.pip-channel {
|
|
||||||
font-family: var(--font-mono);
|
|
||||||
font-size: 11px;
|
|
||||||
color: var(--accent);
|
|
||||||
letter-spacing: 0.08em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
.pip-program {
|
|
||||||
font-size: 11px;
|
|
||||||
color: var(--text-dim);
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
flex: 2;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.pip-close {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
color: var(--text-dim);
|
|
||||||
font-size: 18px;
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 0 4px;
|
|
||||||
line-height: 1;
|
|
||||||
flex-shrink: 0;
|
|
||||||
transition: color 0.15s;
|
|
||||||
}
|
|
||||||
.pip-close:hover { color: var(--accent-live); }
|
|
||||||
.pip video {
|
|
||||||
width: 100%;
|
|
||||||
aspect-ratio: 16/9;
|
|
||||||
display: block;
|
|
||||||
background: #000;
|
|
||||||
}
|
|
||||||
.pip-error {
|
|
||||||
padding: 20px;
|
|
||||||
text-align: center;
|
|
||||||
font-family: var(--font-mono);
|
|
||||||
font-size: 11px;
|
|
||||||
color: var(--accent-live);
|
|
||||||
letter-spacing: 0.06em;
|
|
||||||
}
|
|
||||||
.channel-cell { cursor: pointer; }
|
|
||||||
.channel-cell:hover { background: var(--surface2); }
|
|
||||||
.program-block.is-live { cursor: pointer; }
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
.pip { width: calc(100vw - 16px); bottom: 8px; right: 8px; left: 8px; }
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<link id="themeStylesheet" rel="stylesheet" href="themes/default.css">
|
<link id="themeStylesheet" rel="stylesheet" href="themes/default.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,35 @@
|
|||||||
|
<!-- MODAL PROGRAMME -->
|
||||||
|
<div class="modal-overlay" id="programModal">
|
||||||
|
<div class="modal-card program-card">
|
||||||
|
<button class="pm-close" onclick="closeProgramModal()">✕</button>
|
||||||
|
<div class="pm-channel" id="pm-channel"></div>
|
||||||
|
<div class="pm-title" id="pm-title"></div>
|
||||||
|
<div class="pm-time" id="pm-time"></div>
|
||||||
|
<div class="pm-desc" id="pm-desc"></div>
|
||||||
|
<div class="pm-actions">
|
||||||
|
<button class="pm-btn pm-watch" id="pm-watch">▶ <?= htmlspecialchars($L["watch_now"]) ?></button>
|
||||||
|
<a class="pm-btn pm-imdb" id="pm-imdb" href="#" target="_blank" rel="noopener">🎥 <?= htmlspecialchars($L["imdb_search"]) ?></a>
|
||||||
|
<button class="pm-btn pm-cancel" onclick="closeProgramModal()"><?= htmlspecialchars($L["close"]) ?></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- MODAL PERSONAL EPG -->
|
<!-- MODAL PERSONAL EPG -->
|
||||||
<div class="modal-overlay" id="personalEpgModal">
|
<div class="modal-overlay" id="personalEpgModal">
|
||||||
<div class="modal-card">
|
<div class="modal-card">
|
||||||
<div class="modal-title">✏ Personal EPG</div>
|
<div class="modal-title">✏ <?= htmlspecialchars($L["personal_epg_title"]) ?></div>
|
||||||
<div class="modal-subtitle">Utilisez votre propre source EPG/M3U sur cette instance.</div>
|
<div class="modal-subtitle"><?= htmlspecialchars($L["personal_epg_subtitle"]) ?></div>
|
||||||
<div class="modal-field">
|
<div class="modal-field">
|
||||||
<label>URL EPG (XMLTV) *</label>
|
<label><?= htmlspecialchars($L["personal_epg_label"]) ?></label>
|
||||||
<input type="url" id="personalEpgInput" placeholder="http://mon-serveur/xmltv.xml">
|
<input type="url" id="personalEpgInput" placeholder="http://mon-serveur/xmltv.xml">
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-field">
|
<div class="modal-field">
|
||||||
<label>URL M3U <span style="opacity:.5;font-size:10px">(optionnel)</span></label>
|
<label><?= htmlspecialchars($L["personal_epg_m3u_label"]) ?> <span style="opacity:.5;font-size:10px">(<?= htmlspecialchars($L["personal_epg_optional"]) ?>)</span></label>
|
||||||
<input type="url" id="personalM3uInput" placeholder="http://mon-serveur/channels.m3u">
|
<input type="url" id="personalM3uInput" placeholder="http://mon-serveur/channels.m3u">
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-actions">
|
<div class="modal-actions">
|
||||||
<button class="modal-btn-cancel" onclick="closePersonalEpgModal()">Annuler</button>
|
<button class="modal-btn-cancel" onclick="closePersonalEpgModal()"><?= htmlspecialchars($L["cancel"]) ?></button>
|
||||||
<button class="modal-btn-apply" onclick="applyPersonalEpg()">Appliquer</button>
|
<button class="modal-btn-apply" onclick="applyPersonalEpg()"><?= htmlspecialchars($L["apply"]) ?></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,25 +3,35 @@
|
|||||||
<div class="date-label" id="dateLabel"></div>
|
<div class="date-label" id="dateLabel"></div>
|
||||||
<div class="clock" id="clock">00:00:00</div>
|
<div class="clock" id="clock">00:00:00</div>
|
||||||
<div class="nav-btns" id="navBtns">
|
<div class="nav-btns" id="navBtns">
|
||||||
<button class="nav-btn" onclick="shiftView(-60)">◀ 1h</button>
|
<button class="nav-btn" onclick="shiftView(-60)"><?= htmlspecialchars($L["shift_back"]) ?></button>
|
||||||
<button class="nav-btn active" onclick="centerNow()">Maintenant</button>
|
<button class="nav-btn active" onclick="centerNow()"><?= htmlspecialchars($L["now"]) ?></button>
|
||||||
<button class="nav-btn" onclick="shiftView(60)">1h ▶</button>
|
<button class="nav-btn" onclick="shiftView(60)"><?= htmlspecialchars($L["shift_fwd"]) ?></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="copy-btns">
|
<div class="copy-btns">
|
||||||
<button class="copy-btn" onclick="copyUrl('epg')" title="Copier l'URL EPG">EPG</button>
|
<button class="copy-btn" onclick="copyUrl('epg')" title="<?= htmlspecialchars($L["copy_epg"]) ?>"><?= htmlspecialchars($L["copy_epg"]) ?></button>
|
||||||
<?php if (!empty($m3u_url)): ?>
|
<?php if (!empty($m3u_url)): ?>
|
||||||
<button class="copy-btn" onclick="copyUrl('m3u')" title="Copier l'URL M3U">M3U</button>
|
<button class="copy-btn" onclick="copyUrl('m3u')" title="<?= htmlspecialchars($L["copy_m3u"]) ?>"><?= htmlspecialchars($L["copy_m3u"]) ?></button>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php if (count($epg_sources) > 1 || $allow_personal_epg): ?>
|
<?php if (count($epg_sources) > 1 || $allow_personal_epg): ?>
|
||||||
<select class="source-select" id="sourceSelect" onchange="switchSource(this.value)" title="Source EPG">
|
<div class="source-dropdown" id="sourceDropdown">
|
||||||
|
<button class="source-dropdown-btn" onclick="toggleSourceDropdown()" id="sourceDropdownBtn">
|
||||||
|
<span id="sourceDropdownLabel"><?= htmlspecialchars($epg_sources[0]['name'] ?? 'EPG') ?></span>
|
||||||
|
<span class="source-dropdown-arrow">▼</span>
|
||||||
|
</button>
|
||||||
|
<div class="source-dropdown-menu" id="sourceDropdownMenu">
|
||||||
<?php foreach ($epg_sources as $i => $src): ?>
|
<?php foreach ($epg_sources as $i => $src): ?>
|
||||||
<option value="<?= $i ?>"><?= htmlspecialchars($src['name']) ?></option>
|
<button class="source-dropdown-item<?= $i === 0 ? ' active' : '' ?>" onclick="switchSource(<?= $i ?>); closeSourceDropdown()">
|
||||||
|
<?= htmlspecialchars($src['name']) ?>
|
||||||
|
</button>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if ($allow_personal_epg): ?>
|
<?php if ($allow_personal_epg): ?>
|
||||||
<option value="personal">✏ Personal EPG</option>
|
<button class="source-dropdown-item source-dropdown-personal" onclick="switchSource('personal'); closeSourceDropdown()">
|
||||||
|
✎ Personal EPG
|
||||||
|
</button>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</select>
|
</div>
|
||||||
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<select class="theme-select" id="themeSelect" onchange="setTheme(this.value)" title="Thème">
|
<select class="theme-select" id="themeSelect" onchange="setTheme(this.value)" title="Thème">
|
||||||
<?php
|
<?php
|
||||||
@@ -47,6 +57,11 @@ foreach ($theme_files as $file) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<div class="live-dot">LIVE</div>
|
<button class="search-btn" onclick="toggleSearch()" title="Search">🔍</button>
|
||||||
|
<div class="live-dot"><?= htmlspecialchars($L["live"]) ?></div>
|
||||||
|
</div>
|
||||||
|
<div class="search-bar" id="searchBar">
|
||||||
|
<input class="search-input" id="searchInput" type="text" placeholder="<?= htmlspecialchars($L["search_placeholder"]) ?>" oninput="onSearchInput(this.value)" />
|
||||||
|
<button class="search-clear" onclick="clearSearch()">✕</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,76 @@
|
|||||||
|
const CACHE_NAME = 'gridtv-v2';
|
||||||
|
|
||||||
|
// Ressources statiques à mettre en cache immédiatement
|
||||||
|
const STATIC_ASSETS = [
|
||||||
|
'/',
|
||||||
|
'/index.php',
|
||||||
|
'/manifest.json',
|
||||||
|
'/assets/fonts/fonts.css',
|
||||||
|
'/assets/icon-192.png',
|
||||||
|
'/assets/icon-512.png',
|
||||||
|
'/assets/vendor/hls.min.js'
|
||||||
|
];
|
||||||
|
|
||||||
|
// Install : mise en cache des assets statiques
|
||||||
|
self.addEventListener('install', e => {
|
||||||
|
e.waitUntil(
|
||||||
|
caches.open(CACHE_NAME)
|
||||||
|
.then(cache => cache.addAll(STATIC_ASSETS))
|
||||||
|
.then(() => self.skipWaiting())
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Activate : purger les anciens caches
|
||||||
|
self.addEventListener('activate', e => {
|
||||||
|
e.waitUntil(
|
||||||
|
caches.keys().then(keys =>
|
||||||
|
Promise.all(keys.filter(k => k !== CACHE_NAME).map(k => caches.delete(k)))
|
||||||
|
).then(() => self.clients.claim())
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Fetch : stratégie selon le type de ressource
|
||||||
|
self.addEventListener('fetch', e => {
|
||||||
|
const url = new URL(e.request.url);
|
||||||
|
|
||||||
|
// Flux EPG/M3U et API GitHub : network only (pas de cache)
|
||||||
|
if (
|
||||||
|
url.pathname.includes('xmltv') ||
|
||||||
|
url.pathname.includes('.m3u') ||
|
||||||
|
url.hostname === 'api.github.com' ||
|
||||||
|
url.pathname.includes('proxy.php')
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Assets statiques : cache first
|
||||||
|
if (
|
||||||
|
e.request.destination === 'style' ||
|
||||||
|
e.request.destination === 'script' ||
|
||||||
|
e.request.destination === 'font' ||
|
||||||
|
e.request.destination === 'image' ||
|
||||||
|
url.pathname.endsWith('.json') ||
|
||||||
|
url.pathname.endsWith('.css') ||
|
||||||
|
url.pathname.endsWith('.js')
|
||||||
|
) {
|
||||||
|
e.respondWith(
|
||||||
|
caches.match(e.request).then(cached => cached || fetch(e.request).then(res => {
|
||||||
|
const clone = res.clone();
|
||||||
|
caches.open(CACHE_NAME).then(cache => cache.put(e.request, clone));
|
||||||
|
return res;
|
||||||
|
}))
|
||||||
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Pages PHP (index.php) : network first, fallback cache
|
||||||
|
e.respondWith(
|
||||||
|
fetch(e.request)
|
||||||
|
.then(res => {
|
||||||
|
const clone = res.clone();
|
||||||
|
caches.open(CACHE_NAME).then(cache => cache.put(e.request, clone));
|
||||||
|
return res;
|
||||||
|
})
|
||||||
|
.catch(() => caches.match(e.request))
|
||||||
|
);
|
||||||
|
});
|
||||||
@@ -3,8 +3,6 @@
|
|||||||
* Néons rose/cyan sur noir absolu. Blade Runner.
|
* Néons rose/cyan sur noir absolu. Blade Runner.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;600;700&display=swap');
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #000008;
|
--bg: #000008;
|
||||||
--surface: #080010;
|
--surface: #080010;
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
* Salle de régie sombre, la base.
|
* Salle de régie sombre, la base.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Barlow+Condensed:wght@300;400;600;700&display=swap');
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #0a0b0d;
|
--bg: #0a0b0d;
|
||||||
--surface: #111318;
|
--surface: #111318;
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
* Papier jauni, encre rouge et bleue, machine à écrire.
|
* Papier jauni, encre rouge et bleue, machine à écrire.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #f2e8c8;
|
--bg: #f2e8c8;
|
||||||
--surface: #ede0b0;
|
--surface: #ede0b0;
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
* Brun chaud, cuivre, laiton. Très 1880.
|
* Brun chaud, cuivre, laiton. Très 1880.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap');
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #160e04;
|
--bg: #160e04;
|
||||||
--surface: #201408;
|
--surface: #201408;
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"version": "1.4.3"
|
||||||
|
}
|
||||||