Moving contribute page in nav, removing folders.md

This commit is contained in:
Zachary Klosko 2020-05-28 10:32:34 -04:00
parent d27c6e5e85
commit 3bb37c3d4f
3 changed files with 3 additions and 21 deletions

View File

@ -3,8 +3,6 @@ topnav:
url: index url: index
- page: Docs - page: Docs
url: scheduling-shows url: scheduling-shows
- page: Contribute
url: contribute
- page: <svg class="bi bi-people-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/></svg> Github - page: <svg class="bi bi-people-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/></svg> Github
url: https://github.com/LibreTime/libretime url: https://github.com/LibreTime/libretime
- page: <svg class="bi bi-heart-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/></svg> Sponsor - page: <svg class="bi bi-heart-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/></svg> Sponsor
@ -67,8 +65,8 @@ docsnav:
contents: contents:
- page: HD Audio Modules - page: HD Audio Modules
url: hd-audio-modules url: hd-audio-modules
- page: Media Folders used by LibreTime - page: Contribute to LibreTime
url: folders url: contribute
- page: Rights and Royalties - page: Rights and Royalties
url: rights-royalties url: rights-royalties
- page: Uninstalling LibreTime - page: Uninstalling LibreTime

View File

@ -1,5 +1,5 @@
--- ---
layout: page layout: docs
title: Contributing to LibreTime 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. 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.
--- ---

View File

@ -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)