Skip to content

Instantly share code, notes, and snippets.

@ballju
ballju / trakt-backup.php
Created September 14, 2016 05:52 — forked from darekkay/trakt-backup.php
Trakt.tv backup script
<?php
/*
Backup script for trakt.tv (API v2).
Live demo: http://eclectide.com/blog/2014/08/12/trakt-tv-backup/
*/
// create a Trakt app to get a client API key: http://docs.trakt.apiary.io/#introduction/create-an-app
$apikey = "CLIENT_API_KEY";
@ballju
ballju / A short livestreamer tutorial.md
Created June 8, 2016 01:00 — forked from Alcesmire/A short livestreamer tutorial.md
A short livestreamer tutorial, written mainly to help some people during AGDQ 2014.

First, check out this livestreamer page.

That page should hold more or less all information you should need. But for your ease I'll compile what you need in a condensed format.

What is livestreamer?

Livestreamer is a program that allows you to view streams (twitch.tv, justin.tv and a LOT more) in a regular media player such as VLC, Mplayer or likely your preferred player.