Package Details: radiotray-ng-mpris 0.1.3-2

Git Clone URL: https://aur.archlinux.org/radiotray-ng-mpris.git (read-only, click to copy)
Package Base: radiotray-ng-mpris
Description: A wrapper script for Radiotray-NG which provides an MPRIS2 interface.
Upstream URL: https://github.com/IngoMeyer441/radiotray-ng-mpris
Licenses: MIT
Submitter: IngoMeyer
Maintainer: IngoMeyer
Last Packager: IngoMeyer
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-27 18:42 (UTC)
Last Updated: 2025-02-17 08:22 (UTC)

Latest Comments

IngoMeyer commented on 2025-02-17 08:12 (UTC)

You are welcome! The broken AUR packages are probably related to the Python update from 3.12 to 3.13. You can use the command

pacman -Qoq /usr/lib/python3.12/

to get a list of all Python packages, that are still installed for Python version 3.12 and need to be reinstalled. Alternatively, you can also use rebuild-detector which finds almost all kinds of broken AUR packages.

sispus commented on 2025-02-15 12:58 (UTC)

I reinstalled 'python-mpris_server' but get another warning: 'ModuleNotFoundError: No module named 'strenum'' Then I uninstalled mpris_server with all the dependencies and reinstall it. Now it is working. Thank you.

IngoMeyer commented on 2025-02-15 12:47 (UTC)

@sispus: Thanks for the report. From reading the traceback I guess that python-mpris_server is not installed correctly since it is not found. Could you please try to reinstall it?

sispus commented on 2025-02-15 09:21 (UTC) (edited on 2025-02-15 09:25 (UTC) by sispus)

Doesn't work in manjaro kde. Here is the traceback when starting from terminal.


Traceback (most recent call last):
  File "/usr/bin/radiotray-ng-mpris", line 33, in <module>
    sys.exit(load_entry_point('radiotray-ng-mpris==0.1.3', 'console_scripts', 'radiotray-ng-mpris')())
             ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/radiotray-ng-mpris", line 25, in importlib_load_entry_point
    return next(matches).load()
           ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3.13/site-packages/radiotray_ng_mpris/cli.py", line 18, in <module>
    from .wrap import setup_signal_handling, wrap_radiotray_ng
  File "/usr/lib/python3.13/site-packages/radiotray_ng_mpris/wrap.py", line 14, in <module>
    from mpris_server.adapters import ActivePlaylist, MprisAdapter
ModuleNotFoundError: No module named 'mpris_server'