Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread Mnyb

slartibartfast wrote: 
> The drive is FAT32 to maintain compatibility with Windows. I think it
> was originally mounted using fstab but to be honest I have no clue about
> Linux and just followed Truehl's instructions for his squeezeplug image
> and everything has worked perfectly until now.
> 
> Sent from my Nexus 7 using Tapatalk

If you access it over the network the disk format does not really matter
for smb/cifs (samba) share protocol it could be anything it's meant to
translate thats the good part of it ,and creating a directory from
another OS should be ok to .

On the other hand plugin it in to the PC then it's needs to be ntfs or
fat32 (there are some software for ext drives but do they work properly
)

But wait did you actually remove the disk from the plug and attached to
the win PC and made the folder ?
I'm not sure that always work , a full desktop linux can read a windows
created directory and work with it , I do not know about squeeze-plug
If you do this for the music all the time and it works fine then forgot
about then it can read windows created folders just fine .

However shortcuts would not work




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(in storage SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread slartibartfast

Mnyb wrote: 
> Restarted LMS after you done this ( maybe I'm wrong here ) , and use
> your real file path  I only gave an example with my file paths you can't
> copy exactly .
> 
> Mherger is probably closest "sudo" so go flex is Debian based in my
> example I leaved out sudo part as I log on as root on my server .
> 
> Replacing /path/to/files with whatever is the file correct file path in
> mhergers example should work fine a+w is probably a bit less invasive
> than 777 .
> 
> Note that Linux is case sensitive . And don't forget all the slashes .
> 
> Maybe first do a "cd /"
> 
> Then your complete path start with a forward slash "chmod -R a+w
> /bla/bla/folder" or 777
> 
> In directory just above this folder do the ls-la command ,you see the
> current rigths and owners of the folders and files .
> 
> Btw the shared disk on a goflex what format is it hopefully ext3 or 4
> not fat or ntfs . Is it an USB drive ?
> 
> If its an USB drive maybe it should be mounted via fstab so that you can
> have some controll over the rigths on it , Debian/Ubuntu system can be
> funny re auto mounting USB drives ?

The drive is FAT32 to maintain compatibility with Windows. I think it
was originally mounted using fstab but to be honest I have no clue about
Linux and just followed Truehl's instructions for his squeezeplug image
and everything has worked perfectly until now.

Sent from my Nexus 7 using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread Mnyb

slartibartfast wrote: 
> This doesn't seem to work for me either.
> 
> Sent from my Nexus 7 using Tapatalk

Restarted LMS after you done this ( maybe I'm wrong here ) , and use
your real file path  I only gave an example with my file paths you can't
copy exactly .

Mherger is probably closest "sudo" so go flex is Debian based in my
example I leaved out sudo part as I log on as root on my server .

Replacing /path/to/files with whatever is the file correct file path in
mhergers example should work fine a+w is probably a bit less invasive
than 777 .

Note that Linux is case sensitive . And don't forget all the slashes .

Maybe first do a "cd /"

Then your complete path start with a forward slash "chmod -R a+w
/bla/bla/folder" or 777

In directory just above this folder do the ls-la command ,you see the
current rigths and owners of the folders and files .

Btw the shared disk on a goflex what format is it hopefully ext3 or 4
not fat or ntfs . Is it an USB drive ?

If its an USB drive maybe it should be mounted via fstab so that you can
have some controll over the rigths on it , Debian/Ubuntu system can be
funny re auto mounting USB drives ?




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(in storage SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread slartibartfast

Mnyb wrote: 
> Well thats more off an a basic linux question so use your favourite
> terminal tool on windows it's may be putty and open a SSH session tot
> the server .
> 
> The commands in question s you want to explore is *cd* (for moving
> around just like in DOS prompt ) and *chmod* and *chown* .
> Is the is rigths and owners/user on the system .
> 
> There are a lot of such web sites and resources that could explain it to
> you I recommend going there and learn some . make bookmarks .
> 
> Find the where it the folders are in the linux file structure a gues is
> /mnt or /media but you get some clues from lms web UI while you try to
> browse there .
> 
> Exemple only valid for me :
> 
> # chmod 777 -R /media/cover
> 
> this is my cover art folder named "cover" that is in my media folder and
> i changed the rights to read and write for everyone (the 777 part ) and 
> the -R means recursively for subfolders to that folder .
> This may seem a bit sloppy to some (it is lazy I admit ) you could
> experiment with chown which rougly is "change owner" and a more
> restrictive rw options (if you google you find what these 3 numbers mean
> and make a more restricted schoice ) .
> 
> The LMS is running by its own user account that usually is
> squeezeboxserver (can be something else) besides that you have root and
> possibly some other user I dont know the plug distro .
> So you could change the owner to squeezeboxserver .
> 
> *mkdir* is also useful you can make the folders directly in the
> commandline 
> 
> My lazy approach is because this is "just" the music share that I have
> back-upped etc . I'm not  bank so it's more of nuisance if it gets
> corrupted .
> 
> More seasoned linux users may have better ideas .

This doesn't seem to work for me either.

Sent from my Nexus 7 using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread slartibartfast

mherger wrote: 
> sudo chmod -R a+w /path/to/images
> 
> Run on the goflex should enable write access for any user.
> 
> 
> Gesendet von meinem iPad mit 'Tapatalk' (http://tapatalk.com/m?id=1)

This doesn't seem to work for me.

Sent from my Nexus 7 using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Random albums list

2013-11-08 Thread erland

sciurius wrote: 
> I only see
> > 
Code:

  >   > 
  > Albums   (builtin)
  > Artists   (builtin)
  > Decades   (builtin)
  > Genres   (builtin)
  > Music Folders   (builtin)
  > New Albums   (builtin)
  > New Artists   (builtin)
  > Playlists   (builtin)
  > Years   (builtin)
  > 

> > 
> 
You need to click the "Create new menu" link

sciurius wrote: 
> 
> I assume I need a license for the full version, which is a pity since I
> like to try before I buy. 
> Also, IIUC, the licenseManager requires an internet connection every
> time the plugin is used, which could be a showstopper since I often
> deploy LMS on a non-connected LAN.
> 
> Let's say I have mixed feelings about this.
> 
License Manager only need an internet connection in the following
cases:
1. When you first validate the license after installation (in which case
you have internet connection since you have just downloaded and
installed the plugin)
2. When the license is re-validated whe the previous license has expired
(for the evaluation license this would happen after 30 days)
3. When the license is re-validated when you install a new plugin
version (in which case you have internet connection since you have just
downloaded the new plugin version)

So if you would decide to get a one year license, you would need
internet connection at installation time and once every year and when
you upgrade the plugin.
If you get the life time license you would only need internet connection
at installation time and when you upgrade the plugin.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). 
If you like to encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))
You may also want to try my Android apps 'Squeeze Display'
(https://play.google.com/store/apps/details?id=info.isaksson.squeezedisplay)
and 'RSS Photo Show'
(https://play.google.com/store/apps/details?id=info.isaksson.rssphotoshow)
*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStream&p=743516)*.

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread Mnyb

slartibartfast wrote: 
> I've installed the latest plugin and tried to set a folder to store
> artist artwork. I get an error "Pictures can't be saved in the defined
> folder. Please make sure the folder does exist and is writable by
> Logitech Media Server". I copied the folder from my windows desktop to a
> USB hard drive connected to the Goflex Net. No doubt this is a
> permissions problem but I have no idea how to fix it.
> 
> Sent from my Nexus 7 using Tapatalk

Well thats more off an a basic linux question so use your favourite
terminal tool on windows it's may be putty and open a SSH session tot
the server .

The commands in question s you want to explore is *cd* (for moving
around just like in DOS prompt ) and *chmod* and *chown* .
Is the is rigths and owners/user on the system .

There are a lot of such web sites and resources that could explain it to
you I recommend going there and learn some . make bookmarks .

Find the where it the folders are in the linux file structure a gues is
/mnt or /media but you get some clues from lms web UI while you try to
browse there .

Exemple only valid for me :

# chmod 777 -R /media/cover

this is my cover art folder named "cover" that is in my media folder and
i changed the rights to read and write for everyone (the 777 part ) and 
the -R means recursively for subfolders to that folder .
This may seem a bit sloppy to some (it is lazy I admit ) you could
experiment with chown which rougly is "change owner" and a more
restrictive rw options (if you google you find what these 3 numbers mean
and make a more restricted schoice ) .

The LMS is running by its own user account that usually is
squeezeboxserver (can be something else) besides that you have root and
possibly some other user I dont know the plug distro .
So you could change the owner to squeezeboxserver .

*mkdir* is also useful you can make the folders directly in the
commandline 

My lazy approach is because this is "just" the music share that I have
back-upped etc . I'm not  bank so it's more of nuisance if it gets
corrupted .

More seasoned linux users may have better ideas .




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(in storage SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread mherger

slartibartfast wrote: 
> I've installed the latest plugin and tried to set a folder to store
> artist artwork. I get an error "Pictures can't be saved in the defined
> folder. Please make sure the folder does exist and is writable by
> Logitech Media Server". I copied the folder from my windows desktop to a
> USB hard drive connected to the Goflex Net. No doubt this is a
> permissions problem but I have no idea how to fix it.

sudo chmod -R a+w /path/to/images

Run on the goflex should enable write access for any user.


Gesendet von meinem iPad mit 'Tapatalk' (http://tapatalk.com/m?id=1)



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread Wirrunna

Excellent enhancements.
Scan for artists went from 12,000+ to 3,178 and took 2:37 to complete on
my workstation. Copied the Artist Pictures folder to my low powered LMS
server, configured the settings and did a new and changed scan that
completed the artist picture lookup in less than an hour.

Browsing by artist is showing up some more of my bad tagging - Händel, G
F and Handel, G F for instance. 

For the Album Art, the "Find Albums with missing artwork" listing under
Extras on the Web interface has been very useful - I have been slowly
reducing the number of missing covers while listening to music on the
boom in my study, maybe a similar "Find Artists with missing pictures"
would make it easier than browsing through the Artists looking for "Man
with Trumpet".



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread pinkdot

saving 'artists' to a custom folder on my Synology NAs works fine. 

But I changed some pictures without changing the extention or name (just
made them square). Run an 'new and changed scan'. All pictures are
downloaded again and overwrite the altered pictures. Am I doing
something wrong?



pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread slartibartfast

mherger wrote: 
> > Goflex net squeezeplug. Orange squeeze sometimes takes a long time to
> > populate the artist artwork even after caching. Having said that it
> > seemed fairly fast this morning after scrolling through the list once.
> 
> I think there was a bug in the pre-caching, causing the image not to be 
> 
> read from the cache, but doing an additional roundtrip. You should give 
> 
> 0.7.x another try (if you haven't done so already).
> 
> -- 
> 
> Michael

I've installed the latest plugin and tried to set a folder to store
artist artwork. I get an error "Pictures can't be saved in the defined
folder. Please make sure the folder does exist and is writable by
Logitech Media Server". I copied the folder from my windows desktop to a
USB hard drive connected to the Goflex Net. No doubt this is a
permissions problem but I have no idea how to fix it.

Sent from my Nexus 7 using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


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

2013-11-08 Thread erland

esa wrote: 
> 
> 2) I follow your procedure. But in the first time, I don't restore the
> backup and the end as for the test I prefer to have all stat 
> 
> deleted.
> 
> 3) I check the trackstat (Last played song) and it should be cleaned but
> it's not the case. I can see a list that contains a wrong list 
> 
> of "last song played".Not important at this step.
> 
It's not cleared because TrackStat will pick up standard LMS information
about when a song was played last.

esa wrote: 
> 
> 3) I play the same song as before : UB40 - Cherry Oh Baby.
> Now, it's working. I see only one song : see "trackstat3.jpg"
> 
> 4) I reanable the MusicBrainz parameter. I play the same song  "UB40 -
> Cherry Oh Baby"
> Now, it appears 3 times (corresponding to the 3 files in my Music
> Folder) : trackstat4.jpg. That's OK!
> 
Sounds like the problem is related to musicbrainz so you probably need
to have that disabled in TrackStat settings.

esa wrote: 
> 
> 6) Then I do the following test because I'm busy to TAG my songs and I
> certainly do something wrongly.
> 
> 6.1) I rename the parent folder containing the UB40 songs to UB40-v2 (I
> move the files after MusicBrainz TAG)
> 6.2) I do a "Clear Library and rescan everything". In TrackStat setting
> "Rescan refresh" is enabled.
> 6.3) I don't play the song "UB40 - Cherry Oh Baby."
> 6.4) Check "last played song" and I see that I have a different behavior
> : see trackstat5.jpg. Now the song is showed 5 times.
> 6.5) When I check with Mp3Tag : I see that this song is only 3 times on
> the server : trackstat6.jpg
> 
This is what happens when Musicbrainz has been enabled in TrackStat and
you have duplicate songs in your library. Every time TrackStat performs
a refresh you will get additional duplicate entries in the TrackStat
data.

esa wrote: 
> 
> It seems that when a song is present only one time, I don't have
> duplication, but when a song is present more than one time, each time I
> play it, I have an increasing duplication in the list.
> 
Exactly, the issue is when you have multiple instances of the same song
on different albums, in this case you will get duplicates and the
duplicates will multiply every time TrackStat executes its Refresh
operation. For it to work properly you need to follow the procedure I
listed in my previous post:
1. Make a TrackStat backup, see "Backup statistics before
upgrade/reinstall" section of TrackStat documentation:
http://wiki.slimdevices.com/index.ph...de.2FReinstall
2. Disable musicbrainz tags in TrackStat settings page
3. Perform a full rescan, clear all TrackStat data and restore the
backup from point 1, see "Restore statistics after upgrade/reinstall"
secton of TrackStat documentation:
http://wiki.slimdevices.com/index.ph...de.2FReinstall

In point 3, you don't have to restore the backup if you want to start
fresh, but it's important to perform the rescan and clear all TrackStat
data because else the duplicates won't be removed.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). 
If you like to encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))
You may also want to try my Android apps 'Squeeze Display'
(https://play.google.com/store/apps/details?id=info.isaksson.squeezedisplay)
and 'RSS Photo Show'
(https://play.google.com/store/apps/details?id=info.isaksson.rssphotoshow)
*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStream&p=743516)*.

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] Windows 8 App

2013-11-08 Thread daveg56

Any news on the fix for the app to fix the connection problem with LMS
running on a Synology NAS (212j). Bought the app for my Asus W8 tablet,
disappointed that it wouldn't connect.



daveg56's Profile: http://forums.slimdevices.com/member.php?userid=53814
View this thread: http://forums.slimdevices.com/showthread.php?t=97998

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


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

2013-11-08 Thread esa

Thanks for the quick answer!

1) Before doing your procedure, I try the following when MusicBrainz was
enable :
1.1) play a song that exist only in one examplar in my Music folder : no
problem, it appear only one time in "last played song"
1.2) play a song that exist in 2 or 3 examplars in my Music folder : the
problem occur like you can see in the screen shot in "last 

played song"
It seems the issue occurs on song present in mulpiple examplar.

2) I follow your procedure. But in the first time, I don't restore the
backup and the end as for the test I prefer to have all stat 

deleted.

3) I check the trackstat (Last played song) and it should be cleaned but
it's not the case. I can see a list that contains a wrong list 

of "last song played".Not important at this step.

3) I play the same song as before : UB40 - Cherry Oh Baby.
Now, it's working. I see only one song : see "trackstat3.jpg"

4) I reanable the MusicBrainz parameter. I play the same song  "UB40 -
Cherry Oh Baby"
Now, it appears 3 times (corresponding to the 3 files in my Music
Folder) : trackstat4.jpg. That's OK!

6) Then I do the following test because I'm busy to TAG my songs and I
certainly do something wrongly.

6.1) I rename the parent folder containing the UB40 songs to UB40-v2 (I
move the files after MusicBrainz TAG)
6.2) I do a "Clear Library and rescan everything". In TrackStat setting
"Rescan refresh" is enabled.
6.3) I don't play the song "UB40 - Cherry Oh Baby."
6.4) Check "last played song" and I see that I have a different behavior
: see trackstat5.jpg. Now the song is showed 5 times.
6.5) When I check with Mp3Tag : I see that this song is only 3 times on
the server : trackstat6.jpg

7) I continue my investigation.
7.1) I play the song one more time from the album "The Very Best of UB40
1980-2000"
7.2) Check "last played song" : it shows 4 times. At this point, I
suppose :
- the first stat is when I played the song from the old folder.
- the 3 other stats correspond to the song played in the new folder.
Maybe the path is taken into account, but with MusicBrainz it should
not.

7.3) I rename the parent folder to UB40-V3 and restart the step 6.1 to
6.4
Play the song : now it show 5 times
8) I use "Delete unused statistic" in Trackstat. 
9) I use "Refresh statistic after rescan" : I suppose it had been run
after the "Clear Library and rescan everything".
Play again "UB40 - Cherry Oh Baby".And now, I see 11 times the same
track : trackstat9.jpg

what am I doing wrong?
Must  I follow your procedure about "Inconsistency/Problems" ?
It seems that when a song is present only one time, I don't have
duplication, but when a song is present more than one time, each time I
play it, I have an increasing duplication in the list.


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


ASUS S1 D525 ATOM with 1GB on Linux Gentoo
Version : 7.5.5 - r32671
Plate-forme : i686-linux
Version de Perl : 5.12.4 - i686-linux
Version de MySQL : 5.1.70-log
1 x Squeezebox Touch : 7.5.1-r9009
1 x Squeezebox Boom  + 1 x Squeezebox Receiver
SqueezeCommander (0.9.6.1) HTc WildFire

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

2013-11-08 Thread pippin

Is this when playing the station with iPeng or when using iPeng as a
controller?



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
*New: Logitech UE Smart Radio* as well as iPeng Party, the free
Party-App, 
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

2013-11-08 Thread StephanG2312

Hi, using 181.fm just for the Holidays. Compared to last year's season
they show now covers for each track. When playing it with iPeng, the
cover of the track which is currently playing is shown but then it stays
even if the next track is playing. In Squeezebox Duet it's working fine
but not in iPeng. Any idea?



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

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2013-11-08 Thread gharris999

virx71 wrote: 
> Hello,
> many thanks for your fast feedback,
> I have to thank you also for the idea of heyu script.
> 
> I suggest to move the discussion to this power center post
> where I wrote what I did to make it work on the RaspbPI
> http://forums.slimdevices.com/showthread.php?99977&p=761451&viewfull=1#post761451
> 
> Your idea could be extended to create macros/scenarios with RF and IR
> working together.
> I already did a nice sequence to turn on and off my audio amps.
> 
> If you have optimized code to share I'll be happy to receive it,
> as I wrote to Mr Watkins a few days ago and got no reply yet.
> 
> Cheers,
> V.PM me with your email address and I'll sent it to you, but prob. not
before Sunday given what I've got going on.



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
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-11-08 Thread Michael Herger

Is there a simple way to reset and start again - I didn't have many
recipes and they are easy to recreate.  I rather hoped that deleting the
prefs file would solve the problem.


Did you delete the smartmix.prefs file _while_ LMS was shut down?

What browser are you using?

I'm sorry to say, still can't reproduce your problem :-(.

--

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread garym

Nice improvements. Scanning artist pictures on clear and rescan went
from almost 4 hours to about 31 minutes now (only doing 1860 artists
instead of 10,355!).  Doing a new and changed scan still uses about 26
minutes for artist picture scanning (after having just done the full
scan), but from reading above, this may be improved in the next version.



*Location 1:* VortexBox (2.2) > LMS 7.8 > Transporter, Touch, Boom,
Radio w/Battery (all ethernet except Radio)
*Location 2:* VBA 3TB (2.2) > LMS 7.7.2 > Touch > Benchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio)
*Office:* Win7(64) > LMS 7.8 > SqueezePlay
*Spares:* VBA 4TB, SB3, Touch (3), Radio (3), CONTROLLER
*Controllers:* iPhone4S (iPeng), iPad2 (iPengHD & SqueezePad),
CONTROLLER, or SqueezePlay 7.8 on Win7(64) laptop
Ripping (FLAC) - dbpoweramp, Tagging - mp3tag, Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


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

2013-11-08 Thread Michael Herger

Michael - thanks for your help.  I'm afraid I'm not making much
progress.  I tried deleting the prefs file and letting it build a new
one.  Then if I got to the Blender and try creating a new recipe,
exactly the same thing happens - I get "ARRAY" again as the second
track.


Ok, then it's probably a bug in the Blender (which I haven't investigated  
yet). That's probably the piece of information I was asking for: I didn't  
know you started those mixes from the Blender directly.



When you say my profile only knows 371 tracks, I'm not sure I understand
where you see that - I couldn't see that in the log or the prefs file.
My LMS library has over 9000 songs.  Are you referring to my Smart Mix
library?


Smart Mix does read your library and send some metadata to  
the.echonest.com. This data is require to create your "taste profile". But  
from the logs I'm seeing that your profile only knows about 371 tracks.  
This can have various reasons: bad tagging in your files, a rather exotic  
musical taste (TEN doesn't know the vast majority of your tracks for  
whatever reason), or the export task fails and stops working at some  
point. Therefore I'd suggest you enable debugging for plugin.smartmix and  
re-run a full wipe & rescan. Then send me the scanner.log again. Thanks!


That said: the biggest issue in your poor mixes most likely is a bug in  
the Blender or playlist creation, not your data.


--

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread Michael Herger

Goflex net squeezeplug. Orange squeeze sometimes takes a long time to
populate the artist artwork even after caching. Having said that it
seemed fairly fast this morning after scrolling through the list once.


I think there was a bug in the pre-caching, causing the image not to be  
read from the cache, but doing an additional roundtrip. You should give  
0.7.x another try (if you haven't done so already).


--

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2013-11-08 Thread Michael Herger

Fine but it seems it actually downloaded all pictures again ??  even if
have a full of artist pictures in my folder or did it just take 7,5
minute to check them ?


That should be fixed in the next release: until now the artwork, even if  
stored locally, would have been pre-cached again during every scan. In the  
next release it will only do so if the file is not in the cache or has  
been changed. Dropped execution time for the artist image pre-caching step  
on my server from >5 minutes to 7 seconds :-).


--

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


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

2013-11-08 Thread markcaines

mherger wrote: 
> > Here's the log...
> 
> Thanks for the log and prefs files. I see from the prefs that some of
> the  
> recipes are "corrupted":
> 
> recipe:
> artist: ARRAY(0x7fdc63a9fc70)
> 
> Both of these players were most likely playing the Jazz mix. How this  
> corruption happened, that I don't now. But if you played some random
> other  
> mix, then went back to playing this recipe, would it recover?
> 
> One more thing: your profile only know 371 tracks. I guess that's not
> all  
> your collection, is it? Did the last export fail? A small profile would 
> 
> result in more inaccurate mixes, as they can't know what you have and
> like.
> 
> -- 
> 
> Michael

Michael - thanks for your help.  I'm afraid I'm not making much
progress.  I tried deleting the prefs file and letting it build a new
one.  Then if I got to the Blender and try creating a new recipe,
exactly the same thing happens - I get "ARRAY" again as the second
track.

When you say my profile only knows 371 tracks, I'm not sure I understand
where you see that - I couldn't see that in the log or the prefs file. 
My LMS library has over 9000 songs.  Are you referring to my Smart Mix
library?

Is there a simple way to reset and start again - I didn't have many
recipes and they are easy to recreate.  I rather hoped that deleting the
prefs file would solve the problem.

Mark



markcaines's Profile: http://forums.slimdevices.com/member.php?userid=1605
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: Local Player plugin and Squeezelite for Linux/Windows/OSX

2013-11-08 Thread Mnyb

goopie wrote: 
> Thanks Mnyb.
> 
> There doesn't seem a setting for bitrate in Squeezelite.
> 
> Changing the Windows setting makes the bitrate persistent.
> 
> Any suggestions on another setting that might be the solution?
> 
> Thanks

I only use squeezelite for listening with my internal soundcard and some
mini monitors ,so it's really not critical to me .
But it could be a setting in the OS in my Linux mint desktop it was . So
maybe you have to set all of windows to output 24/96 .

In my case squeezelite is not running on my server but another machine
so i have manually installed it . manually installing squeezelite may
give more options to use in the comandline at startup , a lot of options
more than I can describe .
Thats why i only answered yes , hoping some one who fidled in windows
lately would have clue on exactly what to tweak :)

HOWEVER I INSTALLED THE PLUGIN JUST TO SEE WHAT IT DOES IT HAS A SETTING
.

*Additional Options (Advanced)* where can you put comand line options to
maybe pick the right output device instructions here
https://code.google.com/p/squeezelite/


There are gazilions of thing that could go off the hook in computer
audio . And that’s why we have hardware sueezeboxes in the first place !
(you get your bitperfect player out of the box independent of whatever
goes on on the computer ) Such a loss that don’t make them anymore




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(in storage SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

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

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