Package Details: nuclear-player-bin 0.6.40-3

Git Clone URL: https://aur.archlinux.org/nuclear-player-bin.git (read-only, click to copy)
Package Base: nuclear-player-bin
Description: A free, multiplatform music player app that streams from multiple sources.
Upstream URL: http://nuclear.js.org
Keywords: music player
Licenses: GPL3
Provides: nuclear-player
Submitter: mikelpint
Maintainer: nukeop
Last Packager: nukeop
Votes: 40
Popularity: 0.36
First Submitted: 2019-01-16 19:59 (UTC)
Last Updated: 2024-10-30 23:28 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 Next › Last »

tippfehlr commented on 2024-07-27 20:54 (UTC)

I’ve created a PR (#2). Unfortunately when upgrading to this version one needs to manually remove `/usr/bin/nuclear

I didn’t run the script to test the generation, but it should work. To be honest the script seems completely overkill to me; a version bump and then updpkgsums should do it, but ok.

nukeop commented on 2024-07-25 17:29 (UTC)

There's really no reason, I inherited this script from the previous maintainer who created it. If you know of a better way, we have these files created from a template which is available on Github: https://github.com/NuclearPlayer/nuclear-nightly-aur

It would be great if you could propose a solution or perhaps create a pull request

tippfehlr commented on 2024-07-25 17:24 (UTC)

Hi, thanks for maintaining. However I was wondering, why do you symlink in the install file and not just in package()? It seems more complicated and also circumvents pacman’s file conflict detection.

manuth commented on 2024-04-07 15:09 (UTC)

Currently - in commit 9ae7ced877c0 - the icon of the desktop entry does not work.

To address this issue, you can rename the /usr/share/icons/hicolor/0x0 directory to /usr/share/icons/hicolor/scalable.

However, as nuclear itself does provide svg icons, it might be an even better idea to ship an svg icon out of the box. This patch renames the icon directory properly and replaces the png icon with the svg version:

diff --git a/PKGBUILD b/PKGBUILD
index 741ad8d..fc28fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,12 @@ prepare() {
 }

 package()   {
+    iconDir=usr/share/icons/hicolor
+    scalableDir="$iconDir/scalable"
     install -dm0755 "$pkgdir/"{opt,usr}
+    mv "$iconDir"/0x0 "$scalableDir"
+    rm "$scalableDir"/apps/nuclear.*
+    cp -a opt/nuclear/resources/media/presskit/icons/scalable/nuclear-icon.svg "$scalableDir"/apps/nuclear.svg
     cp -art "$pkgdir" opt
     cp -art "$pkgdir" usr
     install -Dm0644 -t "$pkgdir/usr/share/licenses/$_pkgname" LICENSE

nukeop commented on 2023-04-13 19:04 (UTC)

Back to semantic versioning.

nukeop commented on 2023-04-11 23:11 (UTC)

It's fixed again.

nukeop commented on 2023-04-07 18:43 (UTC)

That's right, the library we're using for scraping got broken by Youtube. This happens every few months. We're waiting for a fix and we'll update the program when it's available.

MikeDee commented on 2023-04-07 16:15 (UTC)

This app stopped playing any music. Error message says can't find YouTube track.

wilaze131 commented on 2023-01-12 15:27 (UTC)

i got this error:

      main › (node:10203) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `nuclear --trace-deprecation ...` to show where the warning was created)
FATAL ERROR: Error::ThrowAsJavaScriptException napi_throw
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Aborted (core dumped)