|
|
Includes the Standard skin with support for
Internet Explorer (Windows version only), Mozilla Firefox and Opera. Your settings and data files will be kept when upgrading.
|
Version 2.06
Changed:
- The "Automatically check for new versions" setting has been removed and
replaced with "Check for new updates on program startup". In addition there's
also the new "Check for updates..." selection availible in the Help menu.
- The location of the start/Stop buttons and all OK/Cancel buttons has been
switched to suit the "standards" of windows applications. This might
confuse some people that have used Vibe Streamer for a while, but it's
better done now than later.
Fixed:
- Fixed a bug that could cause random timeouts when connected to the server.
This was escpecially noticed in some cases using Firefox or Opera.
- Files and folders are now indexed alphabetically correct on FAT32
and other file systems. To make sure you get a new fresh index
file, remove your share.xml from the Vibe Streamer installation folder
and re-index your shared folders.
Version 2.05
Changed:
- Users,groups and shared directories are now sorted alphabeticly on the server
and when listed in the standard skin.
- The standard skin player now gives a more specified error message
whenever a track cannot be loaded instead of the previous message
"you download limit may be exceeded?" that caused some confusion.
Fixed:
- Removed the "click" sound that came every 10 seconds in the standard skin
if you had a sound scheme active in windows.
- It's now possible to have the auto-indexing timer on a shared directory set to a value
higher than 999 minutes.
- Fixed a bug that prevented some ip addresses to be added to the security tab.
- File types that opens in a new window (text files, images etc..) with a plus sign
in the filename now opens properly in the standard skin.
- Shared files that are write protected are now able to stream without any problems.
- Implemented a workaround to the problem that came with the "Internet Explorer ActiveX Update"
that required you to first click the flash player once to make it "active".
Vibe Script Language Changes:
- Added the "LastHttpError" property to the Session object that can be used
to retrieve the error code for the last error due to a failed Http Request.
Version 2.04
Added:
- Support for ID3V2 and Song length/bitrate calculation and much more. (Thanks to ID3Lib)
- The standard skin now displays song length in the playlist.
- Added a "favicon.ico" to the standard skin.
If installed over a previous version of Vibe Streamer you have to manually add
a new extension to the "Webserver registered file types" (Manage MIME and file
types on the settings tab. The new extension should be "ico" and the MIME type
should be "image/icon".
Changed:
- Changed the text below the rule list on the security tab to clearify a bit.
Fixed:
- Fixed a bug where JavaScripts "escape" function didn't properly encode plus characters
to the urlencoded "%2B". This prevented folders and filenames with plus characters
to be opened.
- Fixed a bug that caused a shared file to be displayed as two separate files
if you renamed a file and just changed the case and then reindexed.
Vibe Script Language Changes:
- Added the property "Time" to the ID3Info object.
- Changed the name of the property "Song" to "Title" and the
property "Comments" to "Comment" on the ID3Info object.
Version 2.03
Added:
- The server name will now be displayed in the title bar of the standard skin.
- Form functionality in the webserver. Limited to 4096 characters per name/value pair.
- User stored playlists.
Changed:
- Changed the timeout on terminating the automatic update thread from 15 to 5 seconds.
- Changed the default server name in the settings tab to "My Personal Vibe Server".
- Updated the installation program and ui.
Fixed:
- Fixed a bug related to socket send blocking that could slow down the streaming speed in some cases.
- Fixed a bug where the mime types didn't work as intended in the standard skin.
- The server now properly shuts down and saves all settings whenever a user shutdown/reboots
windows while the server is still running.
- The standard skin now gives an error message if a file cannot be properly loaded into the playlist.
- The server does no longer urldecode space characters as "+".
- Users with browse-access-only with now get a warning message when trying to add a folder to the playlist.
- You will no longer get a javascript error when resizing any of the player windows
to a size where the width or height gets zero.
- The Vibe Script Engine does no longer remove questionmarks from strings.
- Fixed an issue with the standard skin and the Opera browser that just wouldn't let go of its cached content
of the iframes.
Vibe Script Language Changes:
- The Vibe Script Engine has been rewritten and now support variables to be
defined or passed to functions by reference. This is a big change and will improve the performance
of the language, so check out the documentation for more details on how to make best use of referencing.
- The Vibe Script Language now supports user created arrays.
- Added the support for the value "NULL".
- Removed the "Extension" property from the file object returned by "get_files()" in the Vibe Script Language.
- Removed the "Length" property of the array type and added the new function "count()" that
returns either the number of elements in an array or the number of properties in an object.
- Removed the function "get_num_online()". The number of active sessions is now retrieved
from the "NumSessions" property of the server info object that you get from the "get_serverinfo()" function.
- Renamed function get_querystring() to request_querystring
- Renamed the "VirtualName" property of the file and folder object to "Name"
- Added more properties to the user object
- New functions, check out the documentation on the website for details:
array
array_clear
array_push
array_remove
array_sort
count
get_serverinfo
get_user_by_name
get_users
is_numeric
playlist_delete
playlist_get
playlist_rename
playlist_save
request_form
str_jsafe
tokenize
Version 2.02
Added:
- Added repeat and shuffle functionality with support for history to the standard skin.
- Added the possibility of setting a streaming speed limit on a user.
- Another reset button has been added to the user statistics.
- It's now possible to quicker access the view/edit window of an online user by the right-clicking
and selecting "edit user" or double clicking the username in the "connected users" list.
- The setting "Show files with these extensions" have been replaced
by the advanced setting "Manage file and MIME types". Don't edit these settings
if you don't know what it is you're doing. These are for those of you that
might want to customize your Vibe Streamer skin into sharing more file types, maybe
with a different mime type.
- Added "Restore default settings" to the "File" menu. This will restore all settings in the
settings tab and also the File and MIME types making Vibe Streamer have the same settings as
it had when you installed it. Your users, shared directories and security settings will be kept.
- Added the property "MIMEType" to the file object in the Vibe Script Language.
- Added the setting "Activate server on program startup".
- Added the setting "Automaticly check for new versions". This function allows Vibe Streamer to check
and notify you as soon as there is a new version of Vibe Streamer availible on the website.
Changed:
- The indexing window has been updated and now gives a bit more information on what it's doing.
- Usernames are no longer case sensitive. That means it's no longer possible to have one user called "test"
and another called "tEST".
- Redesigned the settings tab a bit and put some of the settings into an "Advanced settings" group box.
Fixed:
- A few spelling errors fixed in the logmanager.
- The flash player in the standard skin now resets the slider and the track text when no more tracks can be played.
- Fixed a bug where in some cases the application would use as much processor it could access while
users were streaming files.
- Fixed a bug that could display a user to be a member of a group he isn't a member of (When editing the user).
Version 2.01
Added:
- New designed user properties window more detailed statistics, settings and features.
For example, you can now restrict the access to your server more by only giving a user access
to browse your files but not stream them. You can also limit the connections from a certain
user to a max amount total per user or per ip and/or restrict how much the user may stream
per day/week or month.
- Log Bad HTTP Requests and Log Failed Logins to the Settings tab.
- Added an "uninstall.exe" for easier uninstallation.
- A messagebox with a reminder will now popup if you've added a shared directory without any permissions set.
- New function "get_current_session()" added to the Vibe Script Language.
- Added the property "HasBrowseAccessOnly" to the session object in the Vibe Script Language.
Changed:
- The (X) button on your window will now minimize the application to the system tray instead of closing it.
- The size of your shared directories are now stored in KB instead of bytes.
This will cause your shared directories to have the initial size 0.00 if you install this version
over a previous version. The directory will work as normal though and will get a valid size displayed
the next time the directory is indexed.
- A user can now only be member of one group.
Fixed:
- Connected sessions are now immediately kicked when stopping the server.
- The server now waits for the webserver to be properly shutdown when closing the application.
- Stopping an indexing will no longer change the displayed size of the shared directory.
- The shared directory size will now be updated immediately after indexing and not just when re-entering the Sharing tab.
- Fixed a bug where some files and folders with "special characters" in the name could not be accessed.
- Fixed a problem with flashblockers that caused connected sessions to now get logged out properly.
Version 2.00
The first release of Vibe Streamer 2.0
|
|
 |
 |
 
Version: 2.06 (Jul 06 2006)
File Size: 661kb
Minimum Requirements
CPU: 200Mhz - RAM: 16Mb
WinNT/Win2k/WinXP/Win2003
|
|
 |
 |
Free MP3 Streaming Server |
 |
Easy installation and setup |
 |
Easy group/user management |
 |
Monitor your streaming activities |
 |
No Adware or Spyware |
|
More features  |
|
|
 |
|
|
|