gcfavorites / wiixplorer

Automatically exported from code.google.com/p/wiixplorer
1 stars 0 forks source link

Wiixplorer/mplayer_ce issue #510

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to open a file using mplayer_ce from wiixplorer it sends the wrong 
path name to the player, therefore mplayer looks for the file into usb: instead 
it needs to be nfts:
how can I fix the path mistake?

Original issue reported on code.google.com by rosario....@gmail.com on 13 Nov 2011 at 6:56

GoogleCodeExporter commented 9 years ago
If you can compile yourself the application checkout r212 and remove the 4 
lines for "ntfs" (line 75-78) in the file below and the word "else" in line 79. 
Then recompile. Should send "usb:" then.

http://code.google.com/p/wiixplorer/source/browse/trunk/source/FileStartUp/MPlay
erArguements.cpp#75

Original comment by strtoul on 13 Nov 2011 at 7:47

GoogleCodeExporter commented 9 years ago
sorry, I'm not really good at this. thanks btw. 

Original comment by rosario....@gmail.com on 14 Nov 2011 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by strtoul on 26 Nov 2011 at 7:14