FEATURE REQUEST
Hi Helly
Would you consider adding a RECORD BUTTON to the Video OSD ? This is not a PVR thing, but rather a convenient way to launch the Dreamcatcher addon (a stream recorder by TheHighway). The addon will save whatever internet stream you are currently watching (but NOT live streams, ie: TV).
As part of the download, the author has provided code to effect this in any Confluence-like skin, by inserting into VideoOSD.xml:
Code:
<control type="button" id="206">
<posx>330</posx>
<posy>0</posy>
<width>55</width>
<height>55</height>
<label>Download</label>
<font>-</font>
<texturefocus>OSDRecordFO.png</texturefocus>
<texturenofocus>OSDRecordNF.png</texturenofocus>
<onleft>205</onleft>
<onright>250</onright>
<onup>1000</onup>
<ondown>1000</ondown>
<onclick>XBMC.RunPlugin(plugin://plugin.program.dreamcatcher/?mode=Record)</onclick>
</control>
...and 5 PNG images to drop into the skin's media folder.
Of course I hacked into my Xonfluence skin to try it... and it functions just fine. But, having no idea of skinning fundamentals, a side effect was to shove the right-side group of buttons further to the right. You guessed it - the Subtitles popup no longer lines up with it's button
.
I presume you could make this a conditional display item, checking for the presence of Dreamcatcher in the system.
Yes, a nice-to-have for the folks interested in using the addon. Please consider it
.
Thanks Helly.