Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 932 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 932 Bytes

PHPmyLMB

Lightweight media browser. Generates a web page with media contents such as videos and audios. Very useful to share with people :) Project initially forked from @mitsukarenai.

Currently supported:

  • Videos in WebM .webm & WebVTT subtitles .webm.vtt.
  • Audios in OGG or Opus. .ogg .opus
  • Pictures in JPG, PNG, GIF, WebP and SVG. .jpg .jpeg .gif .webp .svg
  • PDF (embedded support only on Firefox). .pdf

screenshot

Installation

  1. Clone the repo somewhere on a server with PHP capabilities.
  2. Put directories with contents, configure/customize config.local.php.
  3. ???
  4. Enjoy!

Upgrade

git pull --rebase (And eventually fix when there are conflicts).

Top contributors