Just to add - I've tried using commands in telnet such as /conf and /tmp/media/usb but it says 'Permission denied'
Don't know if these are the right commands to find the USB path anyway (found them whilst googling) - but either way no luck. Also, the WDLXTV webend shows no available disks? Even though the USB is plugged in to my SMP (has media files on it as well as the dark mamba theme with moivesheets)
***SOLVED*** - for any other noobs, the command in telnet was 'df -k' to list everything connected to the SMP, found my USB path there. However the theme itself (black mamba) doesn't display correctly, the main menu is using a mix of the stock theme with the mamba theme...but the settings, video etc show the black mamba theme properly. Tried rebooting the SMP but still the same. Also the moviesheets test files I added to the root of the USB aren't working for some reason...the thumbnail shows but there's no moviesheet. Could it be because I didn't put the theme in a zip file on the USB? (I just placed all xml files and the two folders onto the root of the USB as I wasn't sure what format it should all be in) I did edit everything else correctly as per the first post in this thread...any ideas?
**EDIT #2** Feel like a thick n00b at the mo, just realized I a) only edited the rv_gallery_browse_page.xml page and not any others. I misunderstood the post and thought it meant change the <image image="@@browse_text" x="0" y="0" w="1280" h="720" bg="1"/> to <image image="@@focused_title" x="0" y="0" w="1280" h="720" bg="1"/> - DUH! Anywho realised I have to ADD these lines of code to quite a few xml files. In the black mamba rv_gallery_browse_page.xml this line of code already exists, just without the 'bg="1" bit at the end, so do I just add that on for that xml? Also for the other xml files where do I add the <image image="@@focused_title" x="0" y="0" w="1280" h="720" bg="1"/> line exactly - does it matter where it is or can I just add it to the bottom of each xml file? Sorry again for these n00b questions!!!
**EDIT/UPDATE 3** Changed the rv_gallery_browse_page.xml xml file correctly (I think) by adding bg="1" into the code, as above. Tested a few files on the root of theme (USB stick) as well as a couple of networked hard drives on my computer - and moviesheets work!! - with no delay between browsing - amazing work to the folks who figured all this out!! But still don't know where exactly to add the following code to the other xml files <image image="@@focused_title" x="0" y="0" w="1280" h="720" bg="1"/> - guessing (hoping) that's why the menu on my SMP looks like a mix of the Mochi stock theme and black mamba theme...Sorry for the extremely long winded post btw