[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/subed c3e67ec 250/389: Add/Reword some features
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/subed c3e67ec 250/389: Add/Reword some features |
Date: |
Fri, 3 Dec 2021 11:00:36 -0500 (EST) |
branch: elpa/subed
commit c3e67ece74e68d74b1bb1360fe08c275883f58ce
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>
Add/Reword some features
---
README.org | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 0241e41..f33cc2d 100644
--- a/README.org
+++ b/README.org
@@ -9,7 +9,9 @@ SubRip ( ~.srt~).
- Quickly jump to next (~M-n~) and previous (~M-p~) subtitle text.
- Quickly jump to the beginning (~C-M-a~) and end (~C-M-e~) of the current
subtitle's text.
- - Insert (~M-i~) and kill (~M-k~) subtitles.
+ - Insert subtitles evenly spaced throughout the available space (~M-i~) or
+ right next the current subtitle (~C-M-i~).
+ - Kill subtitles (~M-k~).
- Adjust subtitle start (~M-[~ / ~M-]~) and stop (~M-{~ / ~M-}~) time. A
prefix argument sets the number of milliseconds for the current session
(e.g. ~C-u 1000 M-[ M-[ M-[~ decreases start time by 3 seconds).
@@ -22,24 +24,26 @@ SubRip ( ~.srt~).
~C-SPC M-> C-M-n/p~.
- Sort and re-number subtitles and remove any extra spaces and newlines
(~M-s~).
+ - Every time the buffer is saved, the subtitles are sanitized and sorted.
*** mpv integration (optional)
- Open videos with ~C-c C-v~ or automatically when entering subed-mode if
the
video file is named like the subtitle file but with a video extension
(e.g. ~.mkv~ or ~.avi~).
- - Pause video playback without leaving Emacs (~M-SPC~).
- - Every time the buffer is saved, the subtitles are sanitized, sorted, etc
- and then reloaded in mpv.
+ - Subtitles are automatically reloaded in mpv when the buffer is saved.
- Cursor and playback position are synchronized:
- Playback in mpv seeks to the position of the current subtitle as the
cursor moves between subtitles (~C-c ,~).
- The cursor is moved to the currently relevant subtitle as the video is
playing (~C-c .~).
+ - Copy the current playback position as start (~C-c [~) or stop (~C-c ]~)
+ time of the current subtitle.
- Playback is paused or slowed down when a subtitle's text is edited (~C-c
C-p~).
- Loop over the current subtitle in mpv (~C-c C-l~).
- When a subtitle's start or stop time changes, mpv seeks to the subtitle's
start time (~C-c C-r~).
+ - Pause video playback without leaving Emacs (~M-SPC~).
** Installation
For now, you have to install it manually. For example, copy ~subed/*.el~ to
- [nongnu] elpa/subed 9bc42c6 192/389: arg instead of (not (eq nil arg)), (continued)
- [nongnu] elpa/subed 9bc42c6 192/389: arg instead of (not (eq nil arg)), ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 7b5c5e0 205/389: Add/Fix tests for moving subtitles, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 3b69f02 225/389: Simplify basic test for moving subtitle, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed b6e484f 204/389: Move subtitles in active region as a unit, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 07a3774 218/389: Add generic function subed-subtitle-id-max, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 80a2545 223/389: Reduce LOC, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed cfe8d1c 228/389: subed-srt--backward-subtitle-id: Don't look for different ID, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 1e2dab9 229/389: remove sharp-quote from list; make variable customizable, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 17b5e1d 238/389: Adjust some test descriptions, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed bd6e798 247/389: subed-copy-player-pos-to-start/stop-time: Return playback position, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed c3e67ec 250/389: Add/Reword some features,
ELPA Syncer <=
- [nongnu] elpa/subed d27e55a 253/389: Move most stuff from subed.el to subed-common.el, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed b988a17 257/389: subed-replay-adjusted-subtitle-p: Fix if/when in docstring, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 080e512 262/389: Make variable subed-subtitle-format private, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed e7e791f 265/389: Activate support for multiple subtitle formats, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 831b0ea 267/389: Produce better error message when buffer-file-name is nil, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 864748c 270/389: Point to subed-mode docstring in "Commentary", ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 802a603 272/389: Add a real version number, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 9557ba9 273/389: Standardize/Rename subtitle loop functions, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed ccc4c0e 274/389: Loop over current subtitle by default, ELPA Syncer, 2021/12/03
- [nongnu] elpa/subed 11a1993 275/389: Don't modify kill-ring when regenerating IDs, ELPA Syncer, 2021/12/03