Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-15 Thread cpd73


paul- wrote: 
> When using the mobile layout, what decides if a dropdown list(Like the
> player list) uses a scroll bar, or just uses a gesture to swipe in the
> list.
> 
> I'm playing with using the 7" RPI display and Xorg
> 
> Firefox shows a scollbar to navigate in the list
> Epiphany uses a swipe to move through the list.
> 
> Is that controlled by the browser, or the device detection and css?

I get a scrollbar on both with Fedora. It'll be the browser that is
controlling this though - using swipe for touch/mobile devices, etc.



*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: Material Skin

2022-01-15 Thread cpd73


mherger wrote: 
> https://tidal.com/browse/track/95570766
> ...
> wimp://(playlist|album|):?([0-9a-z-]+)
> wimp://123.mp3 (or .flac)

So, "wimp://TRACK.EXT" => "https://tidal.com/browse/track/TRACK";

mherger wrote: 
> 
> https://www.deezer.com/track/531514321?...
> ...
> deezer://123.mp3 (or .flac)
> 

"deezer://TRACK.EXT" => "https://www.deezer.com/track/TRACK";

mherger wrote: 
> 
> ^pandora://([^.]+)\.mp3

???



*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] Music Similarity DSTM mixer

2022-01-15 Thread cpd73


prabbit wrote: 
> After numerous retries I finally got through analyzing all of my files.
> As a reminder, I analyzed my files using Ubuntu on Windows to get the
> high-level analysis. I see that data in the library.db file. I also see
> a jukebox file.
> 
> I am attempting to start the API server on my Windows system, the same
> one where I have run MusicIP Mixer Server for years. I get this output.
> 
> > 
Code:

  >   > 
  > PS G:\music-similarity> python .\music-similarity.py
  > Traceback (most recent call last):
  > File "G:\music-similarity\music-similarity.py", line 37, in 
  > app.start_app(args, cfg, jukebox_file)
  > File "G:\music-similarity\lib\app.py", line 714, in start_app
  > similarity_app.init(args, config, jukebox_path)
  > File "G:\music-similarity\lib\app.py", line 50, in init
  > ids = self.mus.get_jukebox_from_file(jukebox_path)
  > File "G:\music-similarity\lib\musly.py", line 142, in get_jukebox_from_file
  > localmj = self.read_jukebox(path)
  > File "G:\music-similarity\lib\musly.py", line 130, in read_jukebox
  > localmj = self.mus.musly_jukebox_fromfile(ctypes.c_char_p(bytes(path, 
'utf-8')))
  > OSError: exception: access violation reading 0x
  > 

> > 

I never actually tried analysing on Linux then running on Windows - or
even the other way around. I've just tried now (I have Windows 10 in a
VM) and it also fails. However, if you delete the jukebox file it is
recreated from the DB contents, and this then works.

What I can do is, perhaps, check for musly_jukebox_fromfile throwing
errors and delete and recreate the jukebox automatically.



*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: Material Skin

2022-01-15 Thread Michael Herger

https://tidal.com/browse/track/95570766
...
wimp://(playlist|album|):?([0-9a-z-]+)
wimp://123.mp3 (or .flac)


So, "wimp://TRACK.EXT" => "https://tidal.com/browse/track/TRACK";


I somewhat forgot about the context... left is the LMS internal URI 
schema, right is "official". The plugin can go from official to 
internal, eg. you should be able to "playlist play 
https://tidal.com/browse/track/TRACK"; and that would translate into the 
internal URI (playlists/albums would result in a list of tracks).


What exactly are you trying to do? Context is hard to find in this 
lengthy thread...



"deezer://TRACK.EXT" => "https://www.deezer.com/track/TRACK";


Same here: LMS can do right to left, but doesn't do left to right.


^pandora://([^.]+)\.mp3


I don't know whether there's any URL schema Pandora uses for its 
stations. We simply use the station ID in the URI as outline above.

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-15 Thread cpd73


mherger wrote: 
> What exactly are you trying to do? Context is hard to find in this 
> lengthy thread...

All I want to do is convert from an LMS track URL to the URL to access
the track on the service's website. So, for spotify LMS has
"spotify://track:TRACK_ID" - Material then simply converts this to
"https://open.spotify.com/track/TRACK_ID"; This URL is then use when
copying track details and also as a link underneath the lyrics display
in Material.

Likewise, for Deezer LMS uses "deezer://TRACK_ID.EXT" and this is
converted (by Material) to "https://www.deezer.com/track/TRACK_ID";

I just need the Pandora equivalent - if this is possible? Never used
Pandora, so not sure if is is the same as the others or not.



*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: Material Skin

2022-01-15 Thread Michael Herger

All I want to do is convert from an LMS track URL to the URL to access
the track on the service's website. So, for spotify LMS has
"spotify://track:TRACK_ID" - Material then simply converts this to
"https://open.spotify.com/track/TRACK_ID"; This URL is then use when
copying track details and also as a link underneath the lyrics display
in Material.


Oh, I see. I got it the wrong way around. I thought somebody was asking 
to translate the official URLs into something LMS can play. But that's 
already handled in LMS.



I just need the Pandora equivalent - if this is possible? Never used
Pandora, so not sure if is is the same as the others or not.


I have close to zero experience with Pandora, as it's not available to 
me. Maybe an active Pandora user could tell?

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread PaulH


I discovered that there is a RS232 plugin in the LMS plugin 
But I didn't find any documentation.
Could this do the trick?



PaulH's Profile: http://forums.slimdevices.com/member.php?userid=72449
View this thread: http://forums.slimdevices.com/showthread.php?t=115760

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread bpa


PaulH wrote: 
> I discovered that there is a RS232 plugin in the LMS plugin 
> But I didn't find any documentation.
> Could this do the trick?

IIRC = No.  I think it was about control of amps - LMS to device - you
want a device tpo LMS.

Look at the readsq.py application - it deal with CLI commands - you can
rip out the text to graphics stuff or just use a reverse telnet
application or maybe minicom

There is a copy (no sure which version as it is posted in many threads))
attached to this post
https://forums.slimdevices.com/showthread.php?103464-picore-mit-hd44780-2-oder-4-Zeilen-Display&p=816678&viewfull=1#post816678

All the "self.request" seem to be CLI command to LMS via telnet (i.e a
serial link) - such as poweron, etc. All detailed in the WebGUI Help
pager I posted earlier.



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-15 Thread expectingtofly


cpd73 wrote: 
> All I want to do is convert from an LMS track URL to the URL to access
> the track on the service's website. So, for spotify LMS has
> "spotify://track:TRACK_ID" - Material then simply converts this to
> "https://open.spotify.com/track/TRACK_ID"; This URL is then use when
> copying track details and also as a link underneath the lyrics display
> in Material.
> 

If you want to add BBC Sounds it is:   

Code:


  e.g.
  
  sounds://_p0bgd4qx_p0bgd72m_0-> https://www.bbc.co.uk/programmes/p0bgd72m
  
  so :
  
  sounds://___Z   -> https://www.bbc.co.uk/programmes/
  
  




Stuart McLean   

expectingtofly plugins :
'bbc sounds' (https://github.com/expectingtofly/lms_bbc_sounds_plugin),'
global player (uk)'
(https://github.com/expectingtofly/lms_globalplayer_plugin), 'times
radio' (https://github.com/expectingtofly/lms_times_radio_plugin),  'uk
radio player'
(https://github.com/expectingtofly/lms_ukradioplayer_plugin), 'virgin
radio (uk)' (https://github.com/expectingtofly/lms_virgin_radio_plugin) 
and the 'radio favourites plugin'
(https://github.com/expectingtofly/lms_radio_favourites_plugin)

for bbc sounds help see the 'bbc sounds wiki'
(https://github.com/expectingtofly/lms_bbc_sounds_plugin/wiki).

expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
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] Uart RaspPi

2022-01-15 Thread PaulH


36836bpa wrote: 
> IIRC = No.  I think it was about control of amps - LMS to device - you
> want a device to LMS.
> 

You are right it's to control the Logitech Transporter (I never saw this
unit)


Otherwise I'm not able to write any program on Linux :-(. Maybe I can
use an RS232 -> IP converter. It's probably working to send any basic
commands (play, stop,). For metadata, probably some programming
skills is necessary!



PaulH's Profile: http://forums.slimdevices.com/member.php?userid=72449
View this thread: http://forums.slimdevices.com/showthread.php?t=115760

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread bpa


PaulH wrote: 
> 36836
> 
> You are right it's to control the Logitech Transporter (I never saw this
> unit)
> 
> 
> Otherwise I'm not able to write any program on Linux :-(. Maybe I can
> use an RS232 -> IP converter. It's probably working to send any basic
> commands (play, stop,). For metadata, probably some programming
> skills is necessary!
You have not described your use case.

I think you are over complicating things.

If the Pi running has a TCP/IP connection - just telnet to the LMS
system portr 9090 and try a fewe of the LMS CLI command

Example on my LMS - telnet from a Ubuntu system - but it can be Windows,
Android etc.
Red Command .  All command ended with LF = CTRL/J and not Carriage
Return (CTRL/M).

Code:


  $ telnet localhost 9090
  Trying 127.0.0.1...
  Connected to localhost.
  Escape character is '^]'.
  status
  7c%3A9e%3Abd%3A2b%3A52%3A94 status   player_name%3AMyDAC32 
player_connected%3A1 player_ip%3A192.168.0.143%3A59045 power%3A1 
signalstrength%3A0 mode%3Astop mixer%20volume%3A50 playlist%20repeat%3A0 
playlist%20shuffle%3A0 playlist%20mode%3Aoff seq_no%3A0 playlist_tracks%3A0 
digital_volume_control%3A1
  player count ?
  player count 2
  player name 1 ?
  player name 1 Squeezebox%20Receiver
  albums 0 4
  albums 0 4 id%3A2 album%3A20th%20Century%20Blues id%3A12 
album%3AAlright%2C%20Still id%3A4 album%3AAtlantic%20Soul%20-%20CD1 id%3A3 
album%3ABetty%20Blue%2037%C2%B02%20Le%20Matin count%3A15
  




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

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


[SlimDevices: Plugins] Announce: Accuradio Plugin 1.0

2022-01-15 Thread bpa


Accuradio now seems to play M4A streams and so LMS support is required.

Because of an Accuradio M4a format pecularity, *this plugin requires LMS
8.3.0 - 1642205175 @ Sat Jan 15 or later.*

As plugin requires a very up to date version of LMS, I have not yet put
the plugin into LMS 3rd party repository

To install this plugin.
1. Make sure MySqueezebox Accuradio applet is uninstalled and there is a
no yellow icon Accuradio menu item showing. MySqueezebox changes can
take time to get through to LMS systems. 
2. In WebGUI Setting/Plugins add the repository URL below to the Plugins
tab "Additional Repositories" section.
http://bpa-code.github.io/bpaplugins/test-accuradio.xml
3. Then check the box for Accuradio in the Accuradio V1.* Plugin repo"
section.
4. Restart LMS when prompted. A purple Accuradio icon should appear in
Radio or My Apps section.



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

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread PaulH


bpa wrote: 
> You have not described your use case.
> 
> I think you are over complicating things.
> 
> 



Your are right, I had to explain first how I would like to use
Picoreplayer.

I would like to integrate it on my small home made home automation. It's
using Arduino, that's why it doesn't speak ethernet. But it speaks serial.


I would like to control (start, stop, next, select a radio,...)  the
picoreplayer from it by sending an RS232 strings as "PLAY" for exemple.

My HA has a display and I can display some informations (temperature,...)
also title and tracks. It could be perfect if the picore send a string
when new metadata are coming (the same string displayed on the LCD is
perfect for me).

I hope I have made myself clearer. I should have started there!



PaulH's Profile: http://forums.slimdevices.com/member.php?userid=72449
View this thread: http://forums.slimdevices.com/showthread.php?t=115760

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread bpa


PaulH wrote: 
> I hope I have made myself clearer. I should have started there!
Much clearer.

I don't know about PCP and as you are doing development, I'd start with
LMS on a full Raspbian/Max2play system to have full flexibility rather
than cut down piCore.
Once you have a workign system, then figure a way to get it goingon on
PCP as you may need to do a custom build if an extension is not
available.

Simplest scenario:

Enable serial console on pi (e.g.
https://medium.com/@sarala.saraswati/connecting-to-your-raspberry-pi-console-via-the-serial-cable-44d7df95f03e
)

Then using arduino - login into Pi (i.e.codes  wait for "Login:" prompt,
code replies with userid and then wait for "password:" prompt and
replied with password. Once in run telnet command.

If this is too complicated then a reverse telnet or maybe socat can
connect serial port direct to LMS port 9090.  You'd have to find out how
to get the /dev/tty type driver running on GPIO pins to acts as serial
port on the Pi for "reverse telnet" or socat to access (e.g.
https://spellfoundry.com/2016/05/29/configuring-gpio-serial-port-raspbian-jessie-including-pi-3-4/)
although probably much easier to buy a cheap USB-serial adaptor.



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

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2022-01-15 Thread Dominik82


Hi there,

I'm using AirPlay Bridge to integrate my Yamaha RX-V675 which is almost
working.
Only problem is, that my Receiver will be recognized by LMS/Plugin, if I
restart the server while the Yamaha is switched on.
If I switch the Yamaha off and on a little bit later it will be not
recognized anymore.

Is there an option what I've forgotten to set?
In my mind I installed only the plugin and it was working

Thanks for your help :)



Dominik82's Profile: http://forums.slimdevices.com/member.php?userid=71748
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread PaulH


bpa wrote: 
> Much clearer.
> 
> I don't know about PCP and as you are doing development, I'd start with
> LMS on a full Raspbian/Max2play system to have full flexibility rather
> than cut down piCore.
> 

I'm ok with C but not with Linux.

PCP is perfect for me. Restart perfectly after power supply failure,
easy to use and efficient!

What about using an Hardware RS232-Ethernet adapter ? It should be
possible to send any commands?



PaulH's Profile: http://forums.slimdevices.com/member.php?userid=72449
View this thread: http://forums.slimdevices.com/showthread.php?t=115760

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-15 Thread paul-


cpd73 wrote: 
> All I want to do is convert from an LMS track URL to the URL to access
> the track on the service's website. So, for spotify LMS has
> "spotify://track:TRACK_ID" - Material then simply converts this to
> "https://open.spotify.com/track/TRACK_ID"; This URL is then use when
> copying track details and also as a link underneath the lyrics display
> in Material.
> 
> Likewise, for Deezer LMS uses "deezer://TRACK_ID.EXT" and this is
> converted (by Material) to "https://www.deezer.com/track/TRACK_ID";
> 
> I just need the Pandora equivalent - if this is possible? Never used
> Pandora, so not sure if is is the same as the others or not.

Pandora assigns stations.  I don't think it allows you to play/retrieve
a specific track.  But I've not looked to see if the track id is the
same everytime a specific track is played.  I'll do some logging and see
what I can find.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
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] Uart RaspPi

2022-01-15 Thread bpa


PaulH wrote: 
> I'm ok with C but not with Linux.
if you can do C - python P erl , bash etc. is just a bit of reading.


> PCP is perfect for me. Restart perfectly after power supply failure,
> easy to use and efficient!
Limited.

I reckon if you could build *socat* for PCP a single command line would
do what you need. However you'd need to build sopcat for PCP which may
be possible as there is a socat extension for Tinycore
(http://www.tinycorelinux.net/9.x/armv7/tcz/)

> What about using an Hardware RS232-Ethernet adapter ? It should be
> possible to send any commands?
What do you mean
* something that implements TCP/IP over a serial line such as PPP -
doesn't solve your problem.
* a serial server (e.g. nc601b type) - probably works but only if device
is supported by PCP kernel but may need an extension for it. Still would
need code on Arduino to login and issue CLI commands - same as my
earlier suggestion



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

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


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

2022-01-15 Thread SamY


DavidBulluss wrote: 
> I have loaded the files in and restarted, nothing broken. Then I
> realised that I am using Squeeze CTRL, not Squeezer... not sure how to
> get to a menu that looks like the one on Squeezer, but I will endevour
> to see if there is.
> 
> Cheers, David.

The plugin's audio settings menu is partially functional in Squeeze Ctrl
but there are problems in the way that the slider controls are
implemented. I have verified that the Quick Select menu works there,
including the new "save" feature, although the second line of the menu
description is missing:

36842


To activate the menu in Squeeze Ctrl, which will be found under
"Settings->DenonAvpControl", select the "Enable audio settings menus?"
option in the LMS "Player->DENON AVP/AVR Control" menu and restart LMS.


+---+
|Filename: Screenshot_2022-01-15-09-46-49.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36842|
+---+


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] Uart RaspPi

2022-01-15 Thread bpa


bpa wrote: 
> i* a serial server (e.g. nc601b type) - probably works but only if
> device is supported by PCP kernel but may need an extension for it.
> Still would need code on Arduino to login and issue CLI commands - same
> as my earlier suggestion

After looking at LMS CLI code - it just connects to a TCP port and
expected line by line of text on a TCP port. The CLI code does not
connect to a tty/serial device
An RS232-Ethernet connection usually creates tty devices and this is
irrelevant to the CLI plugin and nothing gained in using it as
application access the rs232 line will still have to issue "telnet"
command to talk to CLI application or run something like socat to
connect serial line to CLI's TCP port..



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

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


Re: [SlimDevices: Plugins] Announce: Accuradio Plugin 1.0

2022-01-15 Thread kidstypike


Thanks bpa, working here no problem.

36843


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


*Server - LMS 8.3.0 *Pi4B 4GB/Argon one case/pCP 8.1.0 - 75K library,
playlists & LMS cache on Sata SSD (ntfs)
*Study -* Pi4/Pi screen/pCP 8.1.0 > HiFiBerry DAC HAT > Edifier
*Lounge* - Pi2/pCP 8.1.0 > HiFiBerry DIGI+ > Topping E30 > AVI DM5
*Dining Room* - Echo Show 8
*Garage* - Rpi4/pCP/AP mode > Touch > Edifier

*Spares* - 1xTouch, 1xSB Radio. 1xSB3, 6xRPi, 1xDAC32, 1xCORE32

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=115768

___
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-15 Thread philchillbill

I have several new intents lined up for certification so now would be a
good time to tweak any misfirings in the voice model. 

I find that Alexa often misunderstands me when I use the ‘assume’ and
‘ungroup’ commands. 

If you have any examples of commands that she often misunderstands for
you, let me know here and I can tweak the model before it all gets
certified and hence frozen.



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] Music Similarity DSTM mixer

2022-01-15 Thread prabbit


cpd73 wrote: 
> I never actually tried analysing on Linux then running on Windows - or
> even the other way around. [...] However, if you delete the jukebox file
> it is recreated from the DB contents, and this then works.

Users do crazy and unexpected things all the time, don't they?

I never could identify why my analysis was taking so long relative to
what you reported, but I'm assuming it was something in my local
environment.

Deleting the jukebox file and allowing it to be recreated worked. Thank
you. Using the new More menu options, I can create a Similarity mix and
see similar tracks. I'm looking forward to seeing what comes up on the
playlists.



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: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2022-01-15 Thread bonndias


Cool! I will update LMS and check during next week.





bonndias's Profile: http://forums.slimdevices.com/member.php?userid=43372
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: Accuradio Plugin 1.0

2022-01-15 Thread bpa


kidstypike wrote: 
> Thanks bpa, working here no problem.

Good to know.
Quality isn't great but it's free.
I think the number after the title is the number of items in the
playlist which are served up at random in groups of 32.
I'm not how well the lists are managed. The "Nordic Folk Songs" genre
could be a testing category or an eclectic mix
Artist search has to be full artist name e.g "David Bowie" and not just
"Bowie"



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

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread PaulH


bpa wrote: 
> After looking at LMS CLI code - it just connects to a TCP port and
> expected line by line of text on a TCP port. The CLI code does not
> connect to a tty/serial device
> An RS232-Ethernet connection usually creates tty devices and this is
> irrelevant to the CLI plugin and nothing gained in using it as
> application access the rs232 line will still have to issue "telnet"
> command to talk to CLI application or run something like socat to
> connect serial line to CLI's TCP port..

To summarize (with the knowledge I have) , external communication it's
not so easy as I thought :-(

No issue for metadatas output.

The only issue I founded to control the player is using the
SqueezeButtonPi. Instead buttons I could connect it to digital outputs
from my Arduino.



PaulH's Profile: http://forums.slimdevices.com/member.php?userid=72449
View this thread: http://forums.slimdevices.com/showthread.php?t=115760

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread bpa


PaulH wrote: 
> To summarize (with the knowledge I have) , external communication it's
> not so easy as I thought :-(
> 
> No issue for metadatas output.
> 
> The only issue I founded to control the player is using the
> SqueezeButtonPi. Instead buttons I could connect it to digital outputs
> from my Arduino.

External communication is easy over TCP/IP. socat which woudl connecte a
TCP/IP socket to s errtial line is easy - just there is no socat readily
available for PCP - but is there for Raspbian or Max2play.
All player control and metadata is done via LMS. 
The player knows nothing about displays or control.

SqueezeButtonPi - uses the same CLI command interface I have been
suggesting.



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-15 Thread scslite


cpd73 wrote: 
> Sorry, I don't use any streaming services so cannot directly help. Does
> the Default skin show the same issue? What about iPeng, SqueezeCtrl, or
> Squeezer?
> 
> If you use Material's debug (see my sig) then you should be able to see
> if it is LMS that is sending the duplicates.

Yes default skin is same thing.  I've logged a ticket with Qobuz support
as well and waiting.  Will try your debug suggestion as well. Many
thanks!



scslite's Profile: http://forums.slimdevices.com/member.php?userid=71427
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] PiCorePlapyer - LMS showing duplicate Albums for some Artists .....

2022-01-15 Thread Cut-Throat


scslite wrote: 
> This is happening to me that had cropped up after I updated to the
> latest Material Skin.  For me so far it's just in my Playlist folder in
> Qobuz.  Everything is duplicated.  The Qobuz app doesn't show
> duplicates.  
> 
> So if this is on Qobuz end not sure if they'd oblige if I tell them
> about this issue in LMS.  :D
> 
> I sure hope it sorts out eventually as it's annoying.  
> 
> To OP, is yours fixed?

Yes, eventually the problem just 'went away'..It seemed to take a
few months though. Qobuz probably fixed something



Cut-Throat's Profile: http://forums.slimdevices.com/member.php?userid=43167
View this thread: http://forums.slimdevices.com/showthread.php?t=114703

___
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-15 Thread darwinesque


BoomX2 wrote: 
>  install the SDT plugin manually.
Thanks for your reply, @BoomX2. I chose the manual install route shortly
after posting and everything's working well.



darwinesque's Profile: http://forums.slimdevices.com/member.php?userid=66188
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] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-15 Thread superstar19


philippe_44 wrote: 
> Does it do the same thing on iTunes?
Huh, I had no idea I could do airplay from my PC/iTunes. lol. But yes,
every device shows up as expected in iTunes on my PC.



superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread Greg Erskine


I think socat is similar to netcat which is similar to nc. pCP has
busybox nc installed. Type busybox to get a list of commands.

pCP doesn't include bash by default, pCP uses sh. pCP doesn't include
python by default, pCP uses microPython (with only a couple of libs)



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=115760

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2022-01-15 Thread Paul Webster


Beta 0.0.19d (via non-published repo)

- Added more EspaceRadio Group (France) stations, each under own top
level menu, many of which have their own sub-channels - JazzRadio.fr,
Alpes1, M Radio, Generations, La Radio Plus, La Radio Plus Alpes Du Sud,
ODS, RVA, Virage, Durance (although they have a problem with their data
at present), Nice.

That makes around 40 top-level station groups and over 350 stations now
in the plugin.
Time for a pause so I start looking again at providing data to "Radio
Favourites".

At this point it is probably worth a reminder that you can turn off
individual top-level menu entries via the plugin settings (requires LMS
restart to take effect).

Cherie FM currently seem to be having some problems with data not
updating in a timely fashion and cover art being really slow which leads
to timeouts when players try to display it. Hopefully it is a short-term
problem at their end which they can resolve on Monday.



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

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-15 Thread PaulH


Greg Erskine wrote: 
> I think socat is similar to netcat which is similar to nc. pCP has
> busybox nc installed. Type busybox to get a list of commands.
> 
> pCP doesn't include bash by default, pCP uses sh. pCP doesn't include
> python by default, pCP uses microPython (with only a couple of libs)

Greg, 

Are my wishes achievable ? Redirect text output on UART. Control some
feature by UART ? 
Or definitely uart is not at all supported by tinylinux ?

Thanks for your opinion and precious experience !



PaulH's Profile: http://forums.slimdevices.com/member.php?userid=72449
View this thread: http://forums.slimdevices.com/showthread.php?t=115760

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


Re: [SlimDevices: Plugins] PiCorePlapyer - LMS showing duplicate Albums for some Artists .....

2022-01-15 Thread scslite


Cut-Throat wrote: 
> Yes, eventually the problem just 'went away'..It seemed to take a
> few months though. Qobuz probably fixed something

Ok thanks for the feedback!  That sounds promising.  I did open a ticket
with Qobuz about it and hopefully it follows suit.



scslite's Profile: http://forums.slimdevices.com/member.php?userid=71427
View this thread: http://forums.slimdevices.com/showthread.php?t=114703

___
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-15 Thread mbg


Is there a complete list of ports that need to be opened for this plugin
to function correctly?

I just did a new install of LMS 8.3 on CentOS 9 and while I was able to
get Shairtunes2W and ChromeCast bridge working by opening specific
firewall ports, I wasn't able to get this one going with just 1900/UDP
plus a range of 64 starting at the base port.

I ended up trusting the entire subnet in the firewall (i.e. no ports
blocked) and it started working at that point, but until I did that I
couldn't get the configuration to generate.

Thanks anyway - this is a great plugin.



mbg's Profile: http://forums.slimdevices.com/member.php?userid=3200
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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2022-01-15 Thread philippe_44


ASenna04 wrote: 
> Hello,
> 
> I am trying to use the squeeze2upnp plugin to send HQPlayer ouput.
> Currently I have successfully setup the plugin as a Roon endpoint and
> this is enabling playback from Roon into Naim NDS. I want to send Apple
> Music through HQPlayer to the Naim NDS.
> 
> Thanks,

HQPlayer has always been a pain and never worked properly. If you look
back in that long thread, you'll find several failed attempts. The dev
is configuring a few items in an unknown way and I gave up



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

___
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-15 Thread philippe_44


mbg wrote: 
> Is there a complete list of ports that need to be opened for this plugin
> to function correctly?
> 
> I just did a new install of LMS 8.3 on CentOS 9 and while I was able to
> get Shairtunes2W and ChromeCast bridge working by opening specific
> firewall ports, I wasn't able to get this one going with just 1900/UDP
> plus a range of 64 starting at the base port.
> 
> I ended up trusting the entire subnet in the firewall (i.e. no ports
> blocked) and it started working at that point, but until I did that I
> couldn't get the configuration to generate.
> 
> Thanks anyway - this is a great plugin.

Can you share your config file. What you have done should be enough



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

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