Re: Monkey Server Beta 0.90
Posted: Mon Aug 24, 2009 4:08 am
I look forward to checking this one out later tonight! 
The Music Manager for Serious Collectors
http://www.mediamonkey.com/forum/
This should be a pretty simple change but I think I am going to have to have some client (browser) configuration in order to make it work. If I take the approach of determining if the request is on the same network it may not work if the drives aren't mapped the same way. What I could do is provided a way to set a cookie on the client PC which would indicate if the PC wants to use the full directory string or the URL to play the file. Does this sound like it would work for you?RifRaf wrote:mediamonkeys last.fm scrobbler does not scrobble any of the plays from the browser interface. could the .m3u files maybe be created with the full directory string or UNC path rather than a URL if being used on the same machine or same network, as then mm finds all the metadata and can keep track of playcounts, scrobble etc. on remote machines this is not as much of an issue as they will not have the files in the library anyway though scrobbling would still be nice from the remote machines.
This will be fixed if you update now.RifRaf wrote: the download button link seems to be giving the same errors as the play buttons were earlier, maybe a path issue?
I will try to get this one fixed later today. It is probably the same path issue that was causing problems with the MP3s.RifRaf wrote: the image links do not appear to work maybe for same reason, getting a spinning icon but no images, i am guess it only sees actual images, not embedded ones? is this changeable as all artwork is embedded here at least.
Enhancing the search syntax is going to be one of my next changes. Right now it is pretty simply in that it just searches for the string anywhere within the artist, album, song or genre. It is interesting that you found the semi-colon feature in the genre as I was just messing around with using the semicolon as an "AND" operator but I didn't really like it so I just put that feature on hold until I can think it through some more. I would like to modify the search syntax so you can group with parens and use operators like AND, OR, and NOT. I would also like to use wildcards (*) if you want to find partial matches. I will probably wait on this change until after I can get this thing worthy of a 1.0 release.RifRaf wrote: played with search boxes a bit, seems you can search for songs that contain 2 or more of the same genres however it appears to do with the order they are in. eg : 'Genre: dubstep; experimental' finds 22 songs and 'Genre: experimental; dubstep' finds 12 different songs, all 34 songs have both dubstep and experimental as genre tags, just in different order.
This sounds like a browser configuration issue to me. Your browser should know what to do with M3U files and should send them to the associated media player. What browser are you using?MediaMan wrote:I have a similar problem to above. The web browser displays the library fine, but when I hit play, it prompts me to save a m3u file but does not play.
I just released a fix for this a few moments ago so please update.MediaMan wrote: I checked for updates and have the lastest version. ( \AppData\Roaming\Bendable Bytes\Monkey Server\version.txt says : Sun 08/23/2009 08:15 PM)
I am running this on the same PC (vista) that MediaMonkey is installed - same PC as the library of songs I have.
Downloading the file gives me the same error as reproted before:
An error has occurred.
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.FileInfo..ctor(String fileName)
at MonkeyServer.Response.PlaySong(String Path)
at MonkeyServer.Page.DownloadSong()
at MonkeyServer.Page.ProcessRequest(Request& theRequest, Response& theResponse)
at MonkeyServer.ServerConnection.HandleRequest()
RifRaf,RifRaf wrote: the image links do not appear to work maybe for same reason, getting a spinning icon but no images, i am guess it only sees actual images, not embedded ones? is this changeable as all artwork is embedded here at least.
MediaMan wrote:Same issue with Ver : Mon 08/24/2009 06:32 AM
Browser is IE7
Where would I tell it how to handle m3u files?
I am not sure why the blank IE7 window is opening. This shouldn't be happening. Right now I only have it coded to create the icon in the system tray without opening the main window. That seems to be how most of these server type apps work. I could add a setting that you can configure to automatically display the songs in a browser window at startup if you want.MediaMan wrote:Re m3u issue/suggestions, I will check that out tonight - thanks
Other questions
1) When I first launch Monkey server, I get a blank IE7 window on my desktop and a small icon in the task tray. I need to right click the task tray icon and select Open in order to see tthe database listing. Is this how its supposed to work?? I was expecting to see a populated window as soon as I launch Monkey Server
I didn't think of using it this way but I don't see why you couldn'tMediaMan wrote: 2) Is the intent of this app to:
a) offer an alterntive way to view the MM3 libray off the local machine - I assume YES
This way the main reason I wrote it. Having MediaMonkey access my database across a wireless network is very slow so I just wanted a quick way to browse and play music. Speed is also the main reason why I kept the interface simple.MediaMan wrote: b) offer a way to remotely access the MM3 libray from wihin ones home network =-I assume YES
This is my secondary reason for writing this. If I am away from home this provides a means to access my library. I also like the ability to email a link to a friend if I want them to hear a song or list of songs.MediaMan wrote: c) offer a way to remotely access the MM3 libray from any remote interent access point ??
This is fine. Other people may have similar problems or questions.MediaMan wrote: 3) Is this the thread (and this fourm) that you want users to provide feedback/suggestions on this product??
Where would I find the files for this and how can they be changed? Is it like a set of htm files???jednie wrote:Templates and Themes
Customizable templates and themes to make the interface look exactly as you want.
MediaMan wrote: 2) Is the intent of this app to:
b) offer a way to remotely access the MM3 library from within ones home network? I assume YES
That' s excellent - precisely what many people are looking for. This will no doubt be a great enhancement to MM functioanlity and ease of use. Really looking forward to playing with this and offering suggestions. Thank you, thank you, thank you for your time and effort on this !jednie wrote: This way the main reason I wrote it. Having MediaMonkey access my database across a wireless network is very slow so I just wanted a quick way to browse and play music. Speed is also the main reason why I kept the interface simple.
jednie
MediaMan wrote:Where would I find the files for this and how can they be changed? Is it like a set of htm files???jednie wrote:Templates and Themes
Customizable templates and themes to make the interface look exactly as you want.
Currently all I see is the genre cloud of tags as a header.
Sounds perfect. have also changed my mm db to use all UNC paths now and plan to scan in the same locations on another pc, so the paths will hopefully be the same for server and workstations.What I could do is provided a way to set a cookie on the client PC which would indicate if the PC wants to use the full directory string or the URL to play the file. Does this sound like it would work for you?
yep you seem to want to add all the things i was thinking of, looking forward to updates, being able to use OR and AND will be a big helpEnhancing the search syntax is going to be one of my next changes.
RifRaf,RifRaf wrote:Sounds perfect. have also changed my mm db to use all UNC paths now and plan to scan in the same locations on another pc, so the paths will hopefully be the same for server and workstations.What I could do is provided a way to set a cookie on the client PC which would indicate if the PC wants to use the full directory string or the URL to play the file. Does this sound like it would work for you?
I will have to research this one as I don't know how to pull the images out of the MP3 files. If anyone can offer insight I would appreciate it.RifRaf wrote: image links only appearing for files that have a link to an external image, (nice how they display when selecting them btw). however for mp3 files with the images all embedded still not getting a link, this is not a big deal for me though, just saying what appears to be happening