Re: [SlimDevices: Plugins] iPeng support thread

2009-10-06 Thread markstrom

pippin;467052 Wrote: 
 No. Search queries are always executed on the server. iPeng doesn't have
 enough data to do that itself.
 I find this a bit strange. There's no change in the actual search query
 between 1.1 and 1.2 the only difference is in how iPeng handles the
 return values from the search.
 
 Have you probably changed some of the indexing options on the server
 (e.g. to search within words instead of just from the beginning)? 
 

If the search is server side I guess I really can compare iPeng 1.2 to
the iPeng skin? With the skin the search is instant and with the app the
same search it's 5-10 times slower. I have a 3GS and everything else in
the app it fast.

Music Library settings is set to search beginning of words, however
Lazy Search plugin is installed.


-- 
markstrom

markstrom's Profile: http://forums.slimdevices.com/member.php?userid=17691
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] SQLPlaylist v2.5 - problem with SbS 7.5.0

2009-10-06 Thread Phil Meyer
Do you see this on all tracks or just some of them ?
All tracks.

Do you see the problem in several skins or just one of them ?
I've only tried Default.

I'm asking since I'm not able to reproduce it in my own setup.
Sorry, I forgot to mention that I recently switched to SbS 7.5.0 (I marked it 
in the bug report).  I think Song Info with SQLPlaylist Beta was okay before 
the switch from 7.4.

Are you sure SQL Playlist is causing the problem or could it be that
you have too many plugins installed and SQL Playlist is just the one
that pushes it over the edge?
Yes, I thought it could have been that I had exceeded the plugin limit on the 
template processor again, but I systematically removed plugins and re-inserted 
plugins until I identified which one caused the problem.

If you haven't done so already, could you try to remove a few plugins
(for example Custom Browse) and keep SQL Playlist and see if it still
causes the problem ?
I'll try that tonight.  I'll remove all manually installed plugins, and put SQL 
Playlist back.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2009-10-06 Thread pippin

markstrom;467471 Wrote: 
 If the search is server side I guess I really can compare iPeng 1.2 to
 the iPeng skin? With the skin the search is instant and with the app the
 same search it's 5-10 times slower. I have a 3GS and everything else in
 the app it fast.
 

No. One uses the web server interface and the other the CLI interface.
You can compare it to the controller but then the controller always just
searches for one category at a time (albums or artists or genres...)

iPhone or connection speed should have nothing to do with it, unless
you are getting hundreds of results that should be just fractions of
seconds. Anything else is server.
Any changes to the server, recently? Although the database part should
be the same in the app and the plugin so this is really strange.
How's performance while browsing your library?


-- 
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] iPeng support thread

2009-10-06 Thread pippin

Oh, btw, could you try to see whether disabling LazySearch has an
effect? Maybe that intercepts the CLI interface. Since LazySearch by
it's very nature is database search intensive this could be an
explanation.


-- 
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] iTunesUpdate plugin not working on 7.4

2009-10-06 Thread testmatch

Wonderful - many, many thanks, James. 

It's the third party plugin I use the most, so it's great to have it
working on 7.4 :o)

John


-- 
testmatch

testmatch's Profile: http://forums.slimdevices.com/member.php?userid=30954
View this thread: http://forums.slimdevices.com/showthread.php?t=67806

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


Re: [SlimDevices: Plugins] SQLPlaylist v2.5 - problem with SbS 7.5.0

2009-10-06 Thread Phil Meyer
If you haven't done so already, could you try to remove a few plugins
(for example Custom Browse) and keep SQL Playlist and see if it still
causes the problem ?
I'll try that tonight.  I'll remove all manually installed plugins, and put 
SQL Playlist back.

Hmmm, I tried this quick before departing for work.  Song Info did then work 
with SQL Playlist enabled.

I did notice that I had CustomBrowse installed through ED, and also manually.  
I think I had an issue with CustomBrowse not running due to the version check, 
and found it easier to install manually and tweak the maxVersion, but must have 
forgotten to remove CustomBrowse from ED.

But I sorted that out and it wasn't the problem - I have CustomBrowse and 
SQLPlaylist running and Song Info works.

So, I'll investigate some more and find the combination of plugins that cause 
Song Info to stop working.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] Extension Downloader woes again

2009-10-06 Thread Phil Meyer
Trying to get plugins moved across gradually from manual install to ED, but 
every time I try to do it I have some kind of issue with ED.

The latest one is that every time I restart the server, it tells me Plugin 
updates are available, and then when I go into Settings  Plugins, it 
automatically tells me to restart for changes to take effect, even though I 
haven't done anything.  A restart causes the same effect.

I think there were issues in the past whereby if the repository version info 
doesn't match the install.xml content, this caused ED to think plugin updates 
were available.

I think it could be AlienBBC?  The manual version I had installed was 
2.6b1-7.3.  I removed that and installed via ED, and it's reporting version 
2.5-7.3.

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-10-06 Thread markstrom

pippin;467481 Wrote: 
 Oh, btw, could you try to see whether disabling LazySearch has an
 effect? Maybe that intercepts the CLI interface. Since LazySearch by
 it's very nature is database search intensive this could be an
 explanation.

I'm running remote now but it does not seem that Lazy Search affects
the search time.

What does seem to affect it is the following:

Pasting the phrase sabbath into the searchfield - search takes 1
second.
Typing the phrase sabbath into the searchfield - search takes 5
seconds.

Since iPeng is searching as-you-type I guess that iPeng is starting a
server side search each time you type a letter.


-- 
markstrom

markstrom's Profile: http://forums.slimdevices.com/member.php?userid=17691
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] iPeng support thread

2009-10-06 Thread pippin

markstrom;467520 Wrote: 
 
 Since iPeng is searching as-you-type I guess that iPeng is starting a
 server side search each time you type a letter.

Yes, from 2 letters onwards.
It cancels the search, though, if you add more letters.
How big is your library, btw?
I still find 5s a lot. In 5s iPeng loads all search results including
artwork over a 3G connection to my rather slow VIA C7 server for me...


-- 
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] SQLPlaylist v2.5 - problem with SbS 7.5.0

2009-10-06 Thread Phil Meyer
It seems to be the combination of Dynamic Playlist and SQLPlaylist that cause 
the issue.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Extension Downloader woes again

2009-10-06 Thread Michael Herger
 Trying to get plugins moved across gradually from manual install to ED,  
 but every time I try to do it I have some kind of issue with ED.

make sure you remove the prefs/plugins/state.pref whenever you manually change 
something. Shouldn't be needed, but might help.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2009-10-06 Thread markstrom

pippin;467523 Wrote: 
 Yes, from 2 letters onwards.
 It cancels the search, though, if you add more letters.
 How big is your library, btw?
 I still find 5s a lot. In 5s iPeng loads all search results including
 artwork over a 3G connection to my rather slow VIA C7 server for me...

My library has 18.000 tracks.

So the type vs. paste difference should not happen?

I have not changed my server and I can't remember that 1.12 as this
slow.
My next step probably has to be reinstall 1.12.


-- 
markstrom

markstrom's Profile: http://forums.slimdevices.com/member.php?userid=17691
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] trackstat restore

2009-10-06 Thread noguru

Not even sure how it happened, but after a reinstall of 7.4 now seem to
have Trakstat stats restored.
Thanks to everyone who offered help.
Now just need to work out why Squeezebox server is taking up to an hour
to start up.

Noguru


-- 
noguru

noguru's Profile: http://forums.slimdevices.com/member.php?userid=27520
View this thread: http://forums.slimdevices.com/showthread.php?t=68572

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


Re: [SlimDevices: Plugins] iTunesUpdate plugin not working on 7.4

2009-10-06 Thread sbooth1878

Excellent work! Thanks! I'd already upgraded to 7.4 and rolled back
because it wasn't working! Reinstalling 7.4 now!


-- 
sbooth1878

sbooth1878's Profile: http://forums.slimdevices.com/member.php?userid=7533
View this thread: http://forums.slimdevices.com/showthread.php?t=67806

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


Re: [SlimDevices: Plugins] Announce: SqueezeDroid - Open Souce Android Remote

2009-10-06 Thread pacc

Hi,
Tried it out and really liked that synchronisation and volumes for all
players are easily accessible.

However, there does not seem to be any source checked in yet, I'd like
to have a look at it.


-- 
pacc

pacc's Profile: http://forums.slimdevices.com/member.php?userid=32312
View this thread: http://forums.slimdevices.com/showthread.php?t=68373

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin not working

2009-10-06 Thread whitman

bpa;467222 Wrote: 
 BBC problem - the feeds which should contain program info are empty

Do we have to wait for the BBC to fill them up, or is it a matter of
rewriting the plugin because the beeb are now doing it a different way?


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=69216

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


Re: [SlimDevices: Plugins] iTunesUpdate plugin not working on 7.4

2009-10-06 Thread radish112

James,

Nicely done. This little corner of the world is AOK again.


-- 
radish112

radish112's Profile: http://forums.slimdevices.com/member.php?userid=11591
View this thread: http://forums.slimdevices.com/showthread.php?t=67806

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin not working

2009-10-06 Thread bpa

A number of BBC systems have broken down including the one that
populates the feeds.

It is a BBC problem and they are working on it.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Extension Downloader woes again

2009-10-06 Thread Peter314

Philip Meyer;467513 Wrote: 
 ... every time I try to do it I have some kind of issue with ED.

You might want to try a different forum. :)


-- 
Peter314

Peter314's Profile: http://forums.slimdevices.com/member.php?userid=14028
View this thread: http://forums.slimdevices.com/showthread.php?t=69247

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


Re: [SlimDevices: Plugins] iTunesUpdate plugin not working on 7.4

2009-10-06 Thread prabbit

Working like a charm. Thank you!


-- 
prabbit

prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142
View this thread: http://forums.slimdevices.com/showthread.php?t=67806

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin not working

2009-10-06 Thread SuffolkPunch

bpa: thanks for that info. To avoid bothering you with such posts - is
there a URL where the BBC flags feed status, problems, etc? I.e. where
do you get your info from?

Martin


-- 
SuffolkPunch

SuffolkPunch's Profile: http://forums.slimdevices.com/member.php?userid=15289
View this thread: http://forums.slimdevices.com/showthread.php?t=69216

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin not working

2009-10-06 Thread Siduhe

SuffolkPunch;467718 Wrote: 
 bpa: thanks for that info. To avoid bothering you with such posts - is
 there a URL where the BBC flags feed status, problems, etc? I.e. where
 do you get your info from?
 
 Martin

This thread on the iplayer forums links to the BBC announcement about
the issue and subsequent updates:

http://www.bbc.co.uk/dna/mbiplayer/F7331803?thread=6978545


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

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


Re: [SlimDevices: Plugins] trackstat restore

2009-10-06 Thread erland

noguru;467548 Wrote: 
 
 Now just need to work out why Squeezebox server is taking up to an hour
 to start up.
 
It's probably caused by TrackStat (or possibly Custom Scan) plugin if
you have that installed.


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

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin not working

2009-10-06 Thread autopilot

Are the constant re-buffering problems i am seeing related?


-- 
autopilot

Cheers, auto.

*lounge:* squeezebox 3, squeezebox controller, cambridge audio 640a,
mission 701's *kitchen:* squeezebox touch, trends ta-10.1, kef cresta
1's. *bedroom:* squeezebox boom *bathroom/garden:* squeezebox radio
*car:* ipod classic 80gb *portable:* iphone 3gs 32gb (+ipeng)

autopilot's Profile: http://forums.slimdevices.com/member.php?userid=1763
View this thread: http://forums.slimdevices.com/showthread.php?t=69216

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


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

2009-10-06 Thread erland

There is now a new version (2.9.1) of TrackStat available.

The changes are that the problem with long startup time and long hang
after rescans should now be solved.

NOTE 1!
If you are a developer that want to make sure these plugins are
continuously developed, please see this thread:
http://forums.slimdevices.com/showthread.php?t=41583

NOTE 2!
If you are a normal user that want to help:
- Post bugs whenever you find them, either in the 'issue tracker on the
google code site' (http://erlandplugins.googlecode.com/) or in '3rd
party plugins' section of this forum.
- Help updating the information about these plugins and related
tutorials on the 'Slim Devices wiki site' (http://wiki.slimdevices.com)

NOTE 3!
The plugins are primarily available through the Plugins tab in
Squeezebox Server 7.4. You will need to check the Show all 3rd party
plugins checkbox in the Plugins tab to list all plugins and not just
those recommended by Logitech.
For users that for some reason like to download and install them
manually they are still available on my download site. However, I really
neither want to recommend or support manual installation, use the
integrated automatic installation in the Plugins tab in the Squeezebox
Server Settings page instead.

The documentation about the plugins is now stored on the Slim Devices
wiki site but can also be reached through my own wiki:
http://wiki.erland.isaksson.info/index.php/Category:SlimServer
(If you find an error in the documentation, please update the text on
the wiki)


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


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

2009-10-06 Thread NinjaPuffin

I am having an issue with SuperDateTime not updating the NFL scores as
well, it also is not updating the NBA scores.  It will actually pick up
the NBA game and display when it is to start but never updates the score
once it has started.  The NFL issue is different from the NBA, I will
not see any information on the NFL not a game start or scores.

I am running v7.4 with SB3

Thanks


-- 
NinjaPuffin

NinjaPuffin's Profile: http://forums.slimdevices.com/member.php?userid=33275
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] SlimNAS 1.4.99 for SqueezeboxServer 7.4 / FreeNAS 0.7

2009-10-06 Thread twautele

Regarding the looping I found there being executed if it help :

0:00.26 /usr/local/bin/php /usr/local/www/services_slimserver.php
8341  ??  I  0:00.00 sh -c cd /mnt/LANDISK/slimnas; /usr/bin/tar
-xzf /mnt/LANDISK/slimnas/squeezeboxserver-7.4.0-28672-noCPAN.tgz; cp -R
/mnt/LANDISK/slimnas/* /mnt/LANDISK/slimnas/squeezebox/; rm -rf
/mnt/LANDISK/slimnas/ /dev/null 21
8343  ??  R  0:23.21 cp -R /mnt/LANDISK/slimnas/etc
/mnt/LANDISK/slimnas/slimnas-install.sh /mnt/LANDISK/slimnas/slimnas.tgz
/mnt/LANDISK/slimnas/squeezebox
/mnt/LANDISK/slimnas/squeezeboxserver-7.4.0-28672-noCPAN.tgz
/mnt/LANDISK/slimnas/usr /mnt/LANDISK/slimnas/var

Thierry


-- 
twautele

twautele's Profile: http://forums.slimdevices.com/member.php?userid=1565
View this thread: http://forums.slimdevices.com/showthread.php?t=68301

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


Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins

2009-10-06 Thread thing-fish

erland;463759 Wrote: 
 Yes, make sure you've taken a backup of the TrackStat data from inside
 TrackStat settings page in SqueezeCenter 7.3 before you upgrade. I think
 the backup has always worked, but just to be sure you can open the
 backup file in a text editor to verify that it seems to contain data.
 
 After the upgrade you just point the Backup file parameter in
 TrackStat settings to the full path to your backup file and hit the
 Restore from file button. Look in the server.log file, you will get
 one message when it starts the restore and a second message when it has
 finished. The restore runs in background and can take some time, in my
 small 3000 tracks library it took a few minutes.

Thank you for this!  One additional tip to anyone making the plunge: if
you have to rescan your library for 7.4, import your trackstats AFTER
the rescan. 

Like Erland I'm running Ubuntu and completely purged 7.3 before I
upgraded, so I had to rescan my tracks.  When I imported my trackstat
file first it ran really slow and was filling the log with: 


Code:

Plugins::TrackStat::Storage::saveTrack (977) No matching alternative path 
found for file:(my file path)



I restarted the server, let the rescan finish, THEN imported my
trackstat, and it was great.


I have a question on a different plugin though Erland: in 7.4, Database
Query is not letting me create new queries.  That is to say, there is a
list of queries, but no means to make new ones.  I do note that in the
plugin settings dialog for Database Query, there is a value for Data
queries directory but no value for Data queries templates directory. 
What should go there, and is that the problem with not being able to
make new queries?  Not that when I copy 7.3 files (which I backed up)
into the data queries directly, they do show up in the query list, but
there's no way to do it through the web interface.

Thanks again!


-- 
thing-fish

' Most Recent Tracks'
(http://www.last.fm/user/thing-fish/?chartstyle=basicrt10)

thing-fish's Profile: http://forums.slimdevices.com/member.php?userid=5288
View this thread: http://forums.slimdevices.com/showthread.php?t=65439

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


Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins

2009-10-06 Thread erland

thing-fish;467866 Wrote: 
 
 I have a question on a different plugin though Erland: in 7.4, Database
 Query is not letting me create new queries.  That is to say, there is a
 list of queries, but no means to make new ones.  I do note that in the
 plugin settings dialog for Database Query, there is a value for Data
 queries directory but no value for Data queries templates directory. 
 What should go there, and is that the problem with not being able to
 make new queries?  Not that when I copy 7.3 files (which I backed up)
 into the data queries directly, they do show up in the query list, but
 there's no way to do it through the web interface.
 
That's a bug, thanks for reporting.

To temporary solve it you can create a new query in the Classic skin,
for example by temporary open the browser towards:
http://localhost:9000/classic/ (assuming Squeezebox Server was installed
on the local computer, else change the localhost to the IP-adress or
computer name where, it's installed)


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

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2009-10-06 Thread extreme12

Cparker:

I have trouble with some files including special danish characters. I
think the problem is related to the MusicIP plugin. I have no problems
playing the file, but Sugercube can't mix and get next song as you can
see from the log. I had no problem with SC 7.3.3. I am now using 7.4.1
- r28775 @ Mon Oct 5 06:02:21 PDT 2009. SugerCube is working just fine
when the file doesn't include special characters. 


Copied from the log:
MyCurrentTrack (702) D:\Musik\Albums\Alle Tiders Danske Hits
2\T�sedrengene - Et Lys�r En Stjerne.mp3
[09-10-06 22:29:56.8544] Slim::Control::Request::notify (2108) Error:
Failed notify: Can't escape \x{FFFD}, try uri_escape_utf8() instead at
C:\Documents and Settings\All Users\Application
Data\Squeezebox\Cache\InstalledPlugins/Plugins/SugarCube/Plugin.pm line
710
[09-10-06 22:30:08.2941] Slim::Utils::Misc::msg (1161) Warning:
[22:30:08.2933] Unable to restore schema at
/C:\PROGRA~1\SQUEEZ~2\server\SqueezeSvr.exeCache/CacheUtils.pm line
70
[09-10-06 22:30:08.2965] Slim::Utils::Misc::msg (1161) Warning:
[22:30:08.2957] Unable to restore schema at
/C:\PROGRA~1\SQUEEZ~2\server\SqueezeSvr.exeCache/CacheUtils.pm line
70
[09-10-06 22:30:08.2976] Slim::Utils::Misc::msg (1161) Warning:
[22:30:08.2968] Unable to restore schema at
/C:\PROGRA~1\SQUEEZ~2\server\SqueezeSvr.exeCache/CacheUtils.pm line
70
[09-10-06 22:30:08.3000] Slim::Utils::Misc::msg (1161) Warning:
[22:30:08.2992] Unable to restore schema at
/C:\PROGRA~1\SQUEEZ~2\server\SqueezeSvr.exeCache/CacheUtils.pm line
70
[09-10-06 22:30:08.3023] Slim::Utils::Misc::msg (1161) Warning:
[22:30:08.3016] Unable to restore schema at
/C:\PROGRA~1\SQUEEZ~2\server\SqueezeSvr.exeCache/CacheUtils.pm line
70
[09-10-06 22:30:08.3047] Slim::Utils::Misc::msg (1161) Warning:
[22:30:08.3039] Unable to restore schema at
/C:\PROGRA~1\SQUEEZ~2\server\SqueezeSvr.exeCache/CacheUtils.pm line 70


-- 
extreme12

extreme12's Profile: http://forums.slimdevices.com/member.php?userid=30052
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


[SlimDevices: Plugins] RadioShark 7.4

2009-10-06 Thread dman

Just updated to 7.4 and cannot get radioshark to work
Windows xp - have clean cache, installed with ext. downloader
Radioshark shows up under extras, but when I press play, it
just goes to screen with dotted lines along bottom.

At a loss  -- any ideas?


-- 
dman

dman's Profile: http://forums.slimdevices.com/member.php?userid=21947
View this thread: http://forums.slimdevices.com/showthread.php?t=69288

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


Re: [SlimDevices: Plugins] iTunesUpdate plugin not working on 7.4

2009-10-06 Thread WhaleOil

Good work Sir.  Many thanks, all working great again.

Much appreciated
WhaleOil


-- 
WhaleOil

WhaleOil's Profile: http://forums.slimdevices.com/member.php?userid=5227
View this thread: http://forums.slimdevices.com/showthread.php?t=67806

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


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

2009-10-06 Thread vagskal

erland;467830 Wrote: 
 There is now a new version (2.9.1) of TrackStat available.
 
 The changes are that the problem with long startup time and long hang
 after rescans should now be solved.

Restoring a 92 MB backup file into the new version of TrackStat to a
+100K SBS library stalled the PC as before the update. I restarted
mysql.exe and SBS after +2 hrs.


-- 
vagskal

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

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

2009-10-06 Thread erland

vagskal;467958 Wrote: 
 Restoring a 92 MB backup file into the new version of TrackStat to a
 +100K SBS library stalled the PC as before the update. I restarted
 mysql.exe and SBS after +2 hrs.
 
Is mysql using 100% CPU ?

Does it only happen during the restore or does it also happen at
startup of SBS ?

Would it be possible for you to enable debug logging on
plugin.trackstat in Squeezebox Server Settings/Advanced/Logging and
post the server.log file after it seems to hang ?

Restoring in a 100K library can probably take some time, so if things
seems to happen when you look in the server.log file you might just need
to wait a bit for the restore to finish. However, if it hangs when you
have debug logging enabled and it stops to output messages in the
server.log there is probably some issue somewhere.


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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 1.4.99 for SqueezeboxServer 7.4 / FreeNAS 0.7

2009-10-06 Thread advr

hello,
last weeknd I upgraded to the latest 07 which everybody in this thread
is useing with all the files and installations everybody is mentioning.

It won't work with me. 
I have to stop the installation bezause it is getting into a loop

I have reboot the device otherwise it wil go on and on...

I don't know at to do.


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

-- 
advr

advr's Profile: http://forums.slimdevices.com/member.php?userid=15722
View this thread: http://forums.slimdevices.com/showthread.php?t=68301

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


[SlimDevices: Plugins] BBC iPlayer and The 5% of Doom

2009-10-06 Thread Peter314

From time to time iPlayer pauses briefly to rebuffer and then carries on
fine.

However, on other occasions it hangs at 5% rebuffering and needs
fixing. The quickest fix is to put the SB into and out of standby, and
then return to the program. Buffering then proceeds normally.

This happens on each of two wired SB Classics and is known in our house
as The 5% of Doom. Just wondering if anyone else has suffered from this
and/or knows a way of preventing it.

Thanks for any help.

Peter

Windows XP SP3
SC 7.3.4
Belkin Wireless N router (wired to SC PC and Squeezeboxes)


-- 
Peter314

Peter314's Profile: http://forums.slimdevices.com/member.php?userid=14028
View this thread: http://forums.slimdevices.com/showthread.php?t=69290

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


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

2009-10-06 Thread vagskal

erland;467963 Wrote: 
 Is mysql using 100% CPU ?
 
 Does it only happen during the restore or does it also happen at
 startup of SBS ?
 
 Would it be possible for you to enable debug logging on
 plugin.trackstat in Squeezebox Server Settings/Advanced/Logging and
 post the server.log file after it seems to hang ?
 
 Restoring in a 100K library can probably take some time, so if things
 seems to happen when you look in the server.log file you might just need
 to wait a bit for the restore to finish. However, if it hangs when you
 have debug logging enabled and it stops to output messages in the
 server.log there is probably some issue somewhere.

TrackStat is responsible for up to circa 50% CPU load as it was before
the update.

I still have the restore links at startup and rescan disabled in
TrackStat as per the temporary fix provided so I have not yet really
tried the startup time.
I wanted to get my data back first.

I have enabled logging and tried another restore. Could you please
remind me of the default location on Win XP for the server.log? SBS
stalled, remember? So I cannot get to the information page where I can
see the location... (forgot to open it in another browser window before
hitting restore)


-- 
vagskal

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

vagskal's Profile: http://forums.slimdevices.com/member.php?userid=20778
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] BBC iPlayer and The 5% of Doom

2009-10-06 Thread bpa

Some UK based user seems to have buufering problems with BBCiPlayer
plugin  related to their ISP's traffic shaping.

Are you in the UK ?
Who is your ISP ?


-- 
bpa

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

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


Re: [SlimDevices: Plugins] RadioShark 7.4

2009-10-06 Thread bpa

Needs an update which I haven't had time to package - soon.


-- 
bpa

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

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


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

2009-10-06 Thread vagskal

OK, I found the server.log. It is 2 MB and still growing. I have sent it
to you using the hotmail address published on your website.


-- 
vagskal

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

vagskal's Profile: http://forums.slimdevices.com/member.php?userid=20778
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] iPeng support thread

2009-10-06 Thread pippin

woo;467178 Wrote: 
 I upgraded to the nightly build and am now able to stream apps from the
 web interface to winamp, but when I tap on myApps iPeng still reports
 Your player is not authorized to use mysqueezebox.com

woo;467226 Wrote: 
 but i am able to access the myApps menu from the web interface, not sure
 why iPeng can't open it as well.

I can't reproduce this.
Using today's nightly neither iPeng NOR the web interface can access
the Apps when I open a stream.mp3 stream. Both report player not
authorized.


-- 
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] BBC iPlayer plugin not working

2009-10-06 Thread VictorLaszlo

Upgraded to SB Server 7.4 a couple of nights ago (Sunday) and
reinstalled iPlayer (0.9d)  Now I can get live streams but no Listen
Again - all menus are marked Empty. I'm outside the UK but everything
was working swimmingly under 7.3.3. Meanwhile I can't get AlienBBC to
play anything at all. Very frustrating.

Any suggestions would be gratefully received.


-- 
VictorLaszlo

VictorLaszlo's Profile: http://forums.slimdevices.com/member.php?userid=20544
View this thread: http://forums.slimdevices.com/showthread.php?t=69216

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin not working

2009-10-06 Thread bpa

Read the post earlier in this thread.  The BBC have a problem with their
feeds that are used by BBCiPlayer and are not supplying program info.

AlienBBC 2.6b1 will work with 7.4 but BBC have disabled a number of
RealAudio feeds since it was packaged so another update is needed but
since AleinBBC 2.6b1 was packaged BBC have enabled non UK feeds that
work with BBciPlayer so BBCiPlayer is now the preferred plugin for those
who want to listen to BBC.


-- 
bpa

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

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


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

2009-10-06 Thread erland

vagskal;468001 Wrote: 
 OK, I found the server.log. It is 2 MB and still growing. I have sent it
 to you using the hotmail address published on your website.
 
Thanks, it seems to be restoring but it's progressing extremely slow.
Are you playing music while you perform the restore operation, this
could probably slow it down quite a bit ?
How does the CPU usage look like, does mysql use 100% CPU ?


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


Re: [SlimDevices: Plugins] BBC iPlayer and The 5% of Doom

2009-10-06 Thread Peter314

Yes, based in the UK. My ISP is Andrews  Arnold.
http://www.aaisp.net.uk/


-- 
Peter314

Peter314's Profile: http://forums.slimdevices.com/member.php?userid=14028
View this thread: http://forums.slimdevices.com/showthread.php?t=69290

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


Re: [SlimDevices: Plugins] BBC iPlayer and The 5% of Doom

2009-10-06 Thread bpa

You should talk to their tech support about their traffic shaping (
http://www.aaisp.net.uk/kb-broadband-shaping.html ) and see if they can
do some testing with your setup to see if traffic shaping is causing
your problems.  The usual response from ISPs is that traffic shaping
could not cause a buffering problem so you may need to persist.


-- 
bpa

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

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


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

2009-10-06 Thread vw195

bluegaspode;466554 Wrote: 
 I'm a bit relectant to implement a feature, that maybe only one person
 is using ;)
 
 What do others think ? Do you need a radar screen and if so, would you
 have an URL where you get a good radar-picture for your location ?

Heh I don't blame you at all.  I would think that would be a great
option that alot of people would use, but certainly doesn't seem to be
based on others feedback :)  Maybe you will get more requests as the
radio and touch population increases.

I would use a radar such as
http://ftpcontent.worldnow.com/wtvf/skycam/radar_MidTN.jpg

In fact that is the one that I use on my pocketpc right now :)


-- 
vw195

vw195's Profile: http://forums.slimdevices.com/member.php?userid=32644
View this thread: http://forums.slimdevices.com/showthread.php?t=68386

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


Re: [SlimDevices: Plugins] BBC iPlayer and The 5% of Doom

2009-10-06 Thread Peter314

Thanks bpa, I'll do that. Their tech support is very good; you actually
get to speak to someone who knows what he is talking about, and is based
at their HQ in Bracknell.

Though I'd be a bit surprised if AAISP is the problem, as video streams
to my pc ok, and presumably uses much greater bandwidth.


-- 
Peter314

Peter314's Profile: http://forums.slimdevices.com/member.php?userid=14028
View this thread: http://forums.slimdevices.com/showthread.php?t=69290

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


Re: [SlimDevices: Plugins] BBC iPlayer and The 5% of Doom

2009-10-06 Thread bpa

It's not to do with bandwidth - more to do with how packets are
delivered.

Sometimes these shapers don't recognise SBS as an app that needs good
packet delivery and they try to aggregate packets which means packets
aren't delivered in an even flow.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] BBC iPlayer and The 5% of Doom

2009-10-06 Thread Peter314

Thanks - that will help me sound more informed in my discussion. :)


-- 
Peter314

Peter314's Profile: http://forums.slimdevices.com/member.php?userid=14028
View this thread: http://forums.slimdevices.com/showthread.php?t=69290

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


Re: [SlimDevices: Plugins] RadioShark 7.4

2009-10-06 Thread dman

was hoping I wasnt missing something
Thanks in advance for the plug in


-- 
dman

dman's Profile: http://forums.slimdevices.com/member.php?userid=21947
View this thread: http://forums.slimdevices.com/showthread.php?t=69288

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


Re: [SlimDevices: Plugins] Windows Live Messenger Plugin?

2009-10-06 Thread Petit Prince

I'm curious if anyone has made a plugin that will allow you to know when
you've received an instant message in Windows Live (Messenger), by
briefly interrupting music playback to alert that a message/IM has
come in.  Ditto for if a messenger contact has sent you a nudge or wink.
Ideally the information would also display briefly on the Squeezebox,
e.g. Incoming message from so-and-so.


-- 
Petit Prince

Petit Prince's Profile: http://forums.slimdevices.com/member.php?userid=7
View this thread: http://forums.slimdevices.com/showthread.php?t=65048

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


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

2009-10-06 Thread aubuti

bluegaspode, thanks for your detailed responses, and your very good
questions.

1. re the chance of precipitation, I vaguely recall some posts --
probably in the WDT thread -- about the lack of precipitation data on
wunderground, but I didn't follow them closely because I was getting it.
But now I see that it is maybe only available on some continents and not
others. I agree that's not fair.

2. I have another example of the animated icons, again with the sun
shining constantly and clouds blinking on/off, with about 3 seconds
between the on and off. The cloud icons don't appear to have any rain on
them. According to /var/log/messages the icons are icon1: clear icon2:
mostlysunny. That's for Day 3 on the bottom of the SBC. The icons for
days 1  2 are steady sun and clouds. The day 1 icons are both
parlycloudy, while the day icons are icon1: partlycloudy and icon2:
mostlysunny. For what it's worth, on both occasions I've noticed this it
was the 3rd day of the forecast that had the clouds-blinking-on-sun
icon.

3. So far I've been looking at your applet with the SB Radio and the SB
Controller, i.e., the small screens. That probably contributes to my
the text is too small opinion! You say that the font isn't enlarged
much because the size is determined by the width, but what if the string
wasn't wide. For example, what if it were 10:43PM (or better yet, 10:43p
or simply 22:43 instead of something long like the 05 Oct, 2009 in your
images? In other words, if there is more width available will it use
bigger fonts? Frankly I think the smaller icons/larger text you posted
looks better than the proportions you have now. And it would probably
look better still if you could get the time font to be larger, because
it can use more width than it is now. I'll try to take a look at it on
the SB Touch and report back.

4. I see your point about de-activating the screensaver whenever a
button or wheel is touched. I thought it was a longshot, but at least
worth a mention.

Finally, there's no need to feel bad about not taking my suggestions.
This is your software, and I expect that if you tried to implement every
suggestion from every user you would end up going insane.


-- 
aubuti

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

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


Re: [SlimDevices: Plugins] Finally got all my tracks rated with TrackStat

2009-10-06 Thread GeeJay

Got my vote in.

I still don't get why Logitech doesn't prioritize incorporating your
plug-ins into the core program.  My SB's wouldn't be half as valuable to
me without ratings, dynamic playlists, custom skip, etc.

Thanks for all you do, Erland...hope you one day get rewarded more than
the measly donations folks like me are able to provide.


-- 
GeeJay

GeeJay's Profile: http://forums.slimdevices.com/member.php?userid=11388
View this thread: http://forums.slimdevices.com/showthread.php?t=69157

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


Re: [SlimDevices: Plugins] Music IP Mixer help

2009-10-06 Thread sander

Does anyone know how to change the watch folders from the headless mode?
I set it up on my readynas and I wasn't getting the 'm' either, but this
thread showed me the error of my ways.
I changed the path (they're the same with symlinks anyway) but now I
have duplicate entries of everything.

TIA


-- 
sander

sander's Profile: http://forums.slimdevices.com/member.php?userid=10737
View this thread: http://forums.slimdevices.com/showthread.php?t=67070

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


Re: [SlimDevices: Plugins] Finally got all my tracks rated with TrackStat

2009-10-06 Thread lrossouw

erland;467179 Wrote: 
 Are you willing to share what you have done so far ? Or do you like to
 finish it completely before releasing something ?

No problems.  Will try and get a post together setting out the basics
before Friday (when I'm travelling again).  

What should I do about my last.fm API key in the script? Do you think
it would be a problem leaving it in the open?


-- 
lrossouw

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

lrossouw's Profile: http://forums.slimdevices.com/member.php?userid=3416
View this thread: http://forums.slimdevices.com/showthread.php?t=69157

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


Re: [SlimDevices: Plugins] Finally got all my tracks rated with TrackStat

2009-10-06 Thread erland

lrossouw;468138 Wrote: 
 
 What should I do about my last.fm API key in the script? Do you think
 it would be a problem leaving it in the open?
 
I'm not sure, at the moment it might be better to just remove it from
the code and let anyone that want to help finish it to apply for their
own key.

Some open source applications seems to include the API key in the
source and some seems to have a configuration parameter and let the end
user apply for his/her own key.

I found this page for example:
http://cn.last.fm/group/Last.fm+Web+Services/forum/21604/_/522900

If I'm interpreting the code in the LastFM plugin correctly, I think it
makes all calls through SqueezeNetwork so probably SqueezeNetwork
provides the api key. I'm not sure if it's possible to go through
SqueezeNetwork also for a third party plugin/application.


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

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 1.4.99 for SqueezeboxServer 7.4 / FreeNAS 0.7

2009-10-06 Thread Michael Herger
 Regarding the looping I found there being executed if it help :

Thanks! While I still have to investigate _why_ this happens, I'll soon  
have a solution to at least break with an error instead. That log helped a  
great lot! How did you create it?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins