Changes between Version 32 and Version 33 of projects/synapse
- Timestamp:
- 11/11/12 12:29:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse
v32 v33 163 163 * Mediaplayer that has no 'state', no menus and no playlists. 164 164 * Its main-feature is that it can be blindly controlled by a remotecontroller without needing a GUI. 165 * Based on libvlc165 * Uses libvlc to play music, videos and streams. (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/play_vlc.module/module.cpp) 166 166 * Runs as a deamon 167 * Realtime web interface 168 * Controllable by LIRC compatible remote controls. 167 * Realtime web interface. (easy with default synapse http_json module) 168 * Controllable by LIRC compatible remote controls. (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/lirc.module/module.cpp) 169 169 * Will probably also run on the Raspberry and be controllable by cheap RF remote control. (see https://plus.google.com/108379430172305123363/posts/6U7XyiAVXth) 170 170 * Uses directories as 'playlists'. You can for example have a directory for every genre of music you have. 171 171 * Simple controls: Next/Prev song, Up/Down volume, Forward/Rewind, Pause. (no useless stop and play buttons) 172 * Simple navigation over directories (https://github.com/psy0rz/Synapse/blob/master/modules/pl.module/module.cpp):172 * Uses directories as "play list": (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/pl.module/module.cpp): 173 173 * All the media in the "current" directory will be played recursively, sorted on date, file name, or semi-random. 174 174 * You can switch directorys with a "next dir" and "prev dir" button. … … 181 181 182 182 183