Changes between Version 46 and Version 47 of projects/synapse
- Timestamp:
- 03/03/13 16:15:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse
v46 v47 178 178 * Realtime web interface, for both desktops and mobile devices. (easy with default synapse http_json module) 179 179 * Controllable by LIRC compatible remote controls. (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/lirc.module/module.cpp) 180 * Will probably also run on the Raspberry and be controllable by cheap RF remote control. (see https://plus.google.com/108379430172305123363/posts/6U7XyiAVXth) 181 * Simple controls: Next/Prev song, Up/Down volume, Forward/Rewind, Pause. (no useless stop and play buttons) 180 * Will also run on the Raspberry and be controllable by cheap RF remote control. (see https://plus.google.com/108379430172305123363/posts/6U7XyiAVXth) 182 181 * Uses directories as "play list": (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/pl.module/module.cpp): 183 182 * All the media in the "current" directory will be played recursively, sorted on date, file name, or semi-random.