summaryrefslogtreecommitdiff
path: root/plugins/Watrack/stat/stat_data.inc
blob: ec539a3ecd06333e1d77f0cd5f8e53f35f4bb091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{statistic data}
const
  MenuReportPos = 500050001;

const
  smDirect  = 1;
  smReverse = 2;

const
  stArtist   = $0001;
  stCount    = $0002;
  stPath     = $0004;
  stDate     = $0008;
  stLength   = $0010;
  stAltCount = $0020;
  stAlbum    = $0040;