Package Details: monophony 2.8.2-1

Git Clone URL: https://aur.archlinux.org/monophony.git (read-only, click to copy)
Package Base: monophony
Description: Linux app for streaming music from YouTube.
Upstream URL: https://gitlab.com/zehkira/monophony
Licenses: MIT
Submitter: otreblan
Maintainer: otreblan
Last Packager: otreblan
Votes: 1
Popularity: 0.001888
First Submitted: 2023-02-28 03:27 (UTC)
Last Updated: 2024-04-02 00:36 (UTC)

Latest Comments

yochananmarqos commented on 2024-01-10 18:04 (UTC)

This fails to build with LTO enabled, please disable it:

options=('!lto')

yochananmarqos commented on 2023-09-20 19:33 (UTC)

This requires dependencies that are only optional for yt-dlp. See the python3-modules.json.

For some reason this does not detect ccache in a clean chroot even though I have I've enabled it in my makepkg.conf. I'd suggest adding ccache to makedepends(), but that's up to you.

Nuitka-Scons:WARNING: You are not using ccache, re-compilation of identical code will be slower
Nuitka-Scons:WARNING: than necessary. Use your OS package manager to install it.

gerbal commented on 2023-07-04 16:14 (UTC)

The latest version of this package is 1.9.0.

Updating the version in the PKGBUILD to 1.9.0 is all that's required.

manar commented on 2023-06-23 06:28 (UTC)

Package works after manually adding /HOME/Music/monophony folder

Tio commented on 2023-04-07 19:39 (UTC)

Now it all works thanks for the update!

Tio commented on 2023-03-21 14:24 (UTC)

On my system I cannot start it. Here is the log:

** (process:2213891): WARNING **: 15:23:26.405: Failed to load shared library 'libadwaita-1.so.0' referenced by the typelib: /usr/lib/libadwaita-1.so.0: undefined symbol: g_task_set_static_name
/usr/lib/python3.10/site-packages/gi/types.py:217: Warning: cannot derive 'monophony+frontend+widgets+song_row+MonophonySongRow' from non-derivable parent type 'void'
  _gi.type_register(cls, namespace.get('__gtype_name__'))
Traceback (most recent call last):
  File "/var/tmp/pamac-build-tio/monophony/src/monophony-v1.4.1/source/bin/monophony.py", line 7, in <module>
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "/var/tmp/pamac-build-tio/monophony/src/monophony-v1.4.1/source/monophony/frontend/app.py", line 2, in <module monophony.frontend.app>
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "/var/tmp/pamac-build-tio/monophony/src/monophony-v1.4.1/source/monophony/frontend/windows/main_window.py", line 7, in <module monophony.frontend.windows.main_window>
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "/var/tmp/pamac-build-tio/monophony/src/monophony-v1.4.1/source/monophony/frontend/pages/library_page.py", line 2, in <module monophony.frontend.pages.library_page>
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "/var/tmp/pamac-build-tio/monophony/src/monophony-v1.4.1/source/monophony/frontend/widgets/group_row.py", line 2, in <module monophony.frontend.widgets.group_row>
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "/var/tmp/pamac-build-tio/monophony/src/monophony-v1.4.1/source/monophony/frontend/widgets/song_row.py", line 11, in <module monophony.frontend.widgets.song_row>
  File "/usr/lib/python3.10/site-packages/gi/types.py", line 226, in __init__
    super(GObjectMeta, cls).__init__(name, bases, dict_)
  File "/usr/lib/python3.10/site-packages/gi/types.py", line 205, in __init__
    cls._type_register(cls.__dict__)
  File "/usr/lib/python3.10/site-packages/gi/types.py", line 217, in _type_register
    _gi.type_register(cls, namespace.get('__gtype_name__'))
RuntimeError: could not create new GType: monophony+frontend+widgets+song_row+MonophonySongRow (subclass of void)