Changes between Version 43 and Version 44 of projects/synapse


Ignore:
Timestamp:
02/22/13 11:35:41 (11 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v43 v44  
    168168[[Image(mediazapper.png)]]
    169169
    170  * Mediaplayer that has no 'state', no menus and no playlists.
     170 * Mediaplayer that has no 'state', no menus and no playlists: it justs plays all your files that are under a certain directory.
     171 * Usefull if you just want to listen randomly to a part of your music collection without too much trouble.
     172 * Usefull to quickly navigate and zap through your media.
     173 * Usefull to quickly zap through your latest movies.
     174 * Next version will have favorites to make it possible to instantly play something with the push of one button. For example:
     175  * 'play all my metal in random order'
     176  * 'goto my latest movies' (it will start playing with the movie you watched last time)
    171177 * Its main-feature is that it can be blindly controlled by a remotecontroller without needing a GUI.
    172178 * Uses libvlc to play music, videos and streams. (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/play_vlc.module/module.cpp)