summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Weiman <mark.weiman@markzz.com>2016-02-16 12:32:27 -0500
committerMark Weiman <mark.weiman@markzz.com>2016-02-16 12:32:27 -0500
commit2d319184b299d97fb8e6ad52c677f0ad8dc9cecc (patch)
tree1854e8816125ba81b1792a82e64f97c278d38919 /README
downloadmedia-server-master.tar.gz
media-server-master.zip
initial commit for readmeHEADmaster
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..dc39e5f
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+## What is this? ##
+
+This is yet another media system. Currently it is only for music, but soon
+there will possibly be support for other media.
+
+Much of this code is inspired by Arch Linux's package manager called Pacman.
+The reason for this was mainly because the concept of separate libraries in this
+project and separate package repositories can share a lot of code. For more
+information about Pacman, see <https://archlinux.org/pacman>.
+
+## Why bother? ##
+
+This project is to solve a problem in the media server world of making a really
+cool system, then making it so basic functionality turns into a premium feature
+(in other words, paid features).
+
+Another goal of this is to create a relatively simple system with not many
+features that will make things complicated and slow. Yet make it so clients can
+connect and play or download your media.
+
+This is just the server aspect of it. This manages a simple database to keep
+track of media. There is also a basic web interface included.
+
+So far, this only tracks audio and may be updated to include video and other
+media.
+
+## Why no code? ##
+
+I (Mark Weiman) am still designing this and will take some time before it's
+ready. If you are interested in this, just check back and see if something's
+done.