Delete movies from USB/Network drives
Posted: Sun Jan 26, 2014 11:43 pm
Here is very dirty patch which I would categorize as pre-alpha and therefore I don't post a binary and only a memjack patch information till someone figures out a way to make it more generic. Special thanks to bugficks for helping me with starting this journey
The patch is for exeDSP from U46EH5450:
{ "_ZN18CMMBrowserViewBase16m_ShowFileMgrWndENS_21EMM_ACTIONWINDOW_TYPEE", 0x000003f4, 0x00000000, 0x0000000, 0xe59432dc, 0xeaffff4e, NULL},
At the moment I hook up to the "Send to SugarSync" tools menu option and I believe we should find a way to add our own remove option to tools menu. We also have to put in some place code for calling (if I am not mistaken) UpdateBrowserData since now the TV doesn't recognize that it did in fact delete a file and still displays it on a list
BTW I have some problems with debugging exeDSP it complains about threads stuff:
"Unable to find libthread_db matching inferior's thread library, thread debugging will not be available."
Anyone knows how to fix it?

{ "_ZN18CMMBrowserViewBase16m_ShowFileMgrWndENS_21EMM_ACTIONWINDOW_TYPEE", 0x000003f4, 0x00000000, 0x0000000, 0xe59432dc, 0xeaffff4e, NULL},
At the moment I hook up to the "Send to SugarSync" tools menu option and I believe we should find a way to add our own remove option to tools menu. We also have to put in some place code for calling (if I am not mistaken) UpdateBrowserData since now the TV doesn't recognize that it did in fact delete a file and still displays it on a list

BTW I have some problems with debugging exeDSP it complains about threads stuff:
"Unable to find libthread_db matching inferior's thread library, thread debugging will not be available."
Anyone knows how to fix it?