Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2022-01-26 Thread philchillbill

Peter Galbavy wrote: 
> Thanks for the pointers, been there done those; Specifically:
> 
> I tried "alexa, stream the album songs from the north" and she replies
> correctly and the album art appears. LAME is installed (docker container
> on a Synology) and - this is the fun bit - when I the open the
> /stream.mp3 URL in my browser (on the same reverse proxied URL) is both
> plays *and* a new player appears in LMS called Alexa-X - but this
> player is only there when I am manually streaming to my browser. When I
> stop and ask the Echo Show to once again stream, artwork appear but no
> autio and no player in LMS web interface.
> 
> In terms of the "assume" command, I have followed the docs and tried
> variations - my reading implies that when you say "alexa, tell media
> server to assume the lounge player" is somehow enabling that specific
> Echo Show to stream as a new player in LMS called "Lounge" but perhaps I
> have missed a step? It just says "I can't find a player called lounge"
> or whatever other room is misheard.
> 
> I am not (yet) a subscriber as I want to know if this works, so the
> Australia bit is more the location - I am normally in the UK and my root
> Amazon account is UK based.

You cannot assume an AlexaPlayer (Echo) no matter what its name (I'll
amend the docs to mention that — thanks) and there's even no need to.
Skills do not have access to the friendlyName you assigned to your Echo
such as e.g. Lounge Echo — all Amazon provides us is a huge deviceId
string which I chop 5 characters from to give you the Alexa-x name
seen in the LMS GUI when streaming. However, even without knowing a
name, Mediaserver's 'Stream' commands -always -target the Echo you are
talking to. It's actually the only way Amazon allows a skill to start
music playing on an Echo (a skill cannot ask one Echo to play music on
another one — only the big music services are 'allowed' do that).

I'm guessing that the lack of audio is related to your docker or proxy
situation. After your attempted Stream command (where you were told
"Streaming 11 'Musical' tracks..." but heard silence), the logs show a
MEDIA_ERROR_SERVICE_UNAVAILABLE playback error:


Code:


  "request": {
  "type": "AudioPlayer.PlaybackFailed",
  "requestId": "amzn1.echo-api.request.d16f8e14-8539-4c51-9416-4dfc7f351d02",
  "timestamp": "2022-01-26T22:18:24Z",
  "locale": "en-US",
  "currentPlaybackState": {
  "offsetInMilliseconds": 0,
  "token": "1643235490915",
  "playerActivity": "STOPPED"
  },
  "error": {
  "message": "Device playback error",
  "type": "MEDIA_ERROR_SERVICE_UNAVAILABLE"
  },
  "token": "1643235490915"
  }
  



That would indicate that the Echo didn't see a valid audio stream at the
address that LMS resolves to in your LAN. 

The normal 'Play' command just instruct LMS to talk to your players and
feed them as LMS does. The 'Stream' commands are different by necessity
because the Echo needs to be fed with a stream *from a URL*, much like
internet radio. LMS is told to start up a /stream.mp3 network client and
then the Echo is pointed at that stream locally within your LAN. That
last part must be failing due to your proxy/docker setup. The
/stream.mp3 endpoint has to be unprotected and reachable over http
without basic auth in your LAN for it to work. 

Can you share any details of your proxy or docker config? Any reason you
didn't go the ngrok route? Earlier, you got a bad-SSL cert error (EPROTO
140716538210176:error:1408F10B:SSL routines:ssl3_get_record:wrong
version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332) so
it may also be that Amazon does not trust your proxy. You subsequently
re-linked the skill without a port number in the https URL which
silenced the error, but Amazon may still have issues with your proxy.
Amazon has whitelisted ngrok which is why people who go that route never
have issues like this.



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2022-01-26 Thread Michael Herger

I noticed in your spotty plugin github page this update last december:
"Allow sorting playlist tracks by date of addition."


It's in the player specific Spotty settings in LMS.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-01-26 Thread BoomX2


Sfn4uk wrote: 
> the only minor problem I have is that temperatures are expressed as
> Fahrenheit not Celsius

This is an SDT setting.  Look under
"Advanced->SuperDateTime->Temperature Unit"



BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-26 Thread Michael Herger

Hi, I tried to reproduce the problem. Started a song from the
recommendations, automatically played the next song, then I skipped to
the next and Spotty got stuck.


I believe the ":recommended" lookup failure has been a red hering all 
the time. Yes, it's something that should not happen. But it likely has 
nothing to do with what is stopping playback. Here's what I understand 
happened:


- around 18:57 playback of Tori Amos' "A Sorta Fairytale" (5:28) started
- around 19:03:00 Spotty requested the next track, as we approached the 
end of the previous track

- around 19:03:11 Tanita Tikaram started "Valentine Heart" (4:06)
- 19:04:43 Spotify told Spotty to play the next track (likely you 
hitting the "Next" button): "Got called from spotty helper for 
00:04:20:...: change"

- 19:04:44 Spotty is told next should be REM's "Everybody hurts" (5:20)
- 19:04:47 another "Next" event
- 19:04:48 next track is Pink's "Dear Mr. President"
- 19:04:48.5609 Spotify tells us to stop playback

And during all this time there are some of those failures to lookup 
tracks for the :recommend playlist. And something else seems to be have 
one of your Spotify playlists queued up in Spotty/LMS mode? Bryan Ferry, 
Jason Mraz, A Fine Frenzy, Cranberries, Maroon 5... tracks are looked up 
regularly.


Does this make sense?

So whatever is causing the playback to stop, we're not really closer. 
But I don't think it's the ":recommended" appendix in the playlist URI. 
Would playback end, too, if you didn't hit "Next" but just let it play? 
Is it nearing the end of the recommendations in the Spotify app?

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


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-01-26 Thread BoomX2


steveJC wrote: 
> I've translated some of the strings in the plugin to French. I'm
> attaching the modified strings.txt . I hope you can merge this into the
> next release.
> 

Thank you.  I will.



BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-26 Thread Michael Herger

Hi, I tried to reproduce the problem. Started a song from the
recommendations, automatically played the next song, then I skipped to
the next and Spotty got stuck. I uploaded the server.log.zip to your
dropbox.


Thank you very much! That should be very helpful! And don't forget to 
disable the verbose logging again.

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-26 Thread bossanova808


So are others seeing the issue with Spotty stopping a few seconds into a
song, pausing about 10 seconds, then carrying on (sometimes) or just
outright stopping?  Doesn't happen on 100% of songs, but most of them. 
Has started in the last week or two.

I have checked, am not using British English in LMS, I have
re-authorised Spotty (after deleting everything in the cache dir related
to spotty).  No other network issues/changes and we use Spotty here
daily for the last few years without issues.

(LMS running as a docker, updated just now, with latest everything. 
Clients are mainly Booms).



bossanova808's Profile: http://forums.slimdevices.com/member.php?userid=619
View this thread: http://forums.slimdevices.com/showthread.php?t=115592

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2022-01-26 Thread Peter Galbavy


Thanks for the pointers, been there done those; Specifically:

I tried "alexa, stream the album songs from the north" and she replies
correctly and the album art appears. LAME is installed (docker container
on a Synology) and - this is the fun bit - when I the open the
/stream.mp3 URL in my browser (on the same reverse proxied URL) is both
plays *and* a new player appears in LMS called Alexa-X - but this
player is only there when I am manually streaming to my browser. When I
stop and ask the Echo Show to once again stream, artwork appear but no
autio and no player in LMS web interface.

In terms of the "assume" command, I have followed the docs and tried
variations - my reading implies that when you say "alexa, tell media
server to assume the lounge player" is somehow enabling that specific
Echo Show to stream as a new player in LMS called "Lounge" but perhaps I
have missed a step? It just says "I can't find a player called lounge"
or whatever other room is misheard.

I am not (yet) a subscriber as I want to know if this works, so the
Australia bit is more the location - I am normally in the UK and my root
Amazon account is OK based.



Peter Galbavy's Profile: http://forums.slimdevices.com/member.php?userid=32718
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2022-01-26 Thread philchillbill

Peter Galbavy wrote: 
> I've gone through a somewhat convoluted set-up process, using my own
> proxy, and while the skill can control the player on my PC I cannot get
> it to either stream audio or assume a player for my Echo Show 8. If I
> tell media server to "assume the lounge player" is just says "cannot
> find a player called lounge" - I have read back and forth and can't see
> any other step required to "enable" the Echo Show as a player. Streaming
> shows things in the screen, but silence.
> 
> My Echo Show is in Australia and the skill complained about languages,
> so I switched to both US and UK english to test. Can "Australian" be
> added to the list of supported languages please?
> 
> Would it not be cleaner to have an additional explicit command to enable
> an Echo (Show) as a player rather than "assume" which also seems to pick
> the default player for commands?

If you ask it to list your players, is there one called Lounge among
them? What exact command did you try in order to stream? Silence when
streaming usually means the LAME encoder is missing from your LMS
install. That’s in the docs. Also, you would never assume an Echo as
that command is only for squeezeboxes. When you use any stream command
then the audio sink is always the Echo you’re talking to. 

Amazon does not allow skills with subscriptions in Australia.



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2022-01-26 Thread Peter Galbavy


I've gone through a somewhat convoluted set-up process, using my own
proxy, and while the skill can control the player on my PC I cannot get
it to either stream audio or assume a player for my Echo Show 8. If I
tell media server to "assume the lounge player" is just says "cannot
find a player called lounge" - I have read back and forth and can't see
any other step required to "enable" the Echo Show as a player. Streaming
shows things in the screen, but silence.

My Echo Show is in Australia and the skill complained about languages,
so I switched to both US and UK english to test. Can "Australian" be
added to the list of supported languages please?

Would it not be cleaner to have an additional explicit command to enable
an Echo (Show) as a player rather than "assume" which also seems to pick
the default player for commands?



Peter Galbavy's Profile: http://forums.slimdevices.com/member.php?userid=32718
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] Android Squeezer App - Artwork disappeared

2022-01-26 Thread Hyde_TDS


Spoke too soon. It's all disappeared again?!?!?



Hyde_TDS's Profile: http://forums.slimdevices.com/member.php?userid=72512
View this thread: http://forums.slimdevices.com/showthread.php?t=115825

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2022-01-26 Thread Peter Galbavy


Sorry for the potential FAQ, but this is a very long thread and there is
nothing in the first few pages;

Just populating a holiday home with Echo Show 8s (2nd gen) and thought
it would be nice to have LMS integration. I do not under any
circumstances whatsoever however want to use "some random guy's" cloud
proxy service - I am quite happy with my in-house network security and
my own remote access controls. I am happy to pay for the "skill" but
without the random guy of the street's proxy.

Can I set this up with my own access methods? Please don't say it's too
complicated - I've been building weird IP networks since the dawn of
time.

I have to trust Amazon - sadly - but that's the limit of my desire for
this.



Peter Galbavy's Profile: http://forums.slimdevices.com/member.php?userid=32718
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-26 Thread ldarieut


changed the media folder in lms to /mnt/usb/music and it works. My
original LMS config had two folders, /mnt/usb/music/hires and
/mnt/usb/music/lowres.
thanks :)
Luc



ldarieut's Profile: http://forums.slimdevices.com/member.php?userid=21224
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2022-01-26 Thread oliverbg1


SamY wrote: 
> Glad it works for you. The change will be in the next release. Yes,
> please do keep us posted on your progress with ser2net and piCorePlayer.

If few people want to follow the thread :
http://forum.tinycorelinux.net/index.php/topic,25512.15.html#lastPost



oliverbg1's Profile: http://forums.slimdevices.com/member.php?userid=71652
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2022-01-26 Thread SamY


oliverbg1 wrote: 
> It's OK for me! power up & Down Ok. same behavior for volume. Great job.
> Thanks for all people like me with old AVR.
> 
> For my other problem I am in discussion with menbers of piCore forum, to
> let me know why I cant use ser2net inside the piCorePlayer. This will
> help me using 1 Rpi instead of 2 (1 for player with pcp and another with
> raspbian and ser2net connected to my AVR).
> I will give news here.

Glad it works for you. The change will be in the next release. Yes,
please do keep us posted on your progress with ser2net and piCorePlayer.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-26 Thread TomTurtle


mherger wrote: 
> > I reproduced it now using the Android-Spotify app:
> > [22-01-24 10:45:03.9224] Plugins::Spotty::API::__ANON__ (1438) API
> call:
> >
> playlists/0hqXvXIavFHIjGqiZyOAKa:recommended/tracks?limit=50=from_token
> 
> Ok, as you seem to be able to reproduce this reliably: please enable 
> debug logging for plugin.spotty, do your thing to reproduce this, then 
> please send your full server.log.zip to 
> https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a. I'd really like to
> 
> understand what is going on here. You simply click the play symbol over
> 
> the artwork of a recommended track? I don't know why that would add (or
> 
> rather try to add) a playlist, rather than a single track...
> 
> And then disable logging again, as it's creating a ton of output :-).

Hi, I tried to reproduce the problem. Started a song from the
recommendations, automatically played the next song, then I skipped to
the next and Spotty got stuck. I uploaded the server.log.zip to your
dropbox.



TomTurtle's Profile: http://forums.slimdevices.com/member.php?userid=51041
View this thread: http://forums.slimdevices.com/showthread.php?t=115592

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-26 Thread TomTurtle


Paul Webster wrote: 
> From the Default web interface to LMS ... bottom right of the screen
> Settings/Advanced/Logging
> then scroll down .. they are ordered alphabetically.
> No need to restart LMS.

Thank you! :)



TomTurtle's Profile: http://forums.slimdevices.com/member.php?userid=51041
View this thread: http://forums.slimdevices.com/showthread.php?t=115592

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-26 Thread Shozzer


That sounds excellent,  thanks Craig.

Steve


cpd73 wrote: 
> Been thinking about this, andI think what I can do is; for multi-disc
> albums show only disc titles, when clicking on a title then show track
> list for that disc, etc. Now the question is: do I add a config item to
> toggle this on/off, or always do this when more than (e.g.) 200 tracks?
> I'm leaning towards the auto-enabling based upon track count.
> 
> [Edit] In the spirit of LMS, I'll make this configurable; Off, Always,
> If 200 or more tracks.
> 
> [Edit] And when collapsed discs are shown as follows:
> 
> 37053



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-26 Thread cpd73


ldarieut wrote: 
> yes, the analysis was made on a different linux server.

I analyse on a Fedora laptop, but run MusicSimilarity with LMS on a
Pi4.


ldarieut wrote: 
> 
> Analysis :
> files were located in /mnt/music/hires/A/B.mp3" and
> "/mnt/music/lowres/C/D.mp3"
> files were stored in db as "hires/A/B.mp3" "lowres/C/D.mp3" ...etc

To be expected.

ldarieut wrote: 
> 
> runtime:
> files are located in "/mnt/usb/music/hires/A/B.mp3" etc...
> music-reality is looking for "A/B.mp3" in the db

Because LMS's media dir is set to "/mnt/usb/music/hires" - you can see
this in the "mpath" of your original debug. So, working as expected -
your config does not match. You need to set 'media directory' to
'/mnt/usb/music/'



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-26 Thread ldarieut


prabbit wrote: 
> The system you used for analysis and runs the Similarity API server is
> on a different box than LMS, right? If so, do you have the Similarity
> API Server configured to adjust paths? 
> 
> https://github.com/CDrummond/music-similarity#configuration
yes, the analysis was made on a different linux server.

analysis :
{
"paths":{
"db":"~/.local/share/music-similarity/",
"local":"/mnt/music/",
"cache":"~/.local/share/music-similarity/cache/"
}
}

runtime:
{
"paths":{
"db":"/mnt/usb/music/music-similarity/",
"local":"/mnt/usb/music/"
}
}

Analysis :
files were located in /mnt/music/hires/A/B.mp3" and
"/mnt/music/lowres/C/D.mp3"
files were stored in db as "hires/A/B.mp3" "lowres/C/D.mp3" ...etc

runtime:
files are located in "/mnt/usb/music/hires/A/B.mp3" etc...
music-reality is looking for "A/B.mp3" in the db



ldarieut's Profile: http://forums.slimdevices.com/member.php?userid=21224
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

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


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2022-01-26 Thread hsmeets

mherger wrote: 
> >> There was an update to the "New Releases" endpoint which I needed to
> >> implement. Some user reported differences between the plugin's menus
> and
> >> the "official" New Releases list. I didn't see these differences,
> but
> >> this might be due to some localization on Qobuz' end. Anyway: the
> new
> >> implementation seems to fix this.
> > 
> > I noticed that too but attributed that to Qobuz, not the plug-in :-)
> 
> What country are you in? Does the new version fix the behaviour?

Netherlands.

Aftervthe fix I saw a few albums appear in new releases for the
classical genre, but this is from memory what was there before the fix,
so might be tricky, don’t consider this as a definitive but more as
probably yes type of answer.



does the all-black SB sound better than the white SB?

hsmeets's Profile: http://forums.slimdevices.com/member.php?userid=9716
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2022-01-26 Thread slimhase


A question to Michael / @mherger:
Background:
I dearly miss a feature in LMS to sort playlists... 
(I asked here
(https://forums.slimdevices.com/showthread.php?115226-LMS-Feature-request(-)-invert-playlist-top-to-bottom-gt-bottom-to-top=podcast)
for it w/o getting much feedback or interest from others, so I am
surprised that this seems not to be an issue for many... (only @castalla
asked for something similar...). 
I miss it especially in the context of Audio-Books or Podcasts w/ a lot
of short entries which are not easily sortable by drag'n'drop on my
phone via material... But I am getting OT)

Here is my question:
I noticed in your spotty plugin github page this update last december:
"Allow sorting playlist tracks by date of addition."
https://github.com/michaelherger/Spotty-Plugin/commit/83e74e1524c63780739cf2f9d602c3364ef3d6d5
Maybe, this can help already with unsorted AudioBook Playlist in
Spotify.

But: I don't know or see a way to enable that sorting option
-> Can you point me to how to use it / where to enable it?



slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-26 Thread cpd73


ldarieut wrote: 
> as I wrote, it's prefixed by "hires" in the db, yet music-similarity
> will look it up without the "hires" path.
> luc

The your config is broken. If "local.path = /some/path/music", then
"/some/path/music/album/artist/track.mp3" is stored as
"album/artist/track.mp3" within the DB. Now if LMS has "/home/usr/Music"
as its media dir (mpath in debug above) then when
"file:///home/user/Music/album/artist/track.mp3" is passed as a seed
track, the 'media dir' is removed, and the file can then be found.

If you have your files have a 'hires' prefix in the path in the DB, then
I -think- your "local.path" -should- have been "/mnt/usb/music/hires"

Basically the code needs to strip LMS's 'media dir' from the path of
incomming seed tracks, and use the remainder to locate the file.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-26 Thread prabbit


ldarieut wrote: 
> it's in the db:
> 
> sqlite> select * from tracks where file like "%Round Midnight%";
> hires/Bill Evans/California Here I Come/13 - Round Midnight.flac|'Round
> Midnight|Bill Evans|California Here I Come|Bill
> Evans|Jazz|367||0.0309601910412|0.0785622671247|0.55350625515|0.956970751286|0.149642467499|0.0466651245952|0.988805413246|0.683286011219|0.923669755459|0.625463247299|0.0451345331967|90|D#m|
> HIRES/THELONIOUS MONK/MULLIGAN MEETS MONK/01 THELONIOUS MONK - 'ROUND
> MIDNIGHT.FLAC|'ROUND MIDNIGHT|THELONIOUS MONK & GERRY MULLIGAN|MULLIGAN
> MEETS MONK|THELONIOUS MONK / GERRY
> MULLIGAN|JAZZ|509||0.0305914841592|0.0516271069646|0.540071487427|0.968276321888|0.17799846828|0.009237091057|0.991564512253|0.409064233303|0.20512932539|0.947108507156|1.3131912624E-07|123|D#M|
> 
> as I wrote, it's prefixed by "hires" in the db, yet music-similarity
> will look it up without the "hires" path.
> luc

The system you used for analysis and runs the Similarity API server is
on a different box than LMS, right? If so, do you have the Similarity
API Server configured to adjust paths? 

https://github.com/CDrummond/music-similarity#configuration



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

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-26 Thread ldarieut


it's in the db:

sqlite> select * from tracks where file like "%Round Midnight%";
hires/Bill Evans/California Here I Come/13 - Round Midnight.flac|'Round
Midnight|Bill Evans|California Here I Come|Bill
Evans|Jazz|367||0.0309601910412|0.0785622671247|0.55350625515|0.956970751286|0.149642467499|0.0466651245952|0.988805413246|0.683286011219|0.923669755459|0.625463247299|0.0451345331967|90|D#m|
HIRES/THELONIOUS MONK/MULLIGAN MEETS MONK/01 THELONIOUS MONK - 'ROUND
MIDNIGHT.FLAC|'ROUND MIDNIGHT|THELONIOUS MONK & GERRY MULLIGAN|MULLIGAN
MEETS MONK|THELONIOUS MONK / GERRY
MULLIGAN|JAZZ|509||0.0305914841592|0.0516271069646|0.540071487427|0.968276321888|0.17799846828|0.009237091057|0.991564512253|0.409064233303|0.20512932539|0.947108507156|1.3131912624E-07|123|D#M|

as I wrote, it's prefixed by "hires" in the db, yet music-similarity
will look it up without the "hires" path.
luc



ldarieut's Profile: http://forums.slimdevices.com/member.php?userid=21224
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2022-01-26 Thread oliverbg1


SamY wrote: 
> Okay. Here it is. Let me know if you have any problems, and good luck!

It's OK for me! power up & Down Ok. same behavior for volume. Great job.
Thanks for all people like with old AVR.

For my other problem I am in discussion with menbers of piCore forum, to
let me know why I cant use ser2net inside the piCorePlayer. This will
help me using 1 Rpi instead of 2 (1 for player with pcp and another with
raspbian and ser2net connected to my AVR).
I will give news here.



oliverbg1's Profile: http://forums.slimdevices.com/member.php?userid=71652
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2022-01-26 Thread SamY


oliverbg1 wrote: 
> Hi Sam.
> 
> Yes plugin is already updated to the latest version.. and I'm ready to
> test your modifications

Okay. Here it is. Let me know if you have any problems, and good luck!


+---+
|Filename: Plugin.pm|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37051|
+---+


Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2022-01-26 Thread harrys


Lukenuke wrote: 
> Hello.
> 
> I also. I have tried different solutions described here but without
> success. Still getting in log "[22-01-22 17:05:28.6720]
> Plugins::YouTube::Oauth2::__ANON__ (97) 401 Unauthorized"
> No code in red or anything else shows after click "Get code". I'll be
> much appreciated for any help.

Hi, as per post #1349 by chaug above. need to hanging type to "TV
and limited input" instead of "desktop app" just tried it and it
worked for me, can now access my subscriptions... how odd, thats why i
never even thought of trying this "type"

*one big thank you to chaug  :)*



harrys's Profile: http://forums.slimdevices.com/member.php?userid=66525
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-26 Thread cpd73


ldarieut wrote: 
> must be a very stupid mistake, but here is what I get when trying to
> create a mix:

Your seed track cannot be found in the database:


Code:


  2022-01-26 14:49:33 D Could not locate Thelonious Monk/Mulligan Meets Monk/01 
Thelonious Monk - 'Round Midnight.flac in DB
  



Use (e.g.) SQLiteBrowser to load music-similarity.db and see if the
above exists.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-26 Thread Paul Webster


TomTurtle wrote: 
> Sorry, how can I 'enable debug logging for plugin.spotty' ?

>From the Default web interface to LMS ... bottom right of the screen
Settings/Advanced/Logging
then scroll down .. they are ordered alphabetically.
No need to restart LMS.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=115592

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-26 Thread ldarieut


must be a very stupid mistake, but here is what I get when trying to
create a mix:

2022-01-26 14:49:04 I  * Running on http://192.168.50.149:11000/ (Press
CTRL+C to quit)
2022-01-26 14:49:33 D Request: {"track":
["file:///mnt/usb/music/hires/Thelonious%20Monk/Mulligan%20Meets%20Monk/01%20Thelonious%20Monk%20-%20%27Round%20Midnight.flac"],
"filterattrib": "1", "format": "text", "count": 100, "maxloudnessdiff":
"5", "min": 0, "shuffle": 1, "genregroups": null, "filterxmas": "1",
"attribweight": "35", "norepart": "15", "previous": [], "max": 0,
"genregroupadj": "7", "nogenrematchadj": "15", "mpath":
"/mnt/usb/music/hires", "filtergenre": 0, "maxbpmdiff": "50",
"norepalb": "25", "filterkey": "1"}
2022-01-26 14:49:33 D Genre cfg: {}
2022-01-26 14:49:33 D Essentia(attrib) cfg: {"enabled": true,
"highlevel": true, "bpm": 50, "filterkey": true, "filterattrib": true,
"weight": 0.35}
2022-01-26 14:49:33 D Music root: /mnt/usb/music/hires/
2022-01-26 14:49:33 D S TRACK
file:///mnt/usb/music/hires/Thelonious%20Monk/Mulligan%20Meets%20Monk/01%20Thelonious%20Monk%20-%20%27Round%20Midnight.flac
-> Thelonious Monk/Mulligan Meets Monk/01 Thelonious Monk - 'Round
Midnight.flac
2022-01-26 14:49:33 D Could not locate Thelonious Monk/Mulligan Meets
Monk/01 Thelonious Monk - 'Round Midnight.flac in DB
2022-01-26 14:49:33 D Seed genres: set()
2022-01-26 14:49:33 D similar_tracks: 0, filtered_tracks::meta: 0,
filtered_tracks::attribs: 0
2022-01-26 14:49:33 I 127.0.0.1 - - [26/Jan/2022 14:49:33] "POST
/api/similar HTTP/1.0" 200 -

similarity db has ran on my WSL2 linux and this is the log from pi4.

luc



ldarieut's Profile: http://forums.slimdevices.com/member.php?userid=21224
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-26 Thread TomTurtle


Sorry, how can I 'enable debug logging for plugin.spotty' ?



TomTurtle's Profile: http://forums.slimdevices.com/member.php?userid=51041
View this thread: http://forums.slimdevices.com/showthread.php?t=115592

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


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2022-01-26 Thread Michael Herger

There was an update to the "New Releases" endpoint which I needed to
implement. Some user reported differences between the plugin's menus and
the "official" New Releases list. I didn't see these differences, but
this might be due to some localization on Qobuz' end. Anyway: the new
implementation seems to fix this.


I noticed that too but attributed that to Qobuz, not the plug-in :-)


What country are you in? Does the new version fix the behaviour?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2022-01-26 Thread hsmeets


mherger wrote: 
> > I just so the notice of new version of the plugin?
> 
> There was an update to the "New Releases" endpoint which I needed to 
> implement. Some user reported differences between the plugin's menus and
> 
> the "official" New Releases list. I didn't see these differences, but 
> this might be due to some localization on Qobuz' end. Anyway: the new 
> implementation seems to fix this.

I noticed that too but attributed that to Qobuz, not the plug-in :-)



does the all-black SB sound better than the white SB?

hsmeets's Profile: http://forums.slimdevices.com/member.php?userid=9716
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-26 Thread cpd73


Shozzer wrote: 
> The disc name functionality has great potential and it would be
> extremely useful if there was an option to collapse the list to just
> display the track titles (see previous posts). I know that you are
> unsure about adding this due to it not being in line with other parts of
> Material but for classical box sets this really would be a boon. I have
> recently acquired the complete Schubert songs which is a 40 disc set
> with over 800 tracks. Other classical box sets contain many discs and
> being able to collapse/expand the list would be really helpful with
> navigation.

Been thinking about this, andI think what I can do is; for multi-disc
albums show only disc titles, when clicking on a title then show track
list for that disc, etc. Now the question is: do I add a config item to
toggle this on/off, or always do this when more than (e.g.) 200 tracks?
I'm leaning towards the auto-enabling based upon track count.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] SQL Query usage in Database query plugin

2022-01-26 Thread mamema


mherger wrote: 
> >
> 
> The question marks in there are placeholders, and the three values after
> 
> the colon are the values to replace those placeholders with:
> 
> SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year,
> me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch,
> me.replay_gain, me.replay_peak, me.musicbrainz_id, me.extid, me.title
> FROM albums me WHERE ( id IN ( SELECT me.album FROM tracks me WHERE ( (
> me.audio = 1 AND me.year = 2015 AND samplesize = 16 ) ) GROUP BY me.id )
> )
> ORDER BY me.disc, me.titlesort COLLATE de_DE  LIMIT 1001

coming back to this. running smoothly but the above query lists:

id  titlesort   contributor compilation yearartwork disc
discc   musicmagic_mixable  titlesearch replay_gain replay_peak 
musicbrainz_id  extid   title

and i found out, that i need the artist also.
Can you help me to modify the above query to integrate artists, please?
the album table doesn't include the artist column, so some join is
needed, i'm a little bit lost.



mamema's Profile: http://forums.slimdevices.com/member.php?userid=44662
View this thread: http://forums.slimdevices.com/showthread.php?t=115686

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2022-01-26 Thread philippe_44

chaug wrote: 
> I recently had to re-do the procedure for oauth (to access subscriptions
> and playlists) and I noticed that the instructions don't quite match the
> UI anymore. For example, there is no "other" type app to choose. I think
> it didn't work when I chose "Desktop app" but now I use "TV" or
> something and it works.
> 
> I don't remember where I found these instructions, but I had reasons to
> believe they were the latest version. Could it have been somewhere in
> the LMS plugins UI?
> 
> [Edit: yes, the instructions are on the plugin's settings page)] 
> 
> Anyway, I just wanted to mention that.
> 
> Then I have a question to @philippe: I'm struggling a bit with using
> YouTube music URLs to work with the plugin. Part of the reason is that
> some URLs (e.g. the Radio URLs) don't seem to work independently of the
> page on which they're on (I assume they need a correct referrer url to
> work).
> 
> But part of it also seems to be that the plugin doesn't seem to accept
> urls starting with music.youtube A lot of the time, "music" can just
> be manually replaced my "www" and then it works. Do you think you could
> make the plugin accept music. youtube urls directly?
> 
> Another little thing: the playlist identification tags don't work as
> font modifiers. If you use  and , these will simply be added as
> strings to the playlist names, not as html tags.

I see where the issue for url comes from. For the rest, I’m not sure,
you much have to use a different encoding or maybe the renderer does not
recognize any



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-26 Thread cpd73


Shozzer wrote: 
> You have lost me a bit with the second explanation. Are the words in
> capitals keywords and if so, is there a list of these anywhere? Does the
> string of text need to be wrapped in the > 
Code:

  >   >  tag?> > 
> 
> Its a Key=Value semi-colon separated list. The only Key that Material
> uses is -TITLE- (uppercase). I don't personally use this, I use whole
> comment as title. Key=Value was added incase others were also using
> the comment tag for other purposes.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2022-01-26 Thread ModelCitizen


philippe_44 wrote: 
> 
> Thanks - well-explained logs are everything!
Always happy to help.  :-)

philippe_44 wrote: 
> 
> On a less positive note, I'm not sure it explains the first problem, but
> at least for sure the most recent one. Let's see how 1.81.3 goes
I guess you'll be hearing from me again then!

As always, thanks for the great plugin and for your continued work on it
too.



Take care of your tongue. It is in a wet place and can easily slip.

Lounge: Naim NDX with Touch as controller, Naim NAP 180, NAC 82, NAPSC,
HiCap, Shahinian Arc speakers
Kitchen/outside: Chromecast audio, Azatom iBigBoy 2 (500W)
And... SB+, radios & tons of Chromecasts... all run from LMS and
controlled via Material Skin on any nearby device and a Touch.

ModelCitizen's Profile: http://forums.slimdevices.com/member.php?userid=446
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-26 Thread Shozzer

Ok, thanks. It seems that the Description tag overrides the Comment tag
but I can work around this by using the lyrics tag instead. This then
has the advantage of displaying with ‘Show current track information’
rather than having to dig deeper into the tags. 

You have lost me a bit with the second explanation. Are the words in
capitals keywords and if so, is there a list of these anywhere? Does the
string of text need to be wrapped in the 
Code:

 tag?
  
  The disc name functionality has great potential and it would be extremely 
useful if there was an option to collapse the list to just display the track 
titles (see previous posts). I know that you are unsure about adding this due 
to it not being in line with other parts of Material but for classical box sets 
this really would be a boon. I have recently acquired the complete Schubert 
songs which is a 40 disc set with over 800 tracks. Other classical box sets 
contain many discs and being able to collapse/expand the list would be really 
helpful with navigation.
  
  Thanks.
  
  Steve
  
  
cpd73 wrote: 
>   Material uses the 'comment' fields as returned in the JSONRC response by
>   LMS. As to what -actual- field LMS gets this from I'm not 100% sure. For
>   -me- it is the COMMENT field. I use kid3-qt to update my tags, and that
>   is where I set this info.
>   
>   
>   
>   This allows for:
>   >   
Code:

  > >   
  >   WIBBLE=x;TITLE=The Title;BPM=150;ETC=etc
  >   

>   >



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2022-01-26 Thread Michael Herger

I just so the notice of new version of the plugin?


There was an update to the "New Releases" endpoint which I needed to 
implement. Some user reported differences between the plugin's menus and 
the "official" New Releases list. I didn't see these differences, but 
this might be due to some localization on Qobuz' end. Anyway: the new 
implementation seems to fix this.

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


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2022-01-26 Thread hsmeets

mherger wrote: 
> > That’s the one with Normal/persistent/cashed to choose from?
> 
> Yes.

Hi,

switched to persistent mode. Running a few days. Too short to be
conclusive.

I just so the notice of new version of the plugin? 

Regards,

Huib



does the all-black SB sound better than the white SB?

hsmeets's Profile: http://forums.slimdevices.com/member.php?userid=9716
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2022-01-26 Thread oliverbg1


Hi Sam.

Yes plugin is already updated to the latest version.



oliverbg1's Profile: http://forums.slimdevices.com/member.php?userid=71652
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-01-26 Thread steveJC


I've translated some of the strings in the plugin to French. I'm
attaching the modified strings.txt . I hope you can merge this into the
next release.
37050

For those who have problems with updating plugin, I think is due to DST
Root CA X3 certificate that expires on 2021-09-30.
I've got the same problem in my old Max2Play debian server.


+---+
|Filename: strings.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37050|
+---+


steveJC's Profile: http://forums.slimdevices.com/member.php?userid=41797
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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