As i'm using the MCE2 skin, I decided to use the custom task feature to add some button to my GBPVR.
Actually I created 3 shortcut :
One for restarting my computer, one for shuting it down and last one to preform a manual update for the XMLTV guide.
The last one is causing me some troubles :
First I discovered that the exe in not launched from his path but from I can live with it as I moved my .xmltv directory (settings) from to Main trouble is that it seems to not be compilant with the redirect ">" and all the update process is useless as it is not saved in tv.xml and only show in command line box.
Anyone have an idea to solve this ?
Maybe solution could be adding a .bat file but it is now only allowed to add a .exe one
Actually I created 3 shortcut :
One for restarting my computer, one for shuting it down and last one to preform a manual update for the XMLTV guide.
The last one is causing me some troubles :
Code:
Exe is : "c:\gbpvr\xmltv\xmltv.exe"
Parameters are : "tv_grab_fr >c:\gbpvr\script\tv.xml"
Code:
"c:\gbpvr"
Code:
"c:\gbpvr\xmltv\.xmltv"
Code:
"c:\gbpvr\.xmltv"
Anyone have an idea to solve this ?
Maybe solution could be adding a .bat file but it is now only allowed to add a .exe one