From d935268ced5944e7b0edc7a11fcfb038fb5fab15 Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Sun, 15 Apr 2018 21:01:33 -0500 Subject: [PATCH] Pushed initial code and edited readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68aba40..4721a66 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ WebFM is a media and file viewer. # Usage 1. Install php7 and ffmpeg on the system this will be on. -2. Use php -S 0.0.0.0: +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. Notes: 1. Folders and files CAN NOT have & or ' in the names. Otherwise, you can't access that item with the viewer. -2. If you place an image such as a jpg, png, or gif labeled "000" in a directory then the viewer will use it as the background for that folder/directory. +2. If you 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 for that folder/directory. 3. The provided folders except "resources" are optional. You can add and remove them as you please. 4. The media and image pane can be moved by dragging from the transparentish bar that has the close button and other controls.