diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-10-05 08:02:10 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-10-05 08:02:10 +0000 |
| commit | af48260399151e575bc40c7a648e3a2e0037e04e (patch) | |
| tree | d160abd09f39d08fcfe8c4b3d88fd7a6a91f5728 /apps/plugins | |
| parent | 8dd2ff50c68d313af7fd559af6d8ee2ff2fe6d42 (diff) | |
| download | rockbox-af48260399151e575bc40c7a648e3a2e0037e04e.zip rockbox-af48260399151e575bc40c7a648e3a2e0037e04e.tar.gz rockbox-af48260399151e575bc40c7a648e3a2e0037e04e.tar.bz2 rockbox-af48260399151e575bc40c7a648e3a2e0037e04e.tar.xz | |
Modified the viewers.config syntax slightly. The name field should now include
path of the plugin/viewer on target, but exclude the exension. Now the Sudoku
plugin acts as a normal plugin and a viewer at the same time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7582 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/viewers.config | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/apps/plugins/viewers.config b/apps/plugins/viewers.config index da8b086..b29835e 100644 --- a/apps/plugins/viewers.config +++ b/apps/plugins/viewers.config @@ -1,17 +1,16 @@ -ch8,chip8.rock,70 70 7f 7f 70 70 -txt,viewer.rock,55 55 55 55 55 55 -nfo,viewer.rock,55 55 55 55 55 55 -jpg,jpeg.rock,18 24 3C 3C 24 18 -ucl,rockbox_flash.rock,2A 7F 41 41 7F 2A -rvf,video.rock,5D 7F 5D 7F 5D 7F -mp3,vbrfix.rock,10 08 58 38 04 02 -m3u,search.rock,00 00 00 00 00 00 -txt,sort.rock, 00 00 00 00 00 00 -gb,rockboy.rock, 0C 2A 59 7A 2E 0C -gbc,rockboy.rock, 0C 2A 59 7A 2E 0C -m3u,iriverify.rock,00 00 00 00 00 00 -mid,midi2wav.rock, 20 70 70 3F 00 00 -rsp,searchengine.rock, 0e 11 11 31 7e 60 -ss,sudoku.rock, 55 55 55 55 55 55 -wav,wav2wv.rock, 00 00 00 00 00 00 - +ch8,viewers/chip8,70 70 7f 7f 70 70 +txt,viewers/viewer,55 55 55 55 55 55 +nfo,viewers/viewer,55 55 55 55 55 55 +jpg,viewers/jpeg,18 24 3C 3C 24 18 +ucl,viewers/rockbox_flash,2A 7F 41 41 7F 2A +rvf,viewers/video,5D 7F 5D 7F 5D 7F +mp3,viewers/vbrfix,10 08 58 38 04 02 +m3u,viewers/search,00 00 00 00 00 00 +txt,viewers/sort, 00 00 00 00 00 00 +gb,viewers/rockboy, 0C 2A 59 7A 2E 0C +gbc,viewers/rockboy, 0C 2A 59 7A 2E 0C +m3u,viewers/iriverify,00 00 00 00 00 00 +mid,viewers/midi2wav, 20 70 70 3F 00 00 +rsp,viewers/searchengine, 0e 11 11 31 7e 60 +ss,rocks/sudoku, 55 55 55 55 55 55 +wav,viewers/wav2wv, 00 00 00 00 00 00 |