Changes between Version 31 and Version 32 of projects/synapse


Ignore:
Timestamp:
11/11/12 12:27:05 (11 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v31 v32  
    159159 * etc.
    160160
    161 = Media player =
     161= Stateless Media player =
    162162
     163 * Mediaplayer that has no 'state', no menus and no playlists.
     164 * Its main-feature is that it can be blindly controlled by a remotecontroller without needing a GUI.
    163165 * Based on libvlc
    164  * Like Media Player Deamon (MPD) but also for videos.
     166 * Runs as a deamon
    165167 * Realtime web interface
    166  * Easy programmable for remote control via synapse event mapper.
    167  * Control output on marquee
    168  * MPD compatible so you can use your favorite MPD client.
     168 * Controllable by LIRC compatible remote controls.
     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 * Uses directories as 'playlists'. You can for example have a directory for every genre of music you have.
     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):
     173  * All the media in the "current" directory will be played recursively, sorted on date, file name, or semi-random.
     174  * You can switch directorys with a "next dir" and "prev dir" button.
     175  * You can even enter and exit directories with a "enter dir" and "exit dir" button.
     176  * Usually you probably will only navigate over your toplevel directorys to select a specific genre of music or navigate to you movie or series dir.
     177  * There is no need to scan the directorys and build databases in advance.
     178
     179
     180
     181
     182
     183