Package Details: tauon-music-box 8.0.0-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: 40
Popularity: 1.39
First Submitted: 2017-05-30 05:21 (UTC)
Last Updated: 2025-04-01 13:52 (UTC)

Dependencies (46)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 6 Next › Last »

TheBuddhalint commented on 2025-04-01 13:17 (UTC) (edited on 2025-04-01 13:28 (UTC) by TheBuddhalint)

➜  ~ tauon  
2025-04-01 15:16:24 [ INFO  ] [ __main__ ] Tauon v8.0.0
2025-04-01 15:16:24 [ INFO  ] [ __main__ ] Copyright 2015-2025 Taiko2k captain.gxj@gmail.com

Traceback (most recent call last):
  File "/usr/bin/tauonmb", line 5, in <module>
    from tauon.__main__ import main
  File "/usr/lib/python3.13/site-packages/tauon/__main__.py", line 225, in <module>
    import sdl3
ModuleNotFoundError: No module named 'sdl3'
<sys>:0: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/balint/.local/share/TauonMusicBox/program.pid' mode='w' encoding='UTF-8'>

EDIT: Installing python-pysdl3 (AUR) fixed this. Please update in PKGBUILD

C0rn3j commented on 2025-03-02 23:32 (UTC) (edited on 2025-03-03 23:50 (UTC) by C0rn3j)

Your compositor needs to support two protocols for SDL3 to default to Wayland - https://github.com/libsdl-org/SDL/pull/9383

For kwin it's hanging here - https://invent.kde.org/plasma/kwin/-/merge_requests/6474

EDIT: Fixed this in https://github.com/Taiko2k/Tauon/pull/1479, the git version has it, or apply manually if it affects sdl2-compat

b4shful commented on 2025-02-27 15:30 (UTC) (edited on 2025-02-27 15:35 (UTC) by b4shful)

@DanteDragan I think it's running in XWayland for some reason?

Edit: oh wait, I had to use SDL_VIDEODRIVER=wayland to force it to use wayland (this used to not be needed) - but even then the scaling is wrong.

Edit 2: Fixed it using tauon-music-box-git, but I still have to use SDL_VIDEODRIVER=wayland now otherwise it opens in XWayland :(

C0rn3j commented on 2025-01-31 11:47 (UTC)

Arch has replaced sdl2 with sdl2-compat that runs via SDL3 in the background.

Turns out there's still some bugs left with that in some applications. You can follow https://github.com/Taiko2k/Tauon/issues/1423 and ideally report any issues upstream to sdl2-compat, if they weren't reported already.

DanteDragan commented on 2025-01-30 17:52 (UTC)

Tauon stopped to scale properly. Even manual intervention in config doesn't do any good, only resetting scale to 1 in Hyprland config is working.

 % ~ > tauon          
2025-01-30 20:38:56 [ INFO  ] [ __main__ ] Tauon v7.9.0
2025-01-30 20:38:56 [ INFO  ] [ __main__ ] Copyright 2015-2025 Taiko2k captain.gxj@gmail.com

2025-01-30 20:38:56 [ INFO  ] [ __main__ ] Arguments: /usr/bin/tauonmb
2025-01-30 20:38:56 [WARNING] [  t_draw  ] Unable to import jxlpy, JPEG XL support will be disabled. (t_draw.py:67)
2025-01-30 20:38:56 [WARNING] [  t_spot  ] Unable to import Tekore, Spotify support will be disabled. (t_spot.py:46)
2025-01-30 20:38:56 [WARNING] [ t_tidal  ] Unable to import tidalapi, Tidal support will be disabled. (t_tidal.py:17)
2025-01-30 20:38:56 [WARNING] [  t_main  ] Unable to import jxlpy, JPEG XL support will be disabled. (t_main.py:363)
2025-01-30 20:38:56 [WARNING] [  t_main  ] Unable to import pypresence, Discord Rich Presence will be disabled. (t_main.py:385)
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Window size: [960, 985]
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Running from installed location
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Install directory:         /usr/lib/python3.13/site-packages/tauon
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Asset directory:           /usr/lib/python3.13/site-packages/tauon/assets
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Locale directory:          /usr/lib/python3.13/site-packages/tauon/locale
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Userdata directory:        /home/.local/share/TauonMusicBox
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Config directory:          /home/.local/share/TauonMusicBox
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Cache directory:           /home/.cache/TauonMusicBox
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Home directory:            /home
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Music directory:           /home
2025-01-30 20:38:56 [ INFO  ] [  t_main  ] Downloads directory:       /home/Downloads
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Database loaded in 0.493 seconds.
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Applying scale based on buffer size
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Using UI scale: 1.25
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Rendering icons...
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Done rendering icons
2025-01-30 20:38:57 [WARNING] [  t_main  ] Unable to import Chrome(pychromecast), chromecast support will be disabled. (t_main.py:8949)
2025-01-30 20:38:57 [ INFO  ] [t_webserve] Start controller server
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Using SDL version: 2.30.51
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Applying scale based on buffer size
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Using UI scale: 1.0
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Applying theme: DD Theme
2025-01-30 20:38:57 [ INFO  ] [  t_main  ] Auto save playtime
Exit PHAzOR 

C0rn3j commented on 2025-01-15 11:28 (UTC) (edited on 2025-01-15 11:30 (UTC) by C0rn3j)

A) It indeed isn't in AUR, it's in extra, it's still a dependency, you can see it in the Dependencies and click on it to see where it comes from
B) You did a partial upgrade, remove cache (-Scc) and rebuild all your AUR packages - https://github.com/Taiko2k/Tauon/issues/985, as per the other comments in here

DanteDragan commented on 2025-01-15 11:26 (UTC)


(base) 15.01(Jan).25, Wed 14:23
% ~ > tauon                 
Traceback (most recent call last):
  File "/opt/tauon-music-box/tauon.py", line 7, in <module>
    from gi.repository import GLib
ModuleNotFoundError: No module named 'gi'

python-gobject is not AUR Package...

Taiko2k commented on 2024-12-26 21:13 (UTC)

@trrg Python got updated so you need to rebuild any Python AUR packages. You can check further back in the comments here on ways to detect these packages.