Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3demax/vlc-clickpause
"clickpause.lua" is lua extension for VLC. After activation, click video to toggle Play/Pause
https://github.com/3demax/vlc-clickpause
Last synced: 15 days ago
JSON representation
"clickpause.lua" is lua extension for VLC. After activation, click video to toggle Play/Pause
- Host: GitHub
- URL: https://github.com/3demax/vlc-clickpause
- Owner: 3demax
- Created: 2013-04-12T03:13:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T00:38:00.000Z (over 7 years ago)
- Last Synced: 2024-08-01T05:23:35.250Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 34.2 KB
- Stars: 16
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This plugin is broken. Does not work.
=====================================
Due to changes in VLC's lua API, this project is deprecated and not supported anymore for VLC 2.1.* and higher!
If you want the same functionality, go to [nurupo's plugin page](https://github.com/nurupo/vlc-pause-click-plugin).Introduction
============This extension allow playing/pausing videos by clicking on a screen.
Similar to youtube videos behaviour.Download
========
From [project on github](http://3demax.github.io/vlc-clickpause/) or
[videolan addons page](http://addons.videolan.org/content/show.php/Click+to+Play%2BPause?content=158285&PHPSESSID=6ac0dbec95c0dee45c8b4b1c494a0ff1)Installation
============To install, drop "clickpause.lua" into the VLC extensions directory.
The extensions directories are located at:- OS X systemwide: /Applications/VLC.app/Contents/MacOS/share/lua/extensions/
- OS X current user: ~/Library/Application Support/org.videolan.vlc/lua/extensions/
- Linux systemwide: depends upon distro
- Linux current user: ~/.local/share/vlc/lua/extensions/
- Windows systemwide: %ProgramFiles%\VideoLAN\VLC\lua\extensions\
- Windows current user: %APPDATA%\vlc\lua\extensions\This extension was tested and sound working at following configurations:
* VLC: 2.0.1; OS: Windows XP
* VLC: 2.0.5; OS: LinuxBut it doesn't depend on specific things, and highly probably would work
on other configurations.Usage
=====In "View" menu tick "Click screen to Play/Pause".
Enjoy!Know Bugs
=========* You need to tick it every time you open VLC. This is a limitation of VLC lua api.