Skip to content

Instantly share code, notes, and snippets.

@Rick7C2
Rick7C2 / search.gdrive-testing.r.metalliq.json
Last active October 1, 2016 23:05
This is a MetalliQ Player for both the plugin.video.gdrive-testing and plugin.video.gdrive addon.
{
"name" : "Search [COLOR FF0084FF]-[/COLOR] GDrive-Testing ([COLOR FF0084FF]R[/COLOR])",
"repository" : "repository.ddurdle-testing",
"plugin" : "plugin.video.gdrive-testing",
"priority" : 900,
"id" : "search.gdrive-testing.r",
"filters" : {},
"postprocess" : "",
"movies" : [
[
#!/bin/bash
set -e
# Usage:
# rsync_parallel.sh [--parallel=N] [rsync args...]
#
# Options:
# --parallel=N Use N parallel processes for transfer. Defaults to 10.
#
# Notes: