You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started `Tuner` in May 2020 when COVID-19 began to change our lives and provided me with some time to finally learn things that I couldn't during my life as a professional developer.
11
+
I've started `Tuner` in May 2020 when COVID-19 began to change our lives and provided me with some time to finally learn things that I couldn't during my life as a professional developer.
11
12
12
13
I moved from macOS to Linux as a daily driver, learned a little about Linux programming, and chose Vala as the language for Tuner. At the time I was running elementary OS, and they have excellent documentation for beginning developers on how to build nice-looking apps for elementary. That helped me a lot to get started with all the new stuff.
13
14
14
-
At the time, I never expected `Tuner` to be installed by the thousands on other great distros, like Arch, MX Linux, Ubuntu, Fedora. In August 2020, I released `Tuner` as a Flatpak app, and it was installed over 18.000 times on Flathub alone ever since! Users began to send me their appreciations but also bug reports and feature requests. Some friendly contributors made Tuner available on MX Linux and Arch AUR repos.
15
+
At the time, I never expected `Tuner` to be installed by the thousands on other great distros, like Arch, MX Linux, Ubuntu, Fedora. In August 2020, I released `Tuner` as a Flatpak app, and it was installed over 18.000 times on Flathub alone ever since! Users began to send me their appreciations but also bug reports and feature requests. Some friendly contributors made Tuner available on MX Linux and Arch AUR repos.
15
16
16
-
Maybe it was around this time when I started to feel not only the euphoria that comes with Open Source projects but also the weight of responsibility. I feared to move on because I didn't want to break things, so *I* took a break :-).
17
+
Maybe it was around this time when I started to feel not only the euphoria that comes with Open Source projects but also the weight of responsibility. I feared to move on because I didn't want to break things, so *I* took a break :-).
17
18
18
-
Yet, users keep sending bug reports and feature requests. I want `Tuner` to live on and be the best tiny internet radio receiver for the Linux environment.
19
+
Yet, users keep sending bug reports and feature requests. I want `Tuner` to live on and be the best tiny internet radio receiver for the Linux environment.
19
20
20
21
### You can help translate Tuner into your language
21
22
@@ -25,7 +26,6 @@ Tuner translations are now hosted on [Weblate](https://hosted.weblate.org/engage
25
26
26
27
Thanks to the Weblate team for generously hosting Tuner for free.
27
28
28
-
29
29
**Would you be interested in joining the project as a developer or package maintainer?**
30
30
31
31
Things I need help with:
@@ -43,46 +43,48 @@ Things I need help with:
43
43
### Flathub
44
44
45
45
Tuner is primarily available as a Flatpak on Flathub:
Arch-based GNU/Linux users can find `Tuner` under the name [tuner-git](https://aur.archlinux.org/packages/tuner-git/) in the **AUR**:
64
64
65
-
```sh
66
-
$ yay -S tuner-git
65
+
```bash
66
+
yay -S tuner-git
67
67
```
68
+
68
69
Thanks to [@btd1377](https://github.com/btd1337) for supporting Tuner on Arch Linux!
69
70
70
71
#### MX Linux
72
+
71
73
MX Linux users can find `Tuner` by using the MX Package Installer (currently under the MX Test Repo tab for MX-19 and the Stable Repo for MX-21)
72
74
73
75
Thanks to SwampRabbit for packaging Tuner for MX Linux!
74
76
75
77
#### Pacstall
78
+
76
79
Pacstall is a totally new package manager for Ubuntu that provides an AUR-like community-driven repo for package builds. If you already use `pacstall` you can install Tuner:
77
80
78
-
```sh
79
-
$ pacstall -I tuner
81
+
```bash
82
+
pacstall -I tuner
80
83
```
81
84
82
85
If you have Ubuntu and want a clean build of Tuner on your system, consider using `pacstall` instead of Flatpak if you don't feat beta software. Get `pacstall` here:
83
86
84
-
https://pacstall.dev
85
-
87
+
<https://pacstall.dev>
86
88
87
89
## Motivation
88
90
@@ -108,42 +110,40 @@ While I hacked on this App, I discovered so many cool and new stations, which ma
108
110
109
111
## Environment Variables
110
112
111
-
*`TUNER_API` - a `:` separated list of API servers to read from, e.g.
0 commit comments