diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 5dac93558..4b3e13580 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -9,7 +9,7 @@ _Do the changes in this PR implement a new feature?_
**I have updated the documentation to reflect these changes**:
_Are there documentation changes required as a result of these changes? See
-https://github.com/LibreTime/libretime/wiki/Documentation-Requirements_
+https://github.com/libretime/libretime/wiki/Documentation-Requirements_
### Testing Notes
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 22e032ccb..e95329a58 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,9 +66,9 @@ requesting existed.
Are you familiar with coding in PHP or Python? Have you made projects in
Liquidsoap and some of the other services we use? Take a look at the
-[list of bugs and feature requests](https://github.com/LibreTime/libretime/issues),
+[list of bugs and feature requests](https://github.com/libretime/libretime/issues),
and then fork our repo and have a go! Just use the **Fork** button at the top of
-our [GitHub page](https://github.com/LibreTime/libretime), clone the forked repo
+our [GitHub page](https://github.com/libretime/libretime), clone the forked repo
to your desktop, open up a favorite editor and make some changes, and then
commit, push, and open a pull request.
diff --git a/README.md b/README.md
index e4fb07d6f..33a04daf6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@

-[](https://github.com/LibreTime/libretime/actions/workflows/test.yml)
+[](https://github.com/libretime/libretime/actions/workflows/test.yml)
[](https://opencollective.com/libretime)
LibreTime makes it easy to run your own online or terrestrial radio station. It
diff --git a/cloud-init.yml b/cloud-init.yml
index fc697d86a..df175d29c 100644
--- a/cloud-init.yml
+++ b/cloud-init.yml
@@ -17,4 +17,4 @@ apt_upgrade: true
# Clone repo on init (Change repo url if needed)
# If you need to clone a branch, use git clone --branch branchname repourl
runcmd:
- - git clone https://github.com/LibreTime/libretime.git
+ - git clone https://github.com/libretime/libretime
diff --git a/docs/_interface-localization.md b/docs/_interface-localization.md
index 8261f3c15..85b9c5b14 100644
--- a/docs/_interface-localization.md
+++ b/docs/_interface-localization.md
@@ -6,7 +6,7 @@ The LibreTime administration interface can be localized using the standard GNU *

-First, you should check if a localization is already under way for your locale of choice. The best way to do this is to take a look at the 'main' branch in the GitHub repository for LibreTime at https://github.com/LibreTime/libretime. You can also ask in the LibreTime development forum at https://discourse.libretime.org/, where you might find community members who can help you with the translation.
+First, you should check if a localization is already under way for your locale of choice. The best way to do this is to take a look at the 'main' branch in the GitHub repository for LibreTime at https://github.com/libretime/libretime. You can also ask in the LibreTime development forum at https://discourse.libretime.org/, where you might find community members who can help you with the translation.
GNU **gettext** means using a .po file for each language or dialect, a specially formatted plain text file with groups of three or more lines, like this example from LibreTime's Korean localization:
diff --git a/docs/admin-manual/setup/install.md b/docs/admin-manual/setup/install.md
index 1fc6cb3fc..ea72ff879 100644
--- a/docs/admin-manual/setup/install.md
+++ b/docs/admin-manual/setup/install.md
@@ -177,5 +177,5 @@ Usually the packages are built soon after a release is published.
You can install LibreTime using packages on the distributions listed below, please follow further instruction provided by the links below:
-- [Debian / Ubuntu packages](https://github.com/LibreTime/libretime-debian-packaging/releases)
+- [Debian / Ubuntu packages](https://github.com/libretime/libretime-debian-packaging/releases)
- [CentOS packages](https://build.opensuse.org/package/show/home:radiorabe:airtime/libretime)
diff --git a/docs/admin-manual/setup/upgrade.md b/docs/admin-manual/setup/upgrade.md
index cc54a7898..477a9baf7 100644
--- a/docs/admin-manual/setup/upgrade.md
+++ b/docs/admin-manual/setup/upgrade.md
@@ -21,7 +21,7 @@ Follow [the install guide](./install.md#download) to download and install the ne
## Apply upgrade instructions
-Be sure to carefully read **all** the [releases notes](../../../releases), from your current version to the targeted version, to apply upgrade or breaking changes instructions to your installation.
+Be sure to carefully read **all** the [releases notes](../../releases/README.md), from your current version to the targeted version, to apply upgrade or breaking changes instructions to your installation.
## Apply migrations
diff --git a/docs/developer-manual/environment.md b/docs/developer-manual/environment.md
index 0afc810f7..a7f19e049 100644
--- a/docs/developer-manual/environment.md
+++ b/docs/developer-manual/environment.md
@@ -66,7 +66,7 @@ change the default provider if you have multiple installed. This can be done by
`--provider=virtualbox` or `--provider=libvirt` as applicable.
```bash
-git clone https://github.com/libretime/libretime.git
+git clone https://github.com/libretime/libretime
cd libretime
vagrant up ubuntu-bionic
```
@@ -105,7 +105,7 @@ supported steps are `prepare` and `install`.
Similar to Docker, Multipass works through a CLI. To use, clone this repo and then create a new Multipass VM.
```
-git clone https://github.com/libretime/libretime.git
+git clone https://github.com/libretime/libretime
cd libretime
multipass launch bionic -n ltTEST --cloud-init cloud-init.yaml
multipass shell ltTEST
diff --git a/docs/releases/3.0.0-alpha.01.md b/docs/releases/3.0.0-alpha.01.md
index e856e4b34..5d95fe3db 100644
--- a/docs/releases/3.0.0-alpha.01.md
+++ b/docs/releases/3.0.0-alpha.01.md
@@ -31,7 +31,7 @@ import ReleaseHead from './\_release-head.md';
## :warning: Known issues
-The following issues need a workaround for the time being. Please search the [issues](https://github.com/LibreTime/libretime/issues) before reporting problems not listed below.
+The following issues need a workaround for the time being. Please search the [issues](https://github.com/libretime/libretime/issues) before reporting problems not listed below.
### Outdated silan reports unreliable cue in/out information
@@ -43,28 +43,31 @@ There are multiple workarounds to this issue and [a bug against the upstream](ht
The following solutions have been reported to work.
-#### Silan from OBS build (https://github.com/LibreTime/libretime/issues/177#issuecomment-299195796)
+#### Silan from OBS build (https://github.com/libretime/libretime/issues/177#issuecomment-299195796)
Works for all relevant Debian and Ubuntu distros and installs silan `0.3.3~nmu1`.
```bash
+sudo apt-get update
+sudo apt-get install apt-transport-https
+
# install package signing key from obs
-wget -qO- http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0/Release.key \
+wget -qO- https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0/Release.key \
| apt-key add -
# add OBS repo to sources list (pick the distro you need)
# Debian Wheezy
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Debian Jessie
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Trusty
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_14.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_14.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Xenial
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# update local package database
@@ -74,13 +77,16 @@ apt-get update
apt-get install silan
```
-#### Legacy upstream silan packages (https://github.com/LibreTime/libretime/issues/197)
+#### Legacy upstream silan packages (https://github.com/libretime/libretime/issues/197)
Legacy Upstream hosts patched packages for Ubuntu Trusty on `apt.sourcefabric.org`. They install as `0.3.2~trusty~sfo-1`.
```bash
+sudo apt-get update
+sudo apt-get install apt-transport-https
+
sudo tee -a /etc/apt/sources.list < /etc/apt/sources.list.d/hairmare_silan.list
# Debian Jessie
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Trusty
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_14.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_14.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Xenial
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# update local package database
@@ -78,23 +81,26 @@ apt-get update
apt-get install silan
```
-#### Local armhf builds for Raspberry Pi 3 (https://github.com/LibreTime/libretime/issues/214#issuecomment-305988355)
+#### Local armhf builds for Raspberry Pi 3 (https://github.com/libretime/libretime/issues/214#issuecomment-305988355)
Since build.opensuse.org can't build Debian packages on arm due to missing dependencies, the `0.3.3~nmu1` arm package was built in a docker crossdev environment. This is reported to work on Debian Jessie on a Raspberry Pi 3 Model B.
```bash
-curl -L -O https://github.com/LibreTime/libretime/files/1049738/silan_0.3.3.nmu1_armhf.deb.tar.gz
+curl -L -O https://github.com/libretime/libretime/files/1049738/silan_0.3.3.nmu1_armhf.deb.tar.gz
tar xvf silan_0.3.3.nmu1_armhf.deb.tar.gz
sudo dpkg -i silan_0.3.3~nmu1_armhf.deb
```
-#### Legacy upstream silan packages (https://github.com/LibreTime/libretime/issues/197)
+#### Legacy upstream silan packages (https://github.com/libretime/libretime/issues/197)
Legacy upstream hosts patched packages for Ubuntu Trusty on `apt.sourcefabric.org`. They install as `0.3.2~trusty~sfo-1`.
```bash
+sudo apt-get update
+sudo apt-get install apt-transport-https
+
sudo tee -a /etc/apt/sources.list <= 1.3.0 Support
-Libretime currently only supports liquidsoap `< 1.3.0` out of the box. If you install a current version of liquidsoap [using OPAM](http://liquidsoap.fm/download.html) or through the [Rabe Liquidsoap Distribution for CentOS (RaBe LSD)](https://build.opensuse.org/project/show/home:radiorabe:liquidsoap) you will most likely have liquidsoap `1.3.1` installed.
+Libretime currently only supports liquidsoap `< 1.3.0` out of the box. If you install a current version of liquidsoap [using OPAM](https://www.liquidsoap.info/) or through the [Rabe Liquidsoap Distribution for CentOS (RaBe LSD)](https://build.opensuse.org/project/show/home:radiorabe:liquidsoap) you will most likely have liquidsoap `1.3.1` installed.
You can check your liquidsoap version by running `liquidsoap --version`.
@@ -129,10 +135,10 @@ An up to date patch is available through GitHub and can be applied to an unpacke
```bash
cd libretime-3.0.0-alpha.2/
-curl -L https://github.com/LibreTime/libretime/compare/master...radiorabe:feature/liquidsoap-1.3.0.patch | patch -p1
+curl -L https://github.com/libretime/libretime/compare/master...radiorabe:feature/liquidsoap-1.3.0.patch | patch -p1
```
-Git users can pull from the branch at https://github.com/LibreTime/libretime/compare/master...radiorabe:feature/liquidsoap-1.3.0 directly.
+Git users can pull from the branch at https://github.com/libretime/libretime/compare/master...radiorabe:feature/liquidsoap-1.3.0 directly.
#### Install old liquidsoap from opam (#192)
@@ -148,4 +154,4 @@ I made some [git of theseus graphs](https://erikbern.com/2016/12/05/the-half-lif

-[More GoT graphs](https://github.com/LibreTime/libretime/wiki/Git-of-Theseus) can be found in [the wiki](https://github.com/LibreTime/libretime/wiki). I didn't originally know that the code started out as not much PHP (0e968e62887f3f87f5e90845867dd90c8950deb1), with C++ making an early entry soon after (9c60b17e7e9e9830f103d387780bee555c0283b4). At the time (2004) LibreTime seems to have been called livesupport. In 2006(ish) it was rebranded to CampCaster (fe31d2dfabc83f57d7a5dbb1864022dca76fd604), with the rename to Airtime being worked on somewhere in 2010 (169c4ec214659876d797c025793cb8bd45e088c3).
+[More GoT graphs](https://github.com/libretime/libretime/wiki/Git-of-Theseus) can be found in [the wiki](https://github.com/libretime/libretime/wiki). I didn't originally know that the code started out as not much PHP (0e968e62887f3f87f5e90845867dd90c8950deb1), with C++ making an early entry soon after (9c60b17e7e9e9830f103d387780bee555c0283b4). At the time (2004) LibreTime seems to have been called livesupport. In 2006(ish) it was rebranded to CampCaster (fe31d2dfabc83f57d7a5dbb1864022dca76fd604), with the rename to Airtime being worked on somewhere in 2010 (169c4ec214659876d797c025793cb8bd45e088c3).
diff --git a/docs/releases/3.0.0-alpha.03.md b/docs/releases/3.0.0-alpha.03.md
index 637c4f02b..06fd26421 100644
--- a/docs/releases/3.0.0-alpha.03.md
+++ b/docs/releases/3.0.0-alpha.03.md
@@ -61,7 +61,7 @@ Analyzer grabs all the needed info from the main `airtime.ini` file starting wit
## :warning: Known issues
-The following issues need a workaround for the time being. Please search the [issues](https://github.com/LibreTime/libretime/issues) before reporting problems not listed below.
+The following issues need a workaround for the time being. Please search the [issues](https://github.com/libretime/libretime/issues) before reporting problems not listed below.
### Outdated silan reports unreliable cue in/out information
@@ -75,28 +75,31 @@ Kyle Robbertze @paddatrapper has taken over maintainership of the silan packages
The following solutions have been reported to work.
-#### Silan from OBS build (https://github.com/LibreTime/libretime/issues/177#issuecomment-299195796)
+#### Silan from OBS build (https://github.com/libretime/libretime/issues/177#issuecomment-299195796)
Works for all relevant Debian and Ubuntu distros and installs silan `0.3.3~nmu1`.
```bash
+sudo apt-get update
+sudo apt-get install apt-transport-https
+
# install package signing key from obs
-wget -qO- http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0/Release.key \
+wget -qO- https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0/Release.key \
| apt-key add -
# add OBS repo to sources list (pick the distro you need)
# Debian Stretch
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_9.0_standard/ ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_9.0_standard/ ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Debian Jessie
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Xenial
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Trusty
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_14.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_14.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# update local package database
@@ -106,23 +109,26 @@ apt-get update
apt-get install silan
```
-#### Local armhf builds for Raspberry Pi 3 (https://github.com/LibreTime/libretime/issues/214#issuecomment-305988355)
+#### Local armhf builds for Raspberry Pi 3 (https://github.com/libretime/libretime/issues/214#issuecomment-305988355)
Since build.opensuse.org can't build Debian packages on arm due to missing dependencies, the `0.3.3~nmu1` arm package was built in a docker crossdev environment. This is reported to work on Debian Jessie on a Raspberry Pi 3 Model B.
```bash
-curl -L -O https://github.com/LibreTime/libretime/files/1049738/silan_0.3.3.nmu1_armhf.deb.tar.gz
+curl -L -O https://github.com/libretime/libretime/files/1049738/silan_0.3.3.nmu1_armhf.deb.tar.gz
tar xvf silan_0.3.3.nmu1_armhf.deb.tar.gz
sudo dpkg -i silan_0.3.3~nmu1_armhf.deb
```
-#### Legacy upstream silan packages (https://github.com/LibreTime/libretime/issues/197)
+#### Legacy upstream silan packages (https://github.com/libretime/libretime/issues/197)
Legacy upstream hosts patched packages for Ubuntu Trusty on `apt.sourcefabric.org`. They install as `0.3.2~trusty~sfo-1`.
```bash
+sudo apt-get update
+sudo apt-get install apt-transport-https
+
sudo tee -a /etc/apt/sources.list <= 1.3.0 Support
-Libretime currently only supports liquidsoap `< 1.3.0` out of the box. If you install a current version of liquidsoap [using OPAM](http://liquidsoap.fm/download.html) or through the [Rabe Liquidsoap Distribution for CentOS (RaBe LSD)](https://build.opensuse.org/project/show/home:radiorabe:liquidsoap) you will most likely have liquidsoap `1.3.1` installed.
+Libretime currently only supports liquidsoap `< 1.3.0` out of the box. If you install a current version of liquidsoap [using OPAM](https://www.liquidsoap.info/) or through the [Rabe Liquidsoap Distribution for CentOS (RaBe LSD)](https://build.opensuse.org/project/show/home:radiorabe:liquidsoap) you will most likely have liquidsoap `1.3.1` installed.
You can check your liquidsoap version by running `liquidsoap --version`.
@@ -157,10 +163,10 @@ An up to date patch is available through GitHub and can be applied to an unpacke
```bash
cd libretime-3.0.0-alpha.3/
-curl -L https://github.com/LibreTime/libretime/compare/master...radiorabe:feature/liquidsoap-1.3.0.patch | patch -p1
+curl -L https://github.com/libretime/libretime/compare/master...radiorabe:feature/liquidsoap-1.3.0.patch | patch -p1
```
-Git users can pull from the branch at https://github.com/LibreTime/libretime/compare/master...radiorabe:feature/liquidsoap-1.3.0 directly.
+Git users can pull from the branch at https://github.com/libretime/libretime/compare/master...radiorabe:feature/liquidsoap-1.3.0 directly.
#### Install old liquidsoap from opam (#192)
@@ -172,7 +178,7 @@ opam install "liquidsoap<1.3.0"
### No watched folder support
-Currently LibreTime does not support watching folders as [described in the manual](http://libretime.org/manual/media-folders/#watching-a-folder). Uploading files through the web interface works fine and can be automated via a REST API. Re-implementing watched folder support is on the roadmap. Please consider helping out with the code to help speed things along if you want to use the feature.
+Currently LibreTime does not support watching folders. Uploading files through the web interface works fine and can be automated via a REST API. Re-implementing watched folder support is on the roadmap. Please consider helping out with the code to help speed things along if you want to use the feature.
### No line in support
diff --git a/docs/releases/3.0.0-alpha.04.md b/docs/releases/3.0.0-alpha.04.md
index de3f01cab..601cc7b5f 100644
--- a/docs/releases/3.0.0-alpha.04.md
+++ b/docs/releases/3.0.0-alpha.04.md
@@ -23,7 +23,7 @@ import ReleaseHead from './\_release-head.md';
## :warning: Known issues
-The following issues may need a workaround for the time being. Please search the [issues](https://github.com/LibreTime/libretime/issues) before reporting problems not listed below.
+The following issues may need a workaround for the time being. Please search the [issues](https://github.com/libretime/libretime/issues) before reporting problems not listed below.
### Outdated silan reports unreliable cue in/out information
@@ -37,28 +37,31 @@ Until this is sorted you should pre-install silan from a source you trust. If yo
The following solutions have been reported to work.
-#### Silan from OBS build (https://github.com/LibreTime/libretime/issues/177#issuecomment-299195796)
+#### Silan from OBS build (https://github.com/libretime/libretime/issues/177#issuecomment-299195796)
Works for all relevant Debian and Ubuntu distros and installs silan `0.3.3~nmu1`.
```bash
+sudo apt-get update
+sudo apt-get install apt-transport-https
+
# install package signing key from obs
-wget -qO- http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0/Release.key \
+wget -qO- https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0/Release.key \
| apt-key add -
# add OBS repo to sources list (pick the distro you need)
# Debian Stretch
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_9.0_standard/ ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_9.0_standard/ ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Debian Jessie
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Xenial
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Trusty
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_14.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_14.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# update local package database
@@ -68,23 +71,26 @@ apt-get update
apt-get install silan
```
-#### Local armhf builds for Raspberry Pi 3 (https://github.com/LibreTime/libretime/issues/214#issuecomment-305988355)
+#### Local armhf builds for Raspberry Pi 3 (https://github.com/libretime/libretime/issues/214#issuecomment-305988355)
Since build.opensuse.org can't build Debian packages on arm due to missing dependencies, the `0.3.3~nmu1` arm package was built in a docker crossdev environment. This is reported to work on Debian Jessie on a Raspberry Pi 3 Model B.
```bash
-curl -L -O https://github.com/LibreTime/libretime/files/1049738/silan_0.3.3.nmu1_armhf.deb.tar.gz
+curl -L -O https://github.com/libretime/libretime/files/1049738/silan_0.3.3.nmu1_armhf.deb.tar.gz
tar xvf silan_0.3.3.nmu1_armhf.deb.tar.gz
sudo dpkg -i silan_0.3.3~nmu1_armhf.deb
```
-#### Legacy upstream silan packages (https://github.com/LibreTime/libretime/issues/197)
+#### Legacy upstream silan packages (https://github.com/libretime/libretime/issues/197)
Legacy upstream hosts patched packages for Ubuntu Trusty on `apt.sourcefabric.org`. They install as `0.3.2~trusty~sfo-1`.
```bash
+sudo apt-get update
+sudo apt-get install apt-transport-https
+
sudo tee -a /etc/apt/sources.list < /etc/apt/sources.list.d/hairmare_silan.list
# Debian Jessie
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_8.0 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Xenial
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# Ubuntu Trusty (14.04) EOL in April 2019
-echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/Ubuntu_14.10_standard/ ./' \
+echo 'deb https://download.opensuse.org/repositories/home:/hairmare:/silan/Ubuntu_14.10_standard/ ./' \
> /etc/apt/sources.list.d/hairmare_silan.list
# update local package database
@@ -90,23 +93,26 @@ apt-get update
apt-get install silan
```
-#### Local armhf builds for Raspberry Pi 3 (https://github.com/LibreTime/libretime/issues/214#issuecomment-305988355)
+#### Local armhf builds for Raspberry Pi 3 (https://github.com/libretime/libretime/issues/214#issuecomment-305988355)
Since build.opensuse.org can't build Debian packages on arm due to missing dependencies, the `0.3.3~nmu1` arm package was built in a docker crossdev environment. This is reported to work on Debian Jessie on a Raspberry Pi 3 Model B.
```bash
-curl -L -O https://github.com/LibreTime/libretime/files/1049738/silan_0.3.3.nmu1_armhf.deb.tar.gz
+curl -L -O https://github.com/libretime/libretime/files/1049738/silan_0.3.3.nmu1_armhf.deb.tar.gz
tar xvf silan_0.3.3.nmu1_armhf.deb.tar.gz
sudo dpkg -i silan_0.3.3~nmu1_armhf.deb
```
-#### Legacy upstream silan packages (https://github.com/LibreTime/libretime/issues/197)
+#### Legacy upstream silan packages (https://github.com/libretime/libretime/issues/197)
Legacy upstream hosts patched packages for Ubuntu Trusty on `apt.sourcefabric.org`. They install as `0.3.2~trusty~sfo-1`.
```bash
+sudo apt-get update
+sudo apt-get install apt-transport-https
+
sudo tee -a /etc/apt/sources.list <
Take a look at the checklist below for possible solutions. If you're tried the suggestions and are
still experiencing issues, read the
- release notes,
+ release notes,
come visit our discourse
or, check the website and main docs.
diff --git a/legacy/application/configs/constants.php b/legacy/application/configs/constants.php
index 46cc4bb63..91c5efedc 100644
--- a/legacy/application/configs/constants.php
+++ b/legacy/application/configs/constants.php
@@ -43,15 +43,15 @@ define('SUPPORT_ADDRESS', 'https://discourse.libretime.org/');
define('HELP_URL', 'https://discourse.libretime.org/');
define('WHOS_USING_URL', 'https://github.com/orgs/LibreTime/people');
-define('TERMS_AND_CONDITIONS_URL', 'https://github.com/LibreTime/libretime/blob/main/README.md');
+define('TERMS_AND_CONDITIONS_URL', 'https://github.com/libretime/libretime/blob/main/README.md');
define('PRIVACY_POLICY_URL', 'https://github.com/LibreTime/code-of-conduct/blob/main/CODE_OF_CONDUCT.md');
define('USER_MANUAL_URL', 'http://libretime.org/docs');
define('ABOUT_AIRTIME_URL', 'http://libretime.org');
define('LIBRETIME_CONTRIBUTE_URL', 'https://libretime.org/contribute');
define('LIBRETIME_DISCOURSE_URL', 'https://discourse.libretime.org');
define('UI_REVAMP_EMBED_URL', 'https://www.youtube.com/embed/nqpNnCKGluY');
-define('LIBRETIME_WHATS_NEW_URL', 'https://github.com/LibreTime/libretime/releases');
-define('LIBRETIME_UPDATE_FEED', 'https://github.com/LibreTime/libretime/releases.atom');
+define('LIBRETIME_WHATS_NEW_URL', 'https://github.com/libretime/libretime/releases');
+define('LIBRETIME_UPDATE_FEED', 'https://github.com/libretime/libretime/releases.atom');
define('LIBRETIME_EMAIL_FROM', 'noreply@libretime.org');
define('LICENSE_VERSION', 'GNU AGPL v.3');
diff --git a/legacy/application/configs/navigation.php b/legacy/application/configs/navigation.php
index 34854f26a..274ccb9cc 100644
--- a/legacy/application/configs/navigation.php
+++ b/legacy/application/configs/navigation.php
@@ -14,7 +14,7 @@
*/
$pages = [];
// Disable My podcasts
-// See https://github.com/LibreTime/libretime/issues/1320
+// See https://github.com/libretime/libretime/issues/1320
// $pages[] = array(
// 'label' => _('My Podcast'),
// 'module' => 'default',
diff --git a/legacy/application/controllers/LibraryController.php b/legacy/application/controllers/LibraryController.php
index 12dcf1c84..cc57c9d17 100644
--- a/legacy/application/controllers/LibraryController.php
+++ b/legacy/application/controllers/LibraryController.php
@@ -118,7 +118,7 @@ class LibraryController extends Zend_Controller_Action
$menu['del'] = ['name' => _('Delete'), 'icon' => 'delete', 'url' => $baseUrl . 'library/delete'];
$menu['edit'] = ['name' => _('Edit...'), 'icon' => 'edit', 'url' => $baseUrl . "library/edit-file-md/id/{$id}"];
// Disable My podcasts
- // See https://github.com/LibreTime/libretime/issues/1320
+ // See https://github.com/libretime/libretime/issues/1320
// $menu["publish"] = array("name"=> _("Publish..."), "url" => $baseUrl."library/publish/id/{$id}");
}
diff --git a/legacy/application/modules/rest/controllers/MediaController.php b/legacy/application/modules/rest/controllers/MediaController.php
index e8074327b..abc2bdb23 100644
--- a/legacy/application/modules/rest/controllers/MediaController.php
+++ b/legacy/application/modules/rest/controllers/MediaController.php
@@ -129,7 +129,7 @@ class Rest_MediaController extends Zend_Rest_Controller
// we need to specify an explicit adapter since autodetection broke in php 7.2
$upload = new Zend_File_Transfer('Http');
// this error should not really get hit, letting the user know if it does is nice for debugging
- // see: https://github.com/LibreTime/libretime/issues/3#issuecomment-281143417
+ // see: https://github.com/libretime/libretime/issues/3#issuecomment-281143417
if (!$upload->isValid('file')) {
throw new Exception('invalid file uploaded');
}
diff --git a/legacy/application/upgrade/Upgrades.php b/legacy/application/upgrade/Upgrades.php
index 54e5c961a..ef3a9e5cf 100644
--- a/legacy/application/upgrade/Upgrades.php
+++ b/legacy/application/upgrade/Upgrades.php
@@ -594,7 +594,7 @@ class AirtimeUpgrader300alpha6 extends AirtimeUpgrader
/**
* Class AirtimeUpgrader300alpha7.
*
- * GH-#636 - https://github.com/LibreTime/libretime/pull/636 - Change dynamic smartblock to be default smartblock type
+ * GH-#636 - https://github.com/libretime/libretime/pull/636 - Change dynamic smartblock to be default smartblock type
*/
class AirtimeUpgrader300alpha7 extends AirtimeUpgrader
{
@@ -614,7 +614,7 @@ class AirtimeUpgrader300alpha7 extends AirtimeUpgrader
/**
* Class AirtimeUpgrader300alpha7-1.
*
- * GH-#659 - https://github.com/LibreTime/libretime/pull/659/ - Add description and title to podcast episodes database table
+ * GH-#659 - https://github.com/libretime/libretime/pull/659/ - Add description and title to podcast episodes database table
*/
class AirtimeUpgrader300alpha7_1 extends AirtimeUpgrader
{
@@ -634,7 +634,7 @@ class AirtimeUpgrader300alpha7_1 extends AirtimeUpgrader
/**
* Class AirtimeUpgrader300alpha7-2.
*
- * GH-#704 - https://github.com/LibreTime/libretime/pull/704/ - Add criteria group to smartblock table to enable database to store separately
+ * GH-#704 - https://github.com/libretime/libretime/pull/704/ - Add criteria group to smartblock table to enable database to store separately
*/
class AirtimeUpgrader300alpha7_2 extends AirtimeUpgrader
{
diff --git a/legacy/locale/Makefile b/legacy/locale/Makefile
index b242616a0..13a33033d 100644
--- a/legacy/locale/Makefile
+++ b/legacy/locale/Makefile
@@ -6,7 +6,7 @@ all: clean build
SHELL = bash
DOMAIN = libretime
-ISSUE_TRACKER = https://github.com/LibreTime/libretime/issues
+ISSUE_TRACKER = https://github.com/libretime/libretime/issues
PO_FILE = $(DOMAIN).po
PO_FILES = $(wildcard */LC_MESSAGES/$(PO_FILE))
MO_FILES = $(PO_FILES:.po=.mo)
diff --git a/legacy/locale/cs_CZ/LC_MESSAGES/libretime.po b/legacy/locale/cs_CZ/LC_MESSAGES/libretime.po
index ee78a84aa..4ceb687e4 100644
--- a/legacy/locale/cs_CZ/LC_MESSAGES/libretime.po
+++ b/legacy/locale/cs_CZ/LC_MESSAGES/libretime.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/legacy/locale/de_AT/LC_MESSAGES/libretime.po b/legacy/locale/de_AT/LC_MESSAGES/libretime.po
index 8bc90dd1e..e13c91292 100644
--- a/legacy/locale/de_AT/LC_MESSAGES/libretime.po
+++ b/legacy/locale/de_AT/LC_MESSAGES/libretime.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
"Last-Translator: Kyle Robbertze \n"
diff --git a/legacy/locale/de_DE/LC_MESSAGES/libretime.po b/legacy/locale/de_DE/LC_MESSAGES/libretime.po
index 3824aef49..ecc274622 100644
--- a/legacy/locale/de_DE/LC_MESSAGES/libretime.po
+++ b/legacy/locale/de_DE/LC_MESSAGES/libretime.po
@@ -13,7 +13,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
"Last-Translator: Kyle Robbertze \n"
diff --git a/legacy/locale/el_GR/LC_MESSAGES/libretime.po b/legacy/locale/el_GR/LC_MESSAGES/libretime.po
index 5f51bdaeb..dafd147ae 100644
--- a/legacy/locale/el_GR/LC_MESSAGES/libretime.po
+++ b/legacy/locale/el_GR/LC_MESSAGES/libretime.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
"Last-Translator: Kyle Robbertze \n"
diff --git a/legacy/locale/en_CA/LC_MESSAGES/libretime.po b/legacy/locale/en_CA/LC_MESSAGES/libretime.po
index 221ef1321..e3977b2ca 100644
--- a/legacy/locale/en_CA/LC_MESSAGES/libretime.po
+++ b/legacy/locale/en_CA/LC_MESSAGES/libretime.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/legacy/locale/en_GB/LC_MESSAGES/libretime.po b/legacy/locale/en_GB/LC_MESSAGES/libretime.po
index ab06845c6..392ac0d50 100644
--- a/legacy/locale/en_GB/LC_MESSAGES/libretime.po
+++ b/legacy/locale/en_GB/LC_MESSAGES/libretime.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
"Last-Translator: Kyle Robbertze \n"
diff --git a/legacy/locale/en_US/LC_MESSAGES/libretime.po b/legacy/locale/en_US/LC_MESSAGES/libretime.po
index 30344ad0c..15e972a8e 100644
--- a/legacy/locale/en_US/LC_MESSAGES/libretime.po
+++ b/legacy/locale/en_US/LC_MESSAGES/libretime.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/legacy/locale/es_ES/LC_MESSAGES/libretime.po b/legacy/locale/es_ES/LC_MESSAGES/libretime.po
index ace7cc555..05c33fbff 100644
--- a/legacy/locale/es_ES/LC_MESSAGES/libretime.po
+++ b/legacy/locale/es_ES/LC_MESSAGES/libretime.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2017-07-19 15:51+0000\n"
"Last-Translator: Xabier Arrabal \n"
diff --git a/legacy/locale/fr_FR/LC_MESSAGES/libretime.po b/legacy/locale/fr_FR/LC_MESSAGES/libretime.po
index 201b21f25..e246fc58f 100644
--- a/legacy/locale/fr_FR/LC_MESSAGES/libretime.po
+++ b/legacy/locale/fr_FR/LC_MESSAGES/libretime.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2022-03-08 06:55+0000\n"
"Last-Translator: Maxime Leroy \n"
diff --git a/legacy/locale/hr_HR/LC_MESSAGES/libretime.po b/legacy/locale/hr_HR/LC_MESSAGES/libretime.po
index 2c6bac229..23627bb9b 100644
--- a/legacy/locale/hr_HR/LC_MESSAGES/libretime.po
+++ b/legacy/locale/hr_HR/LC_MESSAGES/libretime.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/legacy/locale/hu_HU/LC_MESSAGES/libretime.po b/legacy/locale/hu_HU/LC_MESSAGES/libretime.po
index cfe1b1f78..7f7435892 100644
--- a/legacy/locale/hu_HU/LC_MESSAGES/libretime.po
+++ b/legacy/locale/hu_HU/LC_MESSAGES/libretime.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-12-27 20:52+0000\n"
"Last-Translator: f3rr31 <5920873@disroot.org>\n"
diff --git a/legacy/locale/it_IT/LC_MESSAGES/libretime.po b/legacy/locale/it_IT/LC_MESSAGES/libretime.po
index 031b5e503..5a8b54358 100644
--- a/legacy/locale/it_IT/LC_MESSAGES/libretime.po
+++ b/legacy/locale/it_IT/LC_MESSAGES/libretime.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
"Last-Translator: J. Lavoie \n"
diff --git a/legacy/locale/ja_JP/LC_MESSAGES/libretime.po b/legacy/locale/ja_JP/LC_MESSAGES/libretime.po
index f7a57cfc6..3561e3d9b 100644
--- a/legacy/locale/ja_JP/LC_MESSAGES/libretime.po
+++ b/legacy/locale/ja_JP/LC_MESSAGES/libretime.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
"Last-Translator: Kyle Robbertze \n"
diff --git a/legacy/locale/ko_KR/LC_MESSAGES/libretime.po b/legacy/locale/ko_KR/LC_MESSAGES/libretime.po
index 020e47643..2d49ce4f8 100644
--- a/legacy/locale/ko_KR/LC_MESSAGES/libretime.po
+++ b/legacy/locale/ko_KR/LC_MESSAGES/libretime.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/legacy/locale/nl_NL/LC_MESSAGES/libretime.po b/legacy/locale/nl_NL/LC_MESSAGES/libretime.po
index 220381ebf..235220baf 100644
--- a/legacy/locale/nl_NL/LC_MESSAGES/libretime.po
+++ b/legacy/locale/nl_NL/LC_MESSAGES/libretime.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
"Last-Translator: Kyle Robbertze \n"
diff --git a/legacy/locale/pl_PL/LC_MESSAGES/libretime.po b/legacy/locale/pl_PL/LC_MESSAGES/libretime.po
index 9e3eae964..efdd17ad0 100644
--- a/legacy/locale/pl_PL/LC_MESSAGES/libretime.po
+++ b/legacy/locale/pl_PL/LC_MESSAGES/libretime.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/legacy/locale/pt_BR/LC_MESSAGES/libretime.po b/legacy/locale/pt_BR/LC_MESSAGES/libretime.po
index 2561bf85d..e5c69a29a 100644
--- a/legacy/locale/pt_BR/LC_MESSAGES/libretime.po
+++ b/legacy/locale/pt_BR/LC_MESSAGES/libretime.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
"Last-Translator: Kyle Robbertze \n"
diff --git a/legacy/locale/ru_RU/LC_MESSAGES/libretime.po b/legacy/locale/ru_RU/LC_MESSAGES/libretime.po
index d85d9f2db..5f1a1d54f 100644
--- a/legacy/locale/ru_RU/LC_MESSAGES/libretime.po
+++ b/legacy/locale/ru_RU/LC_MESSAGES/libretime.po
@@ -16,7 +16,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2021-10-18 15:49+0000\n"
"Last-Translator: Artem \n"
diff --git a/legacy/locale/sr_RS/LC_MESSAGES/libretime.po b/legacy/locale/sr_RS/LC_MESSAGES/libretime.po
index 5cee7e10e..90df7eced 100644
--- a/legacy/locale/sr_RS/LC_MESSAGES/libretime.po
+++ b/legacy/locale/sr_RS/LC_MESSAGES/libretime.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/legacy/locale/sr_RS@latin/LC_MESSAGES/libretime.po b/legacy/locale/sr_RS@latin/LC_MESSAGES/libretime.po
index e8f7c0609..f1ebfd40e 100644
--- a/legacy/locale/sr_RS@latin/LC_MESSAGES/libretime.po
+++ b/legacy/locale/sr_RS@latin/LC_MESSAGES/libretime.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/legacy/locale/tr_TR/LC_MESSAGES/libretime.po b/legacy/locale/tr_TR/LC_MESSAGES/libretime.po
index ccd32dcbd..c18ad8bda 100644
--- a/legacy/locale/tr_TR/LC_MESSAGES/libretime.po
+++ b/legacy/locale/tr_TR/LC_MESSAGES/libretime.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2022-01-21 08:57+0000\n"
"Last-Translator: ToldYouThat \n"
diff --git a/legacy/locale/zh_CN/LC_MESSAGES/libretime.po b/legacy/locale/zh_CN/LC_MESSAGES/libretime.po
index b5dbedc9a..1fa08f17e 100644
--- a/legacy/locale/zh_CN/LC_MESSAGES/libretime.po
+++ b/legacy/locale/zh_CN/LC_MESSAGES/libretime.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: LibreTime\n"
-"Report-Msgid-Bugs-To: https://github.com/LibreTime/libretime/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
"POT-Creation-Date: 2021-10-15 19:56+0200\n"
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
"Last-Translator: Daniel James \n"
diff --git a/packages.ini b/packages.ini
index 34d966e0c..47d1d3484 100644
--- a/packages.ini
+++ b/packages.ini
@@ -7,7 +7,7 @@ rabbitmq-server = buster, bullseye, bionic, focal
curl = buster, bullseye, bionic, focal
-# See https://github.com/Libretime/libretime/commits/71ce3082c5e0611f77eb423a15b4b36267ebfda4/installer/lib
+# See https://github.com/libretime/libretime/commits/71ce3082c5e0611f77eb423a15b4b36267ebfda4/installer/lib
unzip = buster, bullseye, bionic, focal
zip = buster, bullseye, bionic, focal
diff --git a/playout/libretime_playout/pypofile.py b/playout/libretime_playout/pypofile.py
index ead8e0daf..f84228eb9 100644
--- a/playout/libretime_playout/pypofile.py
+++ b/playout/libretime_playout/pypofile.py
@@ -41,8 +41,8 @@ class PypoFile(Thread):
# This used to be a filesize check that didn't end up working.
# Once we have watched folders updated files from them might
# become an issue here... This needs proper cache management.
- # https://github.com/LibreTime/libretime/issues/756#issuecomment-477853018
- # https://github.com/LibreTime/libretime/pull/845
+ # https://github.com/libretime/libretime/issues/756#issuecomment-477853018
+ # https://github.com/libretime/libretime/pull/845
logger.debug(
"file %s already exists in local cache as %s, skipping copying..."
% (src, dst)