summaryrefslogtreecommitdiff
path: root/mediaelch/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-05 21:01:54 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-05 21:01:54 -0400
commit283a933f19932485938b7c31f32ac0a89b2f91cb (patch)
treed612aeeca8e2f5f5a577053333f98a662f252391 /mediaelch/README.md
parentfluxbox: fix dsc (diff)
downloadstackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.tar.gz
stackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.tar.bz2
stackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.zip
add mediaelch
Diffstat (limited to 'mediaelch/README.md')
-rw-r--r--mediaelch/README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/mediaelch/README.md b/mediaelch/README.md
new file mode 100644
index 0000000..401d558
--- /dev/null
+++ b/mediaelch/README.md
@@ -0,0 +1,32 @@
+# README for MediaElch
+This is a dpkg for [MediaElch](https://www.kvibes.de/mediaelch/). This is for editing .nfo files for media files.
+
+## Upstream
+The upstream app source is at [github](https://github.com/Komet/MediaElch/). Upstream even provides a few [dpkgs for a few distros](https://mediaelch.github.io/mediaelch-doc/download/linux.html#linux-repositories), but I want to package my own because I can.
+
+## Alternatives
+TinyMediaManager is only freemium and also some java monstrosity I wasn't able to compile even the libre bits.
+
+I have not tried the binary releases of MediaElch.
+
+## Reason for existence
+I want to compile it myself.
+
+## Using
+My builds should be on my [obs space](https://build.opensuse.org/project/show/home:bgstack15).
+
+## Dependencies
+See file [debian/control](debian/control) for that.
+
+## Building
+Standard debuild. Be sure to get the git submodules.
+
+
+ git submodule update --init
+
+
+See upstream's [build docs](https://mediaelch.github.io/mediaelch-doc/contributing/build/index.html).
+
+## References
+
+All links seen above.
bgstack15