New App: HaikuSuperMusicThingy

Unfortunately, the systray icon doesn’t scale making it barely visible with a dark scheme. Once that solved, you may want to add few more actions to it, like Play, Show equalizer and Quit, for example.

1 Like

@Starcrasher I noticed that too. Adding the extra tabs will be easy. Hoping the scaling will be just as easy. Glad that’s all :stuck_out_tongue:

If I close the window then the app is hidden is Deskbar and I can show the player back using the entry in icon menu. If I forget to quit and reboot, the icon is still in Deskbar but, asking to show the player doesn’t work. Perhaps because I installed it in home?

1 Like

So, I reinstalled the app in system dir but the same thing happens. Show Player does nothing after reboot simply because the app isn’t running. Unfortunately, even if you are choosing Quit the icon stay and you have to start the app manually to quit properly.

1 Like

@Starcrasher I have the Deskbar tray zombie fixed in my current code. Will publish an update soon. Thanks for reporting !

1 Like

Hi all,

New updates and fixes…

:smiley:

  • Fixed icon scaling in Deskbar tray.

  • Fixed zombie Deskbar tray icon after rebooting.

  • Updated and improved mpv native EQ plugin code.

  • Added new sleep timer in config menu.

  • Added new Compact Mode.

:slight_smile:

Three different flavors available:

1. HaikuSuperMusicThingy-1.0.0-1-x86_64.hpkg
– Requires: Haiku
2. HaikuSuperMusicThingy-projectM-bundle-1.0.0-1-x86_64.hpkg
– Requires: Haiku Nightly
– Turing+ GPU supported Nvidia card
libglvnd-1.7.0-4-x86_64.hpkg
nebula-0.0.2-1.x86_64.hpkg
3. 32bit Hpkg: HaikuSuperMusicThingy-1.0.0-1-x86_gcc2.hpkg

:expressionless:
Known 32bit Issues

  1. Notify icons larger than 32x32 aren’t working.
  2. System tray mode is disabled by default because it isn’t working.
3 Likes

On Haiku, packages can placed in two locations :
/boot/system/packages where HaikuDepot rules or
/home/config/packages where you are the boss and HaikuDepot will only look to load what you put there.
If HD find two packages of the same name, no matters the version, the one in home will be used.

1 Like

Oh, I didn’t know about that :+1:. Regarding the zombie icon in the system tray, that should be fixed in the latest update mentioned above. After rebooting you can tap the icon and after about 2 - 3 seconds it will pop open.

Screenshot of new spectrum visuals.. Still making sure all the bugs are worked out before I make it final :slight_smile:

5 Likes

Hi all,

  1. This update adds a small spectrum visual to the main tab.
  2. Fixes heart icon not working on main tab.

Screenshots



Known Issues

  1. If shuffle on start is enabled, the spectrum will render default colors as the icon cache has not finished populating. This is normal.
  2. 32bit Hybrid version has a crash bug when disabling compact mode. Just found out about this and a fix will be applied soon.
  3. Also, as mentioned above, 32bit hybrid version doesn’t support system tray docking (yet), so this is disabled by default.

Three different flavors available:

1. HaikuSuperMusicThingy-1.0.0-1-x86_64.hpkg
– Requires: Haiku
2. HaikuSuperMusicThingy-projectM-bundle-1.0.0-1-x86_64.hpkg
– Requires: Haiku Nightly
– Turing+ GPU supported Nvidia card
libglvnd-1.7.0-4-x86_64.hpkg
nebula-0.0.2-1.x86_64.hpkg
3. 32bit Hpkg: HaikuSuperMusicThingy-1.0.0-1-x86_gcc2.hpkg

1 Like

Hi all,

Just wanted to give a shout out about some updates and bug fixes.

  1. Fixed compact mode crash bug in 32bit hybrid. Had previously fixed this with a restart the app function, but found the root cause and now the 32bit app does not need to restart. It follows the same dynamic app update logic as the 64bit version when switching from compact mode to standard view mode.
  2. Updated spectrum logic to be more realtime and intuitivie to the sound. The bars will fade out when stopped or paused.
  3. Added the spectrum and song title to the compact mode. The song title has a slight fade in filter and scrolls horizontally if the title is longer than the view window.
  4. Fixed a bug when shuffle would not update the albumn art. This only happend occasionally and so it was not a real urgent need to fix, but finally put this little bug to bed.
3 Likes