From 3bb37c3d4ff086bab06a44d1f40e157eb0d72112 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Thu, 28 May 2020 10:32:34 -0400 Subject: [PATCH] Moving contribute page in nav, removing folders.md --- docs/_data/nav.yml | 6 ++---- docs/contribute.md | 2 +- docs/folders.md | 16 ---------------- 3 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 docs/folders.md diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 9df314465..4774637fd 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -3,8 +3,6 @@ topnav: url: index - page: Docs url: scheduling-shows -- page: Contribute - url: contribute - page: Github url: https://github.com/LibreTime/libretime - page: Sponsor @@ -67,8 +65,8 @@ docsnav: contents: - page: HD Audio Modules url: hd-audio-modules - - page: Media Folders used by LibreTime - url: folders + - page: Contribute to LibreTime + url: contribute - page: Rights and Royalties url: rights-royalties - page: Uninstalling LibreTime diff --git a/docs/contribute.md b/docs/contribute.md index bf499eacf..e2823bdcc 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -1,5 +1,5 @@ --- -layout: page +layout: docs title: Contributing to LibreTime blurb: LibreTime is a community project, maintained by an awesome group of volunteers. Being a "free as in freedom" project, we need the help of our users to keep the project going. You don't have to know how to write code in order to help. Check out some of ways you can give back to the LibreTime project below. --- diff --git a/docs/folders.md b/docs/folders.md deleted file mode 100644 index c084e867a..000000000 --- a/docs/folders.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: docs ---- - -# Media Library Folders - -LibreTime's media library is inside the */srv/airtime/stor/* folder on your server, by default. -Tracks are uploaded into the imported subdirectory and then a separate directory based upon the user -ID # of the user who uploaded it and then into a folder based upon the artist. - -LibreTime unlike Airtime does not currently monitor the files for changes after they are uploaded. -The media library is not designed to be edited directly after files are uploaded. This was done as part of a -move towards enabling cloud-based file hosting. There are currently two works in progress to support filesystem -imports and sync but neither of them have been finished as of the time of this writing. See -[#70](https://github.com/LibreTime/libretime/issues/70). In addition LibreTime does not write metadata changes -back to the files. See [#621](https://github.com/LibreTime/libretime/issues/621)