Re: [SlimDevices: Plugins] Announce: muso (beta)

2009-01-05 Thread Andy Hawkins
Hi,

In article jezbo.3ljcfc1231150...@no-mx.forums.slimdevices.com,
   jezbojezbo.3ljcfc1231150...@no-mx.forums.slimdevices.com wrote:
 I did try importing via the CLI first, but didn't find a good way to get
 all information about all tracks quickly - it was way too slow.

I'm not sure what information you're retrieving beyond just track and album
names, but I wrote a Python script that could retrieve all of my albums
(currently about 550) over the 'Net in about 10 minutes or so. It used a
combination of the 'albums' and 'titles' commands.

I have no idea how long your app takes of course, but as I understand it the
database 'sync' is a one-off operation.

Andy

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2008-10-05 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   Triode[EMAIL PROTECTED] wrote:
 I've updated the attachments on the first post to version 0.2

Any chance of this being made available via the web rather than through
postings to these forums? I read via the mailing lists to going back to the
forums to download is a little inconvenient :)

Happy to help with hosting if that's an issue.

Andy

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2008-10-05 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   Triode[EMAIL PROTECTED] wrote:

 I've updated the attachments on the first post to version 0.2

 This includes menu items for live streams using the asx urls used by
 iplayer's web pages (thanks mick_w and ian_heys).

Just tried this with the server under Linux, listening via stream.mp3.

Getting this:

[08-10-05 12:38:48.0041] Slim::Player::TranscodingHelper::getConvertCommand
(311) Error: Didn't find any command matches for type: wma format: mp3
[08-10-05 12:38:48.0308] Slim::Player::TranscodingHelper::getConvertCommand
(311) Error: Didn't find any command matches for type: wma format: mp3
[08-10-05 12:38:48.0568] Slim::Player::TranscodingHelper::getConvertCommand
(311) Error: Didn't find any command matches for type: wma format: mp3
[08-10-05 12:38:48.0840] Slim::Player::TranscodingHelper::getConvertCommand
(311) Error: Didn't find any command matches for type: wma format: mp3
[08-10-05 12:38:48.5206] Slim::Player::TranscodingHelper::getConvertCommand
(311) Error: Didn't find any command matches for type: wma format: mp3
[08-10-05 12:38:48.5224] Slim::Player::Protocols::MMS::new (53) Error:
Couldn't find conversion command for wma!
[08-10-05 12:38:48.5263] Slim::Player::Source::openSong (2012) Warning:
Remote stream failed to open
[mms://wmlive-acl.bbc.co.uk/wms/radio2/radio2_nb_e1s1?BBC-UID=34984e48ba9742df95ce9c53f050dc754264f400c0608134148f89371d9621afSSO2-UID=].

Haven't tried listening through a Squeezebox yet.

Do I need anything else to convert the WMA?

Cheers

Andy

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2008-10-05 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   Triode[EMAIL PROTECTED] wrote:
 The plugin is intended for real Squeezebox2 and later players which can
 decode wma natively.  If you install AlienBBC I suspect these streams
 will play for you as it will use mplayer to do the conversion.

Yep, works fine on the SB2. Not too concerned about software players as if I
really wanted to listen to it via a PC, then I could just turn in direct to
the source.

Shame the live streams are such poor quality though.

Very useful plugin though, thanks again. 

Andy

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


Re: [SlimDevices: Plugins] [PoC] 3D Album Browser (Windows)

2008-03-25 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   simbo[EMAIL PROTECTED] wrote:
 So, please give it a go if you're interested. I've attached some
 screenshots below. Please make sure you read the readme.txt file and
 peruse the config.ini file before starting it up, and let me know if
 you have any issues.

Looks very interesting. Not sure how relevant my comment are as it's a Proof
od Concept, but I had a number of crashes and error messages once I got it
working. I suspect a lot of these are due to the way you request the album
info?

I set the limit to zero in the .ini file, and immediately got a huge error
box that seemed to include a truncated CLI command response. I'd suggest you
retrieve the albums (say) 10 at a time until you get them all to get around
this.

Also, while browsing through the albums, the title displayed was often
incorrect for the artwork that was currently selected.

Apart from that, a very interesting concept, and one that I'd definitely
like to see taken further. The ability to retrieve a full library is
obviously a good start, as is selecting between the players in a system.
From then, adding in different browse options as others have said would
definitely be a plus.

I'd love to be able to run something like this 'full screen' on a laptop for
selecting music, with the ability to build up a playlist and use the mouse
to move tracks around.

I was in the process of implementing a utility (in Python) to allow for the
entire library to be printed out (after retrieving details via the CLI) so
if there's anything I can help with in that regard I'd be happy to help.

Look forward to seeing any future progress.

Andy

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


Re: [SlimDevices: Plugins] [PoC] 3D Album Browser (Windows)

2008-03-25 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   simbo[EMAIL PROTECTED] wrote:
 I agree it needs to be more scaleable if it becomes a real project, and
 I think your approach is the best way to achieve that. In the meantime,
 you could try increasing the SocketDelay value (try 200+) in config.ini
 to see if that helps. If not, please could you PM me the error (just out
 of curiosity)?

I'm not sure that SocketDelay would help, and to be honest I'm not too
concerned just yet as it's obviously a quick Proof of Concept and not a
final release. Not sure I could get the error, but given my knowledge of the
CLI it looked like the remainder of a response asking for albums.

I suspect you gave it a buffer, and the response was actually longer than
that, which got your parsing code confused as it tried to process the result
of the next 'read' from the socket.

 Could be related to above. I'll probably add some diagnostic stuff to
 root out these issues.

Quite possibly. I think I dropped the album count down to something more
sensible (200 if memory serves) so that I could have a play with the rest of
the stuff without running into problems retrieving the album list.

 Full screen would be a necessity for the 10ft UI to work. I only
 disabled it in the PoC so I wouldn't have to code resizing and
 positioning procedures! :-)

Understood!

 Thanks, I had a few issues with IP packet management via the CLI (which
 probably explains your first issue and is why the SocketDelay hack
 exists). If I develop this further I might come back to you to see what
 you did.

No problem. Basically (if memory serves) you can tell the CLI commands how
many results you want them to return, and at what 'offset' to start
returning results from. I set this to something relatively small so that I
didn't run into any issue with split responses.

First of all, I did:

info total albums ?

to retrieve the number of albums in the system, then kept doing:

albums 0 10 tags:lyjiqwa
albums 10 10 tags:lyjiqwa
albums 20 10 tags:lyjiqwa
...

until I'd retrieved them all.

Bet of luck, definitely interested to see how this progresses. Any chance of
a PDA version? :D

Andy

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


Re: [SlimDevices: Plugins] PocketSqueeze: Preview release now available

2008-03-13 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   shawkie[EMAIL PROTECTED] wrote:

 This database tool runs on Windows XP and downloads the music library
 and artwork:
 http://www.geocities.com/shawkie_geo/pocketsqueeze/databasetool.zip

Why not retrieve this information using the CLI? Seems odd that every time
you add some music to the server, you have to rebuild a database on the
client?

Andy

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-06 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   gsamsa[EMAIL PROTECTED] wrote:
 Comments, suggestions, and bug reports welcome!

I get a screen with a load of empty lists. Does it retrieve the CLI port
from the server somehow, as mine isn't 9090 (I moved it)?

Andy

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-06 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   gsamsa[EMAIL PROTECTED] wrote:
 Oops. The port number is indeed hardcoded. I'll try to fix this at some
 point. (I'm overloaded at my day job right now, so I can't promise
 immediate results...though I'd at least like to get out a version with
 some of the easiest fixes  improvements suggested on this forum).

Ah, ok. I'll hold off for a while then.

Andy

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


[SlimDevices: Plugins] Re: Multiple softsqueezes on same machine- same IP

2006-10-10 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   amthar[EMAIL PROTECTED] wrote:
 My issue is in the names of the SoftSqueeze boxes on the SlimServer. 
 My intention is to remotely control what is being played on the
 SoftSqueeze instances using a PocketPC with an application such as
 SlimRemote.  But when I load SlimRemote, both softsqueeze instances
 appear as 127.0.0.1, making managing them virtually impossible (how
 do I know which one I'm changing?)

 Any suggestions on how to fix this?

Go into the player settings for each player, and give them a nam.

Andy

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


[SlimDevices: Plugins] Re: Lazy Search crashes server on autoscan?

2006-09-18 Thread Andy Hawkins
In article [EMAIL PROTECTED],
   ceejay[EMAIL PROTECTED] wrote:
 I'm running 6.5b3 from a couple of nights ago...  yesterday set up the
 server to do a scheduled scan at 02:00.  Checked in this morning and
 found that slimserver had stopped.

 The Windows event log has the following message timed at 02:01...

 Can't use an undefined value as a HASH reference at C:\Program
 Files\SlimServer\server/Plugins/LazySearch2.pm line 1397.

 LazySearch is...

 # $Id: LazySearch2.pm 120 2006-07-11 07:17:10Z stuarth $

Just for info, I got the same problem last night after a manual scan. I
thought it was something I'd screwed with my tags, but a further scan
completed successfully.

Andy

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


[SlimDevices: Plugins] Re: Lazy Search crashes server on autoscan?

2006-09-18 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   hickinbottoms[EMAIL PROTECTED] wrote:
 In that case it definitely looks like there's a problem - which
 revision of SlimServer and LazySearch plugin were you using, and on
 what platform?

Slimserver 6.5 from subversion, currently at (I think) revision 9747.

As an aside, how do I tell? svn info reports

Path: .
URL: http://svn.slimdevices.com/repos/slim/branches/6.5/server
Repository UUID: 60ad55ce-86ed-0310-8cf8-f9d879be5ea1
Revision: 9747
Node Kind: directory
Schedule: normal
Last Changed Author: bklaas
Last Changed Rev: 9747
Last Changed Date: 2006-09-15 16:21:01 +0100 (Fri, 15 Sep 2006)
Properties Last Updated: 2006-08-17 20:08:00 +0100 (Thu, 17 Aug 2006)

LazySearch2.pm has the following at the top:

# $Id: LazySearch2.pm 168 2006-09-08 11:23:00Z stuarth $


As I said in my previous message, this only happened once. A clear and
rescan immediately after worked fine.

Andy

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


[SlimDevices: Plugins] Re: Announce: Updated Lazy Search Plugin for Latest SlimServer 6.5

2006-01-27 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   hickinbottoms[EMAIL PROTECTED] wrote:
 Dan kindly checked my enhancement into the development trunk for 6.5
 (http://bugs.slimdevices.com/show_bug.cgi?id=2625). So, if you're using
 at least revision 5843 of the trunk you can take advantage of the latest
 version of the Lazy Search Music plugin available here:

Presumably this relies on 6.5, and hence won't work on 6.2.x?

Andy

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


[SlimDevices: Plugins] Re: Announce: Updated Lazy Search Plugin for Latest SlimServer 6.5

2006-01-27 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   hickinbottoms[EMAIL PROTECTED] wrote:
 That's right, but if you follow the link there's a version that used to
 work in 6.2.x. However, I've not tested that on any recent build so if
 you have trouble it might be difficult for me to test. It won't do any
 harm to try it, though - the worst that can happen is that you need to
 clear and rescan your library.

I'm already using that I think. Doesn't it have a few 'odd' issues with
generating duplicate tracks or something though?

Have to say I'm using it quite happily, just wondered if the 'latest and
greatest' was worth trying.

I'm not quite ready to jump to 6.5 yet, would rather let it stabilise some
before I try it.

Andy

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


[SlimDevices: Plugins] Re: Alien BBC

2005-11-02 Thread Andy Hawkins
In article [EMAIL PROTECTED],
   Patrick Dixon[EMAIL PROTECTED] wrote:

 It probably means it can't find mplayer - you did install mplayer?

Or he needs to enable one of the 'RTSP' file types under 'Server Settings
- File Types'

Andy

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


[SlimDevices: Plugins] Re: RTSP Convert Error with AlienBBC

2005-10-31 Thread Andy Hawkins
Hi,

In article [EMAIL PROTECTED],
   Fifer[EMAIL PROTECTED] wrote:
 I'm trying to get AlienBBC running on an XP box. The instal went fine
 but attempts to play come up with 'RTSP Convert error - check file
 types'. Lame.exe is in C:\Program
 Files\SlimServer\server\Bin\MSWin32-x86-multi-thread\ . Any ideas?

Check under server settings, there's an option called 'File Types' I think.
You need to enable the RTSP ones.

Andy

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