HyShai

Results 10 comments of HyShai

I figured that it would be a bit more trivial to piggyback on ympd's existing web socket support than writing a REST API from scratch. @kurt-vd It would be useful...

There's an active PR on the main MPD repo to add a youtube-dl plugin - https://github.com/MusicPlayerDaemon/MPD/pull/223

@cantino doing something like this: ``` json "extract": { "url": { "xpath": "//*/item/link", "value": ".//text()" }, "mp3": { "xpath": "//*/item/enclosure", "value": "@url" } } ``` `mp3` returns multiple results but...

@level20peon unfortunately that workaround doesn't work in a scenario where there is an arbitrary/unknown number of elements to be matched (the EventFormatting Agent doesn't use `String#scan` so it would [only...

It's a quite painful UX issue; '_swipe to navigate back to a list_ ' is ubiquitous user behavior, it's not like this is some edge case that's been overlooked. This...

Please add this...I can't figure out a way to do this (can't figure out a bash script :( )

Do u plan on adding this feature?

I'm trying to unzip archives with belvedere ----- Original Message ----- From: Matt Shorts [email protected] To: HyShai [email protected] Cc: Sent: Thursday, October 27, 2011 5:25 PM Subject: Re: [belvedere] custom...

Oh sorry I sent as it as an attachment 7z x *.zip

I wrote an ahk script which unzips the archive and then deletes the archive. And Belvedere is able to run this script without any problem. But it must be compiled,...