Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2012-09-16 Thread bpa

Since you are using a pipe to move data between shairplay and LMS - you
are not using any of the Ubuntu audio subsystem so all talk of Alsa or
Pulseaudio is irrelevant.  The is is prtobably good since you have no
audio hardware I suspect the audio subsystem may not be complete.

Using a pipe also mean anything after wavin: is ignored - so just use
wavin:default.

To test that audio is streaming.
1. Stop LMS
2. Run shairplay
3. In a separate Terminal/Konsole window run ecasound -d -z:db -b:4096
-f:16,2,44100 -i /var/lib/squeezeboxserver/airplay-fifo.raw -o
testaudio.wav
4. Look at output.  Let it run for about 1 minute and then stop
ecasound.
5. Play the audio file testaudio.wav and check it is what was being
streamed.



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

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


Re: [SlimDevices: Plugins] Dynamic Playlist - random songs from multiple artists?

2012-09-16 Thread callesoroe

sander wrote: 
 I'm trying to build a dynamic playlist where it will just pull from a
 group of artist I specify. The artists aren't grouped by genre or any
 other characteristics. 
 
 I thought I could just click select multiple artists in the Only
 include tracks for selected artists field in the advanced playlist, but
 that didn't work. I tried the random songs by artist, but I can't seem
 to find the separator for multiple artists (if it exists). 
 
 Does anyone know how I can do this?
 
 TIA

Use SQL-playlist and create one. I made this one for my wife:

-- PlaylistName:Alice
-- PlaylistGroups:
select tracks.url from tracks
join contributor_track on
tracks.id=contributor_track.track
join contributors on
contributor_track.contributor=contributors.id 
and contributor_track.role in (1,5)
left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and
dynamicplaylist_history.client='PlaylistPlayer'
where
audio=1
and dynamicplaylist_history.id is null
and contributors.name in ('Bruce Springsteen')
or contributors.name in ('Bryan Adams')
or contributors.name in ('Runrig')
or contributors.name in ('Big Fat Snake')
or contributors.name in ('Savage Garden')
or contributors.name in ('Thomas Helmig')
order by random()
limit 10;



callesoroe's Profile: http://forums.slimdevices.com/member.php?userid=22693
View this thread: http://forums.slimdevices.com/showthread.php?t=96456

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


Re: [SlimDevices: Plugins] Erland's Plug-ins, Large Collections, and Hardware Requirements

2012-09-16 Thread batka

Hi Erland,

Got a new Touch and for me it's lacking some basic customization
options.
I would think of the following features, can your plugins provide them?
a) Now Playing screen:
- When it's displaying the 3 lines, I want to include the Track number
in first line, before the Track title. (Because the top Now playing 2
of 9 is written in too small letters.)
- Then I would include the year information at the album title line.
- Then is it possible to change the letter sizes, or number of lines?

b) My second wanted thing is to customize a bit the Browsing menus.
- For example when I browse any menu, is it possible that Touch would
display, at the end of a line, to show which line is the actual line out
of the all in that level. In other words, instead to see right side
scrollbar, to show where I am, in numbers instead of the scrollbar. This
is because due to TFT display, is very depending on seeing angle and I
usually don't see where I'm in the scroollbar. For better understanding:
for example I browse Music Folders, then in a folder1 I have 100
albums, each in separate folder. Now when I browse folder1, and
scrolling down with remote, at the end of the line, showing album
folder, I would see 30(100) for example, showing that currently I'm at
the 30th folder out of the 100 folder.
- Another thing which I would see, when in same situation I scrolling
down or up in that list, is there any scrolling effect? To show the
lines actually* moving *down or up a bit? The reason of this request,
because unfortunately the display width is quiet short, and it cannot
display too long text at once. Hence, when I have a lot of same artist
with a lot of albums, each in separate folder, then only see the
beginning the folder name when scrolling, and if there are a lot with
the name beginning, when I scroll down, I don't see anything changing on
screen. So I would love to see line actually move up or down, instead of
just immediately stepping one line down in all 3 lines. Hope I was
clear :)
- Then is it possible to change the browse menu size letters again, to
customize? Maybe to make it a little bit smallers letters, to include
more length of the string to display?

Thanks lot



batka's Profile: http://forums.slimdevices.com/member.php?userid=12908
View this thread: http://forums.slimdevices.com/showthread.php?t=96124

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2012-09-16 Thread Howard Turkster

Triode wrote: 
 You don't at present as Spotify have not included the relavent features
 in the libspotify api.  I am hoping they will do soon.

Thanks.  I was having a hard time finding a straight answer on this
anywhere else.

Also, I installed your plugin in its place and it's a fairly nice
'substitute'.  Thanks, Triode.



Howard Turkster's Profile: http://forums.slimdevices.com/member.php?userid=39563
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Dynamic Playlist - random songs from multiple artists?

2012-09-16 Thread sander

callesoroe, that's just what I'm looking for, but where do I enter it?
Can I just save that with some extension in my playlists directory?

Erland, here's the playlist. I think there may be some corruption
(unrelated) in my set up so if this works on other systems I apologize.

?xml version=1.0 encoding=utf-8?
sqlplaylist
template
idadvanced.sql.xml/id
parameter type=text id=playlistnamevalueBun Take
1/value/parameter
parameter type=text id=playlistgroups/parameter
parameter type=text
id=requestfromuservalue/value/parameter
parameter type=text id=minlength/parameter
parameter type=text id=maxlength/parameter
parameter type=text id=minyear/parameter
parameter type=text id=maxyear/parameter
parameter type=text 
id=notrepeatvalue1/value/parameter
parameter type=text 
id=neverplayedvalue0/value/parameter
parameter type=text
id=recentlyplayedvalue86400/value/parameter
parameter type=text id=includedcomment
quotevalue=1/parameter
parameter type=text id=excludedcomment
quotevalue=1/parameter
parameter type=text id=includedgenres
quotevalue=1/parameter
parameter type=text id=excludedgenres
quotevalue=1/parameter
parameter type=text id=includedartists
quotevalue=1valueCrosby, Stills amp; Nash/valuevalueCrosby,
Stills, Nash amp; Young/valuevalueGuy Clark/valuevalueLyle
Lovett/valuevalueLyle Lovett/Townes Van Zandt/value/parameter
parameter type=text id=excludedartists
quotevalue=1/parameter
parameter type=text 
id=losslessvalue0/value/parameter
parameter type=text 
id=nooftracksvalue10/value/parameter
parameter type=text
id=customskipfiltervaluedefaultfilterset.cs.xml/value/parameter
/template
/sqlplaylist



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

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


Re: [SlimDevices: Plugins] iPeng support thread

2012-09-16 Thread 05mattjax

pippin wrote: 
 No, you need to enter the Internet IP address of your home (the one the
 dyndns redirects to) in settings where the remote library is configured
 (sorry, don't know the exact menu right now)

Just tried this on Radio and I get problem connecting. 'we couldn't
connect to  Make sure your computer is turned on and connected
to your local network, and that LMS is running' 

I can successfully connect through iPeng using dyndns so LMS is running.
I've checked the home ip address and I've entered that correctly in the
radio remote library setting and the Radio is connected to same foreign
wifi network as iPeng. 

Matt



05mattjax's Profile: http://forums.slimdevices.com/member.php?userid=39786
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: Spotify Premium Plugin (Beta)

2012-09-16 Thread Howard Turkster

One other question -- does starring tracks have any functionality
beyond just saving those tracks to your starred track library?

(i.e. does it have some kind of Pandora-like thumbs up function?)



Howard Turkster's Profile: http://forums.slimdevices.com/member.php?userid=39563
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Dynamic Playlist - random songs from multiple artists?

2012-09-16 Thread callesoroe

sander wrote: 
 callesoroe, that's just what I'm looking for, but where do I enter it?
 Can I just save that with some extension in my playlists directory?
 
 If you have the SQL playlist plugin installed it should be possible.
 Just create a playlist. Then edit and paste my playlist in as code. Then
 modyfi the artists you want to random.
 Save the playlist. Should work.



callesoroe's Profile: http://forums.slimdevices.com/member.php?userid=22693
View this thread: http://forums.slimdevices.com/showthread.php?t=96456

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2012-09-16 Thread Triode

Howard Turkster wrote: 
 One other question -- does starring tracks have any functionality
 beyond just saving those tracks to your starred track library?
 
 (i.e. does it have some kind of Pandora-like thumbs up function?)

It stars the track as far as spotify is concerned.  I don't know if they
use this to influence dynamic radio streams as they don't make this
available to libspotify devices.



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

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


Re: [SlimDevices: Plugins] Erland's Plug-ins, Large Collections, and Hardware Requirements

2012-09-16 Thread erland

batka wrote: 
 
 Got a new Touch and for me it's lacking some basic customization
 options.
 I would think of the following features, can your plugins provide them?
 a) Now Playing screen:
 - When it's displaying the 3 lines, I want to include the Track number
 in first line, before the Track title. (Because the top Now playing 2
 of 9 is written in too small letters.)
 
 - Then I would include the year information at the album title line.
 
 - Then is it possible to change the letter sizes, or number of lines?
 
It's probably better to handle this in a separate thread if we need to
discuss it further, but generally if you want a customized Now Playing
screen your only option is to use the Custom Clock applet and configure
it using the Custom Clock Helper plugin in a local LMS/SBS server on a
computer. The LMS/SBS server is only needed during configuration, after
this you don't need it.

There are some sample styles here which other users have provided:
http://wiki.slimdevices.com/index.php/Custom_Clock_styles

I'm personally using a style that combines artist images from LastFM
with a VU meter and a line of text in the bottom of the screen which
switches between artist name, album name and track title.

The configuration is a bit geeky, but just start a thread in the 3rd
party software section in the forum and start asking questions if you
don't understand how to do it. The general principle is described in the
Customization section of the Custom Clock documentation page:
http://wiki.slimdevices.com/index.php/Custom_Clock_applet

batka wrote: 
 
 b) My second wanted thing is to customize a bit the Browsing menus.
 - For example when I browse any menu, is it possible that Touch would
 display, at the end of a line, to show which line is the actual line out
 of the all in that level. In other words, instead to see right side
 scrollbar, to show where I am, in numbers instead of the scrollbar. This
 is because due to TFT display, is very depending on seeing angle and I
 usually don't see where I'm in the scroollbar. For better understanding:
 for example I browse Music Folders, then in a folder1 I have 100
 albums, each in separate folder. Now when I browse folder1, and
 scrolling down with remote, at the end of the line, showing album
 folder, I would see 30(100) for example, showing that currently I'm at
 the 30th folder out of the 100 folder.
 
I don't think there is any way to do this at the moment.
It's definitely possible to patch the code to do it but I don't think
anyone has done it yet.

batka wrote: 
 
 - Another thing which I would see, when in same situation I scrolling
 down or up in that list, is there any scrolling effect? To show the
 lines actually* moving *down or up a bit? The reason of this request,
 because unfortunately the display width is quiet short, and it cannot
 display too long text at once. Hence, when I have a lot of same artist
 with a lot of albums, each in separate folder, then only see the
 beginning the folder name when scrolling, and if there are a lot with
 the name beginning, when I scroll down, I don't see anything changing on
 screen. So I would love to see line actually move up or down, instead of
 just immediately stepping one line down in all 3 lines. Hope I was
 clear :)
 
I don't think there is any way to do this at the moment.
It's definitely possible to patch the code to do it but I don't think
anyone has done it yet.

However, if you have access to a smartphone, I can strongly recommend to
try to remote control the Touch using a smart phone remote instead of
navigating directly on the touch screen, this is going to make this less
of a problem.

batka wrote: 
 
 - Then is it possible to change the browse menu size letters again, to
 customize? Maybe to make it a little bit smallers letters, to include
 more length of the string to display?
 
Is the problem the text size when you navigate using the touch screen or
the text size when you navigate the screen using the IR remote ?
If it's the IR remote control, you can switch which skin that's used
when navigating the IR remote in Settings/Screen/Select Skin/Remote
Skin

If the problem is when navigating using the touch screen which already
have smaller letters I don't think there is a solution available.
It's definitely possible by patching the source code, but I don't think
anyone has done it yet. There is a FatFinger Skin skin which can be
installed through Patch Installer applet but that will make the text
larger, not smaller.



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

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


Re: [SlimDevices: Plugins] iPeng support thread

2012-09-16 Thread pippin

The radio will also need UDP on port 3483, not just TCP.



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] Dynamic Playlist - random songs from multiple artists?

2012-09-16 Thread sander

erland wrote: 
 It really feels like this should work correctly, you could try to switch
 the Customize SQL view like described above and also post the raw SQL
 it generates.

callesoroe's code worked perfectly. This is exactly what I wanted.
Thanks to both of you for your help!

erland wrote: 
 I have to ask again, are you using SugarCube plugin ? 
 I'm asking because if SugarCube is installed and active it can
 definitely make it work as you describe as it inserts tracks in the
 current playlist and doesn't look at the SQL Playlist logic.
 If this isn't it, it could be worth to check if there are any errors in
 the server.log file when you start to play the playlist.

Sugarcube is installed, but not active. As I mentioned I think there may
be corruption in my configuration. I just moved to an old Linux install
and I need to see if the problems I'm having are due to old configs or
something with Linux. I'll do some more testing and let you know at a
future date. Thanks again.



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

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


Re: [SlimDevices: Plugins] iPeng support thread

2012-09-16 Thread 05mattjax

pippin wrote: 
 The radio will also need UDP on port 3483, not just TCP.

Cheers I'll check this out.



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

2012-09-16 Thread Simon_rb

Hi Garry,

Everything still working well except I've noticed my players are not
pushed to mysqueezebox.com when the plugin turns the server off. They
seem to sit in limbo. (2 x Radios, 1 x Receiver and 1 x Touch). I
believe I have all the settings set correctly and played about with the
timings with no success.. Any ideas?

Cheers



Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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] Dynamic Playlist - random songs from multiple artists?

2012-09-16 Thread sander

Whoops sorry one more problem.

I modified the script and added some more artists but it only pulls a
subset of the ones I gave it. I changed the list like so:

-- PlaylistName:Bun Artists
-- PlaylistGroups:
select tracks.url from tracks
join contributor_track on
tracks.id=contributor_track.track
join contributors on
contributor_track.contributor=contributors.id
and contributor_track.role in (1,5)
left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and
dynamicplaylist_history.client='PlaylistPlayer'
where
audio=1
and dynamicplaylist_history.id is null
and contributors.name in ('Lyle Lovett')
or contributors.name in ('Guy Clark')
or contributors.name in ('Crosby, Stills  Nash')
or contributors.name in ('Townes Van Zandt')
or contributors.name in ('Cowboy Junkies')
or contributors.name in ('Tom Waits')
or contributors.name in ('Richard Thompson')
or contributors.name in ('Sammi Smith')
or contributors.name in ('Emmylou Harris')
or contributors.name in ('Gram Parsons')
or contributors.name in ('Warren Zevon')
or contributors.name in ('Jackson Browne')
or contributors.name in ('Joni Mitchell')
order by random()
limit 10; 

Yet SQL playlist only gives it half the artists:

[12-09-16 14:08:30.0927]
Plugins::SQLPlayList::Plugin::executeSQLForPlaylist (1058) Executing:
select tracks.url from tracks join contributor_track on
tracks.id=contributor_track.track join contributors on
contributor_track.contributor=contributors.id and contributor_track.role
in (1,5) left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and
dynamicplaylist_history.client='00:04:20:16:5f:4a' where audio=1 and
dynamicplaylist_history.id is null and contributors.name in ('Lyle
Lovett') or contributors.name in ('Guy Clark') or contributors.name in
('Crosby, Stills  Nash') or contributors.name in ('Townes Van Zandt')
or contributors.name in ('Cowboy Junkies') or contributors.name in
('Sammi Smith') order by random() limit 10;
[12-09-16 14:08:31.2926]
Plugins::SQLPlayList::Plugin::executeSQLForPlaylist (1065) Executing and
collecting: select tracks.url from tracks join contributor_track on
tracks.id=contributor_track.track join contributors on
contributor_track.contributor=contributors.id and contributor_track.role
in (1,5) left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and
dynamicplaylist_history.client='00:04:20:16:5f:4a' where audio=1 and
dynamicplaylist_history.id is null and contributors.name in ('Lyle
Lovett') or contributors.name in ('Guy Clark') or contributors.name in
('Crosby, Stills  Nash') or contributors.name in ('Townes Van Zandt')
or contributors.name in ('Cowboy Junkies') or contributors.name in
('Sammi Smith') order by random() limit 10;

I'm digging through
http://wiki.erland.isaksson.info/index.php/SQL_Playlist_plugin but I
haven't seen yet why its not putting in all the artists.



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

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2012-09-16 Thread mdav

Hi, 

I have just installed this plugin on my WHS 2011, but I get Bad Player:
Error 5 when I try to play a song. The status under AdvancedSpotify
says:
Helper App: Running
Currently logged in to Spotify
Login Error: No Error
Last Error: No Error  

But when I run the self test, it says: Helper App Not Running - FAIL.

I have also opened incoming traffic for
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotify\Bin\MSWin32-x86-multi-thread\spotifyd.exe
in my windows firewall on the server. Any suggestions?

Thanks!



mdav's Profile: http://forums.slimdevices.com/member.php?userid=56273
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Dynamic Playlist - random songs from multiple artists?

2012-09-16 Thread sander

nevermind, it was using a cached version somehow. It refreshed and its
working now. Thanks again all.



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

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2012-09-16 Thread verypsb

I hope someone will find the time to fix this plugin...



verypsb's Profile: http://forums.slimdevices.com/member.php?userid=17295
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2012-09-16 Thread BrynClarke

..since a few days ago.  Is anyone looking at this issue?



BrynClarke's Profile: http://forums.slimdevices.com/member.php?userid=15429
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2012-09-16 Thread Juggler

I followed you steps, and everything appeared to work as expected. My
iPhone connected and streamed to Shairplay, testaudio.wav was written
(30s came to ~1GB!!!). However, when I played the file (and looked at
the waveform with Audacity), it was blank.

thanks,
J.

bpa wrote: 
 Since you are using a pipe to move data between shairplay and LMS - you
 are not using any of the Ubuntu audio subsystem so all talk of Alsa or
 Pulseaudio is irrelevant.  The is is prtobably good since you have no
 audio hardware I suspect the audio subsystem may not be complete.
 
 Using a pipe also mean anything after wavin: is ignored - so just use
 wavin:default.
 
 To test that audio is streaming.
 1. Stop LMS
 2. Run shairplay
 3. In a separate Terminal/Konsole window run ecasound -d -z:db -b:4096
 -f:16,2,44100 -i /var/lib/squeezeboxserver/airplay-fifo.raw -o
 testaudio.wav
 4. Look at output.  Let it run for about 1 minute and then stop
 ecasound.
 5. Play the audio file testaudio.wav and check it is what was being
 streamed.



Juggler's Profile: http://forums.slimdevices.com/member.php?userid=4935
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

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