Re: [SlimDevices: Plugins] Announce: (not so) Sirius Plugin

2010-03-31 Thread chicken

Thanks for the plug-in.  Just built a new CentOS 5.4 server with 7.4 and
wanted to support my old SB1s.  I could not get them working at first
but enabled the Play Windows Media plug-in and I am good to go. 
Thanks!


-- 
chicken

chicken's Profile: http://forums.slimdevices.com/member.php?userid=16571
View this thread: http://forums.slimdevices.com/showthread.php?t=71636

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


Re: [SlimDevices: Plugins] Announce: Weather Screensafer for Radio/Touch/Controller

2010-03-31 Thread bluegaspode

All right, I understand.

Currently my time is pretty limited for developing - but I might have a
look later.


-- 
bluegaspode

1x SB-Controller+Receiver (Duet), 1xSB-Boom. 1xSB-Radio
Server (7.4.1) running on SheevaPlug (Ubuntu) with attached Western
Digital MyBook Essential.
Secondary 7.4 Server on Debianized Buffalo Linkstation LS-CHL.

bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=73827

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


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

2010-03-31 Thread vagskal

wonder boy;529234 Wrote: 
> Think I've exhausted all my options, really disappointed because when it
> worked I thought it was just a great application to go with my
> squeezeboxes. Have tried restoring remote laptop and reinstalling MUSO
> but get same error as before.
> 
> 12457 songs parsed
> 0 songs added
> 0 songs updated
> 12457 scanning errors
> 
> So I tried restoring server and reinstalling sbs 7.4.2 but get exactly
> the same response from MUSO, goodness knows what it can be, think I
> will stick with web UI unless anyone has anymore suggestions?

Have you tried this:

Set the SBS music folder to a folder on a local disc, not an UNC path.

On the computer running muso mount the disc where the SBS music folder
is AND assign that disc the exact same drive letter as on the machine
running SBS, i.e. if the drive letter on the SBS machine is E:, set the
drive letter of that mounted network disc on the muso machine to E:.

If the SBS music folder contains shortcuts that points to other discs
(local paths, not UNC paths) then you will have to mount also those
discs with their original drive letters on the muso machine.

Let the path boxes in muso options be empty.

This works for me, running Win XP on the SBS machine and Win 7 on the
muso machine.


-- 
vagskal

2 x SB3 (wired), Receiver (wireless), Boom (wireless), Controller, iPeng
on iPod Touch, muso on remote computer running Win 7 | 7.4.3 on Win XP

vagskal's Profile: http://forums.slimdevices.com/member.php?userid=20778
View this thread: http://forums.slimdevices.com/showthread.php?t=57629

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


Re: [SlimDevices: Plugins] XM radio plugin with 7.4?

2010-03-31 Thread AbMagFab

Just upgraded to 7.4.2, and XM Radio is no longer working.  Was working
seconds before when I was at 7.4.1.

Any ideas?


-- 
AbMagFab

AbMagFab's Profile: http://forums.slimdevices.com/member.php?userid=18128
View this thread: http://forums.slimdevices.com/showthread.php?t=68420

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


Re: [SlimDevices: Plugins] Announce: Weather Screensafer for Radio/Touch/Controller

2010-03-31 Thread dimab

Thanks ahead!


-- 
dimab

dimab's Profile: http://forums.slimdevices.com/member.php?userid=37144
View this thread: http://forums.slimdevices.com/showthread.php?t=73827

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-03-31 Thread ulvi

advanced search is the functionality I use most commonly in squeezebox
server, so I was disappointed to find out it is not available in iPeng
(or is it and I am missing it?)

Can I hope that it will be added in a future update?

thanks


-- 
ulvi

ulvi's Profile: http://forums.slimdevices.com/member.php?userid=4763
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


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

2010-03-31 Thread wonder boy

Many thanks, messing about with paths has solved this, can't believe it,
scanned again and there they were, all tracks added, computers were
getting a bit sludgy so restoring was an overdue job I guess...thanks
again


-- 
wonder boy

wonder boy's Profile: http://forums.slimdevices.com/member.php?userid=15950
View this thread: http://forums.slimdevices.com/showthread.php?t=57629

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


[SlimDevices: Plugins] Internet Music Library Viewer

2010-03-31 Thread Buttercup

I was wondering if anyone knows of a way to be able to allow others to
browse your music library from an internet browser (on port 80 for
example) without the same control as a local user connecting to
localhost:9000.

Obviously I could open up port 9000 and allow users to connect via
myserver.org:9000 but then a malicious user could gain control of the
player, player settings, server settings, ect. when all I really want
to expose is the left hand frame and allow them to search and view
artists/albums.

I thought it would be easy enough to just find and copy the relevant
HTML/JS and such to another location, hack on it (removing the ability
to play tracks and create playlists) and enable that location in my
apache conf. Once I got under the hood I realized that wasn't the case.
I'm new to template-toolkit but not perl/mysql so I can see the basics
of what is going on I just don't understand the voodoo that makes it
work yet. Somehow the built in HTTP server is processing the templates
on the fly with Template::Toolkit for example...or at least that's my
guess. I think this could be possible using apache and a mod_perl
handler where the slim server seems to be all in perl (probably making
the developer's life much easier). 

I really like the look and feel of the Default skin and I really do not
like reinventing wheels. My second thought was to just try and use 'View
Source' from the browser on home.html and steal the formatting since
that's really what I'm after and then add in a cgi call to a perl
script I'd create to send SELECT queries to the mysql socket via DBI to
retrieve the info.

That seems wrong, but less work than the first option. So my third
option was to post here and pray that someone else has already invented
this wheel or at least muster enough interest that someone more
knowledgeable than myself would come along and say "that's a great
idea, you should do it _this_ way and here is where to start...". =]


-- 
Buttercup

Buttercup's Profile: http://forums.slimdevices.com/member.php?userid=37224
View this thread: http://forums.slimdevices.com/showthread.php?t=76687

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


Re: [SlimDevices: Plugins] Announce: Album Flow applet/screensaver for Radio/Touch/Controller

2010-03-31 Thread erland

There is now a new version of the Album Flow applet, the noticeable
changes are:
- Configuration has been changed so you can setup 5 different Album
Flow screen saver configurations
- Added support for the new Song Info plugin (available as beta)

Note!
Due to the changed configuration concept you will be forced to
reconfigure your screen saver if you have used Album Flow previously.

The Song Info plugin is an enhancement that adds a new CLI/JSON command
to the server that makes it possible to retrieve additional information
about a song, artist or album. The Album Flow applet uses this to get
images, for example artist images from the LastFM web site.

So with this new functionality you can now setup an Album Flow screen
saver that:
- Shows a slide show with artist images from your whole library
- Shows a slide show with artist images of artists similar to the one
that is currently playing
- Shows a slide show with artist images of the currently playing
artist

I'll post more information about the Song Info plugin in a separate
thread.

As usual for beta versions the Album Flow applet and Song Info plugin
is available through my testing repository:

Code:

http://erlandplugins.googlecode.com/svn/repository/trunk/testing.xml



It's easiest to install them through Applet Installer (Album Flow) and
through plugins tab in Squeezebox Server (Song Info).


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/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=68376

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


[SlimDevices: Plugins] Announce: Song Info plugin

2010-03-31 Thread erland

I've released a beta version of a new Song Info plugin. It adds a new
CLI/JSON command to the server that makes it possible to retrieve
additional information about a song, artist or album. The Album Flow
applet uses this to get images, for example artist images from the
LastFM web site.

For further information about the Album Flow integration that uses it
for showing artist images from LastFM, see here:
http://forums.slimdevices.com/showthread.php?p=529408#post529408

The plugin is available in my testing repository as all other beta
versions:

Code:


  http://erlandplugins.googlecode.com/svn/repository/trunk/testing.xml
  



This is just the first version of the Song Info plugin, more
information modules will come in the future and I'll probably also add
a plugin API so information modules can be implemented as separate
plugins. I'll announce it in a separate thread later and provide some
more information.

For developers interested, the CLI/JSON commands look like this:
- Get all available information modules:
songinfomodules
- Get all available information modules that provides text items:
songinfomodules type:text
- Get all available information modules that provides images:
songinfomodules type:image
- Get all available information modules that provides images based on
an artist:
songinfomodules type:image context:artist

To retrieve the information you use:
- Get information from lastfmartistimages module about current song:
00:01:02:03:04:05 songinfoitems lastfmartistimages
- Get information from lastfmartistimages module about a specific
artist:
00:01:02:03:04:05 songinfoitems lastfmartistimages artist:42
- Get information from lastfmalbumimage module for a specific album:
00:01:02:03:04:05 songinfoitems lastfmalbumimage album:142
- Get information from lastfmtrackimage module for a specific track:
00:01:02:03:04:05 songinfoitems lastfmtrackimage track:2001


In this initial version, there is just a LastFM module included to show
the concept that includes the following modules:
- lastfmtracktags: LastFM tags for current song
- lastfmsimilarartists: Artists similar to the specified artist based
on LastFM
- lastfmartistimages: Images of the specified artist from LastFM
- lastfmartistbio: Biography text for the specified artist from LastFM
- lastfmtrackimage: Image for the specified track from LastFM
- lastfmsimilarartistsimages: Images of artists similar to the
specified artist from LastFM
- lastfmtrackdesc: Description text of the specified track from LastFM
- lastfmalbumimage: Image for the specified album from LastFM
- lastfmartisttags: Tags for the specified artist
- lastfmalbumdesc: Album description from LastFM for the specified
album

An example of a JSON response looks like this for a image module:

Code:


  count => 2,  
  item_loop => [
  {  
  text => "Melissa Horn",  
  type => "image",  
  url  => "http://userserve-ak.last.fm/serve/_/5707275/Melissa+Horn.jpg";,   
 
  },
  {
  text => "Melissa Horn",
  type => "image",
  url  => "http://userserve-ak.last.fm/serve/_/19061825/Melissa+Horn.jpg";,
  },
  ]
  



And the same for a text module:

Code:


  count => 1,  
  item_loop => [
  {  
  text => "Some text that contains the biography of the specified artist",  

  type => "text",  
  },
  ]
  



The actual format of the response might be adjusted based on what we
need so don't consider it to be the final version. I don't think there
will be any huge changes but I have a feeling we might need to adjust
it a bit depending on what kind of information module we find useful.

Ideas for online or local information you would like to see about
currently playing artist, album or track is welcome. I already have
some ideas myself based on earlier discussions, like:
- Information from a text file in the same directory as the album
- Lyrics from lyricsfly.com or similar site
- Tag information from Custom Scan plugin


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/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=76688

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


Re: [SlimDevices: Plugins] Announce: Song Info plugin

2010-03-31 Thread flattermann

Erland,

that's outstanding - as always, thanks a lot!

I'll try to add some of the features to SqueezeCommander.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76688

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


Re: [SlimDevices: Plugins] Internet Music Library Viewer

2010-03-31 Thread erland

If you want to make it available on Internet I'd recommend generating a
static HTML version. Squeezebox Server isn't really tested enough from
a security point of view if you like to expose it on Internet without
any decent protection.

I think Album Catalog Creator will generate a HTML album gallery, maybe
that works good enough ?
http://forums.slimdevices.com/showthread.php?t=74452

There might be some tool that crawls through the SBS web inteterface
and generate static HTML.
http://www.google.com/search?q=download+internet+site

It's probably not that simple to try to use the standard
HTML/Javascript files for the Default skin if you like to create a page
that isn't dependent on SBS. I think the templates and javascripts are
too tightly integrated with the SBS backend to be used standalone, you
can probably customize them a bit to make it work but it will be a bit
of work.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/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=76687

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


Re: [SlimDevices: Plugins] Announce: Song Info plugin

2010-03-31 Thread pippin

Funny, just found and installed it :)
As usual, this really looks cool :)


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=76688

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-03-31 Thread pippin

ulvi;529371 Wrote: 
> advanced search is the functionality I use most commonly in squeezebox
> server, so I was disappointed to find out it is not available in iPeng
> (or is it and I am missing it?)
> 
No, it's not in the CLI but only available through the Web Interface
> 
> Can I hope that it will be added in a future update?
> 

Hard to say. It will probably require a plugin or change on the server
side.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Announce: Song Info plugin

2010-03-31 Thread Phil Meyer
Erland,

I have a SBS plugin that I've been updating recently (currently works for 
classic players only), that detects text files in the same folder as the 
currently playing song, and makes them available in the song info page.  I was 
just about to update it to provide jive menus.

For example, I often save album information/reviews into folders with my 
albums, rather than store in comment tags, and then read them when listening to 
songs by navigating from Now Playing to Song Info > File Info > {choose from 
list of text files discovered in the current song source folder}.

(NB. I was going to drop the File Info sub-menu and just put items directly 
within Song Info)

Does this sound like a candidate for adding to your plugin?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Song Info plugin

2010-03-31 Thread pippin

Sounds like you want some data provisioning interface.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=76688

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


Re: [SlimDevices: Plugins] Internet Music Library Viewer

2010-03-31 Thread Siduhe

What about using something like Subsonic (which is designed to allow
remote access to music) and will run along side your Squeezebox server?


It's just been bundled with the Vortexbox build and is a great addition
IMHO.  EUR20 to register for an ad free version, but you can set up a
user with view access only and give out that login.

There are easy to follow instructions to do the relevant port
forwarding and if your router supports UPnP, it will do this
automatically (although that didn't work for me on a Netgear router,
but the manual instructions did).

http://www.subsonic.org/


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
"-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...-" (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=76687

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


Re: [SlimDevices: Plugins] Internet Music Library Viewer

2010-03-31 Thread pski

Remote users without port 3483 do what?

Seems they would be getting all the display and none of the control.

P

Seems also the only reason for this would be browse to buy..


-- 
pski

real stereo doesn't wake neighbors (it enrages them)

.

pski's Profile: http://forums.slimdevices.com/member.php?userid=15574
View this thread: http://forums.slimdevices.com/showthread.php?t=76687

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


Re: [SlimDevices: Plugins] Internet Music Library Viewer

2010-03-31 Thread pski

Remote users without port 3483 do what?

Seems they would be getting all the display and none of the control.

P

Seems also the only reason for this would be browse to buy..


-- 
pski

real stereo doesn't wake neighbors (it enrages them)

.

pski's Profile: http://forums.slimdevices.com/member.php?userid=15574
View this thread: http://forums.slimdevices.com/showthread.php?t=76687

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


Re: [SlimDevices: Plugins] Internet Music Library Viewer

2010-03-31 Thread erland

pski;529477 Wrote: 
> Remote users without port 3483 do what?
> 
> Seems they would be getting all the display and none of the control.
> 
I'm pretty sure you will get all the control you need to trash the
computer through port 9000 which SBS web interface use.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/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=76687

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


[SlimDevices: Plugins] ExecuteScript Plugin, OSX 10.6 and SBS 7.4.2?

2010-03-31 Thread jmang

Is anyone using the ExecuteScript Plugin on a Mac running OSX 10.6 and
Squeezebox Server 7.4.2?  If yes, did you have to modify the plugin at
all?  I'm thinking about a way to prevent the Mac from sleeping while a
player is active as suggested by Erland in another thread, but it
appears the ExecuteScript Plugin hasn't been updated in a couple of
years.  Thanks.


-- 
jmang

jmang's Profile: http://forums.slimdevices.com/member.php?userid=35344
View this thread: http://forums.slimdevices.com/showthread.php?t=76694

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


Re: [SlimDevices: Plugins] Announce: Song Info plugin

2010-03-31 Thread erland

Philip Meyer;529456 Wrote: 
> Erland,
> 
> I have a SBS plugin that I've been updating recently (currently works
> for classic players only), that detects text files in the same folder
> as the currently playing song, and makes them available in the song
> info page.  I was just about to update it to provide jive menus.
> 
> For example, I often save album information/reviews into folders with
> my albums, rather than store in comment tags, and then read them when
> listening to songs by navigating from Now Playing to Song Info > File
> Info > {choose from list of text files discovered in the current song
> source folder}.
> 
> (NB. I was going to drop the File Info sub-menu and just put items
> directly within Song Info)
> 
> Does this sound like a candidate for adding to your plugin?
> 
Sounds great, this will definitely fit into this concept.

In the next version I'll provide a plugin API so you can hook into it
and I'll also show the data from the information modules in the context
menus of artists, albums and tracks.

For CLI/JSON users that like to show this information somewhere else
than in the context menus, it would in this case mean that they will be
able to list available text files for a specific album and also get
their contents.

I wonder if I should make the context menu items optional per interface
type ?
I suppose you would only want them in the jive and web interface since
you already show them yourself in the IR interface directly in the
"Song File Viewer" plugin ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/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=76688

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