|
2019-02-14
, 07:11
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#52
|
The Following 3 Users Say Thank You to cy8aer For This Useful Post: | ||
|
2019-02-14
, 12:45
|
|
Posts: 394 |
Thanked: 1,341 times |
Joined on Dec 2009
|
#53
|
Some user told me that he can now use the bluetooth buttons (on his XperiaX?) after starting the mpris proxy (https://openrepos.net/comment/27949#comment-27949)
Does anyone know something about this proxy (and why it may not started on some devices)? And: How can I start this proxy on a JollaC?
The Following 3 Users Say Thank You to velox For This Useful Post: | ||
|
2019-02-14
, 13:27
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#54
|
It's not installed by default at all…
I haven't tried this, but you could have a look at https://github.com/ksiazkowicz/sailf...mpris_proxy.sh
cheers,
velox
|
2020-08-10
, 16:16
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#55
|
self.htmlpart = entry.summary_detail.value
try: self.htmlpart = entry.summary_detail.value except: self.htmlpart = ""
The Following User Says Thank You to taixzo For This Useful Post: | ||
|
2020-08-10
, 20:27
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#56
|
|
2021-02-09
, 13:49
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#57
|
The Following User Says Thank You to cy8aer For This Useful Post: | ||
|
2021-02-10
, 00:32
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#58
|
|
2021-02-10
, 14:58
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#59
|
I've encountered another issue, which affects any podcast which uses the podtrac.com podcast tracker in their RSS feed: the URLs are redirected to the actual podcast URL via a 308 redirect. PodQast uses urllib.request for its podcast downloading, and urllib.request treats 308 as an HTTPError (rather than a generic 300 series status code for some reason?) As such, podQast just spams notifications of download failures if you try to download an episode of such a podcast.
I'm not sure there's an easy fix for this. The Requests library handles these URLs just fine, but it would require not insignificant changes due to the difference in how requests handles streaming content. Alternatively, it might be possible to subclass the url opener and have it turn 308s into 301s?
|
2021-02-10
, 18:44
|
|
Posts: 584 |
Thanked: 1,550 times |
Joined on Sep 2019
|
#60
|
Now - again - looking for the freedesktop mpris definitions...
[Update] Bummer: can only work with Glib loop. Not Qt. :-(
Last edited by cy8aer; 2019-02-02 at 13:32.