Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread Michael Herger
 1. The web interface just provides the default album art image and no
 previews, I'm pretty sure I had previews yesterday when I tried it on

Erland - I've uploaded 1.0.1 which adds a basic template for non-Default skins. 
Please let me know if this is still not working. Thanks!

-- 

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


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread erland

mherger;530965 Wrote: 
  1. The web interface just provides the default album art image and no
  previews, I'm pretty sure I had previews yesterday when I tried it
 on
  my development machine.
 
 Ugh... that happens if you publish some code you've developed for your
 own needs only... The Gallery currently doesn't support any other skin
 than Default :-(. I'll have to add something quickly...
 
  2. When I click on an image in the web interface it just produces a
  screen of text, it looks like the content-type is set to
 text/html.
 
 In Default or something else? I see it's going to browsedb.html in
 Classic...
 
  3. The web interface have problems in the Default skin where I
 don't
  get any vertical scrollbar so when there are more folders than what
 the
  screen can show I can't scroll to the bottom half. It works in the
  Classic skin but not in the Default skin.
 
 ?!? It doesn't work in Classic at all for me. What browser are you
 using? Any JS error?
 
It seems like my problems was related to the that plugin doesn't seem
to respect the skin specified in the url, it already use the one you
have specified in the settings.

I had Classic in the settings and then neither of these worked:
http://squeezeboxserver:9000
http://squeezeboxserver:9000/classic
http://squeezeboxserver:9000/default

However, when I change it to Default in the settings the preview and
images and scrollbar works correctly. The problem is just that with
that setting it seems to use the default style even if I've specified
Classic in the url.

mherger;530965 Wrote: 
 
 
  5. On the Radio it works great for my old Olympus pictures (with
 size
  around 500kb) but for my larger pictures taken more recently (with
 size
  around 2Mb) it only shows the default album art. It can read and
 show
  the exif information, so the problem is not that it doesn't have
 access
  to the file.
 
 What SBS version? I'm using 14MP images myself, and it works just fine
 (on a poor, old Via C3/1GHz...)
 
svn 7.5/trunk latest version, I'm guessing this is the same as the
official 7.5.0 release.

Here is a sample picture that doesn't work in my setup:
http://erland.homeip.net/arkiv/picturegallery/IMG_2217.jpg

The problem is the same both on the Radio and in Squeezeplay.

The SBS runs under Ubuntu 8.04 in a virtualbox machine if it matters.

mherger;530965 Wrote: 
 
 
  I looked in the server.log but didn't see any errors. I can try to
  enable debug logging on the plugin if you think it will show
 something
  useful.
 
 This or artwork debugging.
 
Does this tell you anything more ?
Could it be caused by the _ in the image file name ?


Code:


  [10-04-07 08:16:02.0072] Plugins::Gallery::Common::_readdir (231) Reading 
folder: /mnt/mp3music_small/
  [10-04-07 08:16:02.1186] Plugins::Gallery::Common::handleImage (686) Parsing 
image url: /mnt/mp3music_small/IMG_2217_320x240.jpg
  [10-04-07 08:16:02.1195] Slim::Web::Graphics::processCoverArtRequest (48) 
trackid has been parsed from path as: /mnt/mp3music_small/IMG_2217
  [10-04-07 08:16:02.1201] Slim::Web::Graphics::processCoverArtRequest (103) 
artwork cache key: /mnt/mp3music_small/IMG_2217_320x240.jpg
  [10-04-07 08:16:02.1208] Slim::Web::Graphics::processCoverArtRequest (156) 
Asking for trackid: notCoverArt - 2217 at size 320x240
  [10-04-07 08:16:02.1214] Slim::Web::Graphics::processCoverArtRequest (230)   
missing artwork replaced by cover placeholder
  [10-04-07 08:16:02.1225] Slim::Web::Graphics::processCoverArtRequest (246)   
got cover art image image/png of 42670 bytes
  [10-04-07 08:16:02.2195] Slim::Web::Graphics::processCoverArtRequest (298)   
caching result key: /mnt/mp3music_small/IMG_2217_320x240.jpg, 
orig=/mnt/mp3music_small/IMG.jpg
  




mherger;530965 Wrote: 
 
 I'd rather not want to go into the tagging business... even reading
 them. 
 
I completely agree, tagging on images can be a mess, from my own
experience I know that the different photo management programs don't
even manage to handle this in a compatible way. Some kind of import
will be a lot easier to handle.


-- 
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=76879

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2010-04-07 Thread mbonsack

Ever since spring training, the MLB scheduled start time will display
properly, but from the point the game starts and beyond, the score will
not report -- only the scheduled start time is shown, just like it is
before gametime.  Is anyone else not seeing actual game scores?

-mark


-- 
mbonsack

mbonsack's Profile: http://forums.slimdevices.com/member.php?userid=1398
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread erland

mherger;530981 Wrote: 
  1. The web interface just provides the default album art image and no
  previews, I'm pretty sure I had previews yesterday when I tried it
 on
 
 Erland - I've uploaded 1.0.1 which adds a basic template for
 non-Default skins. Please let me know if this is still not working.
 Thanks!
 
Different problems but it's still not working.

It now creates urls like this if I have the Classic skin configured:
http://plugins/Gallery/index.html?folder=%2Fmnt%2Fphotosroot=0index=1player=00%3A00%3A00%3A00%3A00%3A03

As you can see, the hostname and port is missing.

It feels like you have missed the [% webroot %] attribute in the
beginning of the urls in the html templates.


-- 
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=76879

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


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread Michael Herger
 It feels like you have missed the [% webroot %] attribute in the
 beginning of the urls in the html templates.

I've added it, but not in all places. Would you mind applying the following 
changes manually and see whether it helps? I was able to reproduce the issue 
when overwriting the skin to be Default (only tested the other way around).

Index: Gallery/HTML/Default/plugins/Gallery/index.html
===
--- Gallery/HTML/Default/plugins/Gallery/index.html (revision 992)
+++ Gallery/HTML/Default/plugins/Gallery/index.html (working copy)
@@ -102,7 +102,7 @@
  [% ELSE %]
[%- WRAPPER gallerycontainer;
index = start = 0;
-   path = '/' _ path;
+   path = webroot _ path;
 %]

Index: Gallery/HTML/EN/plugins/Gallery/index.html
===
--- Gallery/HTML/EN/plugins/Gallery/index.html  (revision 992)
+++ Gallery/HTML/EN/plugins/Gallery/index.html  (working copy)
@@ -7,7 +7,6 @@
  [% ELSE %]
[%- WRAPPER gallerycontainer;
index = start = 0;
-   path = '/' _ path;
 %]

Thanks!

-- 

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


Re: [SlimDevices: Plugins] WeatherClock v0.1

2010-04-07 Thread erland

Aslak3;530812 Wrote: 
 
 Any feedback, good and bad, gratefully received.
 
I'd suggest that you:

1. Rename the zip file to WeatherClock-0.1.zip
2. Create a repository xml file with a content like this (feel free to
use your real name and the description of your choice if you like to,
the text below is just a sample):

Code:


  ?xml version=1.0?
  
  extensions
  details
  title lang=ENAslak3's plugins/title
  /details
  plugins
  plugin name=WeatherClock version=0.1 minTarget=7.4.0 maxTarget=*
  title lang=ENWeather Clock *Beta*/title
  desc lang=EN*** BETA VERSION ***. Plugin to show weather information and 
current clock (Boom, Transporter, Classic)/desc
  creatorAslak3/creator
  urlhttp://www.aslak.net/WeatherClock-0.1.zip/url
  sha96a2c1f77f4647801c2758c0d444dd8ea79bcd88/sha
  linkhttp://www.aslak.net/link
  /plugin
  /plugins
  /extensions
  


3. Publish the repository xml somewhere for example
http://www.aslak.net/sbsrepository.xml
4. When you like to publish a 0.2 version you will need to:
- Upload the zip file as WeatherClock-0.2.zip
- Calculate a new sha using the sha1sum tool or similar on your Linux
machine (if you like to use Windows there are similar tools available).
Change the sha element in the repository xml file.
- Change 0.1 to 0.2 in the repository xml file (the version attribute
and the url element)

Note, when ever you points the url in the repository xml file to a new
zip or repackage the zip you will at least need to recalculate the sha
checksum as described above.

When you feel that the login is stable you may add the repository url
to the following wiki page and we will add it to the officially
repository which will make it available to users even if they haven't
setup your repository url manually:
http://wiki.slimdevices.com/index.php/SqueezeCenter_Repositories

There is a section at the bottom on this wiki page for beta
repositories where you can add the url even if you don't like it to be
part of the official repository yet.

The advantage of having a repository xml is that users doesn't have to
know where to unzip it and they will get notifications of new versions
automatically through the Squeezebox Server web interface. My own
experience it that it causes a lot less questions during the
installation phase, so it's really worth the trouble.


-- 
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=76881

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


Re: [SlimDevices: Plugins] Lazysearch problem

2010-04-07 Thread Stuart Hickinbottom
 It may also help to try to track down the problem if you enable some
debugging settings - if you enable debugging for the LazySearch2 plugin,
for example, it logs much more about the database accesses it performs -
that might help to identify if it was doing anything at the time of the
crash.

Stuart

On 06/04/2010 4:14 PM, tommypeters wrote:
 Thanks for your answer, I will look into it further and do some more
 thorough testing. After the installation on the WHS machine I have used
 the Squeezeboxes 5-6 times without problems (and without Lazysearch) and
 one time it crashed just after me using Lazysearch, that's mainly why I
 saw it as a potential Lazysearch problem.

 If it doesn't point at Lazysearch after my coming testing I will have
 to find a proper forum for posting my problem...


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


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread erland

mherger;530998 Wrote: 
  It feels like you have missed the [% webroot %] attribute in the
  beginning of the urls in the html templates.
 
 I've added it, but not in all places. Would you mind applying the
 following changes manually and see whether it helps? I was able to
 reproduce the issue when overwriting the skin to be Default (only
 tested the other way around).
 
That seems to solve the skin issues as far as I can see. 

However, my second point on the initial bug list still appears. In the
Default skin I get cryptical text in a new window/tab every second time
I click on an image, in the Classic skin it seems to happen every time I
click on an image.

In the Default skin where it doesn't happen always, it some time works
for a specific and some times doesn't work for the same image. When it
doesn't work it opens up the image as cryptical text in a new tab and
when it works it opens the image in the existing tab. The links looks
exactly the same in both cases, it strange because it really seems to
cause problems every second time in default skin.


-- 
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=76879

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


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread dave77

mherger;530963 Wrote: 
 The built-in ImageViewer can display images from different sources.
 First of all from SD card or USB media plugged in to the the device.
 But if you're running SBS on another computer and want to display
 images on that remote box, then you'll need the plugin. It uses
 ImageViewer applet to display the images ;-).
 
 Some background: ImageViewer is providing a service to display lists of
 files. By default there's an extension to get that list from local
 media, or as a static list of image urls. And then there are server
 based extensions like Flickr and Facebook app which use it as well as
 does my plugin.
 

I see, I'll be needing this then!

FYI I couldn't get rotate working either


-- 
dave77

Boom - Controller - Touch (sometime this year hopefully) - SBS 7.5 on
Acer Revo R3610 Win7

dave77's Profile: http://forums.slimdevices.com/member.php?userid=26269
View this thread: http://forums.slimdevices.com/showthread.php?t=76879

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2010-04-07 Thread Rik

Now since we have squeezeboxserver 7.5 and (soon) the SB Touch, and the
Touch is said not to have a web interface, can I use my custom tags
(with CustomScan, CustomBrowse etc.) with squeezeboxserver running on
the Touch? If so, how do I install them?

Thanks a lot,

Rik


-- 
Rik

Rik's Profile: http://forums.slimdevices.com/member.php?userid=2208
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2010-04-07 Thread erland

Rik;531037 Wrote: 
 Now since we have squeezeboxserver 7.5 and (soon) the SB Touch, and the
 Touch is said not to have a web interface, can I use my custom tags
 (with CustomScan, CustomBrowse etc.) with squeezeboxserver running on
 the Touch? If so, how do I install them?
 
No, you need a standalone SBS. 

The built-in SBS on the Touch doesn't officially support third party
plugins. 

Theoretically you can install them manually through ssh but it requires
that the plugins doesn't initiate stuff that isn't available, like the
web interface. However, the big problem with Custom Browse is that even
if it would be possible to adapt the code to handle the dependencies, it
will still use too much memory.

Theoretically I think it might be possible to develop a new plugin that
can browse by custom tags and run on the Touch, but it would require a
lot more hard coded solution than what Custom Browse currently does.

You can of course connect the Touch towards a standard SBS running on a
computer and thus use Custom Browse on it the same way as you already
today do with the Radio or Controller.

Just to be clear, I completely agree with Logitech's decision to not
support third party plugins on the Touch built-in SBS, it doesn't have
enough resources (memory, CPU) to handle this kind of load without
causing instability and performance problems.


-- 
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=49483

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


[SlimDevices: Plugins] Autoscan SC 7.5 incompatability!

2010-04-07 Thread Line

Any chance we can get Stuart Hickinbottoms Autoscan plugin working with
7.5? I enjoy that it will rescan the music directory when I modify the
contents automatically!


-- 
Line

Line's Profile: http://forums.slimdevices.com/member.php?userid=23800
View this thread: http://forums.slimdevices.com/showthread.php?t=76912

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


Re: [SlimDevices: Plugins] Autoscan SC 7.5 incompatability!

2010-04-07 Thread Stuart Hickinbottom
 What do you see as the problem with it? I've not tested it with 7.5,
but if you edit the install.xml file within the plugin's directory and
restart the server does that convince it to work? If not, do you got
some errors in the server's log file that indicate what the problem is?

Stuart


On 07/04/2010 11:21 AM, Line wrote:
 Any chance we can get Stuart Hickinbottoms Autoscan plugin working with
 7.5? I enjoy that it will rescan the music directory when I modify the
 contents automatically!


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


Re: [SlimDevices: Plugins] WeatherClock v0.1

2010-04-07 Thread Aslak3

erland;531001 Wrote: 
 I'd suggest that you:
 ...
 3. Publish the repository xml somewhere for example
 http://www.aslak.net/sbsrepository.xml
 ...
 

Thanks very much erland!

I have done all of this, and verified that the plugin installs using
the repository system.  It was amazingly easy to setup, infact.  Thank
you for holding my hand. :)

The plugin should now install using the repo URL given above.  Please
note that there is nothing at http://www.aslak.net, as this is just a
server I dump various things onto.  If there is interest, I will write
a webpage for my plugin.


-- 
Aslak3

(SB 2, SB Boom, SB Radio)

Aslak3's Profile: http://forums.slimdevices.com/member.php?userid=31977
View this thread: http://forums.slimdevices.com/showthread.php?t=76881

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


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

2010-04-07 Thread wharfrat

I will prepare a new version that works with 7.5, thanks


-- 
wharfrat

wharfrat's Profile: http://forums.slimdevices.com/member.php?userid=29248
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


[SlimDevices: Plugins] CustomBrowse: Works by composer

2010-04-07 Thread mps

I have set up classical menus to work with CustomBrowse/CustomScan more
or less as described on the Wiki. In my Works by Composer MixedTag
menu, I can browse to the composer and then to the work as expected.

However, there is a problem when I have two different performances of
the same work. For example, I have both Neville Marriner's and
Linde-Consort's recording of Bach's Musical Offering. If I browse to
Bach, I only get one Musical Offering entry on the Works submenu, and
it has all the tracks from both artists, which is totally unusable.

What I would really like to see would be two Musical Offering Works
with the thumbnails of the album they appear on, just like the way two
albums of the same name display (BTW, how do I get the album thumbnail
to display next to the work name?)

I know this is a long question, so thanks in advance for any help,

Mike


-- 
mps

mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=76926

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-04-07 Thread jstraw

So...with the 7.5 release...a major iPeng update maybe?


-- 
jstraw

jstraw's Profile: http://forums.slimdevices.com/member.php?userid=17008
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


[SlimDevices: Plugins] [Announce] BBCRadio - BBC Listen Again on Radio/Touch with MySqueezebox.com

2010-04-07 Thread Triode

The upgrade of MySqueezebox.com to 7.5 makes more features available for
3rd party applets, and in particular enables the BBCRadio applet - so
I'm announcing it now...

BBCRadio allows Radio and Touch users access to all BBC content (both
listen live and listen again) without requiring a local server.  It
provides similar functionality to the BBCiPlayer plugin for squeezebox
server.  If you have a local server you should continue to use the
BBCiPlayer plugin, but not and you want access to BBC listen again
streams then the BBC Radio applet is for you.

To install:
1) Make sure your Radio or Touch is running 7.5.  (If you connect to
MySqueezebox.com and not a local server then you should have already
been prompted for an upgrade)
2) Go the the Applet Installer menu on the player (select Settings,
then Advanced, then Applet Installer).  This lists all available 3rd
party applets which have been registered.
3) Unselect the Recommended Applets Only checkbox [as BBC Radio is
not yet a recommended applet.  Hint you may want to vote for it to
become one..]
4) Select BBC Radio
5) Select Install from the menu below this

The player should download the applet and then reboot.  After it has
restarted, it should then have a new BBC Radio menu under Internet
Radio.  Within this there is a menu for Listen Live radio streams and
a separate menu for each station's listen again menu.  Navigate through
these menus to play a live stream or listen again stream.

Some notes:
- the applet supports both wma and flash/aac streams from the bbc
(which one is used is selectable from the bottom of the top level menu
of the applet).  WMA uses less resources on Radio and so is the default
for that platform
- the main live streams also support the BBC's livetext - this is a set
of continuously updating metadata about the currently playing stream
(you will also see this on a DAB radio.)
- listen again streams should support pausing and fwd/rew
- listen again requires the full menu data from the bbc to be
downloaded and then converted into the format for displaying on the
menus.  This makes menus slightly slower to build than the BBCiPlayer
plugin as the player has less processing power.  It is also noticably
slower for Radio4 as the list is longer.  (I can't do anything about
this!)
- if you switch between a local server and mysqueezebox.com then you
may need to force the player to connect to the server before playing a
stream.

Please try and let me know how you get on.  As 7.5 has only just been
released this has yet to have significant testing of users so I've not
had much feedback thus far.

Enjoy...


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=76929

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


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread Mark Miksis

mherger;530980 Wrote: 
 Does it work with other ImageViewer sources (Flickr, SD card)? If not,
 then it's a bug. Otherwise an enhancement :-9

No, IV doesn't seem to autorotate at all.  I'll file a bug.


-- 
Mark Miksis

Mark Miksis's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=76879

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


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread Mark Miksis

mherger;530980 Wrote: 
 Does it work with other ImageViewer sources (Flickr, SD card)? If not,
 then it's a bug. Otherwise an enhancement :-9

No, IV doesn't seem to autorotate at all.  I'll file a bug.


-- 
Mark Miksis

Mark Miksis's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=76879

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


Re: [SlimDevices: Plugins] [Announce] BBCRadio - BBC Listen Again on Radio/Touch with MySqueezebox.com

2010-04-07 Thread DigitalMitch

triode,

tried this briefly, it is of limited use to me as I always use SBS but
will be great at gf's, where she only has mySB ('til Touch arrives and
then still no SBS = no plugins so applet looks good)

had to unsync Radio to find BBC in applet list
having chosen listen live:6, this worked fine on just radio, as did
some listen again stations.

If I tried to add an SB3 or SBR to sync group then stream stopped and
neither listen live or listen again would work.
[.. got message unable to play stream
spdmr://bbcmsparser?url=aHR0cD (too big for error screen and I
couldn't work out how to scroll on Radio)]

I can play some more tomorrow, but synchronisation may be too much (if
applet is active beyond stream selection then non-SP devices won't
work).

Mitch


-- 
DigitalMitch

2 * SB3, 1 * Boom, 2 * SBR, 1 * Radio
controlled by IR, SBC and iPeng on iPhone
7.5.0 Beta running on WHS on HP MediaSmart (EX470) upgraded to 2G RAN
http://www.last.fm/user/digimich

DigitalMitch's Profile: http://forums.slimdevices.com/member.php?userid=15999
View this thread: http://forums.slimdevices.com/showthread.php?t=76929

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


Re: [SlimDevices: Plugins] [Announce] BBCRadio - BBC Listen Again on Radio/Touch with MySqueezebox.com

2010-04-07 Thread DigitalMitch

triode,

tried this briefly, it is of limited use to me as I always use SBS but
will be great at gf's, where she only has mySB ('til Touch arrives and
then still no SBS = no plugins so applet looks good)

had to unsync Radio to find BBC in applet list
having chosen listen live:6, this worked fine on just radio, as did
some listen again stations.

If I tried to add an SB3 or SBR to sync group then stream stopped and
neither listen live or listen again would work.
[.. got message unable to play stream
spdmr://bbcmsparser?url=aHR0cD (too big for error screen and I
couldn't work out how to scroll on Radio)]

I can play some more tomorrow, but synchronisation may be too much (if
applet is active beyond stream selection then non-SP devices won't
work).

Mitch


-- 
DigitalMitch

2 * SB3, 1 * Boom, 2 * SBR, 1 * Radio
controlled by IR, SBC and iPeng on iPhone
7.5.0 Beta running on WHS on HP MediaSmart (EX470) upgraded to 2G RAN
http://www.last.fm/user/digimich

DigitalMitch's Profile: http://forums.slimdevices.com/member.php?userid=15999
View this thread: http://forums.slimdevices.com/showthread.php?t=76929

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


Re: [SlimDevices: Plugins] [Announce] BBCRadio - BBC Listen Again on Radio/Touch with MySqueezebox.com

2010-04-07 Thread Triode

DigitalMitch;531245 Wrote: 
 triode,
 
 I can play some more tomorrow, but synchronisation may be too much (if
 applet is active beyond stream selection then non-SP devices won't
 work).
 
 

I think synchronisation may be too much for this - it requires
mysqueezebox.com to be used as the server.  It is also only designed
for Radio and Touch (not classic players I'm afraid)


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=76929

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


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

2010-04-07 Thread DigitalMitch

Triode,

having been using iPlayer plugin happily for some time with up to 5
sync'd players, but upgraded to 7.5 today and the synchronisation has
completely gone on 'listen live' (radio 6). If I switch to my library
then synchronisation is spot on but I couldn't find a combination of
players (2 * Sb3, SBR and Radio) that work with iplayer on 7.5

One SB3 should a constant rebuffering message between 9% and 13% but
the radio stream played uninterrupted.

I can run some more exhaustive tests tomorrow (and server will have
done a full rescan by then).

Mitch


-- 
DigitalMitch

2 * SB3, 1 * Boom, 2 * SBR, 1 * Radio
controlled by IR, SBC and iPeng on iPhone
7.5.0 Beta running on WHS on HP MediaSmart (EX470) upgraded to 2G RAN
http://www.last.fm/user/digimich

DigitalMitch's Profile: http://forums.slimdevices.com/member.php?userid=15999
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] [Announce] BBCRadio - BBC Listen Again on Radio/Touch with MySqueezebox.com

2010-04-07 Thread DigitalMitch

shame - but I can see why - I suggest editing that into your
announcement and seeing if error message can also say so - someone else
is bound to trip over this (i.e. my GF will select on Radio and the
always sync'd Receiver will cause it to fail - at least a message would
prompt her to poer off the receiver).

keep up the good work!


-- 
DigitalMitch

2 * SB3, 1 * Boom, 2 * SBR, 1 * Radio
controlled by IR, SBC and iPeng on iPhone
7.5.0 Beta running on WHS on HP MediaSmart (EX470) upgraded to 2G RAN
http://www.last.fm/user/digimich

DigitalMitch's Profile: http://forums.slimdevices.com/member.php?userid=15999
View this thread: http://forums.slimdevices.com/showthread.php?t=76929

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


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

2010-04-07 Thread Triode

DigitalMitch;531256 Wrote: 
 
 having been using iPlayer plugin happily for some time with up to 5
 sync'd players, but upgraded to 7.5 today and the synchronisation has
 completely gone on 'listen live' (radio 6). If I switch to my library
 then synchronisation is spot on but I couldn't find a combination of
 players (2 * Sb3, SBR and Radio) that work with iplayer on 7.5
 

Try setting the prefer wma setting - I think you need wma to make
sync work, but would be interested in your feedback.


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


[SlimDevices: Plugins] XM Radio Plugin with 7.5 dead

2010-04-07 Thread chenrikson

7.5 has killed the XM radio plugin.  Neil knows and is updating the
plugin.  I put this here so that we didn't have to go thru the whole
XM/7.4 thread to find out what is going on.

Great Plugin that I can't be without for long! :-)

Craig


-- 
chenrikson

chenrikson's Profile: http://forums.slimdevices.com/member.php?userid=22407
View this thread: http://forums.slimdevices.com/showthread.php?t=76951

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


[SlimDevices: Plugins] XM Radio Plugin with 7.5 dead

2010-04-07 Thread chenrikson

7.5 has killed the XM radio plugin.  Neil knows and is updating the
plugin.  I put this here so that we didn't have to go thru the whole
XM/7.4 thread to find out what is going on.

Great Plugin that I can't be without for long! :-)

Craig


-- 
chenrikson

chenrikson's Profile: http://forums.slimdevices.com/member.php?userid=22407
View this thread: http://forums.slimdevices.com/showthread.php?t=76951

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


Re: [SlimDevices: Plugins] XM Radio Plugin with 7.5 dead

2010-04-07 Thread thomaswestside

The plugin will work if you go in and edit the XML file making the max
version 7.5 instead of 7.4.


-- 
thomaswestside

thomaswestside's Profile: http://forums.slimdevices.com/member.php?userid=5311
View this thread: http://forums.slimdevices.com/showthread.php?t=76951

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


Re: [SlimDevices: Plugins] XM Radio Plugin with 7.5 dead

2010-04-07 Thread Todd R

thomaswestside;531301 Wrote: 
 The plugin will work if you go in and edit the XML file making the max
 version 7.5 instead of 7.4.

How/where do you do that?


-- 
Todd R

Todd R's Profile: http://forums.slimdevices.com/member.php?userid=27209
View this thread: http://forums.slimdevices.com/showthread.php?t=76951

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


Re: [SlimDevices: Plugins] Announce: SqueezeIR - A Generic Infra-Red Remote Control Applet for the Duet's SBC

2010-04-07 Thread peranil

indifference_engine;528631 Wrote: 
 Thanks for the heads-up. I haven't looked at 7.5 at all yet and wasn't
 planning to until there was a gold release.  'findFile' is a function
 called from the lua filesystem itself rather than SqueezePlay so I'm
 wondering if the 7.5 firmware includes an newer version of lua.
 
 Do the applets still go into the same folders in 7.5?  If so I could
 hard code the path and thus do away with findFile completely.  The move
 from 7.3 to 7.4 also affected this part of the code.

After todays releaes of 7.5 I got the same problem. Hard coded the path
as you suggested and everything is working again - thanks.


-- 
peranil

peranil's Profile: http://forums.slimdevices.com/member.php?userid=32459
View this thread: http://forums.slimdevices.com/showthread.php?t=66795

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


Re: [SlimDevices: Plugins] XM Radio Plugin with 7.5 dead

2010-04-07 Thread Abdo

I question this Neil, product software.:

Abdo:

Yes, I need to release an update to make it compatible with 7.5.

But you can change install.xml  - set maxVersion to 7.5 or * so it
looks like this 

maxVersion*/maxVersion

Regards,
Neil Potter

-

But i understand locate install.xml

Please describe here locate install.xml


Thanks

Abdo


-- 
Abdo

Abdo's Profile: http://forums.slimdevices.com/member.php?userid=29019
View this thread: http://forums.slimdevices.com/showthread.php?t=76951

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


Re: [SlimDevices: Plugins] XM Radio Plugin with 7.5 dead

2010-04-07 Thread paulisded

Thanks for this thread. i'm not updating until Neil updates the plug.


-- 
paulisded

paulisded's Profile: http://forums.slimdevices.com/member.php?userid=25959
View this thread: http://forums.slimdevices.com/showthread.php?t=76951

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


[SlimDevices: Plugins] iPeng - Caching of coverart

2010-04-07 Thread tipsen

Finally stumbled over a cheap iPod Touch and my first purchase from the
AppStore was of course iPeng :-)

All in all I'm quite satisfied - it's a nice little remote gadget for
parties - everybody want's to try it out, navigating the music and
making their own playlists - great :-)

I'm running my Squeezebox Server from a Synology NAS with limited
memory and cpu specifications - but has tweaked the Squeezebox Server
settings to get better performance.

Still I think iPeng is a bit too slow on the iPod Touch and I would
like to know which data is cached on the iPod? I have a music library
with about 25.000 tracks/1500 albums and coverart is native 400x400px.
Using the iPod as a remote for my Squeezeboxes is the primary purpose
and hense I wouldn't mind if iPeng used 1-2 Gb of memory for caching
metadata and coverart - is it possible to force iPeng to cache more
data instead of waiting for Loading all the time?


-- 
tipsen

tipsen's Profile: http://forums.slimdevices.com/member.php?userid=15643
View this thread: http://forums.slimdevices.com/showthread.php?t=76964

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


Re: [SlimDevices: Plugins] Announce: SqueezeIR - A Generic Infra-Red Remote Control Applet for the Duet's SBC

2010-04-07 Thread fquails

peranil;531326 Wrote: 
 After todays releaes of 7.5 I got the same problem. Hard coded the path
 as you suggested and everything is working again - thanks.

Can I ask someone to please provide detailed instructions on how to
hard code the path?  I want to do this before I switch to 7.5

Thanks!


-- 
fquails

fquails's Profile: http://forums.slimdevices.com/member.php?userid=31987
View this thread: http://forums.slimdevices.com/showthread.php?t=66795

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


Re: [SlimDevices: Plugins] XM Radio Plugin with 7.5 dead

2010-04-07 Thread Todd R

My XM plug in had a note on it earlier today about not being comparable
with 7.5. 
Now the XM plug in is gone from the plug in page under the server
settings. 
Anyone know what's going on?


-- 
Todd R

Todd R's Profile: http://forums.slimdevices.com/member.php?userid=27209
View this thread: http://forums.slimdevices.com/showthread.php?t=76951

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


Re: [SlimDevices: Plugins] iPeng - Caching of coverart

2010-04-07 Thread pippin

tipsen;531403 Wrote: 
 Finally stumbled over a cheap iPod Touch and my first purchase from the
 AppStore was of course iPeng :-)
 
 All in all I'm quite satisfied - it's a nice little remote gadget for
 parties - everybody want's to try it out, navigating the music and
 making their own playlists - great :-)
 
 I'm running my Squeezebox Server from a Synology NAS with limited
 memory and cpu specifications - but has tweaked the Squeezebox Server
 settings to get better performance.
 
 Still I think iPeng is a bit too slow on the iPod Touch and I would
 like to know which data is cached on the iPod? I have a music library
 with about 25.000 tracks/1500 albums and coverart is native 400x400px.
 Using the iPod as a remote for my Squeezeboxes is the primary purpose
 and hense I wouldn't mind if iPeng used 1-2 Gb of memory for caching
 metadata and coverart - is it possible to force iPeng to cache more
 data instead of waiting for Loading all the time?

Currently not. Planned for a later release but will have to see what
can be done. SBS is not particularly caching-friendly.
Although... How long have you used iPeng now? If not a lot, I would bet
that _right now_ the caching may be the cause for the delays you are
seeing.

iPeng caches Albums, Artists, Genres and all Cover Art.
Cover art is _also_ being cached by the server after it's scaled the
first time and kept until you do a clear and rescan.
Yet creating those scaled thumbnails can require quite a while on a
slower system so what you might be seeing right now is added load
because your server is creating artwork for the artwork cache...

The problem with caching more is not so much memory but detecting when
the cache has expired and reloading the data from the server then.
I plan to cache all static data in a later release but that will
require a re-work of the caching in iPeng since the current mechanism
is at the brink of what iPhone can store fast enough.


-- 
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=76964

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


Re: [SlimDevices: Plugins] Hey James... any chance for a MOG plug-in?

2010-04-07 Thread Kiwi

The quality of the MOG stream is far superior to Napster and Rhapsody.

Any thoughts now with the passage of time?


-- 
Kiwi

SB3 Classic, SB Controller, SB Receiver, 3 x SB Boom, future - SB Touch

Kiwi's Profile: http://forums.slimdevices.com/member.php?userid=2169
View this thread: http://forums.slimdevices.com/showthread.php?t=24847

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


Re: [SlimDevices: Plugins] iPeng - Caching of coverart

2010-04-07 Thread andyg

The artwork cache problems are fixed in 7.6, btw.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76964

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


Re: [SlimDevices: Plugins] XM Radio Plugin with 7.5 dead

2010-04-07 Thread dcurrier

Abdo;531373 Wrote: 
 I question this Neil, product software.:
 
 Abdo:
 
 Yes, I need to release an update to make it compatible with 7.5.
 
 But you can change install.xml  - set maxVersion to 7.5 or * so it
 looks like this 
 
 maxVersion*/maxVersion
 
 Regards,
 Neil Potter
 
 -
 
 But i understand locate install.xml
 
 Please describe here locate install.xml
 
 
 Thanks
 
 Abdo

I shut down the server, made Neils change to install.xml in the Plugins
folder.  Restarted the SB server and XM came up fine.  

This is with the 7.5 server and radio firmware upgrades.

David


-- 
dcurrier

dcurrier's Profile: http://forums.slimdevices.com/member.php?userid=36748
View this thread: http://forums.slimdevices.com/showthread.php?t=76951

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


Re: [SlimDevices: Plugins] WeatherClock v0.1

2010-04-07 Thread vdeknock

Will give it a go tonight, thanks for making the changes.


-- 
vdeknock

vdeknock's Profile: http://forums.slimdevices.com/member.php?userid=4467
View this thread: http://forums.slimdevices.com/showthread.php?t=76881

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2010-04-07 Thread jonwb

I've got what I'm sure is a simple question, but I can't find the
answer...

First let me say that I LOVE superdatetime!  I've been using it for
years.  I had an old version of slimserver (and superdatetime) for
quite a while.  I recently upgraded to 7.4.3 and now to 7.5. (and
superdatetime to 5.8.15).

I have a question on formatting.  I want the screen to show the current
weather and flash my sport scores (like I had w/ the older version).  I
don't want the upcoming weather scrolling.  I find it not useful... I
like being able to do a quick glance and see what the outside temp is.

Is there a way to make it not scroll / show the upcoming weather?

Thanks!


-- 
jonwb

jonwb's Profile: http://forums.slimdevices.com/member.php?userid=1575
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-04-07 Thread Michael Herger
 However, my second point on the initial bug list still appears. In the
 Default skin I get cryptical text in a new window/tab every second time
 I click on an image, in the Classic skin it seems to happen every time I
 click on an image.

Can't reproduce this here. What platform are you running SBS on? Can you narrow 
it down on whether you click the image or the link or something?

-- 

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


Re: [SlimDevices: Plugins] iPeng - Caching of coverart

2010-04-07 Thread pippin

andyg;531423 Wrote: 
 The artwork cache problems are fixed in 7.6, btw.

Umm... Problems?
Anything I should know?


-- 
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=76964

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


Re: [SlimDevices: Plugins] iPeng - Caching of coverart

2010-04-07 Thread Letten

I think Andy means performance problems.


-- 
Letten

Duet - Audioengine A5
Classic - Sony surround reciever - Jamo 5.1 Speakers / JBL 120Ti
2 Boom's
SC 7.4.2 on Laptop running Windows XP
Linksys WRT54G wireless router

Letten's Profile: http://forums.slimdevices.com/member.php?userid=16718
View this thread: http://forums.slimdevices.com/showthread.php?t=76964

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