16 lines
818 B
Markdown
16 lines
818 B
Markdown
|
# Lazy-Share
|
||
|
Lazy Share is a script that scans directories and outputs them into an html file.
|
||
|
From there it assists in setting up a simple http and php server that allows for
|
||
|
LAN file sharing and distributed media viewing. The script utilizes zenity as its
|
||
|
GUI frontend.
|
||
|
<br>
|
||
|
Recursive scan is in place to auto fill dirs with proper index.html files.
|
||
|
Current updates to the script allow for dropping images into
|
||
|
/resources/backgrounds/ and having the script use the new images on the next
|
||
|
scan/output.
|
||
|
<br>
|
||
|
Effort is being made to allow for scanning newly added dirs from lazyShare itself
|
||
|
rather than from the file manager. Html is also being implemented for dynamic themes
|
||
|
which will get added in later releases. Plans for a background gallery that allows
|
||
|
changing bgs from the actual page are being considered too.
|