Wiki

Clone wiki

vpfx / Home

Welcome

vpfx is my first public project with a wiki. :-)

vpfx is a media player with advanced features that I missed at VLC Media Player.

vpfx features

  • Put your files via drag&drop into the playlist.
  • delete files directly from the hard drive (even on Windows!)
  • skip backward or forward (1 / 10 of timeline length)
  • and many more

GUI of vpfx

vpfx upcoming features

  • move files to another destination
  • save your preferences

How vpfx works? Getting started.

vpfx is based on VLC Media Player, JavaFX and Apache Maven. You have to install VLC first before using vpfx.

  • Install VLC Media Player first. Install the 64 bit version of VLC if you have a 64 bit system, otherwise 32 bit.
  • Clone this project. Import it into your IDE or execute this command to create a runnable jar file.
#!bash

mvn clean install
  • Start vpfx by clicking run in your IDE or execute the jar file.
  • Put the files by drag&drop into the playlist.
  • Use the buttons in the middle.
  • Click on 'Process all files in playlist now!'. Attention! All files marked as being deleted are permanently deleted from the hard disk. And all files marked as being moved are moved to the defined destination.

Updated