URL:     https://linuxfr.org/forums/programmation-python/posts/beta-bbs-popcorn-client-youtube-leger-gtk4-mpv
Title:   [Bêta] BBS pOpcOrn 🍿 – Client YouTube léger (GTK4 + MPV)
Authors: bbs
Date:    2026-05-05T20:35:03+02:00
License: CC By-SA
Tags:    
Score:   0


Salut à tous,

Je cherche quelques volontaires pour tester la bêta de **BBS pOpcOrn**, un client YouTube pour Linux orienté simplicité et performance.

[Readme](https://github.com/blacksamdev/BBS-Popcorn/blob/main/README.md)

**L'Objectif**

Retrouver une expérience de visionnage fluide sans dépendre d’un navigateur lourd ou d’une application Electron.

**La technique**

L'approche est hybride pour maximiser l'efficacité :

* Interface : GTK4 + WebKitGTK (navigation Youtube)
* Lecture : extraction via yt-dlp puis lecture dans MPV
* SponsorBlock supporté (désactivé par défaut)

**Points clés**

* Accélération matérielle via MPV
* Faible consommation CPU
* Données locales uniquement (pas de télémétrie, pas de compte)
* Licence GPL-3.0

**Installation** (via Flatpak)

. Installer MPV (prérequis)

```
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub io.mpv.Mpv
```
. Ajouter le dépôt BBS pOpcOrn

```
flatpak remote-add --if-not-exists --from bbs-popcorn https://blacksamdev.github.io/BBS-Popcorn/bbs-popcorn.flatpakrepo
```
. Installer et lancer l'application

```
flatpak install bbs-popcorn io.github.blacksamdev.Popcorn
```

🧪 **Tests recherchés**

* Communication GTK ↔ MPV (IPC socket).
* Stabilité GNOME / KDE.
* Bugs graphiques (fullscreen, transitions)
* Comportement selon les configs matérielles

Dépôt GitHub : https://github.com/blacksamdev/BBS-Popcorn

Merci d'avance pour vos retours et bons tests ! 🍿🏴‍☠️
