Package Details: tidal-hifi-bin 5.10.0-1

Git Clone URL: https://aur.archlinux.org/tidal-hifi-bin.git (read-only, click to copy)
Package Base: tidal-hifi-bin
Description: The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
Upstream URL: https://github.com/Mastermindzh/tidal-hifi
Keywords: electron hifi multimedia music player tidal
Licenses: custom:MIT
Conflicts: tidal-hifi
Provides: tidal-hifi
Submitter: Mar0xy
Maintainer: Mar0xy (Archttila)
Last Packager: Archttila
Votes: 38
Popularity: 1.62
First Submitted: 2022-04-01 06:59 (UTC)
Last Updated: 2024-03-27 19:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Batpope commented on 2022-06-16 15:37 (UTC)

@jameslawfer the fix works wonders. Thanks!

jameslawfer commented on 2022-06-16 12:00 (UTC) (edited on 2022-06-16 12:01 (UTC) by jameslawfer)

@Batpope there is a fix that is currently being discussed in issue 147

I tried Valoriks fix which worked for me as follows:

  • Uninstall tidal-hifi-bin

  • Remove or rename ~/.config/tidal-hifi

  • Reinstall tidal-hifi-bin

Batpope commented on 2022-06-16 02:40 (UTC)

Everything was working great until now. Opening the app now says "The TIDAL web player is not supported in this browser. Switch browser or press button underneath to download the TIDAL desktop player." Hope this gets fixed, I absolutely love this web version!

nekinie commented on 2022-05-08 16:20 (UTC)

Could we add the ability to load flags from a file like the electron package dose? Here is the entry point shell script for the electron package:

#!/usr/bin/bash

set -euo pipefail

name=electron
flags_file="${XDG_CONFIG_HOME:-$HOME/.config}/${name}-flags.conf"

declare -a flags

if [[ -f "${flags_file}" ]]; then
    mapfile -t < "${flags_file}"
fi

for line in "${MAPFILE[@]}"; do
    if [[ ! "${line}" =~ ^[[:space:]]*#.* ]]; then
        flags+=("${line}")
    fi
done

exec /usr/lib/${name}/electron "$@" "${flags[@]}"

FabioLolix commented on 2022-04-21 16:47 (UTC)

shouldn't packages like minecraft-launcher, google-chrome, teams, spotify also be labelled as -bin

For proprietary programs is not mandatory to use the -bin suffix (the kind of archive used don't matter)

rcsilva83 commented on 2022-04-05 00:08 (UTC)

Great! Everything is working fine now. Thank you very much!

Mar0xy commented on 2022-04-01 06:45 (UTC) (edited on 2022-04-01 07:05 (UTC) by Mar0xy)

"using 'default pkgbase' the default is building from stable source"

Completely forgot about that being the case that is my mistake.

"As it is now the pkgbuild need to be re-uploaded as tidal-hifi-bin"

According to this logic shouldn't packages like minecraft-launcher, google-chrome, teams, spotify also be labelled as -bin since they also just take the binary files or do they get justified differently just cause they get extracted from a deb file I assume so since I didn't really quite understand the guidelines when it came to the -bin suffix section. Anyways, I have made a new package and will merge this one over.

FabioLolix commented on 2022-03-31 20:59 (UTC)

hasn't due to the original maintainer/submitter keeping it close to the -git version of the package.

It is an open source program, using 'default pkgbase' the default is building from stable source

using prebuild versions of the app like the package should have been doing from the beginning

As it is now the pkgbuild need to be re-uploaded as tidal-hifi-bin

Mar0xy commented on 2022-03-31 17:19 (UTC) (edited on 2022-03-31 17:20 (UTC) by Mar0xy)

Due to the issues that were caused by nvm and trying to build it I have switched from having it be build on install to using prebuild versions of the app like the package should have been doing from the beginning but hasn't due to the original maintainer/submitter keeping it close to the -git version of the package.

So all these issues should now be fixed :) but please let me know if there are still any issues when trying to install.

rcsilva83 commented on 2022-03-08 12:42 (UTC)

Hi,

I'm getting an error while trying to update using pamac:

==> Iniciando prepare()...
found init-nvm.sh in /usr/share/nvm, sourcing...
==> ERRO: Uma falha ocorreu em prepare().
    Abortando...

Translating from portuguese, I got an error on sourcing /usr/share/nvm/init-nvm.sh.

Does anybody knows how to discover which error was that (sourcing this file from command line is successful) and, if possible, how to fix it?