URL: https://linuxfr.org/forums/programmation-python/posts/v0-1-0-bbs-popcorn-client-youtube-leger-gtk4-mpv Title: [v0.1.0] BBS pOpcOrn đż â Client YouTube lĂ©ger (GTK4 + MPV) Authors: bbs Date: 2026ćčŽ05æ05æ„T20:35:03+02:00 License: CC By-SA Tags: mpv, youtube, yt-dlp, gtk4 et gplv3 Score: 4 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 ! đżđŽââ ïž