summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.md18
2 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b1001a6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea/**
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1dbf436
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# subsync
+
+Synchronizes subtitles via [alass](https://github.com/kaegi/alass).
+
+This is a modified version of a Python script published by Anacreon. Anacreon's
+script was written for Windows only. I've modified it to work on GNU/Linux.
+
+## Dependencies
+
+- [alass](https://github.com/kaegi/alass)
+- [ffmpeg](https://ffmpeg.org/)
+
+## License
+
+Anacreon didn't include any license with their original script, so I can't
+really apply license this. If anyone has a problem with me sharing these
+modifications, please let me know at
+[eapoems@riseup.net](mailto:eapoems@riseup.net).