Coder Social home page Coder Social logo

Fedora rpm packages about pulseaudio-dlna HOT 10 CLOSED

masmu avatar masmu commented on July 20, 2024
Fedora rpm packages

from pulseaudio-dlna.

Comments (10)

masmu avatar masmu commented on July 20, 2024

You are releasing a development branch? I really like your effort, but why should you do that? The actual released version is 0.3.5 ... so your 0.3.4 is not even the same as it is for the rest of the world.

To be honest: I would appreciate it if you take this down and just package what was released here.
I am currently working hard finishing 0.4.0, which will be runnable as a system service.

from pulseaudio-dlna.

Cygn avatar Cygn commented on July 20, 2024

Well, the master branch fails to run in my box, maybe its fedora specific:

Traceback (most recent call last):
  File "__main__.py", line 164, in <module>
    sys.exit(main())
  File "__main__.py", line 160, in main
    pulseaudio_dlna.startup()
  File "__main__.py", line 111, in startup
    dlna_discover.search()
  File "Development/pulseaudio-dlna/build/lib/pulseaudio_dlna/upnp/discover.py", line 67, in search
    BaseUpnpMediaRendererDiscover.search(self, ttl, timeout, times)
  File "Development/pulseaudio-dlna/build/lib/pulseaudio_dlna/upnp/discover.py", line 50, in search
    self._header_received(header, address)
File "Development/pulseaudio-dlna/build/lib/pulseaudio_dlna/upnp/renderer.py", line 311, in from_header
    if header['location']:
KeyError: u'location'

Regarding the latest discussion here, I got the impression that you did prefer the devel branch, where the code is fresher. Besides, I don't think neither of us would take the time debug what's wrong on 0.3.5/master on fedora as 0.3.4/refactor works. Anyway no problem to pull this back in the meantime if you prefer so, or add a big [experimental/may kill your kitten] tag.

I really like the idea of a systemd service by the way.

from pulseaudio-dlna.

masmu avatar masmu commented on July 20, 2024

Yeah, you found a bug! That should look like that:

    @classmethod
    def from_header(self, header, type_=UpnpMediaRenderer):
        if header.get('location', None):
            return self.from_url(header['location'], type_)

Please don't use any official version numbers. I would be a pity if i cannot rely anymore on somebody saying he is using 0.3.4. And add some experimental tag. So, in ubuntu you can use a ~ to lower a version number. Can you use something like 0.4.0~alpha1?

from pulseaudio-dlna.

Cygn avatar Cygn commented on July 20, 2024

Done. its 0.4-0.alpha then.
I don't plan to repack until next release, as this one works for me.

thx again for your dedication!

from pulseaudio-dlna.

masmu avatar masmu commented on July 20, 2024

Packing time! Do you want your repository to be listed in the README?

  • 0.4.0 - (2015-07-27)
    • Added the --fake-http10-content-length option
    • The application can now run as root
    • Catch pulseaudio exceptions for streams, sinks and modules when those are gone
    • Fixed a bug where a missing ssdp header field made the application crash
    • New devices are added now during runtime (thanks to coder-hugo)
    • Rewrite of the streaming server
    • Upnp devices can now request their audio format based on their capabilities
    • Added AAC encoder
    • If a device stops playing, the streams currently playing on
      the corresponding sink are switched back to the default sink
    • If a device failes to start playing, streams currently playing on
      the corresponding sink are switched back to the default sink
    • Added Chromecast support (new dependency: python-protobuf)
    • Fixed a bug where the application crashed when there was no suitable encoder found
    • Added the --bit-rate option
    • Added additional headers for DLNA devices
    • Added switch back mode also for sinks, not just for streams (new dependency: python-notify2)
    • Added better logging
    • Validate encoders for installed dependencies

from pulseaudio-dlna.

Cygn avatar Cygn commented on July 20, 2024

yes, will pack today.
Congrats for the 0.4 and your dedicated work.

from pulseaudio-dlna.

masmu avatar masmu commented on July 20, 2024

Your repository was added. It would be nice if you could adapt the project description, because of the added Chromecast support.

Thanks for packaging! 👍

from pulseaudio-dlna.

Cygn avatar Cygn commented on July 20, 2024

Done. I've also added rpms for RHEL / CentOS 7. Not tested though but I'm pretty confident that they'll work.

from pulseaudio-dlna.

masmu avatar masmu commented on July 20, 2024

Should I add RHEL and CentOS?

It is up to you if you also want to maintain those packages...

from pulseaudio-dlna.

Cygn avatar Cygn commented on July 20, 2024

yes, go ahead. it's really no extra work, just one more box to tick in copr :-)

from pulseaudio-dlna.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.