[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-23 Thread smc2911

erland;172526 Wrote: 
 The problem seems to be that the parameter values sent aren't % escaped
 correctly, the playlist id is an escpaed value in the beginning so its
 escaped an extra time when sent over the CLI. Moose should send back
 the exact value of playlistid as it got with the dynamicplaylist
 playlists command. The result now is that playlists with spaces and
 some other characters will fail.
Hey Doc, any chance of a fix for this making it to 0.53?


-- 
smc2911

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-23 Thread Dr Lovegrove

On 23/01/07, smc2911
[EMAIL PROTECTED] wrote:


 The result now is that playlists with spaces and
 some other characters will fail.
Hey Doc, any chance of a fix for this making it to 0.53?


Yeah, 0.53's got the fix in.. Released it yesterday.. Let me know if
it's still toasted..

--
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-23 Thread smc2911

Thank you kindly, sir. It 0.53 works a treat. Gotta love the Moose!


-- 
smc2911

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-22 Thread Dr Lovegrove

On 21/01/07, Richie [EMAIL PROTECTED] wrote:

By default, Slimserver 6.5 and on now limit database access to the
local machine. If you run Moose on a different machine than the one
that slimserver is running on, you need to load the file 'C:\Program
Files\SlimServer\server\MySQL\my.tt' into a text editor and remove the
line 'bind-address = 127.0.0.1'. Reboot (or kill the 'mysqld.exe'
process and restart slimserver) for the change to take effect.

These changes get overwritten when you upgrade and could cause the
error you're seeing.


Indeed, can anyone confirm what this .tt file is called and where it's held
on the Mac and Linux based SS's so I can add them to the webpage..

It's a shame SS decided to bind it.. Ah well..

--
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-22 Thread Dr Lovegrove

Ok, I've put Moose 0.53 up..

Fixes for some of the recent issues, and a few other bits and pieces:

Library - Drag  Drop fixes - double clicking and dropping on the
library window now work better (0.52 totally broke double-clicking i
think)
Library - Enter key now works once more
Tree - Custom Dynamic playlists with spaces in their names now play correctly
Cover chooser - layout mode better (still work in progress though)
Cover chooser - drag  drop implemented
Cover chooser - context menu implemented
Now playing - Full screen mode panels arranged correctly
Now playing - Full screen mode library button now exits fullscreen mode
Now playing - Dropping on playlist defaults to 'add to end of
playlist', but if you hold ctrl or shift when dropping, it'll
insert after the currently playing track
Now playing - With cue file based playback we correctly parse the
filenames now, so the icons and filetype text aren't random

--
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-22 Thread Ramage

Dr Lovegrove;172863 Wrote: 
 On 21/01/07
 
 Indeed, can anyone confirm what this .tt file is called and where it's
 held
 on the Mac and Linux based SS's so I can add them to the webpage..
 
 

On Linux (rpm) the file is:

/usr/local/slimserver/MySQL/my.tt

Regards


-- 
Ramage

P2 266MHz,Linux ClarkConnect 3.2, SlimServer Version: 6.5.1 - 11206,
Alien 1.06
P4 2.6GHz, Win XP, SlimServer Version: 6.5.1 - 11206 - Windows XP,
Alien 1.06 
NSLU2 Unslung 6.8b SlimServer Version: 6.3.1 - 8476 - Linux, No Alien

Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-22 Thread bossanova808

Yep, that fixed it.  I did glance again at the moose setup page but
missed this in haste.  Cheers!


-- 
bossanova808

bossanova808's Profile: http://forums.slimdevices.com/member.php?userid=619
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-21 Thread erland

smc2911;172516 Wrote: 
 OK, tried again to play an SQLPlaylist 4 and 5 stars that appears
 under DynamicPlaylists in the Moose Library Tree. A playlist called 
 MooseUndo2.m3u appeared containing the tracks from the album I was
 listening to when I tried to start the SQLPlaylist. 
I think the problem is that Moose should send:
dynamicplaylist playlist play sqlplaylist_4%2520and%25205%2520star

And not as it does today:
dynamicplaylist playlist play sqlplaylist_4%20and%205%20star

The problem seems to be that the parameter values sent aren't % escaped
correctly, the playlist id is an escpaed value in the beginning so its
escaped an extra time when sent over the CLI. Moose should send back
the exact value of playlistid as it got with the dynamicplaylist
playlists command. The result now is that playlists with spaces and
some other characters will fail.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and RandomPlayList plugins)

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-21 Thread bossanova808

Upgraded to 6.5.1 and now I get the following message from moose when
trying to do a rescan:

Problem connecting to MySQL: A request to send data was disallowed
because the socket is not connected and (when sending on a datagram
socket a sendto call) no address was supplied.

Have I managed to break it somehow?  I don't think I changed anything??


-- 
bossanova808

bossanova808's Profile: http://forums.slimdevices.com/member.php?userid=619
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-20 Thread smc2911

OK, tried again to play an SQLPlaylist 4 and 5 stars that appears
under DynamicPlaylists in the Moose Library Tree. A playlist called 
MooseUndo2.m3u appeared containing the tracks from the album I was
listening to when I tried to start the SQLPlaylist. Here's what I got
from the DynamicPlaylist log:


Code:


  ...
  ... [snip: various logs of the type Got dynamic playlists]
  ...
  2007-01-21 17:11:16.0319 DynamicPlayList: Got dynamic playlists: Artists 
rated 3
  2007-01-21 17:11:16.0323 DynamicPlayList: Got dynamic playlists: Most played 
albums not recently played
  2007-01-21 17:11:16.0327 DynamicPlayList: Got dynamic playlists: Most played 
songs recently played
  2007-01-21 17:11:16.0330 DynamicPlayList: Got dynamic playlists: Artists 
rated 2
  2007-01-21 17:11:16.0334 DynamicPlayList: Got dynamic playlists: Not rated 
artists
  2007-01-21 17:11:16.0635 DynamicPlayList: Exiting cliGetPlaylists
  2007-01-21 17:11:19.5010 DynamicPlayList: Entering cliPlayPlaylist
  2007-01-21 17:11:19.5014 DynamicPlayList: playRandom called with type 
sqlplaylist_4 and 5 star
  2007-01-21 17:11:19.5399 DynamicPlayList: 3 songs remaining, songIndex = 6
  2007-01-21 17:11:19.5492 DynamicPlayList: Get playlist: sqlplaylist_4 and 5 
star
  2007-01-21 17:11:19.5495 DynamicPlayList: Starting random selection of 10 
items for type: sqlplaylist_4 and 5 star
  2007-01-21 17:11:19.5497 DynamicPlayList: Get playlist: sqlplaylist_4 and 5 
star
  2007-01-21 17:11:19.5499 DynamicPlayList: Calling:  with:  , 10 , 0
  2007-01-21 17:11:19.5526 DynamicPlayList: Exiting cliPlayPlaylist
  2007-01-21 17:11:32.3260 DynamicPlayList: received command playlist newsong
  2007-01-21 17:11:32.3299 DynamicPlayList: received command playlist newsong
  


and in the Moose log, I have a lot of entries like this:

Code:


  Queuing: 00:04:20:06:60:5a status - 1 tags:jalydestru
  CLI dequeue: 00:04:20:06:60:5a status - 1 tags:jalydestru
  Skipping auto dequeue since another dequeue has happened within the last 2 
seconds
  Reply: 00%3A04%3A20%3A06%3A60%3A5a status - 1 tags%3Ajalydestru 
player_name%3Aonestjohn player_connected%3A1 power%3A0 signalstrength%3A80
  pass = 0
  


The line Skipping auto dequeue since another dequeue has happened
within the last 2 seconds is sometime repeated two or three times.
However, the relevant stuff would seem to be the following:

Code:


  Queuing: 00:04:20:06:60:5a playlist save MooseUndo2
  CLI dequeue: 00:04:20:06:60:5a playlist save MooseUndo2
  Queuing: 00:04:20:06:60:5a dynamicplaylist playlist play 
sqlplaylist_4%20and%205%20star
  Reply: 00%3A04%3A20%3A06%3A60%3A5a playlist save MooseUndo2
  CLI dequeue: 00:04:20:06:60:5a dynamicplaylist playlist play 
sqlplaylist_4%20and%205%20star
  Reply: 00%3A04%3A20%3A06%3A60%3A5a dynamicplaylist playlist play 
sqlplaylist_4%20and%205%20star
  Reply: 00%3A04%3A20%3A06%3A60%3A5a stop
  Reply: 00%3A04%3A20%3A06%3A60%3A5a power 1
  Queuing: 00:04:20:06:60:5a mode ?
  CLI dequeue: 00:04:20:06:60:5a mode ?
  Reply: 00%3A04%3A20%3A06%3A60%3A5a mode stop
  



-- 
smc2911

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-19 Thread smc2911

I don't think it was scanning at the time, but now with no scanning
going on and both Moose and SS have been running for a while, but I
still cannot start a Dynamic Playlist of my own definition. No logs 
from SS and I can't really make sense of the Moose log. Should I email
it to you?


-- 
smc2911

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-19 Thread Dr Lovegrove

On 19/01/07, smc2911
[EMAIL PROTECTED] wrote:


I don't think it was scanning at the time, but now with no scanning
going on and both Moose and SS have been running for a while, but I
still cannot start a Dynamic Playlist of my own definition. No logs
from SS and I can't really make sense of the Moose log. Should I email
it to you?


Might be worth checking with erland to see if it's a known problem with the
plugins. Do you have the lastest versions, etc ?

Other than that, I'll give it a go over the weekend..

Thanks..

--
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-19 Thread erland

smc2911;171834 Wrote: 
 I don't think it was scanning at the time, but now with no scanning
 going on and both Moose and SS have been running for a while, but I
 still cannot start a Dynamic Playlist of my own definition. No logs 
 from SS and I can't really make sense of the Moose log. Should I email
 it to you?If you enable the debugging flag in the Dynamic Playlist settings 
 page,
you should be able to get some log message in the slimserver log files
that shows us what happens on the SlimServer side. 

Can you play the same playlist through the Dynamic Playlists menu using
the slimserver web interface or remote control ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and RandomPlayList plugins)

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-18 Thread smc2911

I hadn't tried the Library Tree features for a while, but I've now
noticed that the Dynamic Playlists I have created myself do not work
from there. When I try to play one, whatever is currently playing stops
and the playlist is cleared, but the new playlist doesn't start. I've
also noticed that with each attempt, a playlist called MooseUndo1.m3u
or MooseUndo2.m3u etc. is created that contains the playlist in place
before the attempt to start the DynamicPlaylist. The out of the box
Dynamic Playlists seem to work. Maybe a permissions issue? I am running
SS on ubuntu (6.5.1 - 2 - Debian - EN - utf8), Moose 0.52 and
DynamicPlaylist 1.11.


-- 
smc2911

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-18 Thread Dr Lovegrove

On 18/01/07, bossanova808
[EMAIL PROTECTED] wrote:


I can't get it to repeat the crash, and haven't seen it again, so let's
put that one down to transient demons...


Can you remember if it was scanning or had just started up when
it crashed ? I've noticed a couple of glitches/stalls when albums
dont have artwork.. Might be related..

Im going to optimise the redraw code at some point which should
lessen the calls to work out if the art is transparent or not - which
is the bit that caused the crash.. Looks to be a very rarely occuring
threading issue..

--
- Dr Lovegrove
Free Moose for all at:
http://www.rusticrhino.com/drlovegrove
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-17 Thread Dr Lovegrove

On 17/01/07, bossanova808
[EMAIL PROTECTED] wrote:


Getting a few crashes/glitches with 0.52, can't yet narrow down what's
happening - maybe a sing change?


Weird, not seen that before.. Can you repeat it, or do you know what
coverart it was displaying when it happened ? Looks like you were resizing
the now playing window at the time.. Maybe there's an issue if you're
resizing during a song-change or something ?

I'll have a play this evening..

--
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-17 Thread Dr Lovegrove

On 17/01/07, mattybain
[EMAIL PROTECTED] wrote:


The return key isn't working though, I used to be able to press return
in the library to add/insert new music but it's stopped working. Not
sure why.


It probably got broken when moving to the tabbed library.. I'll get it
fixed for the next release..

--
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-17 Thread bossanova808

I can't get it to repeat the crash, and haven't seen it again, so let's
put that one down to transient demons...

In all, working well!


-- 
bossanova808

bossanova808's Profile: http://forums.slimdevices.com/member.php?userid=619
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Moose 0.52

2007-01-16 Thread bossanova808

Getting a few crashes/glitches with 0.52, can't yet narrow down what's
happening - maybe a sing change?

Crash Message:


See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

** Exception Text **
System.InvalidOperationException: Object is currently in use
elsewhere.
at System.Drawing.Image.get_Flags()
at Moose.GraphicsUtils.ImageHasAlpha(Image img)
at Moose.NowPlayingForm.get_DisplayCoverArt()
at Moose.NowPlayingForm.GetTrackInfoRect(Boolean bInternal)
at Moose.NowPlayingForm.GetTimeRect()
at Moose.NowPlayingForm.labelResize_MouseMove(Object sender,
MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseMove(Message m)
at System.Windows.Forms.Control.WndProc(Message m)
at System.Windows.Forms.ScrollableControl.WndProc(Message m)
at System.Windows.Forms.ContainerControl.WndProc(Message m)
at System.Windows.Forms.Form.WndProc(Message m)
at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message
m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
msg, IntPtr wparam, IntPtr lparam)


** Loaded Assemblies **
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///D:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

Moose
Assembly Version: 0.21.2571.29441
Win32 Version: 0.21.2571.29441
CodeBase: file:///D:/UtilsWithoutInstallers/Moose/Moose.exe

System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///D:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll


** JIT Debugging **
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

configuration
system.windows.forms jitDebugging=true /
/configuration

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


-- 
bossanova808

bossanova808's Profile: http://forums.slimdevices.com/member.php?userid=619
View this thread: http://forums.slimdevices.com/showthread.php?t=31681

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins