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

2018-11-27 Thread cpd73


mherger wrote: 
> > Yes, from the queue if you select the "More" entry from an item's
> menu
> > it will call -["trackinfo", "items", "track_id:xxx", "menu:1"]- But I
> > was thinking, that it might be nice to have the artist search links
> (and
> > others?) under the biography text in the now-playing info dialog
> > (accessed via the "i" icon). Don't want all the track info, just the
> > parts related to the artist. Maybe even likewise for album review and
> > lyrics?
> 
> I'll have to see what I can do. Maybe I'll find some time during the 
> Christmas break...
> 

Nah, don't bother. I've added a "..." button that links to "trackinfo" -
this should be enough.

mherger wrote: 
> 
> 
> > BTW, I maintain an MPD client called Cantata. As part of this I have
> > lyric fetching, which fetches lyrics from multiple sources. (I
> actually
> > just adapted the code from Clementine). Would this be of interest to
> > you? Teh list of providers, and some parsing details, can be found in
> >
> https://github.com/CDrummond/cantata/blob/master/context/lyrics_providers.xml
> 
> Wow, that's quite a list :-). I chose ChartLyrics because they offer an
> 
> API. I'd always prefer APIs over scraping web pages... But with your 
> list it might actually be quite easy to integrate more. Thanks for the
> hint!

lyrics.wikia.com has an API, perhaps that could be used as a fallback
for when ChartLyrics is down? I'd offer to do the integration, but my
Perl is not exactly the best in the world...



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

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


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

2018-11-27 Thread philippe_44


thk_ms wrote: 
> hello,
> 
> We are one step ahead. The speaker will be detected and mp3-files can be
> played. But there are problems with *.flac. The bars jumps back to
> startposition after a few seconds. No sound.
> 
> Greatings, thk_ms

The 'flac' problem is probably something different, let's not focus on
that for now.

This version had the codecs disabled ('mode' could only be 'thru') and
an upnp library built with the new compiler. I'm trying to isolate
problems. So I've updated application (same link) but now back to the
full version, still with new compiler and upnp library. Let's see if it
works. If not, I'll take smaller step and remove libraries one by one.
BTW, any chance you could try the squeeze2cast-ppc-static application to
see if it starts?



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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: Music & Artist Information plugin

2018-11-27 Thread Michael Herger

Yes, from the queue if you select the "More" entry from an item's menu
it will call -["trackinfo", "items", "track_id:xxx", "menu:1"]- But I
was thinking, that it might be nice to have the artist search links (and
others?) under the biography text in the now-playing info dialog
(accessed via the "i" icon). Don't want all the track info, just the
parts related to the artist. Maybe even likewise for album review and
lyrics?


I'll have to see what I can do. Maybe I'll find some time during the 
Christmas break...



BTW, I maintain an MPD client called Cantata. As part of this I have
lyric fetching, which fetches lyrics from multiple sources. (I actually
just adapted the code from Clementine). Would this be of interest to
you? Teh list of providers, and some parsing details, can be found in
https://github.com/CDrummond/cantata/blob/master/context/lyrics_providers.xml


Wow, that's quite a list :-). I chose ChartLyrics because they offer an 
API. I'd always prefer APIs over scraping web pages... But with your 
list it might actually be quite easy to integrate more. Thanks for the hint!


--

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


Re: [SlimDevices: Plugins] [Spotty for Synology] Anmelden nicht möglich

2018-11-27 Thread Michael Herger

Vom Handy/PC läuft die Anmeldung bei Spotify selber sauber durch, hier


Ich meine die Spotty Authentifizierung: du solltest das ja mit dem Handy 
erledigen können. Dann müsstest du keine Benutzernamen/Passwörter eingeben.



Hast du eventuell die Adresse zur Hand, an der sich das Plugin
authentifizieren will? Ich würde mal schauen inwieweit dann auf pings
o.ä. geantwortet wird..


Bin mir nicht restlos sicher. Ich glaube es könnte ap.spotify.com sein. 
Und falls du eine Firewall verwendest: Port 4070 muss ausgehend(!) 
möglich sein.


--

Michael
___
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)

2018-11-27 Thread thk_ms


hello,

We are one step ahead. The speaker will be detected and mp3-files can be
played. But there are problems with *.flac. The bars jumps back to
startposition after a few seconds. No sound.

Greatings, thk_ms



thk_ms's Profile: http://forums.slimdevices.com/member.php?userid=68284
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] play "all title" in Plugin (Deezer)

2018-11-27 Thread philippe_44


mherger wrote: 
> > to the OP: Michael has it fixed now in latest nightly build
> 
> Now that's very modest of you: Philippe submitted a pull request with 
> the change, which I then merged :-). Thanks Philippe!
> 
> -- 
> 
> Michael

:) Let's say I did a part of the fix, you did the other part and we both
made LMS better :)

NB: although I have a track record to submit wrong patches - cross
fingers this time



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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

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


Re: [SlimDevices: Plugins] Announce: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2018-11-27 Thread ynot1234567890


kalimeroo wrote: 
> @Hopeful Sorry, I misunderstood your issue.
> 
> Setting a Legacy PI password works fine but will indeed be dropped
> (https://www.home-assistant.io/docs/authentication/providers/).
> 
> @ynot
> 
> I think I have set up the Home Assistant (Hassbian) and LMS fine on my
> Rpi. You state that you created a playlist for the radio station. Could
> you please let me know where to store this playlist and its name.
> 
> Thanks

To create a radio station playlist I simply use the LMS web frontend
and:


- Add a radio station to a player
- Save it as a playlist using the following naming convention 
  Radio_StationName
  

Some of my examples are:  Radio_Cbc, Radio_Q92, Radio_Country_Classics.

These radio stations can be invoked by saying "Hey Google, ask LMS
Controls to play radio station cbc".  It will queue up the playlist
"Radio_Cbc" on the default player.

Ynot.



*software* - logitech media server version: 7.9.1, home assistant
0.75.3, dialogflow - v.2 api, lms controls app - voice control of lms, 
openmediavault 4.1.9 - storage
*add-ons* - spotty, upnp / dlna bridge, chromecast bridge, 
*players* - sonos, upnp, pi3 - pi core player 3.5.0, android- sb player
v1.4.0, airplay to googlehome and minis
*hardware* - server - i7-3.4ghz, 4gb ram, 6tb storage, debian - 4.16.5

ynot1234567890's Profile: http://forums.slimdevices.com/member.php?userid=66569
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

___
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)

2018-11-27 Thread philippe_44


thk_ms wrote: 
> Hello,
> 
> I did it:
> 
> > 
Code:

  >   > root@thk-nas:~# /volume2/Temp/upnpbridge/native
  > hello world 1804289383
  > root@thk-nas:~# /volume2/Temp/upnpbridge/cross
  > hello world 1804289383
  > root@thk-nas:~# 
  > 

> > 
> 
> Greatings, thk_ms

Crap ... an you try what's in there now
https://www.dropbox.com/sh/l152q06f688xd1d/AAD_i-7GeFL4mFcsxLUx2moba?dl=0



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2018-11-27 Thread kalimeroo


@Hopeful Sorry, I misunderstood your issue.

Setting a Legacy PI password works fine but will indeed be dropped
(https://www.home-assistant.io/docs/authentication/providers/).

@ynot

I think I have set up the Home Assistant (Hassbian) and LMS fine on my
Rpi. You state that you created a playlist for the radio station. Could
you please let me know where to store this playlist and its name.

Thanks



kalimeroo's Profile: http://forums.slimdevices.com/member.php?userid=68671
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

___
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)

2018-11-27 Thread thk_ms


Hello,

I did it:


Code:

root@thk-nas:~# /volume2/Temp/upnpbridge/native
  hello world 1804289383
  root@thk-nas:~# /volume2/Temp/upnpbridge/cross
  hello world 1804289383
  root@thk-nas:~# 
  



Greatings, thk_ms



thk_ms's Profile: http://forums.slimdevices.com/member.php?userid=68284
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: [Spotty for Synology] Anmelden nicht m�glich

2018-11-27 Thread ninomano

mherger wrote: 
> Schwierig zu sagen, was genau das schief läuft. Aber es sieht so aus,
> als könne sich Spotty zwar mit Spotify verbinden, kriegt dann aber keine
> Antwort zurück. Ev. handelt es sich um ein temporäres Problem? 
> 
> Hast du auch versucht, über die Spotify app auf deinem Smartphone oder
> Computer die Authentifizierung durchuführen?

Vorab danke für die schnelle Reaktion! :-) 

Vom Handy/PC läuft die Anmeldung bei Spotify selber sauber durch, hier
gab's auch bisher nie Probleme. Ein temporäres Problem würde ich auch
schon fast ausschließen, da der Fehler nun seit knapp 2 Wochen präsent
ist - in der Vergangenheit (ca 1 Jahr) lief der Spotty stream
problemlos, nun wurde er aber lange nicht genutzt, das Radio hingegen
schon. Hat sich irgendwas an den Protokollen verändert? Muss ich
irgendwo tätig werden?

Hast du eventuell die Adresse zur Hand, an der sich das Plugin
authentifizieren will? Ich würde mal schauen inwieweit dann auf pings
o.ä. geantwortet wird..



ninomano's Profile: http://forums.slimdevices.com/member.php?userid=68688
View this thread: http://forums.slimdevices.com/showthread.php?t=109807

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


Re: [Spotty for Synology] Anmelden nicht m�glich

2018-11-27 Thread mherger

ninomano wrote: 
> [18-11-27 12:57:52.2386] Plugins::Spotty::Settings::Auth::handler (63)
> Trying to authenticate using:
> /volume2/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/Spotty/Bin/i386-linux/spotty-x86_64
> -c "/volume2/@appstore/SqueezeCenter/Cache/spotty/__AUTHENTICATE__" -n
> "Spotify Anmeldung (nas)" -u "zensiert" -p "" -a
> --disable-discovery
> [18-11-27 12:59:59.6365] Plugins::Spotty::Settings::Auth::handler (75)
> Anmeldung fehlgeschlagen: called `Result::unwrap()` on an `Err` value:
> Error { repr: Os { code: 110, message: "Operation timed out" } }: thread
> 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error {
> repr: Os { code: 110, message: "Operation timed out" } }',
> /checkout/src/libcore/result.rs:906:4
> note: Run with `RUST_BACKTRACE=1` for a backtrace.

Schwierig zu sagen, was genau das schief läuft. Aber es sieht so aus,
als könne sich Spotty zwar mit Spotify verbinden, kriegt dann aber keine
Antwort zurück. Ev. handelt es sich um ein temporäres Problem? 

Hast du auch versucht, über die Spotify app auf deinem Smartphone oder
Computer die Authentifizierung durchuführen?



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo

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

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2018-11-27 Thread bpa


Listen Again in HLS format seems to be restricted   - as a non-UK user I
get "403" for Listen Again program in HLS format. DASH still works OK.

This may be 
* a UK vs non-UK change
or
* a gradual move away from HLS as BBC previously announced
or
* it could be a temporary glitch

Plugin cannot do anything about this except advise to set "DASH" as the
first preferred format in Settings.



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

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


Re: [SlimDevices: Plugins] BBCiPlayer - BBC Technology Blog post on API development

2018-11-27 Thread bpa


florca wrote: 
> Very depressing when you read their response to a comment / question
> from Paul Webster in that they have obviously backed away completely
> from any intention of providing an updated open API for external
> consumption :( 

"updated" !! there is no open API to be updated.

"Not for external consumption" is par for the course with BBC - the feed
BBCiPlayer plugin uses is a rare example and it is just one way.

That said, it is not realistic for BBC to provide and support APIs for
non-commercial users as much of the content is covered by various rights
agreements and a public API would probably means those rights could not
be policed effectively (e.g. copies made and then shared whole or in
part without acknowledgements) . This may change in the future as BBC
now allow download of some content.



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

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


[SlimDevices: Plugins] BBCiPlayer - BBC Technology Blog post on API development

2018-11-27 Thread florca


Quite a detailed but ultimately depressing post on the BBC Technology
blog about their API development. Most of it sailed way over my head,
with lots of stuff very alien to my distant days of IBM Assembler
programming and more recent Perl kludging, but they're obviously making
lots of changes. Very depressing when you read their response to a
comment / question from Paul Webster in that they have obviously backed
away completely from any intention of providing an updated open API for
external consumption :(

Link here:
http://www.bbc.co.uk/blogs/internet/entries/7e65dff6-9bf1-4f98-b185-3b424939c8ce



Odroid HC1 / Armbian Stretch LMS & LocalPlayer
4x Slim Devices SB3 (White)
1x Boom, 1x Radio
2x Joggler + Squeezeplay / Squeezelite + Topping TP30

florca's Profile: http://forums.slimdevices.com/member.php?userid=7486
View this thread: http://forums.slimdevices.com/showthread.php?t=109806

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-27 Thread cpd73

d6jg wrote: 
> How are you going to display that? Don’t answer I will wait to find out.

All I'm doing is concatenating the results, e.g.

ARTIST A
...biography of Artist A
ARTIST B
...biography of Artist B

...etc

BTW, I have now enabled the -Issues- section on the github page.



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 & Artist Information plugin

2018-11-27 Thread cpd73


mherger wrote: 
> > Yes, the CLI commands - I'd like to keep as much internal as possible.
> I
> > was thinking along the lines of the search items that appear in the
> > results from the "More" menu. e.h. "On Spotify: Artist", "On
> YouTube",
> > etc.
> 
> That's actually something I wanted to ask you about: you haven't 
> implemented the "trackinfo" menu on the currently playing item, have 
> you? That would provide that very menu.

Yes, from the queue if you select the "More" entry from an item's menu
it will call -["trackinfo", "items", "track_id:xxx", "menu:1"]- But I
was thinking, that it might be nice to have the artist search links (and
others?) under the biography text in the now-playing info dialog
(accessed via the "i" icon). Don't want all the track info, just the
parts related to the artist. Maybe even likewise for album review and
lyrics?

BTW, I maintain an MPD client called Cantata. As part of this I have
lyric fetching, which fetches lyrics from multiple sources. (I actually
just adapted the code from Clementine). Would this be of interest to
you? Teh list of providers, and some parsing details, can be found in
https://github.com/CDrummond/cantata/blob/master/context/lyrics_providers.xml



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

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