Package Details: tidal-hifi-bin 5.19.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 Tidal 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: 49
Popularity: 1.88
First Submitted: 2022-04-01 06:59 (UTC)
Last Updated: 2025-04-22 13:19 (UTC)

Latest Comments

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

girxchin commented on 2022-08-02 14:54 (UTC) (edited on 2022-08-02 15:10 (UTC) by girxchin)

Everything is working great but there is one detail when sync with Last.fm It opens a blank page (with upper toolbar). I think is trying to redirect to a browser, but it can't find it.

NVM: just saw that is a known bug

z0mb1e_kgd commented on 2022-06-28 06:32 (UTC)

@jameslawfer The fix does not work anymore (for me, at least). It keeps showing the "The TIDAL web player is not supported in this browser. Switch browser or press button underneath to download the TIDAL desktop player." message.

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