Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-12-15 Thread Blue_Atom

Sorry if I've missed something, but what is the fix for this message
when starting slimserver?

Can't locate loadable object for module Media::Scan in @INC

I can't seem to find any source code to compile, so what am I to do?

(Compiled logitechmediaserver-7.7.1-33735 myself on opensolaris).


-- 
Blue_Atom

Blue_Atom's Profile: http://forums.slimdevices.com/member.php?userid=7699
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-11-13 Thread Ron Olsen

Hickinbottoms used to build SBS for Gentoo; don't know if he's still
doing this.

See  http://forums.slimdevices.com/showpost.php?p=630611postcount=2

Gentoo is a difficult distro to use with SBS/LMS due to lack of
official Logitech support.

I switched to Fedora/VortexBox and life is much easier.


-- 
Ron Olsen

Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-28 Thread sebp

andyg;660143 Wrote: 
 modules.conf is not the definitive list of necessary modules, and not
 all modules are on CPAN and some have patches or special build
 requirements. You need to use the sources in vendor/CPAN along with the
 buildme.sh script there which should take care of everything for you. 
Thanks, Andy, I'll give it a test tonight.
My only option to get this vendor/CPAN tree is to use sources from SVN,
right?


-- 
sebp

'Last.fm' (http://www.last.fm/user/sebp)

sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-28 Thread Andy Grundman

On Sep 28, 2011, at 2:19 AM, sebp wrote:

 
 andyg;660143 Wrote: 
 modules.conf is not the definitive list of necessary modules, and not
 all modules are on CPAN and some have patches or special build
 requirements. You need to use the sources in vendor/CPAN along with the
 buildme.sh script there which should take care of everything for you. 
 Thanks, Andy, I'll give it a test tonight.
 My only option to get this vendor/CPAN tree is to use sources from SVN,
 right?

Right.

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-28 Thread sebp

andyg;660228 Wrote: 
 On Sep 28, 2011, at 2:19 AM, sebp wrote:
 
  
  andyg;660143 Wrote: 
  modules.conf is not the definitive list of necessary modules, and
 not
  all modules are on CPAN and some have patches or special build
  requirements. You need to use the sources in vendor/CPAN along with
 the
  buildme.sh script there which should take care of everything for
 you. 
  Thanks, Andy, I'll give it a test tonight.
  My only option to get this vendor/CPAN tree is to use sources from
 SVN,
  right?
 
 Right.

Am I too dumb, or is there something wrong with SVN?

Code:

lms4jg@squeeze:~/sources/svn$ svn checkout -r 33526 
http://svn.slimdevices.com/slim/7.7/trunk/server
  svn: Repository moved temporarily to '/slim/7.7/trunk/server/'; please 
relocate



-- 
sebp

'Last.fm' (http://www.last.fm/user/sebp)

sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-28 Thread JJZolx

http://svn.slimdevices.com/repos/slim/7.7/trunk/server


-- 
JJZolx

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-28 Thread sebp

JJZolx;660299 Wrote: 
 http://svn.slimdevices.com/repos/slim/7.7/trunk/server
Thanks!


-- 
sebp

'Last.fm' (http://www.last.fm/user/sebp)

sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-27 Thread sebp

I've been in the process of compiling LMS from scratch for the older
QNAP TS-x09 series last days, and I thought I was done with building
any perl dependencies for LMS, according to modules.conf.

However, my build fails to start on my qemu VM complaining it Can't
locate loadable object for module Media::Scan.

I can see a Media/Scan/Scan.so file coming with the LMS binary
packages, but CPAN doesn't seem to be aware of it.
Is this module close sourced?
If not, where can I find its sources?

Along with Media::Scan, I could see other perl objects shipping in the
binary LMS package, but not referenced in modules.conf:
Encode/Detect/Detector/Detector.so
MP3/Cut/Gapless/Gapless.so
Linux/Inotify2/Inotify2.so
IO/Interface/Interface.so
IO/AIO/AIO.so
Locale/Hebrew/Hebrew.so
Media/Scan/Scan.so
Font/FreeType/FreeType.so
Compress/Raw/Zlib/Zlib.so

Are all these modules - but Media::Scan, obviously - optional?
Is there some README file / wiki page / dirty trick allowing me to get
the list of ALL the CPAN Perl modules that LMS would try to use?

@Andy: your CPAN avatar is crazy! :)


-- 
sebp

'Last.fm' (http://www.last.fm/user/sebp)

sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-27 Thread Andy Grundman
Oh and yes, if it's not in modules.conf it is optional (but this situation is 
obviously not well tested). And you will be losing a lot of functionality if 
all those other modules are missing. The only reason to leave something out is 
if the target platform is very slow or limited (e.g. Touch).

On Sep 27, 2011, at 7:19 PM, sebp 
sebp.50qxvb1317165...@no-mx.forums.slimdevices.com wrote:

 
 I've been in the process of compiling LMS from scratch for the older
 QNAP TS-x09 series last days, and I thought I was done with building
 any perl dependencies for LMS, according to modules.conf.
 
 However, my build fails to start on my qemu VM complaining it Can't
 locate loadable object for module Media::Scan.
 
 I can see a Media/Scan/Scan.so file coming with the LMS binary
 packages, but CPAN doesn't seem to be aware of it.
 Is this module close sourced?
 If not, where can I find its sources?
 
 Along with Media::Scan, I could see other perl objects shipping in the
 binary LMS package, but not referenced in modules.conf:
 Encode/Detect/Detector/Detector.so
 MP3/Cut/Gapless/Gapless.so
 Linux/Inotify2/Inotify2.so
 IO/Interface/Interface.so
 IO/AIO/AIO.so
 Locale/Hebrew/Hebrew.so
 Media/Scan/Scan.so
 Font/FreeType/FreeType.so
 Compress/Raw/Zlib/Zlib.so
 
 Are all these modules - but Media::Scan, obviously - optional?
 Is there some README file / wiki page / dirty trick allowing me to get
 the list of ALL the CPAN Perl modules that LMS would try to use?
 
 @Andy: your CPAN avatar is crazy! :)
 
 
 -- 
 sebp
 
 'Last.fm' (http://www.last.fm/user/sebp)
 
 sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
 View this thread: http://forums.slimdevices.com/showthread.php?t=89924
 
 ___
 beta mailing list
 beta@lists.slimdevices.com
 http://lists.slimdevices.com/mailman/listinfo/beta
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-26 Thread Andy Grundman

On Sep 26, 2011, at 1:16 PM, agillis wrote:

 
 Did anybody get LMS working on Fedora 16? I'm getting errors.

Ugh, specifics? I can guess, it's a non-64int Perl... Debian is switching to 
64int versions of Perl, and I really hoped to avoid having to build 2 i386 
Linux packages... :(
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-26 Thread agillis

andyg;659814 Wrote: 
 On Sep 26, 2011, at 1:16 PM, agillis wrote:
 
  
  Did anybody get LMS working on Fedora 16? I'm getting errors.
 
 Ugh, specifics? I can guess, it's a non-64int Perl... Debian is
 switching to 64int versions of Perl, and I really hoped to avoid having
 to build 2 i386 Linux packages... :(

I'm guessing no. See command output from Fedora 16 below

perlbug -dv | grep 64bit
use64bitint=undef, use64bitall=undef, uselongdouble=undef
use64bitall=''
use64bitint=''


-- 
agillis

rip, tag, get cover artÂ… All you do is insert the CD!
http://vortexbox.org

agillis
Lead Developer VortexBox

agillis's Profile: http://forums.slimdevices.com/member.php?userid=21140
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-15 Thread erland

MrSinatra;657629 Wrote: 
  erland Wrote: 
  Originally Posted by erland View Post
  Before you get too excited, make sure to at least try it before they
  release it so you can give Logitech feedback before the release
  regarding things you think must be included to make it good.
  
  My feeling, as someone who as tried it, is that it's not as
  revolutionary as you make it sound.
  
  Don't get be wrong, if LMS would be an open source server which is
  extensible with third party add-ons, I'll be very excited too, but from
  what I've heard so far there isn't any way for third parties to expose
  things through the UPnP server so we are more or less stuck with what
  Logitech provides. Still, maybe a 7.8 or 8.0 release could add the
  missing parts and make it really good.

 file a bug/enh req...  lets get votes racked up for that starting
 now!
Filing an enhancement request is not worth the effort, as long as
Logitech doesn't prioritize API's for third party add-ons it's not
going to work. When they start to actually focus on making it possible
to extend their product through third party add-ons I'll get interested
in spending some effort on it.

The API's for non UPnP stuff is pretty good, it's just sad to see that
they don't offer similar API's when adding the UPnP server, after all
they did the onebrowser stuff to make one browser API which was
extensible and then they add UPnP which doesn't use it and due to this
doesn't offer any extensibility.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))
Interested in music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread MrSinatra

erland;656947 Wrote: 
 Before you get too excited, make sure to at least try it before they
 release it so you can give Logitech feedback before the release
 regarding things you think must be included to make it good.
 
 My feeling, as someone who as tried it, is that it's not as
 revolutionary as you make it sound. 
 
 Don't get be wrong, if LMS would be an open source server which is
 extensible with third party add-ons, I'll be very excited too, but from
 what I've heard so far there isn't any way for third parties to expose
 things through the UPnP server so we are more or less stuck with what
 Logitech provides. Still, maybe a 7.8 or 8.0 release could add the
 missing parts and make it really good.

file a bug/enh req...  lets get votes racked up for that starting now!


-- 
MrSinatra

www.lion-radio.org
using:
sb2  droid (my home) / duet  ipeng (parents' home) - sbs 7.5.5b -
win7 ie9  xp pro sp3 - p4(ht) 3.2ghz, 2gig ram - 1tb wd usb2 raid1 -
d-link dir-655 - 49k+ mp3/flac
::VOTE FOR 'BUG 15604'
(http://bugs.slimdevices.com/show_bug.cgi?id=15604)!!!::

MrSinatra's Profile: http://forums.slimdevices.com/member.php?userid=2336
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

Do I get this correctly that I can't even view photos on a Squeezebox?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread Michael Herger
 Do I get this correctly that I can't even view photos on a Squeezebox?

No. You can. I added a small wrapper plugin ImabeBrowser to allow this.

-- 

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

mherger;657681 Wrote: 
  Do I get this correctly that I can't even view photos on a
 Squeezebox?
 
 No. You can. I added a small wrapper plugin ImabeBrowser to allow
 this.
 
 -- 
 
 Michael

Err... But where is it? I can't see a menu for it.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

Is this maybe because the scan never finishes (it hangs at an album
cover)?
But I DO see the menu in the web interface and it does work there.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread Michael Herger
 Err... But where is it? I can't see a menu for it.

There was a bug I fixed a few minutes ago. svn up and restart server   
client.

-- 

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

OK. Somewhat works.

Can you explain to me why seriously _EACH_ of the at least a dozen
image viewing and slideshow features in SBS needs to get a new and
incompatible syntax?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread Michael Herger
 Can you explain to me why seriously _EACH_ of the at least a dozen
 image viewing and slideshow features in SBS needs to get a new and
 incompatible syntax?

Can you explain to me what you're talking about?

-- 

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

Oh, just the fact that it doesn't show at all in SqueezePad and only
shows thumbnails in iPeng (current beta) which I tested against all the
oter slideshows I could find.

From what I see the reason is that iPeng only looks for a type =
slideshow tag.

There seem to be three variants for slideshows now:

1. The parameter to call a slideshow contains slideshow:1.
2. The item type for an item opening a slideshow is type =
slideshow
3. 1+2

In this case it's #1 and the type for the item is link which IMHO is
wrong because it's opening a slideshow which does have an entirely
different format from all other SqueezePlay menus.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

Oh, and the image URLs are in a format I haven't seen before.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

Oh, and from what I can see the slideshow code has to make assumptions
about the item from which to start a slideshow. 
It either has to know that the id passed in the parameters can later
be found in the middle of the returned image URL or it has to know the
position in the list which would make this the first non-REST (that is:
stateful) menu call I've seen in SqueezePlay because this is nowhere to
be found in the command data.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

pippin;657708 Wrote: 
 Oh, and the image URLs are in a format I haven't seen before.

OK, I've seen it before, the problem is that I have to always interpret
{resizeParams}, even if I don't want to resize.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread Michael Herger
 Oh, and from what I can see the slideshow code has to make assumptions
 about the item from which to start a slideshow.

That most likely was the bug bpa mentioned which I've fixed in r33448.

-- 

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

But why does it work in SP then?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread pippin

Also, from what I can see cover_123x123_f doesn't work as a rescaling
parameter. Do I now have to specify an extension?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread Michael Herger
 But why does it work in SP then?

It didn't work correctly. That's what he reported.

-- 

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread mherger

pippin;657719 Wrote: 
 Also, from what I can see cover_123x123_f doesn't work as a rescaling
 parameter. Do I now have to specify an extension?

Should be fine:


Code:

[11-09-14 17:14:14.7818] Slim::Web::Graphics::artworkRequest (83) Artwork 
request: music/ecac3347/cover_150x150_f
  [11-09-14 17:14:14.7822] Slim::Web::Graphics::artworkRequest (123)   Resize 
specification: 150x150_f
  [11-09-14 17:14:14.7905] Slim::Web::Graphics::artworkRequest (328)   
Resizing: /Users/mh/Music/Alicia Keys/Songs in A minor/16 Lovin' U.mp3 using 
spec 150x150_f
  [11-09-14 17:14:14.7911] Slim::Utils::Misc::msg (1297) Warning: 
[17:14:14.7910] Reading tags from audio file...
  [11-09-14 17:14:14.7916] Slim::Utils::Misc::msg (1297) Warning: 
[17:14:14.7915] Loading image from /Users/mh/Music/Alicia Keys/Songs in A 
minor/16 Lovin' U.mp3
  [11-09-14 17:14:14.8086] Slim::Utils::Misc::msg (1297) Warning: 
[17:14:14.8082] Resizing from 497x497 jpg @ 620 to 150xX
  [11-09-14 17:14:14.8483] Slim::Utils::Misc::msg (1297) Warning: 
[17:14:14.8481] Cached music/ecac3347/cover_150x150_f (6533 bytes)
  [11-09-14 17:14:14.8487] Slim::Web::Graphics::_cached (68)   from cache: jpg 
(6533 bytes for music/ecac3347/cover_150x150_f)
  



can you enable debugging for artwork?


-- 
mherger

Michael

-
http://www.herger.net/slim-plugins - AlbumReview, Biography,
MusicInfoSCR

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread Michael Herger
 From what I see the reason is that iPeng only looks for a type =
 slideshow tag.

 There seem to be three variants for slideshows now:

 1. The parameter to call a slideshow contains slideshow:1.
 2. The item type for an item opening a slideshow is type =
 slideshow
 3. 1+2

I've tried to play with the various variants of this, including changes to  
the {resizeParams} file part. But I didn't get one of the to work with  
iPeng. What about the following is wrong from iPeng's POV?

   {
 date  = 07/06/2002,
 image = /image/9c8dde8a/cover.jpg,
 name  = OLYMPUS DIGITAL CAMERA,
 owner = Erlands,
   },

(I'm sorry erland, testing with your problem pictures :-))

I varied image to be relative (what it is now), without extension, and  
with the resizeParams part in the name. None resulted in a request to the  
server. Are you expecting fully qualified URLs? Previous ImageViewer data  
almost always was fed from external sources like Flickr. Do you make the  
assumption that this is always the case for slideshows?

-- 

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-14 Thread Michael Herger
 pippin;657708 Wrote:
 Oh, and the image URLs are in a format I haven't seen before.

 OK, I've seen it before, the problem is that I have to always interpret
 {resizeParams}, even if I don't want to resize.

Yes, but that's nothing new.

-- 

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-11 Thread Freddy

Is there any screenshots or similar available for people like me that
want to find out a little more about 7.7/LMS before installing?


-- 
Freddy

Freddy's Profile: http://forums.slimdevices.com/member.php?userid=41055
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-11 Thread erland

Freddy;656931 Wrote: 
 Is there any screenshots or similar available for people like me that
 want to find out a little more about 7.7/LMS before installing?
Here is one.

Does it look similar to SBS ?
That's because it is, the only news in the SBS interface is the support
for browsing your photo library, the other changes are only visible in
external UPnP clients like the Logitech Revue display on a TV.


+---+
|Filename: lms.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=12473|
+---+

-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))
Interested in music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-11 Thread erland

MrSinatra;656901 Wrote: 
 
 i think its exciting to see an official do it all AV server just
 around the corner...  audio, pics, vids, upnp/dlna all in one free,
 opensource server.  that will be quite an achievement.
 
Before you get too excited, make sure to at least try it before they
release it so you can give Logitech feedback before the release
regarding things you think must be included to make it good.

My feeling, as someone who as tried it, is that it's not as
revolutionary as you make it sound. 

Don't get be wrong, if LMS would be an open source server which is
extensible with third party add-ons, I'll be very excited too, but from
what I've heard so far there isn't any way for third parties to expose
things through the UPnP server so we are more or less stuck with what
Logitech provides. Still, maybe a 7.8 or 8.0 release could add the
missing parts and make it really good.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))
Interested in music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-10 Thread NogNeetMachinaal

As most here know, there is a beta release of 7.7.
However, it seems difficult to figure out what the goal is of this
release.
Besides a different name... ;-)

Now - seriously:
What are the main differences compared to 7.6 ?
Any change on combining it with a SqueezePlay version that is able to
sync reliable? At least for streams used in the local network?


-- 
NogNeetMachinaal

SBS 7.6.1
Squeezebox Classic (2x - wired and wireless)
SoftSqueeze 3.9b2
SqueezeSlave 1.1.253

NogNeetMachinaal's Profile: 
http://forums.slimdevices.com/member.php?userid=49531
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-10 Thread aubuti

NogNeetMachinaal;656852 Wrote: 
 What are the main differences compared to 7.6 ?
 Any change on combining it with a SqueezePlay version that is able to
 sync reliable? At least for streams used in the local network?
The forum's search tool is your friend. This is a good place to start:
http://forums.slimdevices.com/showthread.php?t=86628

Sync'ing with SqueezePlay isn't part of the agenda. First, SqueezePlay
is perpetual-beta software. It's largely a tool for development, and
not intended as end-user software (even though it works quite well at
that). So don't expect a lot of scarce development resources to go into
it. Second, the sync challenges are largely outside the control of the
server, as it depends on the vagaries of the infinite hardware and
software combinations on computers running SqueezePlay. It's not a
nice, predictable, controlled environment like a hardware SB.


-- 
aubuti

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-10 Thread MrSinatra

i'm actually glad to see a rush to get 7.7 out, and if it works well
with the revue i just might buy one.

i assume that when 7.7 is official, 7.6.x will be over and done, and
will be the last audio only version of server, yes?  fine by me.

i think its exciting to see an official do it all AV server just
around the corner...  audio, pics, vids, upnp/dlna all in one free,
opensource server.  that will be quite an achievement.

kudos!


-- 
MrSinatra

www.lion-radio.org
using:
sb2  droid (my home) / duet  ipeng (parents' home) - sbs 7.5.5b -
win7 ie9  xp pro sp3 - p4(ht) 3.2ghz, 2gig ram - 1tb wd usb2 raid1 -
d-link dir-655 - 49k+ mp3/flac
::VOTE FOR 'BUG 15604'
(http://bugs.slimdevices.com/show_bug.cgi?id=15604)!!!::

MrSinatra's Profile: http://forums.slimdevices.com/member.php?userid=2336
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-10 Thread bigblackdog

MrSinatra;656901 Wrote: 
 i'm actually glad to see a rush to get 7.7 out, and if it works well
 with the revue i just might buy one.
 
 i assume that when 7.7 is official, 7.6.x will be over and done, and
 will be the last audio only version of server, yes?  fine by me.
 
 i think its exciting to see an official do it all AV server just
 around the corner...  audio, pics, vids, upnp/dlna all in one free,
 opensource server.  that will be quite an achievement.
 
 kudos!

+1
Just started down the video road with a netgear media player. Look
forward checking out the logitech software. Just a little nervous with
each upgrade as usually my system has an issue with each upgrade.


-- 
bigblackdog

bigblackdog's Profile: http://forums.slimdevices.com/member.php?userid=37719
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-09-03 Thread andyg

Schedule update: We are currently planning 1 more week of development
with RC1 on the 9th or 12th. This will be followed by 2-3 weeks of
testing.


-- 
andyg

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-27 Thread Davidg1

andyg;653117 Wrote: 
 If necessary we can do a 7.6.2 but nothing is planned right now. I am
 not aware of any really serious bug fixes in 7.6.2 yet.Depends what you mean 
 by serious, but missing application icons (eg.
Napster/Spotify) on TinySC
(http://bugs.slimdevices.com/show_bug.cgi?id=15723) is a pretty nasty
UI glitch to be seen by all normal users until 7.7.


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-27 Thread bluegaspode

Davidg1;653219 Wrote: 
 Depends what you mean by serious

Well I guess someone who wants to finish the first release candidate
for 7.7 in only three weeks needs to have a very tight definition of
'serious'


-- 
bluegaspode

Did you know: *'SqueezePlayer' (www.squeezeplayer.com)* will stream all
your music to your Android device. Take your music everywhere!
Remote Control + Streaming to your iPad? *'Squeezebox + iPad =
SqueezePad ' (www.squeezepad.com)*
Want to see a Weather Forecast on your Radio/Touch/Controller ? = why
not try my 'Weather Forecast Applet'
(http://forums.slimdevices.com/showthread.php?t=73827)
Want to use the Headphones with your Controller ? = why not try my
'Headphone Switcher Applet'
(http://forums.slimdevices.com/showthread.php?t=67139)

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-27 Thread Mnyb

bluegaspode;653241 Wrote: 
 Well I guess someone who wants to finish the first release candidate for
 7.7 in only three weeks needs to have a very tight definition of
 'serious'

Crasher or unable to scan ? Or crash while being unable to scan ;)

thats why I'm a little woried by all can not scan posts, as a
functioning SBS depends on sucessfull scan and a dB thats in good
shape, the rest follows from that.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-27 Thread slate

Mnyb;653245 Wrote: 
 Crasher or unable to scan ? Or crash while being unable to scan ;)
 
 thats why I'm a little woried by all can not scan posts, as a
 functioning SBS depends on sucessfull scan and a dB thats in good
 shape, the rest follows from that.

Some of the scanner just dies with no errors are burried in this
pile
http://bugs.slimdevices.com/show_bug.cgi?id=17371
Guys like pski and Club1820 (aka AB) have reported on that bug;
but at least a handfull have not.
Club1820 http://forums.slimdevices.com/showthread.php?t=89255

More artwork issues

Went through this thread
http://forums.slimdevices.com/showthread.php?t=89045
Still some possible open cases in this one:
- AIFF issues: Michaelj, netchord
- Mac issue: Todd R - 7.6.1. missing 80% of the artwork. Some kind of
helper app crashes
- wave issues: TBM, Mark1054
- Mac-iTunes: Mick5
- embedded artwork: hokie
http://forums.slimdevices.com/showpo...6postcount=43

Some of this are iTunes related, directly or indirectly; see AudioAudi
post http://forums.slimdevices.com/showthread.php?t=89789


-- 
slate

Main: Receiver (Audiocom) - Beresford Caiman+ (Gatorized) - Carver
A-500x - BW 704
Office: Receiver - Luxman L-210 - Stax SR84 Pro/Superlux HD668B
Server: Zotac IONITX-A, 4 GB, 1 TB WD EADS, Win7 w. 7.6 (SQLite w. High
Mem)
Tied together by D-Link DIR-655 + DGS-1008D

slate's Profile: http://forums.slimdevices.com/member.php?userid=30502
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread Phil Meyer
7.7 release is currently tentatively scheduled for late September/early
October with RC1 planned for mid-September.

Will there be 7.6.x updates before then, and/or in parallel to 7.7 development? 
 There's still a lot to be fixed before I start to use 7.6 for daily use, let 
alone 7.7!
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread andyg

If necessary we can do a 7.6.2 but nothing is planned right now. I am
not aware of any really serious bug fixes in 7.6.2 yet.


-- 
andyg

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread andyg

I should say that yes, 7.6/trunk will still get bug fixes and they will
roll up to 7.7 as usual. I just wanted to update everyone on the status
of 7.7 with this post.


-- 
andyg

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread Andy Hawkins
Hi,

In article andyg.4z3e2n1314387...@no-mx.forums.slimdevices.com,
   andygandyg.4z3e2n1314387...@no-mx.forums.slimdevices.com wrote:
 7.7 builds are now available for all the standard platforms.

 The Windows builds are now built using ActivePerl 5.14.1.

 http://downloads.slimdevices.com/nightly/?ver=7.7

Any change of getting the Debian testing repository get the nightlies from
7.6? Currently they seem to be going into unstable (apparently).

Cheers

Andy

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread andyg

adhawkins;653125 Wrote: 
 
 Any change of getting the Debian testing repository get the nightlies
 from
 7.6? Currently they seem to be going into unstable (apparently).
 

Sure, fixed (in several minutes).


-- 
andyg

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread sebp

Andy, could you consider correcting bug 16343 in both the 7.6 and 7.7
trunks?
That's such an easy fix I could provide a patch for it!


-- 
sebp

'Last.fm' (http://www.last.fm/user/sebp)

sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread Phil Meyer
If necessary we can do a 7.6.2 but nothing is planned right now.
Thanks for the info.

I am not aware of any really serious bug fixes in 7.6.2 yet.
http://bugs.slimdevices.com/show_bug.cgi?id=17370 is a right pain for me - 
causing ~400 additional artists in my library that shouldn't be listed, and not 
being able to see the tracks within No Album.

I was just checking as it was targetted as 7.6.x, and was hoping for a fix 
before 7.7.
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread andyg

sebp;653149 Wrote: 
 Andy, could you consider correcting bug 16343 in both the 7.6 and 7.7
 trunks?
 That's such an easy fix I could provide a patch for it!

Thanks, checked in!


-- 
andyg

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread andyg

Right, I said serious bugs. ;)


-- 
andyg

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread erland

Is the plan that 7.7 will be used for TinySBS in the Squeezebox Touch
firmware already at the release date ?

Is the plan that 7.7 will still support Linux or will all focus be on
Windows and OSX at the release date and Linux potentially repaired
sometime after the release ?

If Linux is supposed to be supported it would be nice if the bugs which
currently makes videos and pictures unusable on Linux could be fixed as
soon as possible so we actually can participate in the beta testing,
I'm specifically talking about these:
http://bugs.slimdevices.com/show_bug.cgi?id=17323
http://bugs.slimdevices.com/show_bug.cgi?id=17324
http://bugs.slimdevices.com/show_bug.cgi?id=17401


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

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

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


Re: [SlimDevices: Beta] 7.7 build updates schedule news

2011-08-26 Thread Mnyb

Also consider all users that can not make 7.6.1 to scan thier *music* at
all ?

No they did not file bugs but they are all over the forum(s) so the
work to make the scanner behave is not done yet, these users made the
quite resonable assumtion that if previus version scanned thier files
so should the new one ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=89924

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