Page 1 of 4

WebMonkey R12 - 2006/09/28

Posted: Thu Sep 28, 2006 6:25 pm
by Lowlander
What is WebMonkey
WebMonkey is a pre-build website that will put your music collection online for others to see. It allows to browse your collection, listen to songs, download songs and view some statistics. You will need a webserver where you can host ASP pages and a MSAccess DB.

It is written in ASP and uses XHTML, CSS and JavaScript.

WebMonkey website:
WebMonkey support site

Screenshot:
Image
Click to see big version

Change log from 21 Sep 2006:
Do to the large amount of changes to the code it's possible that this version contains bugs. If you want to test first you should install it seperately and test before updating from a previous version.
  • View album art at full size
  • Alphabet listings in the explorertree
  • Please read readme file for more details...
Please read the readme file for full details and instructions on how to install.

Final note:
I hope you all like it and please leave comments, bug reports and requests.

Bugs?

Posted: Sun Oct 08, 2006 3:54 pm
by Newbie
I installed and configured webmonkey and it works great with only two minor problems.
1: If you click on the play button it will open a explorer window then load the file into the player but the explorer nevers closes resulting in multiple windows left open.
2: After adding files to the playlist (lower left window) then clicking on the play button, the scroll will jump (so I know it's doing something), the songs won't play, and then the play, pause, etc bottons are overlaid with some other icons (MMlink, print, etc).

Any ideas?

Posted: Mon Oct 09, 2006 1:44 pm
by Lowlander
First of all which browser and player are you using? Does the browser have the player plugin installed?

If you can, please post a link (login if needed) by PM so I can see with my own eyes. Also include a copy of settings.asp.

I haven't actively developed this part of WebMonkey for a while. It's also not by expertise and many players/browsers make it a pain in the ass to get to work. That doesn't mean that I won't try to solve this issue with you.

My Bad

Posted: Tue Oct 10, 2006 2:34 pm
by NotEnough
My fault. I had misspelled one of the folder names in the settings file. The program now works as advertised.

Thank you very much. It is an excellent program/script.

Posted: Fri Oct 13, 2006 11:41 am
by jeet49
I installed IIS for webmonkey and was able to get the firt page on screen. Now, the problem is I am being asked for the password. What should I enter? I tried entering the password I created for IUSR_<NAME>.

Thanks

Posted: Fri Oct 13, 2006 11:59 am
by Lowlander
In the settings you can change the login settings for WebMonkey. The simple password is Pass by default (case sensitive), but you can set it to no password or create user accounts.

Is the password you are being requested on the page or a popup window? Are you accessing the webpage on the PC that hosts it or on another machine?

In any case you will probably need to run thru the settings.asp (with notepad) to set it up for your PC.

Posted: Fri Oct 13, 2006 3:52 pm
by jeet49
Thanks for the quick response.

Is the password you are being requested on the page or a popup window? - It's on the page

Are you accessing the webpage on the PC that hosts it or on another machine? - on the PC that hosts it

What are the required settings I need to alter in seetings.asp? Is it something I can call in web page and do it.

Appreciate your help... Jeet

Posted: Fri Oct 13, 2006 6:43 pm
by jeet49
After entering the password Pass, it shows this message on web page...

The site is currently under maintenance. Please check back with us at a later time. Sorry for the inconvenience.

Thanks again for your help.

Posted: Sat Oct 14, 2006 1:28 pm
by Lowlander
You will need to link to the database. The easiest is to copy you MediaMonkey database to the data directory.

You will probably need to update the strWebMonkeyDir and strWebMonkeyDirLocal variables as well.

There is no way to modify settings thru a webpage, you will need to open the settings.asp in notepad or other text/code editor.

Posted: Thu Oct 19, 2006 9:22 am
by jeet49
Thanks for all you responses. I was finally able to make it work. Great s/w. Now the only issue is whenever I click the song to play, it opens another browser window and plays the song in windows media player. Everytime I click a new window is opened. How to fix it?

Also, is there any way I can select multiple songs and play them one after the another instead of clicking one song at a time...

Thanks.

Posted: Thu Oct 19, 2006 10:02 am
by Lowlander
Just like in MediaMonkey you can enable a Now Playing window. You can add/delete songs from the Now Playing. To turn on Now Playing set blnPersPlaylists = 0, this will just enable the now playing window, now also set blnPlayer = 0 to enable the player. With the intPlayerPref variable you can choose either Real or WMP as the preferred player.

You will need to first click the play button on the Now Playing window before clicking the play button on the player. This is to load the Now Playing in the player. Any changes you make during playback will NOT be picked up by the player until you click the play button in the Now Playing. This is a know issue, but has to do with the way the different players work.

Due to the wide variety of players, browsers and settings I can only offer limited support. I don't even have this setup with me. My preferred way is to add songs to the Now Playing and than save the list as m3u. That playlist can then be used by any player that understands m3u playlists and can stream over the internet.

Posted: Thu Oct 19, 2006 10:15 am
by jeet49
Thanks again for quick response & Excellent product.

Posted: Sun Oct 22, 2006 4:44 am
by gointern
hey, need some help configuring webmonkey to access files on a different computer. I have IIS running on one windows xp machine and files on another windows xp (both are pro). I have the shares setup but how do i modify the settings file?

Posted: Sun Oct 22, 2006 9:04 pm
by Lowlander
Just open the settings.asp file in notepad (or any text editor). You can make things easier when you have the files in the database use those shares paths.

Posted: Mon Oct 23, 2006 3:38 am
by gointern
could you tell me which particular settings to change? i am not running IIS on the machine that has mp3s. should i put address as \\compname\music\ or use ip? i looked at the settings but cannot figure out. once i click on the song it says file cannot be found.