-
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
Port pulseaudio_dlna to python3.8 and fix issues #404
base: master
Are you sure you want to change the base?
Conversation
This change ports pulseaudio_dlna to python3.8, for compatibility with Ubuntu 20.04. Tested with Chromecast.
There's already been work on porting to Python 3: Perhaps you should rebase on the python3 branch or something? |
README is not updated, for example, the installation instructions still refer python2 |
Makefile is also not updated ... Update: |
I switched to the correct branch now. After running
|
Work fine using @emembrives branch and applying the 2 lines following patch. diff --git a/pulseaudio_dlna/images.py b/pulseaudio_dlna/images.py
diff --git a/pulseaudio_dlna/plugins/dlna/pyupnpv2/init.py b/pulseaudio_dlna/plugins/dlna/pyupnpv2/init.py
|
On top of av8r's diff, I had to apply:
|
This change ports pulseaudio_dlna to python3.8, for compatibility with Ubuntu 20.04. Tested with Chromecast.