Moved scripts from SVN to GitHub

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 23938
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Moved scripts from SVN to GitHub

Post 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:
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 23938
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Moved scripts from SVN to GitHub

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply