Moving contribute page in nav, removing folders.md
This commit is contained in:
parent
d27c6e5e85
commit
3bb37c3d4f
|
@ -3,8 +3,6 @@ topnav:
|
|||
url: index
|
||||
- page: Docs
|
||||
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
|
||||
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
|
||||
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
---
|
||||
|
|
|
@ -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)
|
Loading…
Reference in New Issue