summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-21Add npm configuration for local (global) installationsBenjamin Franzke3-0/+8
So that "npm install -g" installs to ~/.local/
2014-11-21quvi/soup: Add referer header to post requestsBenjamin Franzke1-0/+1
2014-11-21awesome: Fix menu-hide and restart shortcutBenjamin Franzke1-2/+2
2014-08-26gitconfig: Disable color outputBenjamin Franzke1-0/+3
So that vimpager doesnt interfere with the escape sequences.
2014-08-26rxvt-unicode: Add letter spacing configurationBenjamin Franzke1-0/+2
2014-05-12awesome: focus&raise on resize/moveBenjamin Franzke1-2/+2
This was missing while converting to awesome 3.5 config.
2014-05-10awesome: Require eminentBenjamin Franzke1-0/+2
2014-05-10awesome: Rewrite for awesome 3.5 APIBenjamin Franzke4-481/+524
2014-05-10vimrc: Add settings for qbcontactBenjamin Franzke1-0/+3
2014-05-10alias: Include other alias scriptsBenjamin Franzke1-0/+2
2014-05-10awesome: Add nautilus and virt-manager shortcutsBenjamin Franzke1-6/+8
2014-03-15Remove luakit as default BROWSERBenjamin Franzke2-3/+1
its unmaintained :(
2014-02-28radiode: Fix title parsingBenjamin Franzke1-1/+1
2014-02-10quvi/putlocker: Simplify title matchingBenjamin Franzke1-1/+1
Fixes title for sockshare.com
2014-02-10quvi: cleanupBenjamin Franzke1-3/+1
2014-02-09quvi/putlocker: cleanupBenjamin Franzke1-3/+0
2014-02-08quvi/zdfmediathek: Remove debug outputBenjamin Franzke1-1/+1
2014-02-07quvi/xvidstage: Fix minjs unpack for side-by-side replacementsBenjamin Franzke1-1/+3
2014-02-07quvi/putlocker: Extend to also handle sockshare.comBenjamin Franzke1-4/+8
Seems they have exactly the same script so we can use the same code.
2014-02-07quvi 0.9: Add script for putlockerBenjamin Franzke1-0/+51
2014-02-07quvi/flashxtv: Print error if file is not availableBenjamin Franzke1-0/+1
2014-02-07 uvi 0.9: Add script for flashx.tvBenjamin Franzke1-0/+53
2014-02-07quvi 0.9: Add script for vidstream.inBenjamin Franzke1-0/+50
2014-02-07quvi: Move soup request function to seperate lua libBenjamin Franzke2-35/+51
2014-02-07quvi/xvidstage: Improve the matching of the relevant minjsBenjamin Franzke1-3/+3
2014-02-06quvi 0.9: Add script for dvixstage.euBenjamin Franzke1-0/+45
2014-02-06quvi/xvidstage: Parse only urls that have an idBenjamin Franzke1-0/+1
2014-02-06quvi/xvidstage: Implement proper minjs unpackingBenjamin Franzke1-9/+44
Dont try to be to clever and fetch the ip path data from the minified js. Instead do a proper unpack and parse the url from the result. Background: The minified js might look slighty different if there are i.e. redundacies in the ip (two times the same numerical component).
2014-02-06mpv: Allow fallback from vaapi to xvBenjamin Franzke1-1/+1
2014-02-06quvi 0.9: Add script from xvidstage.comBenjamin Franzke1-0/+90
Have to use own http client code, to be able to do POST requests. Using libsoup with lua gobject introspection (so lgi is required).
2014-02-06quvi 0.9: Add radiode scriptBenjamin Franzke1-0/+42
2014-02-06quvi 0.9: Add zdfmediathek scriptBenjamin Franzke2-0/+311
Ported from the 0.4 version. Now using luaexpat.
2014-01-19start_remote_irssi: Start screen if not existingBenjamin Franzke1-1/+1
2014-01-17quvi/zdf: Add coypright and filter duplicate formatsBenjamin Franzke1-1/+27
2014-01-17bash: add cstrike aliasBenjamin Franzke1-0/+2
2014-01-17srv/env.sh: Use ~/.local on all my hostsBenjamin Franzke1-4/+0
2014-01-17conky: Also disable in lxdeBenjamin Franzke1-1/+1
2014-01-16Move gitconfig to ~/.config/gitBenjamin Franzke1-0/+0
2014-01-16quvi/zdf: Check for facet hbbtv instead of the expected urlBenjamin Franzke1-6/+4
2014-01-16quvi/zdf: Remove smil quirkBenjamin Franzke1-4/+0
The user will not get this by default, since the comparision is more clever now. Let it reside in the format list, maybe its fixed someday.
2014-01-16quvi/zdf: Meta format seems to be not generic, use zdfmeta as func nameBenjamin Franzke1-2/+2
2014-01-16bash/environment.sh: Comment out luakit as default browserBenjamin Franzke1-1/+1
luakit has no development for more than one year, have to use chromium for now.
2014-01-16bash/environment.sh: Remove matlab libxcb workaroundBenjamin Franzke1-3/+0
I'm no longer using matlab (use octave!), and i'm not even sure this workaround is still needed. Remove!
2014-01-16Let libdvdcss store cached keys in ~/.cache/dvdcss/Benjamin Franzke1-0/+2
2014-01-16Add mpv configuration fileBenjamin Franzke1-0/+13
2014-01-16Move src/env.sh to .localBenjamin Franzke1-0/+0
2014-01-16eixrc: Move to XDG_CONFIG_HOME/eixrc/eixrcBenjamin Franzke2-0/+2
This needs the variable EIXRC set, which is done is environment.sh
2014-01-16quvi/zdf: cleanupBenjamin Franzke1-6/+6
2014-01-16quvi/zdf: Show either height or quality string in formatBenjamin Franzke1-13/+8
The quality string is only needed if height is unavailable.
2014-01-16quvi/zdf: Use xml_get from util.lua (libquvi-scripts 0.4.21)Benjamin Franzke1-14/+6