Rage video and audio player https://www.enlightenment.org
Go to file
Carsten Haitzler 1d492a6847 rage - avoid htonl due to windows issues - makes things simpler 2015-09-23 16:48:41 +09:00
data Winlist: fix the trigger to hide the winlist 2015-08-07 18:40:49 +03:00
m4 rage - initial import of working code 2014-01-20 20:34:48 +09:00
pkgbuild rage - initial import of working code 2014-01-20 20:34:48 +09:00
src/bin rage - avoid htonl due to windows issues - makes things simpler 2015-09-23 16:48:41 +09:00
.arcconfig rage - initial import of working code 2014-01-20 20:34:48 +09:00
.gitignore update gitignore 2014-08-09 11:57:50 -04:00
AUTHORS dnd: Recurse into directories 2014-09-08 16:25:05 -03:00
COPYING rage - fix copying to say it's for rage, not terminology :) 2015-04-23 10:12:56 +09:00
ChangeLog rage - initial import of working code 2014-01-20 20:34:48 +09:00
INSTALL rage - initial import of working code 2014-01-20 20:34:48 +09:00
Makefile.am improve build system to use only one makefile 2014-08-09 11:57:40 -04:00
Marrakesh.mrk rage -> 0.1.4 2015-04-28 14:33:52 +09:00
NEWS rage - initial import of working code 2014-01-20 20:34:48 +09:00
README rage -> 0.1.4 2015-04-28 14:33:52 +09:00
TODO rage - todo++ 2014-09-02 14:18:34 +09:00
autogen.sh rage - initial import of working code 2014-01-20 20:34:48 +09:00
configure.ac dnd: Recurse into directories using eio 2015-06-01 16:51:23 -03:00
rage.spec.in clean up build/pkg files 2014-03-09 15:01:22 +09:00

README

Rage 0.1.4

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net

******************************************************************************

This is a Video + Audio player along the lines of mplayer. It's simple
yet decent looking. It finds album art for you for music files,
generates thumbnails for videos so you can select logaction by
thumbnail and more. It accepts file lists on the cmdline ala:

  rage file1.mp3 file2.mp3 file3.avi file4.mp4 file5.ogg
  rage dvd:/
  rage http://www.blah.com/stream

You can tell it what media/video engine in emotion to ue via -e:

  rage -e vlc blah.mov
  rage -e xine dvd:/
  rage -e gstreamer1 blah.mp3

You can also specify subtitle files with -sub:

  rage file.mp4 -sub mysubs.srt

This depends on video engine support to display them, so it may not
work. Also rage will use a srt or sub format file if found,
automatically. If the filename is video.mp4 or video.avi, video.mov
etc. then rage looks for video.srt or video.sub and automatically will
use it.

If you DND files onto its window, they are added to the playlist.
Mouse over the right of the window brings up the playlist. Mouse over
the position bar at the bottom, if it's a video, brings up a video
thumbnail of that position (it may take a while to generate thumbnails
for that video - they are cached).

It's fully key controlled too. Key controls are:

----------------+----------------------------------------------------------
KEY             | Action
----------------+----------------------------------------------------------
Left            - rewind or DVD nav left
[               - rewind
Right           - fast forward or DVD nav right
]               - fast forward
Up              - Volume up or DVD nav up
+               - Volume up
=               - Volume up
Down            - Volume down DVD nav down
-               - Volume down
space           - Pause toggle
Pause           - Pause toggle
p               - Pause toggle
XF86AudioPlay   - pause toggle
s               - Stop
XF86AudioStop   - Stop
PgUp            - Previous file
XF86AudioPrev   - Previous file
PgDn            - Next file
XF86AudioNext   - Next file
Home            - First file
End             - Last file
m               - Mute toggle
XF86AudioMute   - Mute toggle
l               - Loop 1 mode toggle
q               - Exit
Escape          - Exit
f               - Fullscreen toggle
F11             - Fullscreen toggle
n               - Normalize window size to video size
\               - Toggle File list
y               - Video low quality toggle
z               - Video zoom fit/fill modes toggle
e               - Eject file/media
Return          - DVD nav select
Enter           - DVD nav select
,               - DVD nav angle prev
<               - DVD nav angle prev
.               - DVD nav angle next
>               - DVD nav angle next
Tab             - DVD nav force
0               - DVD nav 0
1               - DVD nav 1
2               - DVD nav 2
3               - DVD nav 3
4               - DVD nav 4
5               - DVD nav 5
6               - DVD nav 6
7               - DVD nav 7
8               - DVD nav 8
9               - DVD nav 9
`               - DVD nav 10
~               - DVD nav 10
F1              - DVD nav menu 1
F2              - DVD nav menu 2
F3              - DVD nav menu 3
F4              - DVD nav menu 4
F5              - DVD nav menu 5
F6              - DVD nav menu 6
F7              - DVD nav menu 7
----------------+----------------------------------------------------------

Requirements:
-------------

  * elementary (>= 1.11.0)
  * eina (>= 1.11.0)
  * eet (>= 1.11.0)
  * evas (>= 1.11.0)
  * ecore (>= 1.11.0)
  * edje (>= 1.11.0)
  * emotion (>= 1.11.0)
  * ecore-imf (>= 1.11.0)
  * ecore-imf-evas (>= 1.11.0)
  * ecore-input (>= 1.11.0)
  * ethumb (>= 1.11.0)