Michele Venturi
Michele Venturi
``` #!/bin/sh cd /Applications/TRIGGERcmdAgent.app/Contents/Resources/app/src/ cp -v ../app/images/icon120.png .; mv -v ./icon120.png ./icon.png convert icon.png -fill none -draw 'color 00,00 replace' icon.png convert icon.png -fill black -draw 'color 60,60 replace' icon.png...
When trying to clip a stream the output format is set by the file extension but not existing it always defaults to mkv.
If `youtube-dl` options are passed to mpv, `stream-path` property is not set correctly, then the `encode` script doesn’t work at all. ``` mpv --ytdl-format=135+140 \ http://youtu.be/1TdlSi2tWmA ```
Could `chromix-too source` be an alias for something like `chromix-too raw chrome.tabs.executeScript '{"code":"console.log(document.body.innerHTML);"}'`? https://github.com/prasmussen/chrome-cli `chrome-cli source` prints source from active tab. `chrome-cli source -t ` prints source from specified tab.
Use the appropriate property.
Can we make it work also for automatic subtitles?
I have done this, try it and tell me what would you change: http://gist.github.com/dardo82/9e815aa00ab4c361e60c
Is this thing still alive? I think there is a bug... Using Chromium 46 if i use google.com as the filter,then the extension is activated on all sites!
Simple example using the API instead of the website: `curl -s "https://lutris.net/api/games?format=json&search=brick+studio" | jq '..|.name?'`