2012/2/23 Nils Kneuper <crazy-ivanovic@gmx.net>
strings youtube-dl.pnd | grep osversion | sed -e 's/.*major=\"\(.*\)\"
minor=\"\(.*\)\" release=\"\(.*\)\" build=\"\(.*\)\".*/\1.\2.\3.\4/'
This wont work depending on the syntax used by the dev :
<osversion
major=1
minor=0
release=7 />
is valid as far as XML is concern, but wont be parsed by this command. You need to actually change libPND so it will provide that information to pnd_run.sh.

And then, what should pnd_run.sh do with that ?