1
0
Fork 0
forked from len0rd/rockbox

comment updated

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2005-06-24 05:22:47 +00:00
parent 145dca8ea5
commit 7bc6898e53

View file

@ -8,13 +8,12 @@
* $Id$ * $Id$
* *
* *
* Copyright (C) 2003 Jörg Hohensohn * Copyright (C) 2003-2005 Jörg Hohensohn
* *
* Alpine CD changer Project * Alpine CD changer Project
* This is a feasibility study for Archos emulating an Alpine M-Bus CD changer. * This is a feasibility study for Archos emulating an Alpine M-Bus CD changer.
* *
* Currently realized as a plugin, which can't control the mp3 playback. * Currently it will do seeks and change tracks, but nothing like disks.
* It "just" follows all radio commands and answers accordingly.
* The debug version shows a dump of the M-Bus communication on screen. * The debug version shows a dump of the M-Bus communication on screen.
* *
* Usage: Start plugin, it will stay in the background and do the emulation. * Usage: Start plugin, it will stay in the background and do the emulation.