Skip to content

Instantly share code, notes, and snippets.

@bill-kolokithas
bill-kolokithas / advancedsettings.xml
Last active August 30, 2023 07:26
Kodi buffer settings
<advancedsettings>
<cache>
<buffermode>1</buffermode>
<memorysize>840000000</memorysize>
<readfactor>50</readfactor>
</cache>
</advancedsettings>
@bill-kolokithas
bill-kolokithas / README.md
Created August 5, 2014 12:28
system-tar-and-restore readme

Distribution packages

Archlinux

The package is provided by the AUR. You can install it with an AUR helper of your choice: system-tar-and-restore or manually by invoking the following commands as a regular user. (to build packages from the AUR, the base-devel package group is assumed to be installed)

wget https://aur.archlinux.org/packages/sy/system-tar-and-restore/system-tar-and-restore.tar.gz
tar xf system-tar-and-restore.tar.gz
cd system-tar-and-restore

makepkg -si