Some nav fixed. More to go.
This commit is contained in:
parent
7eeef11f8f
commit
dc861ea90c
|
@ -13,7 +13,7 @@ main:
|
||||||
url: troubleshooting
|
url: troubleshooting
|
||||||
|
|
||||||
installer:
|
installer:
|
||||||
- text: --Go Back
|
- text: <--Go Back
|
||||||
url: index
|
url: index
|
||||||
- text: Quick Install
|
- text: Quick Install
|
||||||
url: quickstart
|
url: quickstart
|
||||||
|
@ -27,7 +27,7 @@ installer:
|
||||||
url: track-types
|
url: track-types
|
||||||
|
|
||||||
mainmenus:
|
mainmenus:
|
||||||
- text: --Back to Manual
|
- text: <--Back to Manual
|
||||||
url: manual
|
url: manual
|
||||||
- text: Upload
|
- text: Upload
|
||||||
url: upload
|
url: upload
|
||||||
|
@ -56,11 +56,32 @@ mainmenus:
|
||||||
url: stream-settings
|
url: stream-settings
|
||||||
- text: Status
|
- text: Status
|
||||||
url: status
|
url: status
|
||||||
- test: ---
|
|
||||||
- text: Analytics
|
- text: Analytics
|
||||||
- text: Playout History
|
- text: Playout History
|
||||||
url: history
|
url: history
|
||||||
- text: History Templates
|
- text: History Templates
|
||||||
url: history-templates
|
url: history-templates
|
||||||
- text: Listener Statistics
|
- text: Listener Statistics
|
||||||
url: listener-stats
|
url: listener-stats
|
||||||
|
|
||||||
|
devs:
|
||||||
|
- text: <--Back to Manual
|
||||||
|
url: manual
|
||||||
|
- text: Vagrant
|
||||||
|
url: vagrant
|
||||||
|
- text: Multipass
|
||||||
|
url: multipass
|
||||||
|
- text: Database access
|
||||||
|
url: database
|
||||||
|
- text: Translating LibreTime
|
||||||
|
url: interface-localization
|
||||||
|
|
||||||
|
appendix:
|
||||||
|
- text: <--Back to Manual
|
||||||
|
url: manual
|
||||||
|
- text: HD Audio Modules
|
||||||
|
url: hd-audio-modules
|
||||||
|
- text: Rights and Royalties
|
||||||
|
url: rights-royalties
|
||||||
|
- text: Media Folders
|
||||||
|
url: folders
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
{% seo %}
|
{% seo %}
|
||||||
<link rel="stylesheet" href="{{ "/_css/styles.css" | append: site.github.build_revision | relative_url }}">
|
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
Database
|
---
|
||||||
=============
|
sidebar: devs
|
||||||
|
---
|
||||||
|
|
||||||
|
# Database
|
||||||
|
|
||||||
LibreTime is designed to work with a [PostgreSQL](https://www.postgresql.org/) database server running locally.
|
LibreTime is designed to work with a [PostgreSQL](https://www.postgresql.org/) database server running locally.
|
||||||
LibreTime uses [PropelORM](http://propelorm.org) to interact with the ZendPHP components and create the database.
|
LibreTime uses [PropelORM](http://propelorm.org) to interact with the ZendPHP components and create the database.
|
||||||
|
|
||||||
# Modifying the Database
|
## Modifying the Database
|
||||||
If you are a developer seeking to add new columns to the database here are the steps.
|
If you are a developer seeking to add new columns to the database here are the steps.
|
||||||
|
|
||||||
1. Modify `airtime_mvc/build/schema.xml` with any changes.
|
1. Modify `airtime_mvc/build/schema.xml` with any changes.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: main
|
||||||
|
---
|
||||||
|
|
||||||
# Frequently Asked Questions
|
# Frequently Asked Questions
|
||||||
|
|
||||||
**What is LibreTime?**
|
**What is LibreTime?**
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
Media Library Folders
|
---
|
||||||
---------------------
|
sidebar: appendix
|
||||||
|
---
|
||||||
|
|
||||||
|
# Media Library Folders
|
||||||
|
|
||||||
LibreTime's media library is inside the */srv/airtime/stor/* folder on your server, by default.
|
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
|
Tracks are uploaded into the imported subdirectory and then a separate directory based upon the user
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: appendix
|
||||||
|
---
|
||||||
|
|
||||||
# HD Audio Modules
|
# HD Audio Modules
|
||||||
|
|
||||||
This listing is provided to help ensure that the correct model parameter is passed to the ALSA kernel module for an Intel HDA soundcard, if one is fitted to your LibreTime server. See the chapter *Preparing the server* in this book for more details.
|
This listing is provided to help ensure that the correct model parameter is passed to the ALSA kernel module for an Intel HDA soundcard, if one is fitted to your LibreTime server. See the chapter *Preparing the server* in this book for more details.
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
---
|
||||||
|
sidebar: devs
|
||||||
|
---
|
||||||
|
|
||||||
|
# Interface Localization
|
||||||
|
|
||||||
The LibreTime administration interface can be localized using the standard GNU **gettext** method. Using GitHub for this task means you don't have to tackle the whole of a localization yourself; just as much as you can manage.
|
The LibreTime administration interface can be localized using the standard GNU **gettext** method. Using GitHub for this task means you don't have to tackle the whole of a localization yourself; just as much as you can manage.
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: devs
|
||||||
|
---
|
||||||
|
|
||||||
# Testing LibreTime with Canonical's Multipass
|
# Testing LibreTime with Canonical's Multipass
|
||||||
|
|
||||||
Ever wanted to test out LibreTime but didn't want to tango with
|
Ever wanted to test out LibreTime but didn't want to tango with
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: appendix
|
||||||
|
---
|
||||||
|
|
||||||
# Rights and Royalties
|
# Rights and Royalties
|
||||||
|
|
||||||
If you're new to broadcasting, or have not streamed your station online before,
|
If you're new to broadcasting, or have not streamed your station online before,
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
sidebar: main
|
||||||
|
---
|
||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
Having trouble with your LibreTime installation? We've got you covered!
|
Having trouble with your LibreTime installation? We've got you covered!
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
Using Vagrant and Virturalbox for developing LibreTime
|
---
|
||||||
-------------------------------------------------------
|
sidebar: devs
|
||||||
|
---
|
||||||
|
|
||||||
|
# Using Vagrant and Virturalbox for developing LibreTime
|
||||||
|
|
||||||
The **LibreTime Vagrant install** is the fastet way to get LibreTime up and running in a way
|
The **LibreTime Vagrant install** is the fastet way to get LibreTime up and running in a way
|
||||||
to hack on its source code or to test it locally. There are two supported providers: libvirt
|
to hack on its source code or to test it locally. There are two supported providers: libvirt
|
||||||
|
|
Loading…
Reference in New Issue