From 283a933f19932485938b7c31f32ac0a89b2f91cb Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 5 Apr 2024 21:01:54 -0400 Subject: add mediaelch --- mediaelch/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 mediaelch/README.md (limited to 'mediaelch/README.md') 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. -- cgit