Changes between Version 32 and Version 33 of projects/synapse


Ignore:
Timestamp:
11/11/12 12:29:46 (11 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v32 v33  
    163163 * Mediaplayer that has no 'state', no menus and no playlists.
    164164 * Its main-feature is that it can be blindly controlled by a remotecontroller without needing a GUI.
    165  * Based on libvlc
     165 * Uses libvlc to play music, videos and streams. (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/play_vlc.module/module.cpp)
    166166 * 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)
    169169 * Will probably also run on the Raspberry and be controllable by cheap RF remote control. (see https://plus.google.com/108379430172305123363/posts/6U7XyiAVXth)
    170170 * Uses directories as 'playlists'. You can for example have a directory for every genre of music you have.
    171171 * 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):
    173173  * All the media in the "current" directory will be played recursively, sorted on date, file name, or semi-random.
    174174  * You can switch directorys with a "next dir" and "prev dir" button.
     
    181181
    182182
    183