-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Python3 into Master #389
base: master
Are you sure you want to change the base?
Conversation
'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte see also https://stackoverflow.com/questions/42339876/error-unicodedecodeerror-utf-8-codec-cant-decode-byte-0xff-in-position-0-in
fix UnicodeDecodeError
- Fixes an issue with Samsung TVs
" urn:microsoft-com:wmc-1-0" replaced by "urn:microsoft-com:wmc-1-0"
Please merge this. Python3-based code (I checked out joecksma:python3 branch) is the only way I can use pulseaudio-dlna on my Kubuntu 19.10. Ubuntu provides version
All advice like pip install enum34 don't work for me. |
Given that @masmu seems to be inactive since February 2019, and there is still interest in the project, anybody got any ideas about how to move it forward? My PR #389 is based on the |
If capable, trustworthy Python developers and @masmu were interested, he could add them as maintainers, and also perhaps move this project to a pulseaudio-dlna org. |
This project is dead and there will be no answer. My advice: create an organization, call it pulseaudio-dlna3 (to be different) and release a Python3-based version. If masmu answers, add him to your organisation, but don't wait for him. I did a similar 'takeover' creating https://github.com/pkubowicz/opendetex after the original maintainer failed to respond for several months. He did not feel offended, after some time he wrote to me saying I did nothing wrong. Now my package is used in some Linux distributions and I didn't even have to do anything. It's important to create such a fork because more and more distros are moving away from Python 2. AFAIK now these are recent stable releases of Fedora and Ubuntu. |
|
Bit long, it's clear that it's a community / org by virtue of being on the left of the slash. 🤷♂️ |
Long, yes, but |
Not entirely dead. I just don't have the time to fully support this anymore. There is for example a branch which drastically refactored the pulseaudio module and implemented full support for multi audio channels (5.x, 6.x 7.x systems). It's more than a year old, but I didn't release it because it still had some issues and I knew once it being released all people having problems with it would go ballistic in the issues section. In order to continue with this project properly I would need people to take over the active development and support. So, that I can chip in my 2 cents from time to time and even here and there maybe add a PR. But my times of active development are over for the foreseeable future and therefore I probably should have done this much earlier. So, volunteers step forward. |
@masmu would you consider moving the project to a github org? |
@klaernie Yes I could. But having a look into the past, there was always the problem of too little people contributing to this project. |
@masmu So could you do it though? I would like to contribute a little patch but it's really demotivating that the master branch hasn't been updated for so long. I completely understand why you don't want to be flooded with confused and angry users in the issues section. Maybe it's time to hand it off to an org if you feel that way about updating it? It would be nice if appreciative users had some sort of outlet, I'm sure there are LOTS! :) |
@masmu would you please upload your work with multi-channel audio so we don't have to duplicate your work in getting that working? |
No description provided.