A media and file viewer for the browser built with Python Flask, JavaScript. and HTML/CSS.
Go to file
Maxim Stewart f451eeb307 Css fix 2019-07-04 03:12:36 -05:00
Documents Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
Images Updated images. 2019-06-09 20:07:24 -05:00
Music Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
Videos Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
dirLockCheck Created extremely simple directory locking system. 2018-07-28 22:57:23 -05:00
resources Css fix 2019-07-04 03:12:36 -05:00
LICENSE Initial commit 2018-04-15 20:28:09 -05:00
README.md Updated images. 2019-06-09 20:07:24 -05:00
favicon.png Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
index.html Changed playor behavior 2019-07-04 03:10:44 -05:00

README.md

WebFM

WebFM is a media and file viewer aspiring to become a full fledged file manager in the browser.

Usage

  1. Install php7, php-sqlite3, and ffmpeg on the system this will be on.
  2. Use php -S 0.0.0.0:yourDesiredPort
  3. Use ufw or gufw to open the port on your computer to the network.
  4. Place files or start uploading some to the folders.
  5. Double click thumbnails and container outlines to open files.
  6. Double click the text name to change the file's or folder's name and press enter to set it.
  7. Right-click to get context menu options.
  8. Place an image such as a jpg, png, or gif labeled "000.itsExtension" in a directory then the viewer will use it as the background image for that folder/directory.
  9. Password protect folder based on resources/php/config.php file setting.
  10. Save paths to favorites list for quick access.

Notes:

  1. The provided folders except "resources" are optional. You can add and remove them as you please.
  2. The media and image pane can be moved by dragging from the transparentish bar that has the close button and other controls.
  3. Edit the resources/php/config.php file and put your own programs there.
  4. Edit your php.ini file "upload_max_filesize" and "post_max_size" to be higher to upload larger files.

TO-DO

  1. Allow for move and copy.
  2. Implement themes functionality.

Images

1 Home 2 Images Listed 3 Videos Listed 4 Image Open 5 Image Open And Video Playing 6 Alternate Background