Posts by peppy.player

    Hallo, auf dieser Seite können Sie verschiedene Versionen des Trixie-Betriebssystems herunterladen:

    Raspberry Pi OS downloads – Raspberry Pi
    Raspberry Pi OS (previously called Raspbian) is our official, supported operating system.
    www.raspberrypi.com

    Eine davon ist die Lite-Version ohne Benutzeroberfläche (Raspberry Pi OS Lite). Die andere ist die Desktop-Version mit Benutzeroberfläche (Raspberry Pi OS). Welche verwenden Sie?
    SPI-Displays werden üblicherweise direkt an die GPIO-Anschlüsse des Raspberry Pi angeschlossen.
    HDMI-Displays werden üblicherweise entweder über ein HDMI-Kabel oder einen kleinen Adapter angeschlossen.
    Diese Information wäre sehr hilfreich, da es bisher Probleme mit der neuesten Lite-Version von Raspberry Pi in Verbindung mit Player und Display gab.

    Vielen Dank!

    -----------------------------------------------------------------------------------------

    Hi, from this site you can download different versions of the Trixie OS:

    Raspberry Pi OS downloads – Raspberry Pi
    Raspberry Pi OS (previously called Raspbian) is our official, supported operating system.
    www.raspberrypi.com

    One of them is Lite version - without UI (Raspberry Pi OS Lite). Another Desktop version - with UI (Raspberry Pi OS). Which one do you use?
    SPI displays are usually connected directly to Pi's GPIO connector.
    HDMI displays are usually connected either through HDMI cable or small adapter.
    This information would be very helpful because until now there were issues using the latest Lite OS with player/display.


    Thanks!

    Hallo, versuchen Sie diesen Befehl, um die mutagen-Bibliothek zu installieren:
    pip3 install mutagen --break-system-packages

    ------------------------------------------------------------------------------------

    Hi, try this command to install mutagen library:
    pip3 install mutagen --break-system-packages

    Hallo,

    Welches Raspberry Pi-Modell und welchen Bildschirmtyp verwenden Sie?
    Funktioniert der Player mit anderen Versionen?

    Viele Grüße

    --------------------------------------------------------------------------------------------

    Hi,

    What is your Raspberry Pi model and display type?
    Does the player start with another versions?

    Best regards

    Okay. Die Kandinsky-Edition verfügt über einen CD-Player-Modus. Die Unterstützung für CDs wurde in der nächsten Edition (Malevich) eingestellt. Die folgende Seite enthält Details zu jeder Edition:
    Details

    --------------------------------------------------------------------------------

    OK. Kandinsky edition has a CD-Player mode. The support for CD was stopped in the next edition (Malevich). The following page has details for each edition:

    Details

    Hallo,

    bitte senden Sie mir die Datei current.txt zu, falls der Player nicht funktioniert. Ich vermute, dass eine Eigenschaft einen Sonderzeichen enthält.

    Viele Grüße

    -------------------------------------------------------------------------------------------------

    Hi, please share the file current.txt when the player doesn't work. I suspect there is a property with some special character.

    Best regards

    Hallo, der Player verfügt über den Modus „YA Stream“ (YouTube Audio Stream) zum Abspielen von Audio-Streams von YouTube:

    YA Streams New
    Peppy documentation. Contribute to project-owner/Peppy.doc development by creating an account on GitHub.
    github.com

    Leider hat YouTube diese Funktion, die auf der Bibliothek yt-dlp basierte, deaktiviert.

    Das Programm ist der Player selbst. Er bietet minimale Bearbeitungsfunktionen, beispielsweise einen einfachen Playlist-Editor im Webclient:

    File Playlist Editor
    Peppy documentation. Contribute to project-owner/Peppy.doc development by creating an account on GitHub.
    github.com

    Es wäre jedoch möglich, die Bearbeitung von Tags im Webclient mithilfe der Bibliothek „mutagen“ zu implementieren. Ich denke, diese Bibliothek unterstützt diese Funktion.

    Viele Grüße

    ------------------------------------------------------------------------------------------------------------------

    Hi, there is 'YA Stream' (YouTube Audio Stream) mode in the player which is for playing audio streams from YouTube.
    Unfortunately YouTube broke that functionality which was based on the library yt-dlp.

    The program is the player. It has minimal editing functionality, for example a minimal playlist editor in web client.
    Though it's possible to add tag editing in the web client using the 'mutagen' library. I think it supports this functionality.

    Best regards

    Ja, das sollte machbar sein. Ich würde allerdings einen eigenen Client für den LCDd-Daemon/Server implementieren, um Abhängigkeiten und Lizenzprobleme zu vermeiden.

    Vor einiger Zeit hatte ich schlechte Erfahrungen mit LCDs und habe beschlossen, es beiseite zu legen: https://forums.raspberrypi.com/viewtopic.php?…rt=625#p2283004

    Wenn Sie den LCDd-Client in PeppyMeter integrieren möchten und Programmiererfahrung in Python haben, können Sie dies implementieren und einen Pull Request erstellen. Wenn es gut aussieht, können wir es in den Hauptzweig mergen.


    Mit freundlichen Grüßen

    ----------------------------------------------------------------------------------------------------------------

    Yes, it should be doable. Though I would implement my own client for LCDd daemon/server to avoid any dependencies and license issues.
    Some time ago I had a bad experience with LCDs and decided to put it aside: https://forums.raspberrypi.com/viewtopic.php?…rt=625#p2283004

    If you want to integrate LCDd client with PeppyMeter and if you have programming experience in Python you can implement that and create a pull request. If it looks OK we can merge it into the main branch.

    Best regards

    Hallo Prince,

    Danke!
    Wie funktioniert die physische Verbindung des Displays zum Pi? Ist es mit dem GPPIO-Anschluss verbunden? Natürlich kann diese Art der Verbindung (GPIO) zu den PeppyMeter-Ausgängen hinzugefügt werden. Ich habe das Display jedoch nicht und kann es nicht testen. Sind Änderungen am PeppyMeter erforderlich, um diesen Ausgang zu unterstützen?

    Mit freundlichen Grüßen

    -------------------------------------------------------------------------------------

    Hi Prince,

    Thank you!
    What is a physical connection of that display to the Pi? Is it connected to the GPPIO connector? Sure, this kind of connection (GPIO) can be added to the PeppyMeter outputs. I just don't have that display and cannot test that. Are there any changes required in the PeppyMeter to support that output?

    Best Regards

    Hallo,

    Zuerst empfehle ich zu prüfen, ob der Player läuft. Stellen Sie dazu eine SSH-Verbindung zum Player her und führen Sie den folgenden Befehl aus, um den Dienststatus zu prüfen:
    sudo systemctl status peppy

    Sollte der Player nicht laufen, habe ich die Protokollierung in folgender Datei aktiviert:

    Peppy/configuration/config.txt at e7085c8301e229b064b2742b6d32b39d2319e7c7 · project-owner/Peppy
    Peppy Player Repository. Contribute to project-owner/Peppy development by creating an account on GitHub.
    github.com

    Überprüfen Sie anschließend den Inhalt der Protokolldatei (/home/pi/Peppy/peppy.log). Möglicherweise finden Sie dort einen Hinweis auf das Problem.

    Mit freundlichen Grüßen

    ------------------------------------------------------------------------

    Hi,

    First, I'd recommend to check that the player is running - SSH to the player and run the following command which checks the service status:
    sudo systemctl status peppy

    Second, if the player is not running I'd enabled the logging to the file:

    Peppy/configuration/config.txt at e7085c8301e229b064b2742b6d32b39d2319e7c7 · project-owner/Peppy
    Peppy Player Repository. Contribute to project-owner/Peppy development by creating an account on GitHub.
    github.com

    then check the content of the log file (/home/pi/Peppy/peppy.log). Probably it will give a hint for the issue.

    Best Regards

    Hallo, dieses Board wurde von unserem Forumsmitglied AlexAmend entwickelt. Du kannst ihn gerne kontaktieren. Er hilft dir bestimmt gerne weiter, wenn du Fragen zum Zusammenbau oder Debuggen/Testen hast.

    Freundliche Grüße

    ---------------------------------------------------------------------

    Hi, that board was developed by the member of this forum AlexAmend. You can contact him and he will probably help you if you have any questions regarding assembling or debugging/testing.

    Best regards

    Hallo,

    Disk-Images für alle unterstützten Displays finden Sie hier:

    Disk Images · project-owner/PeppyPlayers.doc Wiki
    Contribute to project-owner/PeppyPlayers.doc development by creating an account on GitHub.
    github.com

    Mit freundlichen Grüßen

    ---------------------------------------------------------------------------

    Hi,

    You can find disk images for all supported displays here:

    Disk Images · project-owner/PeppyPlayers.doc Wiki
    Contribute to project-owner/PeppyPlayers.doc development by creating an account on GitHub.
    github.com

    Best regards

    Die neue Version (Klee Edition) des Peppy Players wurde gerade veröffentlicht.

    Die Disk-Images mit der neuen Version sind hier verfügbar:

    Disk Images · project-owner/PeppyPlayers.doc Wiki
    Contribute to project-owner/PeppyPlayers.doc development by creating an account on GitHub.
    github.com

    Hier sind die Hauptfunktionen der neuen Version:

    - Implementierung der alternativen Web-Benutzeroberfläche – Minimalistisch: https://github.com/project-owner/Peppy.doc/wiki/Minimalist

    - Überarbeitung des Wetter-Bildschirmschoners durch Ersetzen des OpenWeatherMap-Dienstes durch den Pirate-Weather-Dienst.
    - Behebung mehrerer Fehler.

    -----------------------------------------------------------------------------------------

    New version (Klee Edition) of the Peppy Player was just released.

    The disk images with the new release are available here:

    Disk Images · project-owner/PeppyPlayers.doc Wiki
    Contribute to project-owner/PeppyPlayers.doc development by creating an account on GitHub.
    github.com


    Here are the main features of the new release:

    Hallo,


    leider hat jedes Display seine eigenen Einstellungen. Sie können diese entweder in der Datei /boot/firmware/cmdline.txt oder /boot/cmdline.txt definieren. Ich habe nur Disk-Images für Displays bereitgestellt, die ich besitze.

    Um alle unterstützten Modi anzuzeigen, können Sie den Befehl ausführen:

    kmsprint -m

    Es wird immer schwieriger, verschiedene Displays in einem Konsolenmodus (ohne X-Windows) zu unterstützen. Ich konnte kein SPI-Display mit dem neuesten Betriebssystem und Pygame zum Laufen bringen. Daher werden jetzt nur noch HDMI-Displays unterstützt. Vielleicht ist es an der Zeit, auf die Desktop-Betriebssystemversion umzusteigen. Dadurch wird die Größe eines Disk-Images erhöht, aber ich denke, die Displayunterstützung sollte viel besser sein.

    Wenn jemand helfen könnte, den Player auf die Desktop-Betriebssystemversion umzustellen, wäre das sehr hilfreich. Ich erinnere mich, dass klevor einiger Zeit Anweisungen gepostet hat, wie man den Player unter einem Desktop-Betriebssystem zum Laufen bringt. Ich bin mir nicht sicher, ob das noch gültig ist. Außerdem bin ich mir nicht sicher, ob es möglich ist, das System direkt im Player zu starten, ohne zuerst einen Desktop zu starten.


    Freundliche Grüße

    ----------------------------------------------------------------------------------------------------------------

    Hi,

    Unfortunately each display has its own settings. You can define that either in the file /boot/firmware/cmdline.txt or /boot/cmdline.txt
    I've provided disk images only for displays which I own.

    To see all supported modes you can run the command:
    kmsprint -m

    It becomes more and more difficult to support different displays in a console (without X-windows) mode. I was not able to make any SPI display working with the latest OS and Pygame. Therefore only HDMI displays are supported now. Maybe it's time to switch to the desktop OS version. That will increase a disk image size but I think displays support should be much better.

    If anybody could help to switch the player to the desktop OS version it would be very helpful. I remember some time ago kleposted instructions how to make the player working under desktop OS. I'm not sure if that's still valid. Also I'm not sure if it's possible to start the system right into the player without starting a desktop first.

    Best regards

    Hallo,

    Ich habe Ihre Nachricht erst heute gesehen. Ich glaube, ich habe alle möglichen Kombinationen ausprobiert, konnte den Bildschirm unter Bookworm OS aber nicht drehen. Hier ist der Thread in einem anderen Forum:

    [SOLVED] Rotate display 180 on bookworm lite (not rotating touch isn't an issue) - Raspberry Pi Forums

    Bitte lassen Sie mich wissen, ob Sie den Bildschirm drehen können.

    Ich werde prüfen, warum der Begrüßungsbildschirm nicht angezeigt wird.

    Viele Grüße

    -------------------------------------------------------------------

    Hi,

    I've just noticed your message today.
    I think I tried all possible combinations but was not able to rotate the screen on Boorkworm OS. Here is the thread on another forum:
    [SOLVED] Rotate display 180 on bookworm lite (not rotating touch isn't an issue) - Raspberry Pi Forums
    Please let me know if you will be able to rotate the screen.
    I'll check why splash screen is not showing up.

    Best regards

    Das Wiedergabeproblem von YA Streams (YouTube Audio Streams) wurde identifiziert und behoben.
    Alle Disk-Images wurden am 13.07.2024 behoben:

    Disk Images · project-owner/PeppyPlayers.doc Wiki
    Contribute to project-owner/PeppyPlayers.doc development by creating an account on GitHub.
    github.com

    Das Problem kann behoben werden, ohne ein neues Disk-Image zu installieren, indem Sie diese Schritte ausführen:

    Known Issues
    Contribute to project-owner/PeppyPlayers.doc development by creating an account on GitHub.
    github.com

    -----------------------------------------------------------------------------------------------

    The YA Streams (YouTube Audio Streams) playback issue was identified and fixed.
    All disk images have been fixed on 07/13/2024

    The issue can be fixed without installing new disk image by following these steps

    Neue Version (Miro Edition) des Peppy Players wurde veröffentlicht.

    Die Disk-Images mit der neuen Version sind hier verfügbar:

    Disk Images · project-owner/PeppyPlayers.doc Wiki
    Contribute to project-owner/PeppyPlayers.doc development by creating an account on GitHub.
    github.com

    Hier sind die Hauptfunktionen der neuen Version:

    - Implementierung einer Suchfunktion über YouTube Audio Streams (YA Streams).

    Search YA Streams
    Peppy documentation. Contribute to project-owner/Peppy.doc development by creating an account on GitHub.
    github.com

    yas-5.png

    - Implementierung einer automatischen Suche über YA Streams nach dem aktuell wiedergegebenen Titel im Katalog.

    Catalog
    Peppy documentation. Contribute to project-owner/Peppy.doc development by creating an account on GitHub.
    github.com

    yas-6.png

    - Fortschrittsbildschirm überarbeitet, Spektrumanimation hinzugefügt.
    - Mehrzeilige Bildschirmtitel behoben.

    -----------------------------------------------------------------------------------------------------------------

    New version (Miro Edition) of the Peppy Player was released.

    The disk images with the new release are available here:
    Here are the main features of the new release:

    - Implemented a search functionality through YouTube Audio Streams (YA Streams).
    - Implemented automatic search through YA Streams for the currently playing track in the Catalog.
    - Refactored progress screen, added spectrum animation.
    - Fixed multi-line screen titles.

    Hallo,

    Die aktuellen Disk-Images, die auf dem neuesten Betriebssystem basieren, unterstützen keine SPI-Displays. Ich arbeite derzeit an der Version, die alle Displaytypen (SPI, DSI und HDMI) unterstützt. Wenn ich damit Erfolg habe, müssen Sie nur wie üblich ein Disk-Image installieren.

    Freundliche Grüße

    ---------------------------------------------------------------------------------

    Hi,

    The current disk images which are based on the latest OS don't support SPI displays. I'm currently working on the version which will support all display types (SPI, DSI and HDMI). If I'll succeed then you will need just to install a disk image as usual.

    Best regards

    Danke! Jetzt ist klar, was das Problem ist.

    Der Player arbeitet lange Zeit als systemd-Dienst. Die zum Starten des Dienstes verwendete Datei befindet sich hier:
    /etc/systemd/system/peppy.service
    Um den Status des Dienstes anzuzeigen, können Sie den Befehl verwenden:
    sudo systemctl status peppy

    Da der Player beim Start eines Pi als Dienst gestartet wird, IST ES NICHT NOTWENDIG, ihn von /etc/rc.local aus zu starten. Andernfalls starten Sie den zweiten Player.

    Entfernen Sie also diesen Start von /etc/rc.local und sehen Sie, ob das das Problem behebt.

    Freundliche Grüße

    --------------------------------------------------------------

    Thanks! Now it is clear what is the problem.

    For a long time the player works as a systemd service. The file used to start the service is here:
    /etc/systemd/system/peppy.service
    To see the status of the service you can use the command:
    sudo systemctl status peppy

    As the player starts as a service on a Pi startup, THERE IS NO NEED to start it from /etc/rc.local. Otherwise you start the second player.

    So, remove that start from /etc/rc.local and see if that will fix the problem.

    Best regards

    Hallo,

    Um das Problem zu beheben, benötige ich die Schritte, um es zu reproduzieren.

    Wie haben Sie das Update durchgeführt? Welches Disk-Image verwenden Sie?

    Haben Sie nach der Installation eines Disk-Images Änderungen vorgenommen?

    Bitte listen Sie die Schritte auf, um das Problem direkt nach dem Einschalten Ihres Players zu reproduzieren.

    Danke!

    ---------------------------------------------------------------------------

    Hi,

    In order to fix the problem I need the steps to reproduce it.
    How did you update? Which disk image do you use?
    Did you make any changes after installing a disk image?
    Please list the steps to reproduce the issue right after switching your player on.

    Thanks!

    Danke, Stefan!

    Wenn ich die Grundursache des Problems finde, werde ich versuchen, es zu beheben und es dir mitteilen.

    Viele Grüße aus dem Silicon Valley

    -------------------------------------------------------------------------------------

    Thank you Stefan!

    If I'll find the root cause of the issue I'll try to fix it and let you know.

    Best regards from Silicon Valley