Pinned table: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Created page)
 
(added examples)
 
Line 11: Line 11:
| '''type'''
| '''type'''
| TEXT*
| TEXT*
|  
| folder
|  
| The type of object being pinned
|-
|-
| '''type_id'''
| '''type_id'''
| INTEGER
| INTEGER
|  
|  
|  
| The numerical database id of the pinned item, if it has one
|-
|-
| '''coll_id'''
| '''coll_id'''
Line 26: Line 26:
| '''string_type_id'''
| '''string_type_id'''
| TEXT*
| TEXT*
|  
| C:\Users\<USERNAME>\Music
|  
| String representation of the pinned item, if it doesn't have a numerical ID
|}
|}

Latest revision as of 19:25, 11 April 2024

This table was added in version 5.0.

Fields

Name Value Type Possible Values Description
type TEXT* folder The type of object being pinned
type_id INTEGER The numerical database id of the pinned item, if it has one
coll_id INTEGER
string_type_id TEXT* C:\Users\<USERNAME>\Music String representation of the pinned item, if it doesn't have a numerical ID