diff options
author | Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> | 2018-01-12 05:46:02 -0800 |
---|---|---|
committer | Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> | 2018-01-12 05:46:02 -0800 |
commit | e3d55c7353abcd27357735066eb93e432d37f1d8 (patch) | |
tree | bc5832a89fb0eb5452f3630f0fbc2c04c68dac22 /getting-started/troubleshooting.md | |
parent | 4679ccd5cef2cfab0dd97cf5ad25cafe4cbbeeb5 (diff) |
docs/getting-started/troubleshooting.md: fix formatting and typo
Fix the formatting of the section explaining how to add music files,
correct a typo and remove a paragraph that was duplicated in there.
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Diffstat (limited to 'getting-started/troubleshooting.md')
-rw-r--r-- | getting-started/troubleshooting.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/getting-started/troubleshooting.md b/getting-started/troubleshooting.md index 9d36a2b..d1d47ba 100644 --- a/getting-started/troubleshooting.md +++ b/getting-started/troubleshooting.md @@ -96,12 +96,10 @@ To disable IVI-Shell and revert to the "plain old" weston desktop, you can follo * Reboot your target and you should then be able to start apps on the standard weston screen using afm-util ## Adding media files to play with MediaPlayer +AGL include the default MediaPlayer sample app which can be used to play music. The `lightmediascanner.service` by default will search for media under the `/media` folder. So if you plug in any USB stick containing music, they would be recognized and showed in the playlist of the MediaPlayer app menu. -AGL include the default MediaPlayer sample app which can be used to play music. The lightmediascanner.service by default will search for media under /media folder. So if you plugin any USB stick containing music, they would be recognized and showed in the playlist of the MediaPlayer app menu. - -In case you want to store music in another place, modify the /usr/lib/systemd/user/lightmediascanner.service file and change the --directory parameter to the path of the folder. +The current supported format is OGG. Please convert your files to ogg to play with MediaPlayer. -If you don’t want to touch the ligthmediascanner service, you can also add a folder named “Music” uder /home/root and put your music files there. +In case you want to store music in another place, modify the `/usr/lib/systemd/user/lightmediascanner.service` file and change the `--directory` parameter to the path of that folder. -The current supported format is OGG. Please convert your files to ogg to play with MediaPlayer. -AGL include the default MediaPlayer sample app which can be used to play music. The lightmediascanner.service by default will search for media under /media folder. So if you plugin any USB stick containing music, they would be recognized and showed in the playlist of the MediaPlayer app menu. +If you don’t want to touch the ligthmediascanner service, you can also add a folder named "Music" under `/home/root` and put your music files there. |