manatlan

Results 16 issues of manatlan

Hi, I understand that chromecast doesn't support m3u. But enqueuing multiple files is a common wish. I did a lot of research, and haven't found a common way to do...

I've made : ```python import pychromecast APP_ID="12F05308" # tunein NAMESPACE = "urn:x-cast:com.google.cast.media" class CCPlay(pychromecast.controllers.BaseController): def __init__(self): super(CCPlay, self).__init__(NAMESPACE, APP_ID) def start(self): def launch_callback(): self.send_message( dict(type="LOAD",media={"contentId":"http://www.radioparadise.com/musiclinks/rp_128.m3u","contentType":"music","title":"yo","artist":"yoa"}) ) self.launch(callback_function=launch_callback) cc=pychromecast.Chromecast('192.168.0.60') mc =...

Is it possible to not follow a redirect/302 ? with a allow_redirects=False ?! thanks

Needs Maintainer Input

HI, It's completly mad ... I'm the author of reqman (https://github.com/manatlan/reqman)... a python command line tool, which do the same thing that your reqman. Except that it's based on yaml...

Hi, pyswagger is really robust, I've tested a lot of things like that, but pyswagger seems to be the better option for me. And I'd like to use it to...

HI, I need to modify "AndroidManifest.tmpl.xml", before the build process (to add a *android:usesCleartextTraffic="true"* in ``) How can I do that, with the github/action ? thanks in advance

Hi, first of all : I love pscript, and use it a lot in things like wuy/guy (https://github.com/manatlan/wuy). It let me build python component for vuejs ... But I found...

Just diving into eel ;-) BUt there is something wrong (i'm trying to call a js method, from python, in a vuejs app ... and I want to callback a...

So, it doesn't work anymore AS IS ;-( is there plan to fix that ? or is there working forks ? thanks in advance

Use ubuntu:22.04 not ubuntu LTS, because the container is not ready for ubu 24.04 ;-)