-
Notifications
You must be signed in to change notification settings - Fork 1
Description
PhoenixPlayer looks super-promising, but there are a few things that make it little useful on Ubuntu Touch. One of them is music files to import are expected to be at ~/Downloads where the device keeps music files at ~/Music usually.
Current Behavior
Given I have started PhoenixPlayer
When I slide the menu up from the bottom edge
And select the "Import ..." option
And then press the "Import" button on the next screen
Then a browser window pops up
Which is then followed by a file manager file selection dialog popping up
And the location presented to the user is ~/Downloads.
Expected Behavior
Given I have started PhoenixPlayer
When I slide the menu up from the bottom edge
And select the "Import ..." option
And then press the "Import" button on the next screen
Then a file manager file or directory selection dialog pops up
And the location presented to the user is ~/Music
And it's possible also (somehow) to select files from ~/Downloads (and maybe other directories in the user's home directory).