Skip to content

Commit

Permalink
Moved repository to new location
Browse files Browse the repository at this point in the history
- Updated author name and all links.
  • Loading branch information
Arcitec committed Jun 2, 2018
1 parent eb50d79 commit 1f224f7
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 50 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
## SteveJobzniak's MPV Utilities
## VideoPlayerCode's MPV Utilities

* `[ Lua ]` **[auto-keep-gui-open.lua](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/auto-keep-gui-open.lua)**
* `[ Lua ]` **[auto-keep-gui-open.lua](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/auto-keep-gui-open.lua)**

Intelligently switches mpv's "keep-open" behavior based on whether you are
running in video-mode or audio-only mode.

* `[ JS ] TOP!` **[Blackbox.js](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/Blackbox.js)**
* `[ JS ] TOP!` **[Blackbox.js](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/Blackbox.js)**

Advanced, modular media browser, file manager and playlist manager for mpv.

* `[ JS ] TOP!` **[Colorbox.js](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/Colorbox.js)**
* `[ JS ] TOP!` **[Colorbox.js](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/Colorbox.js)**

Apply color correction presets.

* `[ Lua ]` **[cycle-video-rotate.lua](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/cycle-video-rotate.lua)**
* `[ Lua ]` **[cycle-video-rotate.lua](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/cycle-video-rotate.lua)**

Allows you to perform video rotation which perfectly cycles through all 360
degrees without any glitches.

* `[ JS ] TOP!` **[Gallerizer.js](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/Gallerizer.js)**
* `[ JS ] TOP!` **[Gallerizer.js](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/Gallerizer.js)**

Image gallery autoloader for mpv.

* `[ JS ] TOP!` **[Leapfrog.js](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/Leapfrog.js)**
* `[ JS ] TOP!` **[Leapfrog.js](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/Leapfrog.js)**

Effortlessly jump through your playlist, with your own custom jump size and
direction, including the ability to jump randomly. Excellent when queuing lots
of images and using mpv as an image viewer.

* `[ Lua ] TOP!` **[multi-command-if.lua](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/multi-command-if.lua)**
* `[ Lua ] TOP!` **[multi-command-if.lua](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/multi-command-if.lua)**

Very powerful conditional logic and multiple action engine for your
keybindings, without having to write a single line of code!

* `[ Lua ] TOP!` **[quick-scale.lua](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/quick-scale.lua)**
* `[ Lua ] TOP!` **[quick-scale.lua](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/quick-scale.lua)**

Quickly scale the video player to a target size, with full control over target
scale and max scale. Helps you effortlessly resize a video to fit on your
desktop, or any other video dimensions you need!

* `[ JS ] TOP!` **[SteveJobzniak's Modules.js (for developers)](https://github.com/SteveJobzniak/mpv-tools/tree/master/scripts/modules.js)**
* `[ JS ] TOP!` **[VideoPlayerCode's Modules.js (for developers)](https://github.com/VideoPlayerCode/mpv-tools/tree/master/scripts/modules.js)**

Tons of pre-written, open source JavaScript modules which helps you rapidly
create your own JS user scripts (including a very helpful [script config](https://github.com/SteveJobzniak/mpv-tools/blob/master/scripts/modules.js/Options.js)
create your own JS user scripts (including a very helpful [script config](https://github.com/VideoPlayerCode/mpv-tools/blob/master/scripts/modules.js/Options.js)
system based on mpv's Lua `mp.options` API). All modules are free to use (and
extend) in your own scripts!

### Download

Easily download all scripts as a zip file: [mpv-tools-master.zip](https://github.com/SteveJobzniak/mpv-tools/archive/master.zip).
Easily download all scripts as a zip file: [mpv-tools-master.zip](https://github.com/VideoPlayerCode/mpv-tools/archive/master.zip).

### Requirements

Expand All @@ -64,4 +64,4 @@ contains important sublibraries that are shared by all of my `.js` utilities.

### Author

SteveJobzniak (https://github.com/SteveJobzniak)
VideoPlayerCode (https://github.com/VideoPlayerCode)
4 changes: 2 additions & 2 deletions scripts/Blackbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Description: Advanced, modular media browser, file manager and playlist
* manager for mpv.
* Version: 1.3.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/Colorbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*
* Description: Apply color correction presets.
* Version: 1.0.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/Gallerizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*
* Description: Image gallery autoloader for mpv.
* Version: 1.1.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/Leapfrog.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Excellent when queuing lots of images and using mpv as an image
* viewer.
* Version: 1.7.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/auto-keep-gui-open.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--
-- AUTO-KEEP-GUI-OPEN.LUA
-- Version: 1.0.1
-- Author: SteveJobzniak
-- URL: https://github.com/SteveJobzniak/mpv-tools
-- Author: VideoPlayerCode
-- URL: https://github.com/VideoPlayerCode/mpv-tools
--
-- Description:
--
Expand Down
4 changes: 2 additions & 2 deletions scripts/cycle-video-rotate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--
-- CYCLE-VIDEO-ROTATE.LUA
-- Version: 1.0
-- Author: SteveJobzniak
-- URL: https://github.com/SteveJobzniak/mpv-tools
-- Author: VideoPlayerCode
-- URL: https://github.com/VideoPlayerCode/mpv-tools
--
-- Description:
--
Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/AssFormat.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* ASSFORMAT.JS (MODULE)
*
* Version: 1.2.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
6 changes: 3 additions & 3 deletions scripts/modules.js/MicroUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* MICROUTILS.US (MODULE)
*
* Version: 1.3.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down Expand Up @@ -52,7 +52,7 @@ Utils.quickSort_Run = function(arr, sortRef)

// Adapted from a great, public-domain C algorithm by Darel Rex Finley.
// Original implementation: http://alienryderflex.com/quicksort/
// Ported by SteveJobzniak and extended to sort via a 2nd reference array,
// Ported by VideoPlayerCode and extended to sort via a 2nd reference array,
// to allow sorting the main array by _any_ criteria via the 2nd array.
var refPiv, arrPiv, beg = [], end = [], stackMax = -1, stackPtr = 0, L, R;

Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* via "mp.options.read_options()". See official Lua docs for help.
* https://github.com/mpv-player/mpv/blob/master/DOCS/man/lua.rst#mpoptions-functions
* Version: 2.1.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/PathIndex.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* PATHINDEX.JS (MODULE)
* Version: 1.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/PathTools.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* PATHTOOLS.JS (MODULE)
* Version: 1.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/PlaylistManager.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* PLAYLISTMANAGER.JS (MODULE)
* Version: 1.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/PseudoRandom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* PSEUDORANDOM.JS (MODULE)
*
* Version: 1.0.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/RandomCycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* RANDOMCYCLE.JS (MODULE)
*
* Version: 1.0.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/SelectionMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* SELECTIONMENU.JS (MODULE)
*
* Version: 1.3.1
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/modules.js/Stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* STACK.JS (MODULE)
*
* Version: 1.0.0
* Author: SteveJobzniak
* URL: https://github.com/SteveJobzniak/mpv-tools
* Author: VideoPlayerCode
* URL: https://github.com/VideoPlayerCode/mpv-tools
* License: Apache License, Version 2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions scripts/multi-command-if.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- MULTI-COMMAND-IF.LUA
-- Short Name: MCIF (Multi-Command If)
-- Version: 1.1
-- Author: SteveJobzniak
-- URL: https://github.com/SteveJobzniak/mpv-tools
-- Author: VideoPlayerCode
-- URL: https://github.com/VideoPlayerCode/mpv-tools
--
-- Description:
--
Expand Down
4 changes: 2 additions & 2 deletions scripts/quick-scale.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--
-- QUICK-SCALE.LUA
-- Version: 1.1
-- Author: SteveJobzniak
-- URL: https://github.com/SteveJobzniak/mpv-tools
-- Author: VideoPlayerCode
-- URL: https://github.com/VideoPlayerCode/mpv-tools
--
-- Description:
--
Expand Down

0 comments on commit 1f224f7

Please sign in to comment.