Package Details: tidal-hifi-bin 5.17.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: 43
Popularity: 1.35
First Submitted: 2022-04-01 06:59 (UTC)
Last Updated: 2024-10-28 06:45 (UTC)

Latest Comments

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

jkhsjdhjs commented on 2022-08-11 15:18 (UTC)

Hey @Mar0xy, can you add the category "AudioVideo" to the desktop file? According to the freedesktop desktop menu specification AudioVideo must be included if at least one of Audio or Video is included: https://specifications.freedesktop.org/menu-spec/latest/apa.html

mastermindzh commented on 2022-08-03 13:38 (UTC)

Hey @girxchin,

Unfortunately that use-case is unsupported. The github page has an explanation with a way around it by using a scrobbler though :)

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!