-
Notifications
You must be signed in to change notification settings - Fork 4
Home
chopeks edited this page Apr 1, 2018
·
18 revisions
- organize your videos by artists and categories you define
- play videos from GUI
- use your mobile phone as remote!
This app is a web server that is able to organize and play videos from the app. It also provides GUI.
IMPORTANT NOTE You need to install ffmpeg first and put it to same directory as jar or add it to PATH (then open console and type ffmpeg
and check if the app is there), this app is using to get thumbnails and is not bundled.
In console type:
java -jar video-organizer.jar
Or download script
It should start a browser with GUI soon. If not, open your favorite browser and go to
http://localhost:8080
Then go to Settings in the menu, and add some directory with movies. (The app will use ffmpeg to add thumbnails for you, you can observe that process in console ;)). Once done, you can see them in Movies screen.
Clicking on a thumbnail will start default video player, if not, or you don't like it, go to settings and set the proper path.
There is more info about additional topics: