diff --git a/USAGE.md b/USAGE.md index bc86bbc6..9fd873c1 100644 --- a/USAGE.md +++ b/USAGE.md @@ -158,7 +158,8 @@ If your server supports it - add a internet radio station feed ## Android Auto -### Enabling on your head unit +**Enabling on your head unit** + To allow the Tempus app on your car's head unit, "Unknown sources" needs to be enabled in the Android Auto "Developer settings". This is because Tempus isn't installed through Play Store. Note that the Android Auto developer settings are different from the global Android "Developer options". 1. Switch to developer mode in the Android Auto settings by tapping ten times on the "Version" item at the bottom, followed by giving your permission.

@@ -177,6 +178,60 @@ To allow the Tempus app on your car's head unit, "Unknown sources" needs to be e 3

+**Interface Configuration** + +The Android Auto interface can be configured by user to best suit their preferences. + +

+ + +

+ +4 tabs can be configured with the following functions: +- Do not display : This tab is not used +- Home : Displays all functions not used in other tabs +- Recent : The 15 most recently listened-to albums +- Albums : Albums sorted by name +- Artists : Albums sorted by artist +- Playlists +- Podcast : The 100 podcasts recently added +- Radio +- Folder : Navigation through music directories +- Albums most played : The 15 most played albums +- Albums added : The 15 recently added albums +- Star tracks +- Star albums +- Star artists +- Random : 100 random songs + +If all tabs are set to "Do not display", then "Home" tab will be created with all functions inside. + +If "Home" is selected after another tab, it becomes "More" + +In addition, you can choose to display the following functions as thumbnails or lists: +- Home +- Albums (Last played, Most played, Recently added, Artists, Star tracks, Star albums, Star artists, Random) +- Playlists +- Radio +- Podcast + +

+ + +

+ +The A-Z button allows you to jump to items starting with the chosen letter. + +Search button returns albums or artists, even if they are not displayed by the selected function. + +Results of the A-Z jump or search will always be displayed as a list. + +

+ + +

+ +Display of albums and artists is limited to 500. For large libraries, it's preferable to use star albums or star artists. ### Server Settings **IN PROGRESS** diff --git a/mockup/usage/aa_AZ.jpg b/mockup/usage/aa_AZ.jpg new file mode 100644 index 00000000..978c0f75 Binary files /dev/null and b/mockup/usage/aa_AZ.jpg differ diff --git a/mockup/usage/aa_functions.png b/mockup/usage/aa_functions.png new file mode 100644 index 00000000..b09b52a9 Binary files /dev/null and b/mockup/usage/aa_functions.png differ diff --git a/mockup/usage/aa_list.jpg b/mockup/usage/aa_list.jpg new file mode 100644 index 00000000..dad1a003 Binary files /dev/null and b/mockup/usage/aa_list.jpg differ diff --git a/mockup/usage/aa_preferences.png b/mockup/usage/aa_preferences.png new file mode 100644 index 00000000..4c2b35d9 Binary files /dev/null and b/mockup/usage/aa_preferences.png differ diff --git a/mockup/usage/aa_search.jpg b/mockup/usage/aa_search.jpg new file mode 100644 index 00000000..e1e699db Binary files /dev/null and b/mockup/usage/aa_search.jpg differ diff --git a/mockup/usage/aa_thumbnails.jpg b/mockup/usage/aa_thumbnails.jpg new file mode 100644 index 00000000..a0408c40 Binary files /dev/null and b/mockup/usage/aa_thumbnails.jpg differ