Menu

Tree [2580a1] dshow tip /
 History

Read Only access


File Date Author Commit
 CodeLiteWorkspace 2013-09-27 ma ma [eb89d8] juce 2.1.3 Upgrade followup
 icons 2014-03-24 ma ma [a35a6b] cleaning
 installer 2013-03-20 ma ma [aa42f0] install script improvements
 juce 2016-01-21 ma ma [2580a1] More madvr nonsense
 libvlc 2015-09-10 ma ma [47dda7] libvlc update
 msinttypes-r26 2013-02-20 ma ma [24ed69] msinttypes
 src 2015-12-12 ma ma [55d5c4] cleaning/sub preparation
 upx 2014-08-12 ma ma [0e64e2] Switched to mingw 4.8 with Codeblocks IDE and u...
 web 2015-03-26 ma ma [16b6ab] Website update
 .hgignore 2015-08-28 ma ma [900094] 64 bits execution folder
 .hgtags 2015-03-24 ma ma [e9ca85] Added tag 0.91 for changeset 6f5ba62fa36d
 BUILD.txt 2015-03-26 ma ma [32d7f5] 32 bits version compilation regression fix!
 Forgotts.ttf 2013-02-04 ma ma [348651] Fix font
 README.md 2015-03-26 ma ma [77bcc0] wiki readme (with readme link)
 README.txt 2015-03-26 ma ma [6f1592] 64bits support
 UnregisteredFilters.htm 2015-12-06 ma ma [f624bf] project debug mode
 install.nsi 2015-03-24 ma ma [6f5ba6] Release 0.91
 libvlc.dll 2015-09-10 ma ma [47dda7] libvlc update
 libvlccore.dll 2015-09-10 ma ma [47dda7] libvlc update
 nisedit.lnk 2015-03-24 ma ma [6f5ba6] Release 0.91
 teen-normal.ttf 2013-02-08 ma ma [219e21] Change font
 vlcfrontend.cbp 2016-01-21 ma ma [2580a1] More madvr nonsense
 vlcfrontend.exe.embed.manifest 2013-02-08 ma ma [56451b] manifest
 vlcfrontend.sln 2014-03-24 ma ma [a35a6b] cleaning
 vlcfrontend.vcxproj 2014-03-24 ma ma [a35a6b] cleaning
 vlcfrontend.vcxproj.filters 2014-03-23 ma ma [4ce518] Frontpage Menu redesign (folders symbol?) + the...
 vlcfrontend.vcxproj.user 2013-02-03 M@HTPC M@HTPC [e30a4e] Init
 weblysleekuil.ttf 2014-03-23 ma ma [656f5c] 0.88 and screens
 weblysleekuisb.ttf 2014-03-22 ma ma [40520b] Switch to Alessio Atzeni's Metrize icon set and...
 weblysleekuisl.ttf 2014-03-22 ma ma [40520b] Switch to Alessio Atzeni's Metrize icon set and...

Read Me

JuceVLC: A fullscreen User Interface for VLC

http://jucevlc.sourceforge.net/images/vlc.jpg

see full webpage here: http://jucevlc.sourceforge.net/

http://jucevlc.googlecode.com/hg/web/images/banner.jpg

Download here: http://sourceforge.net/projects/jucevlc/files/latest/download

Summary

JuceVLC is VLC with a simple Media Center like fullscreen User Interface.

Goal

Browse and watch movies from your couch with a wireless mouse.

Features

  • Browse local or remote (via UPNP) files and adjust settings using On Screen Display (O.S.D.)
  • Frontpage movies menu with automatically downloaded posters (from http://www.omdbapi.com) or generated thumbnails (no setup required)
  • Big, customizable fonts size and no tiny popup dialogs
  • Subtitles selection and synchronization using slider via O.S.D.
  • Search,Download,Extract and Load subtitles from opensubtitles.org
  • Keep last and favorite video folders, as well as the last thirty videos positions
  • Does not mess up your system: settings are stored in the application folder
  • Portable: Paste is on any usb key or external hard drive
  • You can use the installer multiple times:
    • once for your computer, activating shortcut creation,
    • and again for your usb key or external hard drive.

      Since it does not store anything in the registry subsequent installs won't affect the previous ones (except shortcut creation)

  • JuceVLC application uses regular VLC core libraries/plugins: You can paste future VLC versions directory along JuceVLC to update the core video player without any JuceVLC update

Changelog

https://bitbucket.org/jucevlc/jucevlc/raw/tip/README.txt

Screenshots

Browse files

http://jucevlc.googlecode.com/hg/web/screenshots/open.jpg

On Screen Display

http://jucevlc.googlecode.com/hg/web/screenshots/playing.jpg

Subtitles management and adjustment

http://jucevlc.googlecode.com/hg/web/screenshots/subtitles.jpg

Quick adjustement : audio volume, subtitles delay, audio delay, playback speed, disable

http://jucevlc.googlecode.com/hg/web/screenshots/quickAdjust.jpg

Video settings

http://jucevlc.googlecode.com/hg/web/screenshots/imageSettings.jpg

Developpers / Building tips

The project relies on multi-platform libraries / GNU gcc compiler and should also compile on Linux / MacOS environments

Tools / Libraries

Boost 1.56 regexp lib build batch file for mingw: (if mingw is installed in e:\dev\mingw)

set MINGW=e:\dev\mingw\bin
set PATH=%PATH%;%MINGW%
%~d0
cd %~dp0
bootstrap.bat mingw --toolset-root=%MINGW%
b2 --toolset=gcc regex release link=static threading=multi runtime-link=static

Boost 1.56 64bits regexp lib build batch file for mingw: (if mingw is installed in E:\dev\x64-4.8.1-release-win32-seh-rev5\mingw64)

set MINGW=E:\dev\x64-4.8.1-release-win32-seh-rev5\mingw64\bin
set PATH=%PATH%;%MINGW%
%~d0
cd %~dp0
bootstrap.bat mingw --toolset-root=%MINGW%
b2 address-model=64 --toolset=gcc regex release link=static threading=multi runtime-link=static
pause

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.