Skip to content

Instantly share code, notes, and snippets.

@larsks
Created December 7, 2010 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsks/732500 to your computer and use it in GitHub Desktop.
Save larsks/732500 to your computer and use it in GitHub Desktop.
slimserver state when scanning (new and changed only)
mysql> select * from metainformation where name = "isScanning";
+------------+----------------------+
| name | value |
+------------+----------------------+
| isScanning | SETUP_STANDARDRESCAN |
+------------+----------------------+
1 row in set (0.00 sec)
mysql> select * from progress;
+----+----------+--------+--------+-------+------+------------+--------+------+
| id | type | name | active | total | done | start | finish | info |
+----+----------+--------+--------+-------+------+------------+--------+------+
| 5 | importer | itunes | 1 | 15580 | 1148 | 1291759053 | NULL | NULL |
+----+----------+--------+--------+-------+------+------------+--------+------+
1 row in set (0.01 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment