Skip to content

Instantly share code, notes, and snippets.

View shortyxs's full-sized avatar

Malte Schroeder shortyxs

View GitHub Profile
@shortyxs
shortyxs / now-playing-simple.php
Last active December 22, 2022 12:21
A simplified Version of the Icecast Title-Script from the @Radio-Zoom API
<?php
/**
* This script can be used to grab artist - title information from an Icecast2 server. No server Password is required because all information are available public.
*
* The default JSON File access on Icecast2 can be used on unhidden mount points only.
*
* @package
* @license http://www.gnu.org/licenses/agpl.html AGPL Version 3
* @author Malte Schroeder <post@malte-schroeder.de>
* @copyright Copyright (c) 2017-2020 Malte Schroeder (http://www.malte-schroeder.de)
@shortyxs
shortyxs / StudioScreen-readme.md
Last active June 20, 2023 09:06
Studioscreen Installguide

An installation guide for OnAirScreen

https://github.com/saschaludwig/OnAirScreen

For default raspian stretch functional 2018-12-30

sudo apt install neofetch git
sudo echo neofetch >> /etc/bash.bashrc
sudo echo net.ipv6.conf.all.disable_ipv6 = 1 >> /etc/sysctl.conf
sudo sysctl -p