Package Details: harmonymusic 1.12.2-1

Git Clone URL: https://aur.archlinux.org/harmonymusic.git (read-only, click to copy)
Package Base: harmonymusic
Description: A cross platform App for streaming Music
Upstream URL: https://github.com/anandnet/Harmony-Music
Keywords: music steam youtube yt ytm
Licenses: GPL-3.0-or-later
Conflicts: harmony-music-git
Submitter: xYc4t
Maintainer: totchi
Last Packager: totchi
Votes: 2
Popularity: 0.094033
First Submitted: 2025-03-26 16:58 (UTC)
Last Updated: 2025-12-07 16:37 (UTC)

Latest Comments

totchi commented on 2025-11-08 22:40 (UTC)

The package is now updated to the latest version :D Enjoy your music

Bigreen commented on 2025-11-06 13:58 (UTC) (edited on 2025-11-06 14:04 (UTC) by Bigreen)

Hello, can you update package to 1.12.1 ? Here is the diff

diff --git a/PKGBUILD b/PKGBUILD
index ac9b399..6bd48e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: xYc4t <xYc4t at proton dot me>

 pkgname=harmonymusic
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='A cross platform App for streaming Music'
 arch=('x86_64')
@@ -12,10 +12,10 @@ makedepends=('rsync')
 conflicts=('harmony-music-git')
 options=(!strip !debug)

-_appimage_suffix='+25'
+_appimage_suffix='+26'

 source=("harmonymusic-$pkgver$_appimage_suffix-linux.AppImage::$url/releases/download/v$pkgver/harmonymusic-$pkgver$_appimage_suffix-linux.AppImage")
-sha256sums=('56a990b0da07a70b12d6bc9c84a0438c99a7adf3ecfa168766e132b8adba4ac1')
+sha256sums=('e54391e4bbc52c178628fbbdb9df5b66e6f97332f8c2e0e66f11bfdb97b726a9')

 prepare() {
   chmod +x "harmonymusic-$pkgver$_appimage_suffix-linux.AppImage"

agustim commented on 2025-10-20 11:58 (UTC)

Update package, and fixed search problem.

diff --git a/PKGBUILD b/PKGBUILD
index ac9b399..6bd48e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: xYc4t <xYc4t at proton dot me>

 pkgname=harmonymusic
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='A cross platform App for streaming Music'
 arch=('x86_64')
@@ -12,10 +12,10 @@ makedepends=('rsync')
 conflicts=('harmony-music-git')
 options=(!strip !debug)

-_appimage_suffix='+25'
+_appimage_suffix='+26'

 source=("harmonymusic-$pkgver$_appimage_suffix-linux.AppImage::$url/releases/download/v$pkgver/harmonymusic-$pkgver$_appimage_suffix-linux.AppImage")
-sha256sums=('56a990b0da07a70b12d6bc9c84a0438c99a7adf3ecfa168766e132b8adba4ac1')
+sha256sums=('e54391e4bbc52c178628fbbdb9df5b66e6f97332f8c2e0e66f11bfdb97b726a9')

 prepare() {
   chmod +x "harmonymusic-$pkgver$_appimage_suffix-linux.AppImage"

alejandroch commented on 2025-10-16 19:55 (UTC)

There is a new release fixing the search issue.

alejandroch commented on 2025-10-10 18:45 (UTC) (edited on 2025-10-10 18:46 (UTC) by alejandroch)

Having these errors just by opening:

package:media_kit_libs_linux registered.
flutter: media_kit: WARNING: package:media_kit_native_event_loop not found.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: RangeError (length): Invalid value: Not in inclusive range 0..4: -1
#0      List.removeAt (dart:core-patch/growable_array.dart)
#1      HomeScreenController.loadContentFromNetwork (package:harmonymusic/ui/screens/Home/home_screen_controller.dart:146)
<asynchronous suspension>


(harmonymusic:12586): Gtk-CRITICAL **: 14:44:20.004: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed

And when trying to search:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'String'
#0      MusicServices.search (package:harmonymusic/services/music_service.dart:610)
<asynchronous suspension>
#1      SearchResultScreenController._getInitSearchResult (package:harmonymusic/ui/screens/Search/search_result_screen_controller.dart:99)
<asynchronous suspension>

Can't use the app at all, can't find anything to play.

totchi commented on 2025-10-09 09:28 (UTC) (edited on 2025-10-09 09:30 (UTC) by totchi)

Hello,

I saw that the -bin suffix must be used by AUR packages using prebuilt artifacts, which is the case of this one. Could it be added? Also, the xdg-user-dirs package is required by HarmonyMusic. Could you add it in the dependencies?

Thanks in advance