Skip to content

Instantly share code, notes, and snippets.

@Ulrar
Ulrar / gist:c84b02931b926b3bb38f2e2dfb037aac
Created May 13, 2022 11:29
SteamVR System Report - Arch
This file has been truncated, but you can view the full file.
SteamVR System Report created Fri May 13 12:28:58 2022
<Report>
SteamVR Version: 1.21.12 (1647034158)
SteamVR Date: 2022-03-11
Steam: Public
Steam Branch:
Steam AppID: 250820
Tracking: lighthouse
OS: Linux version 5.17.5-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed, 27 Apr 2022 20:56:11 +0000
@Ulrar
Ulrar / gist:60f29c58f3f5cad0758a6728c394e675
Created June 2, 2020 22:02
Dockerfile forked-daapd-hassio
ARG BUILD_FROM=hassioaddons/debian-base:3.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
RUN sed -i 's/main/main contrib non-free/g' /etc/apt/sources.list
RUN apt-get update -y
RUN apt-get install -y --no-install-recommends curl gpg gpg-agent dirmngr apt-transport-https
RUN curl -L https://apt.mopidy.com/mopidy.list -o /etc/apt/sources.list.d/mopidy.list
RUN curl -L https://apt.mopidy.com/mopidy.gpg -o /tmp/mopidy.gpg
RUN apt-key add /tmp/mopidy.gpg
{
"data": {
"pairings": {
"MyMacAddress": {
"accessories": [
{
"aid": 1,
"services": [
{
"characteristics": [
@Ulrar
Ulrar / gist:7434eb6c45e09c5ad0f5
Created June 29, 2015 16:38
Doc download_url

Configure download URL

Introduction

Available in General -> Interface, the field download url allows you to specify where the episodes can be downloaded. If configured, a column is added in the episode list with a "Download" link. It's simply generated using the URL configured in the download URL field + the name of the show + the name of the episode. For example, if the download url is set to http://shows.domain.tld/, for the show Firefly the url generated for the first episode could be http://shows.domain.tld/Firefly/Season%2001/Firefly%20-%201x01%20-%20The%20Train%20Job.mp4 (probably different for you since it depends on your naming convention).