Skip to content

Releases: vicwomg/pikaraoke

v1.6.0

23 Nov 18:21
a751c62
Compare
Choose a tag to compare

1.6.0 (2024-11-23)

Features

  • Added support to Android via Termux App (#423) (0118733)

v1.5.2

05 Nov 08:58
Compare
Choose a tag to compare

1.5.2 (2024-11-05)

Bug Fixes

  • admin passwords not working #401 (35550dc)
  • broken upgrade path for --break-system-packages users (9f01f23)
  • error launching headed over ssh (#395) (74c9dca)
  • Italian translation (#415) (2c791c7)
  • support orangepi devices as raspberry pi w/o hw accel (658d381)

v1.5.1

23 Sep 18:41
17d8a39
Compare
Choose a tag to compare

1.5.1 (2024-09-23)

Bug Fixes

  • 500 error when renaming while queued (#399) (d84fcb3)

v1.5.0

04 Sep 21:42
Compare
Choose a tag to compare

1.5.0 (2024-09-04)

Features

  • add messages.mo file for es_VE translation (3cd7d26)

Bug Fixes

  • song number overflows to add button when > 999 songs #379 (a53c9e0)

Documentation

  • move TROUBLESHOOTING to wiki (331e814)
  • readme: recommend Bookworm OS over bullseye (15598f2)

v1.4.1

03 Sep 18:47
Compare
Choose a tag to compare

1.4.1 (2024-09-03)

Bug Fixes

  • ci: missing long_description in build (e5482b0)

v1.4.0

03 Sep 05:37
Compare
Choose a tag to compare

1.4.0 (2024-09-03)

Features

  • add a setup script (2d0e973)
  • create python package (0c97670)
  • upgrade yt-dlp on all pikaraoke runs (fedd6ed)
  • volume normalization with -n or --normalize-audio launch flag (experimental, may struggle on pi 3 cpus)
  • pikaraoke is now installable via pip and builds are automated! Thanks so much to our new pikaraoke collaborator @mariugul for his hard work in getting this project to this state.

Bug Fixes

  • 287 bug: paths with spaces don't work (f25e326)
  • modify files minimally to make it run (168abbb)
  • resolve issues with commitlint attempt #1 (4c375e6)

Documentation

Pikaraoke 1.2

24 Dec 08:13
5cf0a11
Compare
Choose a tag to compare

Big change: the player and splash screen is now HTML-based

Why? Less pesky dependencies for one. Pygame was previously used to render the splash screen and VLC would pop on top of it. Both these packages proved to be difficult to maintain on Raspberry Pi OS versions. This has been replaced with a browser-based renderer which will host both the splash screen and video playback (streamed via ffmpeg) which should work much better on a wide variety of OS. Secondly, this means standalone server support: now you can run pikaraoke as a dedicated server process, launch the splash screen on a remote browser, and don't have to have your pi connected to the TV!

  • Splash screen player is way more dynamic feature-rich now
  • Better python environment handling and yt-dlp install isolation
  • Lots of under-the-hood bugfixes and improvements from the backlog
  • Sunfly-inspired singing dolphin logo and screensaver :)

1.1.2

10 May 08:18
82ab719
Compare
Choose a tag to compare

What's new (1.1.2)

  • Translation framework, with Chinese language support. Thanks tbelaire!
  • HTML splash screen at /splash for remote browser display of QR code and up next
  • Use yt-dlp instead of youtube-dl for faster downloads
  • Drop omxplayer from pi install script (no longer in Debian package manager)
  • Bugfixes

The 1.1.2 pi image is running Raspberry Pi OS Buster and confirmed working on pi4 and pi3.

Pi 4 users: make sure to plug your display into into the HDMI0 port, not HDMI1, otherwise you may experience issues playing video in VLC.

Note that it is not running Bullseye OS, which appears to still be problematic for running vlc on the CLI (see #161 ). I cannot recommend upgrading to Bullseye at this time.

1.1.1

19 Feb 18:58
9b43e66
Compare
Choose a tag to compare

Primarily bugfixes for maintaining mega-libraries

  • Fix slow loading of huge libraries #85
  • Paging controls on browse screen for libraries > 500 #85
  • Fix issue with singer names with spaces and special characters not appearing #106
  • Support scanning subdirectories #108 (thanks jramboz)
  • Support more video formats and weird case sensitivity of mp3/cdg files #107 #95
  • Singer names persist for 90 days #105
  • Fixed lowercase sorted after uppercase #104

Sorry, no time to do a pi image. Download the 1.1.0 version and update with:

cd ~/pikaraoke
git pull
./setup-pi.sh

1.1.0

10 Jan 01:01
Compare
Choose a tag to compare

Nice, big update full of great suggestions from supporters and kind patrons of this project.

  • Singer names! Each new device is prompted for a name when first adding a song, so that singer name is shown in the queue, splash, and nowplaying. This value persists in a cookie for that device.
  • Administrator mode! Every karaoke party has some drunken mischief, this keeps things from getting out of hand ;) Can be enabled with "--admin-password " option. Log in via the info screen. Regular users can add songs, but cannot modify playback, queue order, or edit songs.
  • VLC playback overlay can show the pikaraoke connection QR code with the "--show-overlay" option
  • Advanced search option allows searching for non-karaoke results and downloading directly from a given Youtube URL.
  • Expand the raspberry pi filesystem to fill the remainind SD card from the info screen.
  • Loads of suggested UI improvements, polish, and optimizations.
  • Bugfixes, refactoring