Package Details: tauon-music-box 7.8.3-2

Git Clone URL: https://aur.archlinux.org/tauon-music-box.git (read-only, click to copy)
Package Base: tauon-music-box
Description: A modern music player
Upstream URL: https://tauonmusicbox.rocks
Keywords: music player
Licenses: GPL-3.0-or-later
Submitter: Taiko2k
Maintainer: Taiko2k (C0rn3j)
Last Packager: C0rn3j
Votes: 36
Popularity: 0.32
First Submitted: 2017-05-30 05:21 (UTC)
Last Updated: 2024-11-19 21:49 (UTC)

Dependencies (43)

Required by (0)

Sources (3)

Latest Comments

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

C0rn3j commented on 2022-12-20 20:52 (UTC)

@kellerman Works on my machine™.

Make sure your system is up to date and update or rebuild all AUR packages.

kellerman commented on 2022-12-20 20:37 (UTC) (edited on 2022-12-20 20:38 (UTC) by kellerman)

Doesnt launch right now Traceback (most recent call last): File "/opt/tauon-music-box/tauon.py", line 330, in <module> exec(main) File "/opt/tauon-music-box/t_modules/t_main.py", line 45258, in <module> top_panel.render() File "/opt/tauon-music-box/t_modules/t_main.py", line 30799, in render bg = colours.status_text_normal AttributeError: 'ColoursClass' object has no attribute 'status_text_normal'

Taiko2k commented on 2022-09-09 18:25 (UTC)

@aDogCalledSpot It's correct, you just need to use a clean build directory.

aDogCalledSpot commented on 2022-09-09 12:36 (UTC)

Miniaudio is failing the MD5 check since the newest update. Is the one in the PKGBUILD correct?

Taiko2k commented on 2022-05-02 00:37 (UTC)

@mobydick You can do pacman -S python-httpx. It's a packaging issue with the Arch Linux community repo package python-pylast, the new dependency wasn't added.

mobydick commented on 2022-05-01 17:37 (UTC) (edited on 2022-05-01 17:40 (UTC) by mobydick)

httpx module not found prevents Tauon from starting up after recent pacman -Syu. Installing python-pip and pip install httpx fixes it

Kayomn commented on 2022-02-04 23:11 (UTC)

Having to rebuild all of Tauon's Python dependencies after a Python version update is quite annoying. Would it not make more sense to package these dependencies with the project, rather than having the end-user manually rebuild them to acquire their changes?

C0rn3j commented on 2021-01-22 23:56 (UTC) (edited on 2021-01-22 23:58 (UTC) by C0rn3j)

Due to a merge of python-pulse-control into python-pulsectl you may have to dirty-remove the former, if you get conflicts:

pacman -Rdd python-pulse-control

C0rn3j commented on 2020-12-03 08:16 (UTC) (edited on 2020-12-03 08:23 (UTC) by C0rn3j)

All AUR python packages you have need to be rebuilt.

ls -lah /usr/lib/python3.8/site-packages

This folder shouldn't exist, if it does, you need to rebuild the respective AUR packages(or you ran sudo pip...).