Skip to content

Collection Browser

project-owner edited this page Jun 6, 2020 · 9 revisions

The main Collection menu allows to select the particular collection topic:

collection-10

The topic menus are sorted in alphabetical ascending order:

collection-13

There are two ways to filter the topics:

  1. Alphabet UI. Selection of the particular alphabet letter will filter out the topic items and show only items which start from the selected letter.
  2. Keyboard UI. The keyboard menu allows to filter out topic items using user-defined strings.

Here is the example of using the Alphabet UI:

collection-14

The following image shows the example of using the Keyboard UI:

collection-15

Navigation

Icon Name Remote Control (WD TV) Keyboard Voice Command Description
Previous Page Page Down previous page Switch to the previous page
Home Home home, go home Go to Home Screen
Back Esc back, go back Go back to the previous screen
Collection P Open Collection screen
Topics M Open Collection Topics screen
Details S Open Topic Details screen
Alphabet S Open Alphabet screen
Search R Open Search screen
Player Space player Open current player screen
Next Page Page Up next page Switch to the next page
Left Arrow key Left left, go left Select item on the left
Right Arrow key Right right, go right Select item on the right
Up Arrow key Up up, go up Select item above
Down Arrow key Down down, go down Select item below
Select menu item Enter okay, select Select highlighted menu item
Voice Assistant Activate/Deactivate Voice Assistant

Browsing through the Collection outside of the player

If there is the need to browse through the collection outside of the Peppy Player the command line tool for doing that can be installed this way:

sudo apt-get install sqlite3

It's available on all major platforms (Linux, Mac and Windows). This tool is also installed on all Peppy Player disk images. The following example shows how to use the command line tool on Windows machine to list all tables used for the Collection functionality by using .tables command (peppy.db is the database filename):

collection-6

The output from this command shows that there are only two tables used to store the metadata information:

  1. metadata table stores the main metadata info such as album, artist, date etc.
  2. summary table stores the metadata summary like the total number of genres, artists etc.

The following image shows the example of summary table content for the collection created on Windows machine for c:\music folder.

collection-7

The next image shows the result of running SQL query for the album named 'The Album'. The query was executed against the metadata table:

collection-8

<<Previous | Next>>

Clone this wiki locally