Page 1 of 1

Moved scripts from SVN to GitHub

Posted: 01 Dec 2013, 14:36
by rednoah
I've just moved all the shared scripts from SVN to this new repo on GitHub:
https://github.com/filebot/scripts

So starting with r1893 all the fn:script calls will refer to https://raw.github.com/filebot/scripts/master/[b]script[/b].groovy

There's also head:script now which will refer to https://raw.github.com/filebot/scripts/head/[b]script[/b].groovy and pretty much serves the same purpose as the no longer supported svn:script scheme.

Happy forking. :ugeek:

Re: Moved scripts from SVN to GitHub

Posted: 02 Dec 2013, 02:54
by rednoah
You can also easily run your own forks from your GitHub repo like so:

Code: Select all

-script "https://raw.github.com/filebot/scripts/head/amc.groovy" -trust-script
Dependent scripts will be resolved relative to the entry script.