tweak/tidy up readme.md

This commit is contained in:
Carsten Haitzler 2022-06-04 14:36:29 +01:00
parent 21d8ba83e2
commit 6bb2f1958e
1 changed files with 13 additions and 7 deletions

View File

@ -37,10 +37,10 @@ Which goes into "Browser mode" where Rage will index/list your
~/Videos directory as a library (and subdirectories). ~/Videos directory as a library (and subdirectories).
This depends on video engine support to display them, so it may not 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, work. You might have toinstall more codec plugins for Gstreamer. Also
automatically. If the filename is video.mp4 or video.avi, video.mov Rage will use a srt or sub format file if found, automatically. If the
etc. then rage looks for video.srt or video.sub and automatically will filename is video.mp4 or video.avi, video.mov etc. then Rage looks for
use it. video.srt or video.sub and automatically will use it.
If you DND files onto its window, they are added to the playlist. 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 Mouse over the right of the window brings up the playlist. Mouse over
@ -48,7 +48,7 @@ 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 thumbnail of that position (it may take a while to generate thumbnails
for that video - they are cached). for that video - they are cached).
If you run rage without arguments at all it goes into "browser" mode If you run Rage without arguments at all it goes into "browser" mode
where it will index all your media files in "$HOME/Videos" or whatever where it will index all your media files in "$HOME/Videos" or whatever
you have configured your XDG video directory to be. It will flatten you have configured your XDG video directory to be. It will flatten
out all directories that it recursively scans in this videos director out all directories that it recursively scans in this videos director
@ -62,8 +62,11 @@ fetching or generating thumbnails for the first time, be a little
patient. They will be cached so they only need to be generated or patient. They will be cached so they only need to be generated or
fetched once (or if the file changes). fetched once (or if the file changes).
It's fully key controlled too. Key controls are: -----
## Key controls
It's fully key controlled too. Key controls are:
| KEY | Action | KEY | Action
| ----------------|---------------------------------------------------------- | ----------------|----------------------------------------------------------
@ -82,6 +85,9 @@ It's fully key controlled too. Key controls are:
| XF86AudioPlay | pause toggle | XF86AudioPlay | pause toggle
| s | Stop | s | Stop
| XF86AudioStop | Stop | XF86AudioStop | Stop
| BackSpace | Stop
| Delete | Stop
| c | Stop but don't exit playback
| PgUp | Previous file | PgUp | Previous file
| XF86AudioPrev | Previous file | XF86AudioPrev | Previous file
| PgDn | Next file | PgDn | Next file