
Show Me the Meaning
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
what it is?
A vlc extension that allows you to
to find a meaning of a word
1) That is either shown on the currently running subtitles
2) or to search for your own word
The Meaning of the word you selected is retrieved from http://www.wiktionary.org/
USER MANUAL HERE:
https://dl.dropbox.com/s/fj5u0k26y21wtz1/vlc%20addon%20-%20show%20me%20the%20meaning.pdf?dl=1
INSTALLATION
- put the ".lua" file in the VLC subdir /lua/extensions, by default:
* Windows (all users): %ProgramFiles%VideoLANVLCluaextensions
* Windows (current user): %APPDATA%VLCluaextensions
* Linux (all users): /usr/share/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): ~/Library/Application Support/org.videolan.vlc/lua/extensions
(create directories if they don't exist)
Restart the VLC.
authors
Vigneshwar.V --> haivicky@gmail.com
PonKumaran --> aspkumaran@gmail.com
AjayBhargav --> ajaybhargavb@gmail.com
for details and other issues:
mail to
haivicky@gmail.com
laixix
7 years ago
Report