prpr
Well-Known Member
Had to buy my mum a Fox T2 a few weeks ago to replace a failed Panasonic E85 (the common U81 error which has so far resisted the standard fixes).
Anyway, managed to get the custom firmware on it a couple of weeks ago and have been tweaking since (from 150 miles away over a VPN!).
I got really fed up with the Series Link recordings leaving empty folders around once the recordings were deleted, but didn't want to install "flatten", as I think the Series Link folders are useful... but not when they are empty, as they just clutter up the top level.
So, I tried my hand at writing something to clear "empty" folders out, having looked at how some of the other extension packages were done - excellent site and instructions BTW.
After a couple of days of frustration, I gave up trying to use shell script, as I don't really know it, and used C instead, which I do (tried C++ first but got loads of #include errors which I couldn't fix - have subsequently found the magic incantation to fix the compiler's Include path, but too late for this).
Seems to work rather nicely. If anyone's interested, I guess I can submit it for inclusion?
One question... in the Packages list on the web-if, it always comes up with a blank description. Is this expected for packages installed locally? The "control" file looks correct to me.
Anyway, managed to get the custom firmware on it a couple of weeks ago and have been tweaking since (from 150 miles away over a VPN!).
I got really fed up with the Series Link recordings leaving empty folders around once the recordings were deleted, but didn't want to install "flatten", as I think the Series Link folders are useful... but not when they are empty, as they just clutter up the top level.
So, I tried my hand at writing something to clear "empty" folders out, having looked at how some of the other extension packages were done - excellent site and instructions BTW.
After a couple of days of frustration, I gave up trying to use shell script, as I don't really know it, and used C instead, which I do (tried C++ first but got loads of #include errors which I couldn't fix - have subsequently found the magic incantation to fix the compiler's Include path, but too late for this).
Seems to work rather nicely. If anyone's interested, I guess I can submit it for inclusion?
One question... in the Packages list on the web-if, it always comes up with a blank description. Is this expected for packages installed locally? The "control" file looks correct to me.