fix markdown formatting
This commit is contained in:
parent
30538d9d7e
commit
1fa25d2fd2
98
UInotes.md
98
UInotes.md
@ -20,59 +20,65 @@ if display is off, it will not turn on unless the joystick button (by default) i
|
||||
## input
|
||||
|
||||
if state is PLAYING:
|
||||
* joystick_up is volume_up_5_percent
|
||||
* joystick_down is volume_down_5_percent
|
||||
* joystick_left is seek_prev_10s
|
||||
* joystick_right is seek_next_10s
|
||||
* joystick_in is play_pause_toggle
|
||||
* button_nw is pause_and_state_BROWSING
|
||||
* button_ne is shuffle_toggle
|
||||
* button_sw is prev_track
|
||||
* button_se is next_track
|
||||
|
||||
- joystick_up is volume_up_5_percent
|
||||
- joystick_down is volume_down_5_percent
|
||||
- joystick_left is seek_prev_10s
|
||||
- joystick_right is seek_next_10s
|
||||
- joystick_in is play_pause_toggle
|
||||
|
||||
- button_nw is pause_and_state_BROWSING
|
||||
- button_ne is shuffle_toggle
|
||||
- button_sw is prev_track
|
||||
- button_se is next_track
|
||||
|
||||
if state is BROWSING:
|
||||
* joystick_up is scroll_up
|
||||
* joystick_down is scroll_down
|
||||
* joystick_left is up_menu_level
|
||||
* joystick_right is down_menu_level
|
||||
* joystick_in is show_item_options
|
||||
* button_nw is state_PLAYING
|
||||
* button_ne is
|
||||
* button_sw is clear_current_queue
|
||||
* button_se is state_SETTINGS
|
||||
|
||||
- joystick_up is scroll_up
|
||||
- joystick_down is scroll_down
|
||||
- joystick_left is up_menu_level
|
||||
- joystick_right is down_menu_level
|
||||
- joystick_in is show_item_options
|
||||
|
||||
- button_nw is state_PLAYING
|
||||
- button_ne is
|
||||
- button_sw is clear_current_queue
|
||||
- button_se is state_SETTINGS
|
||||
|
||||
if state is SETTINGS:
|
||||
* joystick_up is scroll_up
|
||||
* joystick_down is scroll_down
|
||||
* joystick_left is up_menu_level
|
||||
* joystick_right is down_menu_level
|
||||
* joystick_in is show_item_options
|
||||
* button_nw is reboot
|
||||
* button_ne is power_off
|
||||
* button_sw is cancel_and_state_BROWSING
|
||||
* button_se is save_and_state_BROWSING
|
||||
|
||||
- joystick_up is scroll_up
|
||||
- joystick_down is scroll_down
|
||||
- joystick_left is up_menu_level
|
||||
- joystick_right is down_menu_level
|
||||
- joystick_in is show_item_options
|
||||
|
||||
- button_nw is reboot
|
||||
- button_ne is power_off
|
||||
- button_sw is cancel_and_state_BROWSING
|
||||
- button_se is save_and_state_BROWSING
|
||||
|
||||
### browsing menu hierarchy
|
||||
|
||||
playlists
|
||||
*dynamic list of playlists*
|
||||
add to queue
|
||||
replace queue
|
||||
shuffle and replace queue
|
||||
artists
|
||||
*dynamic list of artists*
|
||||
by year
|
||||
*dynamic list of albums chronologically*
|
||||
by album
|
||||
*dynamic list of albums alphabetically*
|
||||
all tracks
|
||||
by album
|
||||
*dynamic list of tracks in album order chronologically*
|
||||
by title
|
||||
*dynamic list of tracks alphabetically*
|
||||
albums
|
||||
*dynamic list of albums*
|
||||
*dynamic list of tracks*
|
||||
- playlists
|
||||
- *dynamic list of playlists*
|
||||
- add to queue
|
||||
- replace queue
|
||||
- shuffle and replace queue
|
||||
- artists
|
||||
- *dynamic list of artists*
|
||||
- by year
|
||||
- *dynamic list of albums chronologically*
|
||||
- by album
|
||||
- *dynamic list of albums alphabetically*
|
||||
- all tracks
|
||||
- by album
|
||||
- *dynamic list of tracks in album order chronologically*
|
||||
- by title
|
||||
- *dynamic list of tracks alphabetically*
|
||||
- albums
|
||||
- *dynamic list of albums*
|
||||
- *dynamic list of tracks*
|
||||
|
||||
|
||||
## musikcube api
|
||||
|
Loading…
Reference in New Issue
Block a user