Re: [SlimDevices: Plugins] Dynamic Playlists from search results

2007-12-14 Thread Phil Meyer
You should get a PL button beside an artist, if you don't it might be
disabled in the server settings. There is an option in the Dynamic
Playlist settings that is called Buttons in browse pages that
controls this. This works in my own setup, so if it doesn't work in
yours when this option is enabled I like to know, because then
something is probably wrong in my plugin code.

I have that option enabled, but I don't see the PL button.

After creating a new playlist, I think you will need to go to the
Dynamic Playlist menu once in the player UI or web UI for it to start
generating the PL buttons.

Ah - I just tried to find the playlist in Dynamic Playlist web UI, and I can't 
see it there either!

But I don't think this is the problem
because if you got the play+hold action to work in the player UI it
seems like it has noticed the new playlist already.

I do see it in the player UI mixer.  Strange.

Do I understand you correctly that you like to play all the songs that
matched the search in random order ?

Yes - but not a frequent thing I would like to do.  eg. If I do a keyword 
search in lazy search to get back albums, artists or songs containing the 
search string, I was thinking I could go to All Songs and call up some 
song-context mixers.  However, there isn't such a menu, so that is probably a 
non-starter :(

However, I can find artists containg Zion to get a list of all varieties of 
A Silver Mt. Zion, A Silver Mount Zion, Thee Silver Mt. Zion and Tra-la 
Band, etc, all of which are essentially the same band.  There is then an All 
Artists menu option, but no mixers.  In fact, I think all I can do here is 
press play (there's no menu options, or in fact no note icon to show that play 
is an option - I should report that to the Lazy Search author).

Not just select an item in the search result and play that item in
random order, for example an artist ?

Now I have configured the Dynamic Playlists for artist context, I can do this.  
This would be my normal usage.

Is the main idea that you like functionality to remember a search
result so you can use it at a later time ?

Not really - I just wanted to search for something and play random songs from 
the result set.

I can play all results, save the static playlist temporarily, and then I guess 
it is possible to play random songs from a chosen playlist?  Afterwards, delete 
the playlist.  The only side issue is that squeezecenter seems really slow to 
respond with a large list of songs in the current playlist, so if there is a 
large set of search results, it's not ideal.

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2007-12-14 Thread Michael Herger
I've digged a bit more. The file your machine is complaining about  
(auto/Storable) should definitely be there. It's in  
/usr/local/lib/perl5/5.8.8/mach/auto/Storable - which is in your path  
according to your log snippet. I wonder whether you ran out of disk space  
or something during SlimNAS installation. Can you verify the file is there?

And what does
du -hsc /usr/local/lib/perl5
say? I get a total of about 31M.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2007-12-14 Thread Michael Herger
Please excuse me if you've already told me before: but did you already try to 
remove SlimNAS and reinstall the latest build it from scratch? Not on top of 
the existing version, but from scratch. Remove the shellcmd or postinit entry 
related to SlimServer in config.xml, reboot the machine, try again. There's 
something broken. Did you initially try to update from SlimServer to 
SqueezeCenter or something?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2007-12-14 Thread quick_snack

Michael Herger;248967 Wrote: 
 I've digged a bit more. The file your machine is complaining about  
 (auto/Storable) should definitely be there. It's in  
 /usr/local/lib/perl5/5.8.8/mach/auto/Storable - which is in your path  
 according to your log snippet. I wonder whether you ran out of disk
 space  
 or something during SlimNAS installation. Can you verify the file is
 there?
 
 And what does
 du -hsc /usr/local/lib/perl5
 say? I get a total of about 31M.

OK, the next info was displayed:

Code:

freenascenic:~# ls /usr/local/lib/perl5/5.8.8/mach/auto/Storable
  CAN_FLOCK.al_store.al   lock_nstore.al  
nfreeze.al  show_file_magic.al
  Storable.bs _store_fd.allock_retrieve.al
nstore.al   store.al
  Storable.so autosplit.ixlock_store.al   
nstore_fd.alstore_fd.al
  _freeze.al  fd_retrieve.al  logcarp.al  
read_magic.al   thaw.al
  _retrieve.alfreeze.al   logcroak.al 
retrieve.al
  freenascenic:~#
  



du of the perl5 dir gifs:

Code:

freenascenic:~# du -hsc /mnt/data/extensions/SlimNAS/usr/lib/perl5/
  31M/mnt/data/extensions/SlimNAS/usr/lib/perl5/
  31Mtotal
  freenascenic:~# du -hsc /usr/local/lib/perl5
  0B/usr/local/lib/perl5
  0Btotal
  



Strange! Somewhere the symbolic link went wrong.

More strange:

Code:

freenascenic:/usr/local/lib/perl5# du -hsc
  31M.
  31Mtotal
  freenascenic:/usr/local/lib/perl5# du -hsc /usr/local/lib/perl5
  0B/usr/local/lib/perl5
  0Btotal
  



:-(

Oh, the space on disk:

Code:

freenascenic:/usr/local/lib/perl5# df -h
  FilesystemSizeUsed   Avail Capacity  Mounted on
  /dev/md0   48M 45M3.2M93%/
  devfs 1.0K1.0K  0B   100%/dev
  /dev/ad0s2226G150G 58G72%/mnt/data
  /dev/da0s1187G150G 28G84%/mnt/extern
  /dev/ad0s1 24M 22M1.9M92%/cf
  



-- 
quick_snack

quick_snack's Profile: http://forums.slimdevices.com/member.php?userid=67
View this thread: http://forums.slimdevices.com/showthread.php?t=40159

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


[SlimDevices: Plugins] XM Radio Plug In Help Needed Please

2007-12-14 Thread TenaciousC

Hello, I have downloaded the latest XM Radio Plug in and it appears to
have loaded correctly however under my XM User Password, there is no
Field to enter my password. 

The field for my User Name is there and all the other fields seem to be
there but no Password One. I must be missing something. Please help.

I am using the latest Slim Server Software with Windows Vista Home
Premium. 

Thanks in Advance for your help! 

-C


-- 
TenaciousC

TenaciousC's Profile: http://forums.slimdevices.com/member.php?userid=14411
View this thread: http://forums.slimdevices.com/showthread.php?t=41049

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


Re: [SlimDevices: Plugins] can't change last.fm station

2007-12-14 Thread Craig, James (IT)
If you look in the server log there should be more information on why
the update is going wrong. 

I can't do anything about LastFM playing you music you don't like!

James


NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2007-12-14 Thread quick_snack

First of all I delete all in dir /mnt/data/extensions/SlimNAS

Then I tried to remove the extension itself but get the following
error:
Code:

Warning: rmdir(/usr/local/www/ext/slimserver): Directory not empty in 
/usr/local/www/ext/slimserver/functions.inc on line 173 Warning: Cannot modify 
header information - headers already sent by (output started at 
/usr/local/www/ext/slimserver/functions.inc:173) in 
/usr/local/www/services_slimserver_maintenance.php on line 17



So I manually remove all in /usr/local/www/ext. The dirs perl5 and
mysql etc. (links) still exist in /usr/local/lib. Removed with find .
-type l -exec rm {} \;

I remove the postinit command wich I manually inserted by the
webinterface, a refresh displays no slimserver extension anymore.

In putty I do the following:

Code:

freenascenic:/mnt/data/extensions/SlimNAS# ls -l
  total 34418
  -rwxrwxrwx  1 root  wheel  17150386 Dec 14 19:43 
SlimServer_trunk_v2007-12-14.no-cpan-arch.tar.gz
  -rwxrwxrwx  1 root  wheel   837 Dec 14 19:43 slimnas-install.sh
  -rwxrwxrwx  1 root  wheel  18048583 Dec 14 19:43 slimnas.tgz
  freenascenic:/mnt/data/extensions/SlimNAS#


The files are new downloaded from internet.
After this all I restart FreeNAS.
Then after reboot:

Code:

freenascenic:/mnt/data/extensions/SlimNAS# /bin/sh 
/mnt/data/extensions/SlimNAS/slimnas-install.sh
  Extracting Perl and supporting files...
  Creating service web page for FreeNAS web interface...
  Done!
  
  Please open go your FreeNAS' main menu - you should
  now find SlimServer in the Extensions section.
  
  Have fun!
  freenascenic:/mnt/data/extensions/SlimNAS#


When I refresh the webpage I see an extension with slimserver! :-)
I choose for an installation of a squeezecenter trunk and after a while
I get the message that squeezecenter is not available.

In the advanced departments two new commands has been inserted. For
starting and stopping slimserver.

OK, squeezecenter did not start now, lets try after a reboot. So reboot
FreeNAS and lets see what happens.

After reboot squeezecenter does NOT start, log file shows:

Code:

freenascenic:/mnt/data/extensions/SlimNAS/var# cat squeezecenter.log
  [07-12-14 20:10:26.8880] Carp::croak (269) Warning: Can't locate 
auto/Storable/store.al in @INC (@INC contains: 
  /mnt/data/extensions/SlimNAS/squeezecenter/CPAN/arch/5.8/i386-freebsd-64int 
  
/mnt/data/extensions/SlimNAS/squeezecenter/CPAN/arch/5.8/i386-freebsd-64int/auto
 
  /mnt/data/extensions/SlimNAS/squeezecenter/CPAN/arch/5.8.8/i386-freebsd-64int 
  
/mnt/data/extensions/SlimNAS/squeezecenter/CPAN/arch/5.8.8/i386-freebsd-64int/auto
 
  /mnt/data/extensions/SlimNAS/squeezecenter/CPAN/arch/5.8/i386-freebsd-64int 
  
/mnt/data/extensions/SlimNAS/squeezecenter/CPAN/arch/5.8/i386-freebsd-64int/auto
 
  /mnt/data/extensions/SlimNAS/squeezecenter/CPAN/arch/i386-freebsd-64int 
  /mnt/data/extensions/SlimNAS/squeezecenter/lib 
  /mnt/data/extensions/SlimNAS/squeezecenter/CPAN 
  /mnt/data/extensions/SlimNAS/squeezecenter 
  /mnt/data/extensions/SlimNAS/squeezecenter 
  /usr/local/lib/perl5/5.8.8/BSDPAN 
  /usr/local/lib/perl5/site_perl/5.8.8/mach 
  /usr/local/lib/perl5/site_perl/5.8.8 
  /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach 
  /usr/local/lib/perl5/5.8.8 .) at 
  /mnt/data/extensions/SlimNAS/squeezecenter/Slim/Utils/Strings.pm 
  line 165



du -csh /usr/local/lib/perl5 gives:

Code:

  0B/usr/local/lib/perl5
  0Btotal



-- 
quick_snack

quick_snack's Profile: http://forums.slimdevices.com/member.php?userid=67
View this thread: http://forums.slimdevices.com/showthread.php?t=40159

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2007-12-14 Thread Michael Herger
   -rwxrwxrwx  1 root  wheel  17150386 Dec 14 19:43 
 SlimServer_trunk_v2007-12-14.no-cpan-arch.tar.gz
   -rwxrwxrwx  1 root  wheel   837 Dec 14 19:43 slimnas-install.sh
   -rwxrwxrwx  1 root  wheel  18048583 Dec 14 19:43 slimnas.tgz

Is this the renamed slimnas-0.91.tgz file? The plain slimnas.tgz will _not_ 
work with trunk.

 When I refresh the webpage I see an extension with slimserver! :-)

That's no good - it should be an extension SqueezeCenter. Did you download the 
correct file?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Moose 0.62 (windows frontend forslimsqueezer)

2007-12-14 Thread vrobin

Thanks, that's a good news! No I have all my albums genres! 

Robin
PS: And I use color chooser, very interesting tool when you don't
remember the name of an album or an artist but just remember the color
of the cover!


-- 
vrobin

vrobin's Profile: http://forums.slimdevices.com/member.php?userid=11705
View this thread: http://forums.slimdevices.com/showthread.php?t=41031

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2007-12-14 Thread quick_snack

Michael Herger;249070 Wrote: 
-rwxrwxrwx  1 root  wheel  17150386 Dec 14 19:43
 SlimServer_trunk_v2007-12-14.no-cpan-arch.tar.gz
-rwxrwxrwx  1 root  wheel   837 Dec 14 19:43
 slimnas-install.sh
-rwxrwxrwx  1 root  wheel  18048583 Dec 14 19:43 slimnas.tgz
 
 Is this the renamed slimnas-0.91.tgz file? The plain slimnas.tgz will
 _not_ work with trunk.
 
  When I refresh the webpage I see an extension with slimserver! :-)
 
 That's no good - it should be an extension SqueezeCenter. Did you
 download the correct file?

Sorry, used to use slimserver instead of squeezecenter.

Yes, I did rename the slimnas.tgz (from version 0.9) and yes, The
extensions webpage shows the squeezecenter extensions instead of
slimservers.


-- 
quick_snack

quick_snack's Profile: http://forums.slimdevices.com/member.php?userid=67
View this thread: http://forums.slimdevices.com/showthread.php?t=40159

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


Re: [SlimDevices: Plugins] Announce: Moose 0.62 (windows frontend forslimsqueezer)

2007-12-14 Thread bossanova808

I used to sort my CDs by colour - it was like a rainbow with a zebra on
the end for tall the black and white ones - looked kind of cool on the
shelf (700 odd CDs, a few metres wide).

I haven't actually used it in Moose but I think for those of us that
still think in terms of cover art (and perhaps we're already showing
our age there), it's pretty handy - I know that my Modest Mouse 'Moon
Over Antartica' CD is predominantly mauve/magenta.  So I can find it
quickly.  Mind you, browsing to M isn't hard either.  But choice is
good.

My album cover image scans (850 albums) take maybe 1 minute.  I think
the person above a glitch, or slow server/connection, because it pretty
much flies here.

Love Moose!


-- 
bossanova808

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

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2007-12-14 Thread mherger

quick_snack;249097 Wrote: 
 Yes, I did rename the slimnas.tgz (from version 0.9)

That's not enough. You need 0.91.


-- 
mherger

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=40159

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


Re: [SlimDevices: Plugins] AlienBBC on 56k modem

2007-12-14 Thread bpa

To make sure it is not a Slimserver effect - you should try playing a
BBC station with mplayer standalone.

When testing you should try a 
(i) A live stream
(ii) A listen Again stream

If you get the same effect when playing mplayer standalone, then should
alter some of the maplyer parameters such as buffer size and buffer fill
levels to see if you can get a smooth stream.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=41023

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


Re: [SlimDevices: Plugins] Dynamic Playlists from search results

2007-12-14 Thread erland

Phil Meyer;248964 Wrote: 
 
 Ah - I just tried to find the playlist in Dynamic Playlist web UI, and
 I can't see it there either!
 
 ...
 
 I do see it in the player UI mixer.  Strange.
 
Is it available in the SQL Playlist menu in the web ui ?
Does a SqueezeCenter restart solve the problem ?


-- 
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 Database Query plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))

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

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2007-12-14 Thread quick_snack

mherger;249102 Wrote: 
 That's not enough. You need 0.91.

I did download the 0.91 version (from december 14th). All files were
downloaded that day.

I have succesfully installed and run slimserver before with 130 Mb free
memory and a swap of 128 Mb. Can it be that squeezeserver would require
more ram. In that case the limited size of intern memory would cause
the problem.


-- 
quick_snack

quick_snack's Profile: http://forums.slimdevices.com/member.php?userid=67
View this thread: http://forums.slimdevices.com/showthread.php?t=40159

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