fix markdown formatting

This commit is contained in:
Sundog Jones 2020-07-08 16:13:19 -07:00
parent 30538d9d7e
commit 1fa25d2fd2
1 changed files with 52 additions and 46 deletions

View File

@ -20,59 +20,65 @@ if display is off, it will not turn on unless the joystick button (by default) i
## input ## input
if state is PLAYING: if state is PLAYING:
* joystick_up is volume_up_5_percent
* joystick_down is volume_down_5_percent - joystick_up is volume_up_5_percent
* joystick_left is seek_prev_10s - joystick_down is volume_down_5_percent
* joystick_right is seek_next_10s - joystick_left is seek_prev_10s
* joystick_in is play_pause_toggle - joystick_right is seek_next_10s
* button_nw is pause_and_state_BROWSING - joystick_in is play_pause_toggle
* button_ne is shuffle_toggle
* button_sw is prev_track - button_nw is pause_and_state_BROWSING
* button_se is next_track - button_ne is shuffle_toggle
- button_sw is prev_track
- button_se is next_track
if state is BROWSING: if state is BROWSING:
* joystick_up is scroll_up
* joystick_down is scroll_down - joystick_up is scroll_up
* joystick_left is up_menu_level - joystick_down is scroll_down
* joystick_right is down_menu_level - joystick_left is up_menu_level
* joystick_in is show_item_options - joystick_right is down_menu_level
* button_nw is state_PLAYING - joystick_in is show_item_options
* button_ne is
* button_sw is clear_current_queue - button_nw is state_PLAYING
* button_se is state_SETTINGS - button_ne is
- button_sw is clear_current_queue
- button_se is state_SETTINGS
if state is SETTINGS: if state is SETTINGS:
* joystick_up is scroll_up
* joystick_down is scroll_down - joystick_up is scroll_up
* joystick_left is up_menu_level - joystick_down is scroll_down
* joystick_right is down_menu_level - joystick_left is up_menu_level
* joystick_in is show_item_options - joystick_right is down_menu_level
* button_nw is reboot - joystick_in is show_item_options
* button_ne is power_off
* button_sw is cancel_and_state_BROWSING - button_nw is reboot
* button_se is save_and_state_BROWSING - button_ne is power_off
- button_sw is cancel_and_state_BROWSING
- button_se is save_and_state_BROWSING
### browsing menu hierarchy ### browsing menu hierarchy
playlists - playlists
*dynamic list of playlists* - *dynamic list of playlists*
add to queue - add to queue
replace queue - replace queue
shuffle and replace queue - shuffle and replace queue
artists - artists
*dynamic list of artists* - *dynamic list of artists*
by year - by year
*dynamic list of albums chronologically* - *dynamic list of albums chronologically*
by album - by album
*dynamic list of albums alphabetically* - *dynamic list of albums alphabetically*
all tracks - all tracks
by album - by album
*dynamic list of tracks in album order chronologically* - *dynamic list of tracks in album order chronologically*
by title - by title
*dynamic list of tracks alphabetically* - *dynamic list of tracks alphabetically*
albums - albums
*dynamic list of albums* - *dynamic list of albums*
*dynamic list of tracks* - *dynamic list of tracks*
## musikcube api ## musikcube api