Skip to content

Instantly share code, notes, and snippets.

@SwoopX
SwoopX / library.php
Last active December 16, 2015 06:29
Modified library tab for Serviio WebUI to test evaluation license limitations
<form method="post" action="" id="libraryform" name="library" accept-charset="utf-8">
<input type="hidden" name="tab" value="library">
<input type="hidden" id="process" name="process" value="">
<br>
<ul id="librarytabs" class="shadetabs">
<li><a href="#" rel="libtab1" class="selected"><?php echo tr('tab_folders_shared_folders','Shared Folders')?></a></li>
<li><a href="#" rel="libtab2"><?php echo tr('tab_folders_online_sources','Online Sources')?></a></li>
</ul>
<div style="border:1px solid gray; width:98%; margin-bottom: 1em; padding: 10px">
@SwoopX
SwoopX / compile_ffmpeg.sh
Last active December 16, 2020 03:23 — forked from tommeier/.htaccess
#!/bin/bash
set -e
### ====================================================================== ###
## ##
## Serviio install codecs ##
## ##
### ====================================================================== ###
# Example usage:
# ssh on to qnap (ssh admin@192.168.1.x)