2022-04-29 08:27:40 +02:00
2022-03-14 11:29:48 +01:00
2022-03-19 14:23:09 +01:00
2022-04-29 08:27:20 +02:00
2022-03-19 14:23:09 +01:00
2022-03-19 14:19:58 +01:00
2022-03-14 16:53:04 +01:00

MusicPlayer

Yet another Music Player but with one twist. It displays the Playlist beautifully on a second display.

FEATURES

  • Play back music
  • Show the playing song on a special screen that also displays the upcoming songs
  • Add a file (songlist.csv) into the folder containing the songs, that has the following layout: Songname, Artist, Dance/Music-Style, Tempo
  • Multiple Keyboard-Shortcuts are available: Spacebar = Play/Pause; Escape = go back; S = Switch to showcase-screen; Left-arrow-key = previous song; Up-Arrow-Key = Rewind; Right-arrow-key = Next song
  • Planned: App theming

Installation:

  • You will need to install the following dependencies: kivy[full], kivymd, pygame.
  • Kivy may actually also (if you are on a distro that uses apt) be installed by cloning an apt repository as follows (adapted from kivy documentation), as pip will most likely fail: 'sudo add-apt-repository ppa:kivy-team/kivy', then running 'sudo apt-get update' and then 'sudo apt-get install python3-kivy'
Description
The original, python-based version of MusicPlayer
Readme GPL-3.0 1 MiB
Languages
Python 72.3%
kvlang 22.2%
JavaScript 5.4%
HTML 0.1%