This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
### ====================================================================== ### | |
## ## | |
## Serviio install codecs ## | |
## ## | |
### ====================================================================== ### | |
# Example usage: | |
# ssh on to qnap (ssh [email protected]) |