Skip to content

Commit 1f224f7

Browse files
committed
Moved repository to new location
- Updated author name and all links.
1 parent eb50d79 commit 1f224f7

19 files changed

+50
-50
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
1-
## SteveJobzniak's MPV Utilities
1+
## VideoPlayerCode's MPV Utilities
22

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

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

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

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

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

1414
Apply color correction presets.
1515

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

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

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

2323
Image gallery autoloader for mpv.
2424

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

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

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

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

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

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

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

4444
Tons of pre-written, open source JavaScript modules which helps you rapidly
45-
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)
45+
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)
4646
system based on mpv's Lua `mp.options` API). All modules are free to use (and
4747
extend) in your own scripts!
4848

4949
### Download
5050

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

5353
### Requirements
5454

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

6565
### Author
6666

67-
SteveJobzniak (https://github.com/SteveJobzniak)
67+
VideoPlayerCode (https://github.com/VideoPlayerCode)

scripts/Blackbox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* Description: Advanced, modular media browser, file manager and playlist
55
* manager for mpv.
66
* Version: 1.3.0
7-
* Author: SteveJobzniak
8-
* URL: https://github.com/SteveJobzniak/mpv-tools
7+
* Author: VideoPlayerCode
8+
* URL: https://github.com/VideoPlayerCode/mpv-tools
99
* License: Apache License, Version 2.0
1010
*/
1111

scripts/Colorbox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Description: Apply color correction presets.
55
* Version: 1.0.0
6-
* Author: SteveJobzniak
7-
* URL: https://github.com/SteveJobzniak/mpv-tools
6+
* Author: VideoPlayerCode
7+
* URL: https://github.com/VideoPlayerCode/mpv-tools
88
* License: Apache License, Version 2.0
99
*/
1010

scripts/Gallerizer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Description: Image gallery autoloader for mpv.
55
* Version: 1.1.0
6-
* Author: SteveJobzniak
7-
* URL: https://github.com/SteveJobzniak/mpv-tools
6+
* Author: VideoPlayerCode
7+
* URL: https://github.com/VideoPlayerCode/mpv-tools
88
* License: Apache License, Version 2.0
99
*/
1010

scripts/Leapfrog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Excellent when queuing lots of images and using mpv as an image
77
* viewer.
88
* Version: 1.7.0
9-
* Author: SteveJobzniak
10-
* URL: https://github.com/SteveJobzniak/mpv-tools
9+
* Author: VideoPlayerCode
10+
* URL: https://github.com/VideoPlayerCode/mpv-tools
1111
* License: Apache License, Version 2.0
1212
*/
1313

scripts/auto-keep-gui-open.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
--
33
-- AUTO-KEEP-GUI-OPEN.LUA
44
-- Version: 1.0.1
5-
-- Author: SteveJobzniak
6-
-- URL: https://github.com/SteveJobzniak/mpv-tools
5+
-- Author: VideoPlayerCode
6+
-- URL: https://github.com/VideoPlayerCode/mpv-tools
77
--
88
-- Description:
99
--

scripts/cycle-video-rotate.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
--
33
-- CYCLE-VIDEO-ROTATE.LUA
44
-- Version: 1.0
5-
-- Author: SteveJobzniak
6-
-- URL: https://github.com/SteveJobzniak/mpv-tools
5+
-- Author: VideoPlayerCode
6+
-- URL: https://github.com/VideoPlayerCode/mpv-tools
77
--
88
-- Description:
99
--

scripts/modules.js/AssFormat.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* ASSFORMAT.JS (MODULE)
33
*
44
* Version: 1.2.0
5-
* Author: SteveJobzniak
6-
* URL: https://github.com/SteveJobzniak/mpv-tools
5+
* Author: VideoPlayerCode
6+
* URL: https://github.com/VideoPlayerCode/mpv-tools
77
* License: Apache License, Version 2.0
88
*/
99

scripts/modules.js/MicroUtils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* MICROUTILS.US (MODULE)
33
*
44
* Version: 1.3.0
5-
* Author: SteveJobzniak
6-
* URL: https://github.com/SteveJobzniak/mpv-tools
5+
* Author: VideoPlayerCode
6+
* URL: https://github.com/VideoPlayerCode/mpv-tools
77
* License: Apache License, Version 2.0
88
*/
99

@@ -52,7 +52,7 @@ Utils.quickSort_Run = function(arr, sortRef)
5252

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

scripts/modules.js/Options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* via "mp.options.read_options()". See official Lua docs for help.
66
* https://github.com/mpv-player/mpv/blob/master/DOCS/man/lua.rst#mpoptions-functions
77
* Version: 2.1.0
8-
* Author: SteveJobzniak
9-
* URL: https://github.com/SteveJobzniak/mpv-tools
8+
* Author: VideoPlayerCode
9+
* URL: https://github.com/VideoPlayerCode/mpv-tools
1010
* License: Apache License, Version 2.0
1111
*/
1212

scripts/modules.js/PathIndex.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* PATHINDEX.JS (MODULE)
33
* Version: 1.0
4-
* Author: SteveJobzniak
5-
* URL: https://github.com/SteveJobzniak/mpv-tools
4+
* Author: VideoPlayerCode
5+
* URL: https://github.com/VideoPlayerCode/mpv-tools
66
* License: Apache License, Version 2.0
77
*/
88

scripts/modules.js/PathTools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* PATHTOOLS.JS (MODULE)
33
* Version: 1.0
4-
* Author: SteveJobzniak
5-
* URL: https://github.com/SteveJobzniak/mpv-tools
4+
* Author: VideoPlayerCode
5+
* URL: https://github.com/VideoPlayerCode/mpv-tools
66
* License: Apache License, Version 2.0
77
*/
88

scripts/modules.js/PlaylistManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* PLAYLISTMANAGER.JS (MODULE)
33
* Version: 1.0
4-
* Author: SteveJobzniak
5-
* URL: https://github.com/SteveJobzniak/mpv-tools
4+
* Author: VideoPlayerCode
5+
* URL: https://github.com/VideoPlayerCode/mpv-tools
66
* License: Apache License, Version 2.0
77
*/
88

scripts/modules.js/PseudoRandom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* PSEUDORANDOM.JS (MODULE)
33
*
44
* Version: 1.0.0
5-
* Author: SteveJobzniak
6-
* URL: https://github.com/SteveJobzniak/mpv-tools
5+
* Author: VideoPlayerCode
6+
* URL: https://github.com/VideoPlayerCode/mpv-tools
77
* License: Apache License, Version 2.0
88
*/
99

scripts/modules.js/RandomCycle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* RANDOMCYCLE.JS (MODULE)
33
*
44
* Version: 1.0.0
5-
* Author: SteveJobzniak
6-
* URL: https://github.com/SteveJobzniak/mpv-tools
5+
* Author: VideoPlayerCode
6+
* URL: https://github.com/VideoPlayerCode/mpv-tools
77
* License: Apache License, Version 2.0
88
*/
99

scripts/modules.js/SelectionMenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* SELECTIONMENU.JS (MODULE)
33
*
44
* Version: 1.3.1
5-
* Author: SteveJobzniak
6-
* URL: https://github.com/SteveJobzniak/mpv-tools
5+
* Author: VideoPlayerCode
6+
* URL: https://github.com/VideoPlayerCode/mpv-tools
77
* License: Apache License, Version 2.0
88
*/
99

scripts/modules.js/Stack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* STACK.JS (MODULE)
33
*
44
* Version: 1.0.0
5-
* Author: SteveJobzniak
6-
* URL: https://github.com/SteveJobzniak/mpv-tools
5+
* Author: VideoPlayerCode
6+
* URL: https://github.com/VideoPlayerCode/mpv-tools
77
* License: Apache License, Version 2.0
88
*/
99

scripts/multi-command-if.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
-- MULTI-COMMAND-IF.LUA
44
-- Short Name: MCIF (Multi-Command If)
55
-- Version: 1.1
6-
-- Author: SteveJobzniak
7-
-- URL: https://github.com/SteveJobzniak/mpv-tools
6+
-- Author: VideoPlayerCode
7+
-- URL: https://github.com/VideoPlayerCode/mpv-tools
88
--
99
-- Description:
1010
--

scripts/quick-scale.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
--
33
-- QUICK-SCALE.LUA
44
-- Version: 1.1
5-
-- Author: SteveJobzniak
6-
-- URL: https://github.com/SteveJobzniak/mpv-tools
5+
-- Author: VideoPlayerCode
6+
-- URL: https://github.com/VideoPlayerCode/mpv-tools
77
--
88
-- Description:
99
--

0 commit comments

Comments
 (0)