Package Details: musicbee 3.5.8698-3

Git Clone URL: https://aur.archlinux.org/musicbee.git (read-only, click to copy)
Package Base: musicbee
Description: Advanced, feature-rich freeware audio player (uses Wine)
Upstream URL: https://getmusicbee.com
Licenses: custom
Submitter: adro
Maintainer: adro
Last Packager: adro
Votes: 1
Popularity: 0.004927
First Submitted: 2022-10-22 15:00 (UTC)
Last Updated: 2024-04-04 16:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

adro commented on 2023-04-20 11:27 (UTC)

I just want to point out that drag & drop works with the lastest wine-staging!

adro commented on 2023-04-11 07:11 (UTC) (edited on 2023-04-11 07:11 (UTC) by adro)

@Merulox look at ~/.musicbee, seems like the executable is missing.

Merulox commented on 2023-04-10 17:03 (UTC)

I get this when launching musicbee

❯ musicbee

wineserver: using server-side synchronization.

002c:fixme:winediag:LdrInitializeThunk Wine TkG (staging) 6.22 is a testing version containing experimental patches.

002c:fixme:winediag:LdrInitializeThunk Please don't report bugs about it on winehq.org and use https://github.com/Frogging-Family/wine-tkg-git/issues instead.

Application could not be started, or no application associated with the specified file.

ShellExecuteEx failed: File not found.

danejur commented on 2023-03-14 17:50 (UTC)

@adro Oof, sorry about that, I tested it out in a private window and everything, too! Good to hear there is a new permanent download link, though!

adro commented on 2023-03-14 17:39 (UTC)

Hi @danejur, the softpedia's links aren't supported since are temporally. But I found the new page for downloading the portable version. The package is now up to date!

danejur commented on 2023-03-10 20:41 (UTC)

The Musicbee archive referenced in the PKGBUILD doesn't appear to exist anymore. However, there is publicly available portable archive at https://softpedia-secure-download.com/dl/303526db1201a1e6e943980af1821483/640b944e/100206767/software/portable/multimedia/audio/MusicBeePortable_3_5.zip.

It looks like swapping out the source (and its corresponding hash) and changing line 28 of the PKGBUILD to reference the new filename is all that's needed.

I guess it should also be noted that this new archive bumps the Musicbee version to 3.5

Codedotexe commented on 2023-02-07 14:31 (UTC)

Thanks for the nice package. I had a few small problems while launching the program, however after patching the musicbee.sh file everything worked fine for me.

Here is the patch:

17c17
<   ln -s /usr/share/$PROGRAM_NAME/* "$HOME"/.$PROGRAM_NAME/ || exit 1
---
>   ln -s /usr/share/$PROGRAM_NAME/* "$HOME"/.$PROGRAM_NAME/
25c25
< wine "$HOME"/.$PROGRAM_NAME/$PROGRAM_NAME "$@"
---
> wine "$HOME"/.$PROGRAM_NAME/${PROGRAM_NAME}.exe "$@"

In the original version the ln command failed for me because we copied the configuration file earlier and so a file with that name already exists.

adro commented on 2022-12-30 12:31 (UTC)

Just added it! Thanks for the advice @Dominaezzz