Package Details: pulseaudio-dlna-cygn 0.6.1-2

Git Clone URL: https://aur.archlinux.org/pulseaudio-dlna-cygn.git (read-only, click to copy)
Package Base: pulseaudio-dlna-cygn
Description: Small DLNA server which brings DLNA/UPnP support to PulseAudio, Cygn edition
Upstream URL: https://github.com/Cygn/pulseaudio-dlna/
Licenses: GPL3
Provides: pulseaudio-dlna
Submitter: pika02
Maintainer: None
Last Packager: pika02
Votes: 7
Popularity: 0.000008
First Submitted: 2022-02-15 20:02 (UTC)
Last Updated: 2022-02-16 12:28 (UTC)

Latest Comments

pika02 commented on 2022-02-23 07:19 (UTC)

I'm not a skillful python programmer and I cannot build a useful 0.6.4 package. Does anyone want to be a co-maintainer? Please reply me.

pika02 commented on 2022-02-15 20:04 (UTC) (edited on 2022-02-16 11:47 (UTC) by pika02)

I have no idea how to get it work after 0.6.2. Please switch to https://aur.archlinux.org/packages/pulseaudio-dlna-cygn, 0.6.1 works well with pychromecast 10.

pika02 commented on 2022-01-14 15:06 (UTC)

@polyzen, Thank you for your advise. I'm considering modify the package name in the future.

pika02 commented on 2022-01-14 15:00 (UTC)

@senorsnor, I meet the same problem on my old PC with 0.6.2. Sorry I have no idea to solve it.

senorsnor commented on 2022-01-14 11:43 (UTC) (edited on 2022-01-14 11:53 (UTC) by senorsnor)

Just updated and now get the following error message. python-gobject is installed and up to date:

Traceback (most recent call last):
  File "/usr/bin/pulseaudio-dlna", line 33, in <module>
    sys.exit(load_entry_point('pulseaudio-dlna==0.6.3', 'console_scripts', 'pulseaudio-dlna')())
  File "/usr/bin/pulseaudio-dlna", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 162, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  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 "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/pulseaudio_dlna/__init__.py", line 19, in <module>
    import pkg_resources
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3257, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3231, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3269, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 573, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 891, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 777, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'gobject' distribution was not found and is required by pulseaudio-dlna

I also notice now that in the 3rd line of this traceback it says the version is 0.6.3 while I did build 0.6.4. Just did a totally fresh checkout and reinstall and still the same.

polyzen commented on 2022-01-08 18:47 (UTC)

This should be named pulseaudio-dlna-cygn or something. The other pulseaudio-dlna package switched to Python 3 a year ago.

pika02 commented on 2021-08-11 13:50 (UTC)

@lucian Sorry, nothing went wrong on my computer.

lucian commented on 2021-07-31 09:55 (UTC)

just installed and get following error message:

Failure: Module initialization failed Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/gi/overrides/GLib.py", line 671, in <lambda> func_fdtransform = lambda _, cond, data: callback(channel, cond, data) File "/usr/lib/python3.9/site-packages/pulseaudio_dlna/pulseaudio.py", line 641, in _on_new_message getattr(self, message_type)(**message) File "/usr/lib/python3.9/site-packages/pulseaudio_dlna/pulseaudio.py", line 835, in add_device sink = self.create_null_sink( File "/usr/lib/python3.9/site-packages/pulseaudio_dlna/pulseaudio.py", line 268, in create_null_sink if module_id > 0: TypeError: '>' not supported between instances of 'NoneType' and 'int'