Changes between Version 45 and Version 46 of projects/synapse
- Timestamp:
- 03/03/13 16:07:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse
v45 v46 168 168 [[Image(zapper.png)]] 169 169 170 170 171 * Mediaplayer that has no 'state', no menus and no playlists: it justs plays all your files that are under a certain directory. 171 172 * Usefull if you just want to listen randomly to a part of your music collection without too much trouble. 172 173 * Usefull to quickly navigate and zap through your media. 173 174 * 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) 177 * Its main-feature is that it can be blindly controlled by a remotecontroller without needing a GUI. 175 * Favorites to instantly play your favorite directories with the push of one button. 178 176 * Uses libvlc to play music, videos and streams. (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/play_vlc.module/module.cpp) 179 177 * Runs as a deamon. 180 * Realtime web interface. (easy with default synapse http_json module) 181 * Will also run on the raspberry PI, to make a cheap lowpower networked media player :) 178 * Realtime web interface, for both desktops and mobile devices. (easy with default synapse http_json module) 182 179 * Controllable by LIRC compatible remote controls. (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/lirc.module/module.cpp) 183 180 * Will probably also run on the Raspberry and be controllable by cheap RF remote control. (see https://plus.google.com/108379430172305123363/posts/6U7XyiAVXth) 184 * Uses directories as 'playlists'. You can for example have a directory for every genre of music you have.185 181 * Simple controls: Next/Prev song, Up/Down volume, Forward/Rewind, Pause. (no useless stop and play buttons) 186 182 * Uses directories as "play list": (module is done: https://github.com/psy0rz/Synapse/blob/master/modules/pl.module/module.cpp): … … 193 189 * Idea is based on a mp3box prototype i build years ago. (http://paus.sourceforge.net/) I used it all the time and now i'm missing it, so now its time for a more serious version. :) 194 190 191 192 Mobile web interface: 193 194 [[Image(zappermobile.png)]] 195 196 195 197 == Running media zapper == 196 198