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

2013-06-17 Thread erland

prabbit wrote: 
 ^^^
 
 I sent you my server.log file and results from the database queries in
 an e-mail.
 
 The database query results are interesting. The query of the statistics
 section did not return the last five songs that were actually played.
 The query of the history section did return the last five songs played.
 I think we're getting somewhere...
 
It seems to be a bug when the musicbrainz integration is disabled, I'll
try to release a correction within the next days after I've found the
cause.



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: Beta version of SvrPowerControl

2013-06-17 Thread epoch1970

iwilliam wrote: 
 Hi,
 
 Thanks for the plugin, it is working really well for me in terms of
 suspending and waking the box backup when I use a player however I would
 also like the server to wake up when the vortexbox or LMS web interface
 is started or when one of the samba shares is accessed over the network.
 Is this possible and if so what is the best way of doing it ?
 
 Thanks
 
 Ian

I'm not sure this is easy. I am a little bit out of touch with the
latest-and-greatest utilities/apps around, but somehow I doubt there is
a package the will do what you want readily.

The simplest idea would be to change the server's network card setting
to wake up on any traffic, and not on WOL packets only. But probably it
will bounce from sleep due to chatter on the LAN.

Instead you can make your clients smarter, and send a WOL packet if
needed.
Regarding mounts, if your client is scriptable, and you're using an
automount executable map (…) then you could execute some WOL-sending
application as part of the mount process. This should work. Another
variant I have used when mounting NFS is to run a simple script in a
loop, looking for increasing NFS mount errors/retries. The script sees a
spike in errors and then sends WOL packets if it can't ping the server.
I've used this trick on an Apple TV for years, it is slow but robust.
With HTTP there could be a solution where you access another server on
an other machine, the URL corresponds a CGI script, the script sends WOL
packets and then redirects to LMS. 

If you're looking for something really transparent, I think you have to
go with a filtering bridge in front of the LMS server. The packet filter
could see the LMS server IP, log the access, and a separate script could
then act and send WOL packets when a new line is seen in the log. That
could work for any protocol. 
I don't know much about firewalls, but I doubt there is one which will
allow to run a random script directly when an IP or port is knocked,
hence the log file indirection. There are routers that will act as WOL
proxies (the wake your home computer from the Internet feature), but
since we're talking about LMS, I suppose segregating the server on
another network is not a great idea; you'd lost server/player discovery.
But perhaps the feature somehow remains available when such routers are
set to bridge mode.

In short, what you want is possible. But I am afraid I do not know the
best way of doing it.
HTH



epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-06-17 Thread mikerob

mherger wrote: 
  Echonest seems to recognise about 70% of my music collection and I
 was
  wondering if there is any way I can get this percentage up.
 
 You could create a missing log file (see the web UI). This will take  
 forever (depending on your library size :-)). The output will be a list
 of  
 file paths of tracks which were not recognized. As the recognition is 
 
 purely based on metadata, pretty often it's some tagging issue. Eg.
 added  
 (special edition) or remix in the names, feat. for artists etc.
 The  
 log file might give some pointers.
 
  Are there any third party applications that can scan your local music
  collection to generate an Echonest fingerprint and submit this to
  Echonest?
 
 I'm pretty sure there are, but I've never bothered to do any research.
 You  
 might start asking around in the TEN forums.
 
 -- 
 
 Michael

Thanks.  I'm sure it is my tagging for the vast majority of unrecognised
tracks.  I do have quite a lot of electronic/dance music and as you say,
it is full of feat., pres., vs. and minor variations in track
names for multiple remixes of the same track.  I've tidied a lot of
this up as there can be a lot of inconsistencies with tags from
databases like Gracenote but this probably means the track won't be
recognised by Echonest.

I'll do some investigation in the TEN forums.



mikerob's Profile: http://forums.slimdevices.com/member.php?userid=835
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

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


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

2013-06-17 Thread erland

prabbit wrote: 
 ^^^
 
 I sent you my server.log file and results from the database queries in
 an e-mail.
 
 The database query results are interesting. The query of the statistics
 section did not return the last five songs that were actually played.
 The query of the history section did return the last five songs played.
 I think we're getting somewhere...
 
The 3.1.3869 version of TrackStat which I just published should
hopefully now solve your issues. 
Thanks for being persistent and pushing me to look into this and
providing debug information until we found the cause.



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: New versions of erlands plugins

2013-06-17 Thread prabbit

^^^

I sent you my server.log file and results from the database queries in
an e-mail.

The database query results are interesting. The query of the statistics
section did not return the last five songs that were actually played.
The query of the history section did return the last five songs played.
I think we're getting somewhere...



prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142
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: Smart Mix plugin

2013-06-17 Thread mikerob

Echonest seems to recognise about 70% of my music collection and I was
wondering if there is any way I can get this percentage up.

Are there any third party applications that can scan your local music
collection to generate an Echonest fingerprint and submit this to
Echonest?  I assume once it is in the Echonest database, a Smart Mix
scan will recognise the track eventually.



mikerob's Profile: http://forums.slimdevices.com/member.php?userid=835
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

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


Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-06-17 Thread Michael Herger

Echonest seems to recognise about 70% of my music collection and I was
wondering if there is any way I can get this percentage up.


You could create a missing log file (see the web UI). This will take  
forever (depending on your library size :-)). The output will be a list of  
file paths of tracks which were not recognized. As the recognition is  
purely based on metadata, pretty often it's some tagging issue. Eg. added  
(special edition) or remix in the names, feat. for artists etc. The  
log file might give some pointers.



Are there any third party applications that can scan your local music
collection to generate an Echonest fingerprint and submit this to
Echonest?


I'm pretty sure there are, but I've never bothered to do any research. You  
might start asking around in the TEN forums.


--

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


Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-06-17 Thread Michael Herger

--Since Smartmix vers 1.20/1.22 I haven’t changed my system in any
significant way. I’ve added some new music files, but they’re clean
redbook CD rips that probably do not affect the plugin.


But going back to one of these versions wouldn't fix the issue, would it?

http://www.herger.net/_data/SmartMix-1.2.2.zip


--I’m pretty sure that I can edit any script files on the NAS using
WinSCP, but less confident if I must use PuTTY and command lines.
--Although I don’t understand what the module you mentioned actually is,
I think I’ve found it at  /opt/remote/lib/perl/LWP/UserAgent.pm  .


We want to play save and won't change the library file directly. But if  
you could apply the following change to scanner.pl (probably  
squeezebox-scanner.pl or similar on your NAS):


diff --git a/scanner.pl b/scanner.pl
index 8b2f7f5..59b88aa 100755
--- a/scanner.pl
+++ b/scanner.pl
@@ -38,10 +38,12 @@
 if (0) {
require 'auto/Compress/Raw/Zlib/autosplit.ix';
 }

 BEGIN {
+   $ENV{PERL_LWP_USE_HTTP_10} = 1;
+
use Slim::bootstrap;
use Slim::Utils::OSDetect;


This should force LWP::UserAgent to stick with HTTP/1.0. It's a wild guess  
based on some googling for the EOF 500 error message. It seems that  
LWP::UA sometimes fails to talk to servers using HTTP/1.1. OTOH I'm quite  
a bit confused, as most other requests seem to work just fine. Only the  
data upload.


Should above workaround not help, you could try to lower the MAX_UPLOAD  
value in the plugin's Importer.pm file to something like 500 (instead of  
2500), to reduce the amount of data sent in one go.


--

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


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

2013-06-17 Thread prabbit

erland wrote: 
 The 3.1.3869 version of TrackStat which I just published should
 hopefully now solve your issues. 
 Thanks for being persistent and pushing me to look into this and
 providing debug information until we found the cause.

I can confirm that it does indeed solve the problem. Thank you!



prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142
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: Beta version of SvrPowerControl

2013-06-17 Thread iwilliam

Hi,

Thanks fo rthe plugin, it is working really well for me in tersm of
suspending and waking the box backup whn I use a player however I would
also like the server to wake up when the vortexbox or LMS web interface
is started or when one of the samba shares is accessed over the network.
Is this possible and if so what is the best way of doing it ?

Thanks

Ian



iwilliam's Profile: http://forums.slimdevices.com/member.php?userid=39687
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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