Releases: juliosao/saofileserver
M3U
Although many changes are not visible, this version is a major version compared with the previous. For users, the main new feature included in saofileserver v0.10 is the ability to create .m3u files with the media present in a directory. Once created, m3u files are download to your machine and can be used with VLC and other players.
In the other hand there are many internal changes:
- Saofileserver was separated into a main app and bundles offering extra functionality. (Per example player is a bundle and can be removed or disabled without affecting main server functionality) Bundle management will probably included in future released.
- Installation process has changed and now is more reliable.
- There was a major rework of the source code. Most of code was modernized to newer standard of JavaScript.
Users
Uploads
Bundles
UI changes
- Improved installer. Installer now is cleaner and looks better.
Internal changes
-
App can now take advantage of sub-apps called bundles. The bundles enabled in this version are the following:
- Installer.
- Player.
- User config.
-
Now, users have a numeric ID, this will make quicker some planned database operations.
-
Download now can provide an start and end position of a file to download.
-
The API 'player/play.php' has been removed due fso/download.php can now provide the same functionallity.
Player improved
- Now player manages better video and audio playlists
Improved file list
Improved file list
- Now filelist is render as a table providen a more organize file list
- Bootstrap: Better accesibility for mobile devices
- Now, UI informs about free and total disk space
Improved player
- Player now supports MP3 and OGG playback
- Player now can play a whole directory of mp3 or ogg files
Player Added
This version adds:
- Video player for .mp4 files
- Bugfixes
- Better responsive CSS
Maintainment release
This release solves some bugs of the 0.1
Also has better control of module loading.
Initial release
-Very initial release
-Probably buggie