
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Time is VLC Extension that displays running time on the screen in a playing video.
(Extension script "time_ext.lua" + Interface script "time_intf.lua")
Features:
- supported tags: [E], [Efps], [D], [R], [T], [O], [P], [n], [_];
- 9 possible positions on the screen;
- elapsed time with milliseconds;
- playback speed rate taken into account for duration time;
Time v3.1+ (intf)
Simple instructions:
1) "time_ext.lua" > Copy the VLC Extension Lua script file into \lua\extensions\ folder;
2) "time_intf.lua" > Copy the VLC Interface Lua script file into \lua\intf\ folder;
3) Start the Extension in VLC menu and configure the Time interface to your liking:
- Windows/Linux: "View > Time v3.x (intf)";
- Mac OS: "Vlc > Extensions > Time v3.x (intf)".
Alternative activation of the Interface script:
* The Interface script can be activated from the CLI (batch script or desktop shortcut icon):
vlc.exe --extraintf=luaintf --lua-intf=time_intf
* VLC preferences for automatic activation of the Interface script:
Tools > Preferences > Show settings=All > Interface >
> Main interfaces: Extra interface modules [luaintf]
> Main interfaces > Lua: Lua interface
Lua 5.1! like in VLC-32bit for Windows (later I will fix it for Lua 5.2/5.3)
INSTALLATION location \lua\extensions\ for an Extension script (Create directory if it does not exist! Then Interface script in \lua\intf\):
* Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\extensions\
* Windows (current user): %APPDATA%\VLC\lua\extensions\
* Linux (all users): /usr/lib/vlc/lua/extensions/
* Linux (current user): ~/.local/share/vlc/lua/extensions/
* Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/extensions/
* Mac OS X (current user): /Users/%your_name%/Library/Application Support/org.videolan.vlc/lua/extensions/
Forum: https://forum.videolan.org/viewtopic.php?f=29&t=97639
v3.2 (intf) (27.8.2018) 2 years ago
- option to disable milliseconds in elapsed time
- option to show system/ending time in "h:m" format
v3.2 (intf) (27.8.2018) 2 years ago
- option to disable milliseconds in elapsed time
- option to show system/ending time in "h:m" format
v3.1 (intf) (19.8.2018) 2 years ago
- fixed numeric locale issue on Mac
- VLC version detection so the script works also in older VLC versions
- auto-format time (s > m:s > h:m:s > D/h:m:s)
- percentage playback position tag [P]
- always show "Settings" dialog box for disabled interface script
- respect other enabled VLC interfaces when saving settings
- "Settings" button in "Control panel" dialog box
- ">STOPPED<" status in title bar
- "looper_intf.lua" script file renamed to "time_intf.lua"
v3.0 (intf) (11.2.2018) 66127 2 years ago
- fixed time in microseconds for VLC 3;
v2.1 (intf) (5.9.2016) 58019 4 years ago
- fixed several bugs in Interface script;
old (before changes on this portal in September 2016) 2 years ago
v2.0 (intf) (28.4.2016) 53798
- resurrection attempt;
- Interface script "looper_intf.lua" + Extension script "time_ext.lua";
- new tags [Efps]-elapsed frames (et*fps), [n]-name, [_]-new/next line;
- elapsed time with milliseconds;
- playback speed rate taken into account for duration time;
v1.0 (19.3.2012)
- works in VLC 2.0.x;
- supported tags: [E]-elapsed time, [D]-duration, [R]-remaining time, [T]-system time, [O]-over/ending time;
swishy27
7 months ago
Report
mederi
7 months ago
Report
swishy27
7 months ago
Report
giannife
8 months ago
Report
giannife
8 months ago
Report
mederi
8 months ago
Report
mederi
8 months ago
Report
giannife
8 months ago
Report
mederi
8 months ago
Report
fengerzh
8 months ago
Report
adambishop
10 months ago
Report
mederi
9 months ago
Report
adrian2020
10 months ago
Report
mederi
10 months ago
Report
adrian2020
10 months ago
Report
mederi
9 months ago
Report
adrian2020
9 months ago
Report
mederi
9 months ago
Report
big-apple
10 months ago
Report
mederi
10 months ago
Report
big-apple
10 months ago
Thanks in advance for your help.
Report
mederi
10 months ago
https://addons.videolan.org/p/1154032/show/page/2
or
https://www.pling.com/p/1154032/show/page/2
Report
kiranzykey
1 year ago
Report
mederi
1 year ago
Report
sldgehammer
1 year ago
Report