Skip to content

Releases: midstar/mediaweb

mediaweb-v1.3.0.252

16 Apr 21:12
bc378fe

Choose a tag to compare

Feature/delete cache files (#43)

* Bugfix - now watching directories that are symbolic links

* Added support for cache clean-up. By default disabled but can be
enabled with configuration parameter enablecachecleanup.

mediaweb-v1.2.0.247

25 Apr 09:43
21835ad

Choose a tag to compare

Fixed buggy swipe from previous release (#42)

mediaweb-v1.2.0.244

19 Apr 14:49
03c92fd

Choose a tag to compare

Pause video if next, prev or close media (#41)

mediaweb-v1.2.0.241

28 Nov 20:32
4d4d369

Choose a tag to compare

Added support for symbolic links (#38)

Now it is possible to have symbolic links in the mediapath.

mediaweb-v1.1.0.238

09 Jun 21:50
b26d9be

Choose a tag to compare

Feature/tls support (#35)

* Added support for binding server to a specific interface using new parameter "ip"
* Added support for TLS/HTTPS using new parameters "tlscertfile" and "tlskeyfile"
* Panic if "mediapath" and "cachepath" equals

mediaweb-v1.1.0.233

04 Jun 20:38
d275330

Choose a tag to compare

Bugfix/deb installer not working on armhf (#32)

* The ARM Debian installer is now correctly compiled for non 64 bit ARM architectures

* The prebuilt ARM version (32 bit) is now built for ARMv6 instead ARMv5 which is a huge improvement in performance

* Added a 64 bit ARM (ARMv8) prebuilt version including installer

mediaweb-v1.1.0.191

28 Jan 18:34
08f984d

Choose a tag to compare

Zoom using keyboard and mouse

* Use + / - keys in browser to increase/decrease size of thumbnails
* Use mouse scroll wheel in viewer to zoom in/out

mediaweb-v1.0.1.149

13 Dec 23:49
34407ac

Choose a tag to compare

Feature/icon update (#19)

* Changed logo/favicon from PNG to ICO format

Now the icon will be displayed correctly when WEB page bookmark is put
on desktop. Chrome OS has been confirmed working.

* Fixed ico file type in html file

* Stored original .svg

mediaweb-v1.0.0.132

21 Apr 15:58
47f4fe6

Choose a tag to compare

Feature/update thumbs on change (#14)

Thumbnails are now automatically created when media is added to the media directory.

This is the default behavior. Can be disabled with the new configuration parameter "genthumbsonadd".

Also, on the WEB UI there will be a warning sign when thumbnails are generated (shown either on startup or when files are added to the media directory).