Table Management
Sorting the table
Click the column labels on the top
First click will be desc
second click will be asc
Alternates after
Filtering of the table

Toggle the form with Ctrl+S
The filter form contains fields for all the columns in the table.
Clicking 'Filter' applies form values to filter the table.
Adding value from table
Click on a cell to heighlight it
enter semicolon: [ ;] or apostrophe: [ ' ]
the matching field in the filter form, will use the value from the cell
To apply click 'Filter'
Example
The table a cell with the word 'videos' is highlighted in the mediatype column

Pressing semicolon (;
) or apostrophe (`) confirms your choice and updates the filter form

Clicking "Filter" applies the changes, showing only videos in the table.
Reset the table
Click on the reset button. Keep in mind, the program saves the current table information in memory, so it won't fetch new data until you restart it
Example filter by all content with the text dog
Additional info about text filter
Searches uses python regex
Searching case-senstive
Upper case trigger a case-sensitive search
Dog
Searching for full string match
This will prompt the search to specifically match text that is exactly "dog," rather than text that contains "dog" within it
Last updated