akshay2000 / XBMCRemoteRT

XBMC Remote for Windows and Windows Phone
24 stars 18 forks source link

Added file browser #48

Closed gabrielsadaka closed 9 years ago

gabrielsadaka commented 9 years ago

The file browser can be accessed through the app bar on the cover page. The first page lists all of the video and music sources available in a pivot. Once you tap on one of the sources it will take you to the file browser where you can use the back button or the "..." item at the top to go back to previous directories. Tapping on a file there will play it.

There is also an API method for downloading files which I haven't implemented at the moment.

gabrielsadaka commented 9 years ago

Just renamed the event handlers.

akshay2000 commented 9 years ago

Bug:

  1. Browse to anything. (Music > Some Folder > Some Child Folder)
  2. Go back to sources.
  3. Browse to some other source. (TV Shows > Some Folder)
  4. You're presented with the old folders. (Music in this case)