aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pysrt/slack-desc
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-17 08:28:22 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 08:28:22 +0700
commit88982a7ee4560dea5afeb28ef3229e9edea5b1e9 (patch)
tree0f3f6d9db9a7382941d29b8bcf04486336667983 /python/python3-pysrt/slack-desc
parent402b5de4c6c1f5a7dbd57f42fd87e4d14a3cadef (diff)
python/python3-pysrt: Added (Parser for srt files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pysrt/slack-desc')
-rw-r--r--python/python3-pysrt/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-pysrt/slack-desc b/python/python3-pysrt/slack-desc
new file mode 100644
index 0000000000..85ea4f80d5
--- /dev/null
+++ b/python/python3-pysrt/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-pysrt: python3-pysrt (Python parser for SubRip (srt) files)
+python3-pysrt:
+python3-pysrt: pysrt is a Python library used to edit or create SubRip files.
+python3-pysrt:
+python3-pysrt: pysrt is mainly designed as a library, but if you are experiencing
+python3-pysrt: troubles with bad subtitles you can first try to use ruby-osdb which
+python3-pysrt: will try to find the best subtitle for your movie. If you are still
+python3-pysrt: unlucky pysrt also provide an srt command useful for either shift,
+python3-pysrt: split, or rescale a .srt file.
+python3-pysrt:
+python3-pysrt: HOMEPAGE: https://github.com/byroot/pysrt