Go to the source code of this file.
Functions | |
| if (typeof foldersync== 'undefined') | |
Variables | |
| var | HDR_SIZE = 6 |
| var | TAG_COUNT = 21 |
| var | DB_VERSION = 0x5443480d |
| var | DB_PREFIX = 8 |
| var | TAG = { "Album":1, "Title":3, "PlayCount":14, "Rating":15, "Flags":20 } |
| var | FLAG = { "Deleted":1 } |
| if | ( | typeof | foldersync = = 'undefined' | ) |
Definition at line 6 of file rockbox.js.
| var DB_PREFIX = 8 |
Definition at line 41 of file rockbox.js.
| var DB_VERSION = 0x5443480d |
Definition at line 40 of file rockbox.js.
| var FLAG = { "Deleted":1 } |
Definition at line 43 of file rockbox.js.
| var HDR_SIZE = 6 |
Definition at line 38 of file rockbox.js.
| var TAG = { "Album":1, "Title":3, "PlayCount":14, "Rating":15, "Flags":20 } |
Definition at line 42 of file rockbox.js.
| var TAG_COUNT = 21 |
Definition at line 39 of file rockbox.js.