summaryrefslogtreecommitdiff
path: root/utils/themeeditor/buildtargetdb.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/buildtargetdb.php')
-rwxr-xr-xutils/themeeditor/buildtargetdb.php44
1 files changed, 40 insertions, 4 deletions
diff --git a/utils/themeeditor/buildtargetdb.php b/utils/themeeditor/buildtargetdb.php
index be372e1489..694b1668b6 100755
--- a/utils/themeeditor/buildtargetdb.php
+++ b/utils/themeeditor/buildtargetdb.php
@@ -23,10 +23,46 @@
23 23
24// This is the array of targets, with the target id as the key and the 24// This is the array of targets, with the target id as the key and the
25// plaintext name of the target as the value 25// plaintext name of the target as the value
26$targets = array( 'ipod1g2g' => 'iPod 1st/2nd Gen', 26$targets = array( 'archosfmrecorder' => 'Archos FM Recorder',
27 'ipodcolor' => 'iPod Color', 27 'archosondiofm' => 'Archos Ondio FM',
28 'ipodmini2g' => 'iPod Mini 2nd Gen', 28 'archosondiosp' => 'Archos Ondio SP',
29 'mrobe500' => 'm%:robe 500' 29 'archosplayer' => 'Archos Player/Studio',
30 'archosrecorder' => 'Archos Recorder v1',
31 'archosrecorderv2' => 'Archos Recorder v2',
32 'cowond2' => 'Cowon D2',
33 'iaudiom3' => 'iAudio M3',
34 'iaudiom5' => 'iAudio M5',
35 'iaudiox5' => 'iAudio X5',
36 'ipod1g2g' => 'iPod 1st and 2nd gen',
37 'ipod3g' => 'iPod 3rd gen',
38 'ipod4g' => 'iPod 4th gen Grayscale',
39 'ipodcolor' => 'iPod Color/Photo',
40 'ipodmini1g' => 'iPod Mini 1st gen',
41 'ipodmini2g' => 'iPod Mini 2nd gen',
42 'ipodnano1g' => 'iPod Nano 1st gen',
43 'ipodnano2g' => 'iPod Nano 2nd gen',
44 'ipodvideo' => 'iPod Video',
45 'iriverh10' => 'iriver H10 20GB',
46 'iriverh10_5gb' => 'iriver H10 5GB',
47 'iriverh100' => 'iriver H100/115',
48 'iriverh120' => 'iriver H120/140',
49 'iriverh300' => 'iriver H320/340',
50 'mrobe100' => 'Olympus M-Robe 100',
51 'mrobe500' => 'Olympus M-Robe 500',
52 'vibe500' => 'Packard Bell Vibe 500',
53 'samsungyh820' => 'Samsung YH-820',
54 'samsungyh920' => 'Samsung YH-920',
55 'samsungyh925' => 'Samsung YH-925',
56 'sansac200' => 'SanDisk Sansa c200',
57 'sansaclip' => 'SanDisk Sansa Clip v1',
58 'sansaclipv2' => 'SanDisk Sansa Clip v2',
59 'sansaclipplus' => 'SanDisk Sansa Clip+',
60 'sansae200' => 'SanDisk Sansa e200',
61 'sansae200v2' => 'SanDisk Sansa e200 v2',
62 'sansafuze' => 'SanDisk Sansa Fuze',
63 'sansafuzev2' => 'SanDisk Sansa Fuze v2',
64 'gigabeatfx' => 'Toshiba Gigabeat F/X',
65 'gigabeats' => 'Toshiba Gigabeat S'
30 ); 66 );
31 67
32// Looping through all the targets 68// Looping through all the targets