Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Michael Herger
On Windows, to open a new browser windows with a specific URL - which will run separate from LMS use Proc::Background and the command line "start "fmp18://192.168.0.151/Music.fmp12?script=findtrack="" Then just return a string to say "done". Please note that this would only work on the server,

Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2020-03-20 Thread kidstypike
threej wrote: > I cannot access the Groups tab in the Advanced drop-down menu. Not sure > what happened, as it had been fine. I very much want to form two groups > of Apple HomePod pairs, each as a stereo pair. Had one set up that way, > then created a larger group including it -- which may

Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2020-03-20 Thread threej
I cannot access the Groups tab in the Advanced drop-down menu. Not sure what happened, as it had been fine. I very much want to form two groups of Apple HomePod pairs, each as a stereo pair. Had one set up that way, then created a larger group including it -- which may be my problem. Any

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
bpa wrote: > The parameter $track is a pointer to the track object - that should be > all you need to get info from LMS database. > For some info $song object is needed. Less used still $client which is > the UI but good as a reference point.. > > Not quite sure what you mean by "track

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
This is not the "More menu"- The "more" I suggested is for playing tracks. Look in the MusicArtistInfo for example of the menu you want - LMS will display the info returned from the trackInfoHandler - it is not a way to start something or fecth something. All the fetching must be done

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
"more" was referring to the material skin. I'm talking about the Song info as seen here, and by "custom entry" I mean the item circled in red here 29813 +---+ |Filename: trackinfo.jpg|

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
Stan Pulsar wrote: > consider this : how would you add a custom entry to track info that > would just open (say, in a new browser tab) > https://en.wikipedia.org/wiki/thisSongTitle, exactly like the link below > would do it when clicked from this here website : > 'Look up on Wikipedia'

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
consider this : how would you add a custom entry to track info that would just open (say, in a new browser tab) https://en.wikipedia.org/wiki/thisSongTitle, exactly like the link below would do it when clicked from this here website : 'Look up on Wikipedia'

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
Stan Pulsar wrote: > not sure I'm following you. > > let me try to put it this way : imagine the entry in track info would be > "Look up on Wikipedia" that would just open an external link in the web > browser I'm currently using, with the url > 'https://en.wikipedia.org/wiki/'.$songTitle > >

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
sorry, my reply was related to your second-to-last message, I should have quoted it. Stan Pulsar's Profile: http://forums.slimdevices.com/member.php?userid=6669 View this thread:

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
not sure I'm following you. let me try to put it this way : imagine the entry in track info would be "Look up on Wikipedia" that would just open an external link in the web browser I'm currently using, with the url 'https://en.wikipedia.org/wiki/'.$songTitle only difference being the url is

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
Stan Pulsar wrote: > and if may ask this also : I tried different things to retrieve the > track ID (speaking about the track concerned by the track info content), > but I can not find out how to do that. Any advice ? The parameter $track is a pointer to the track object - that should be all

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
Stan Pulsar wrote: > nope, it's really "fire & forget", just like my "mailto" example. The OS > understands what it should do with the protocol, but I could just as > well copy and paste the URL in my browser's address field. Still not sure what you want to do but here's my guess. I would

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
and if may ask this also : I tried different things to retrieve the track ID (speaking about the track concerned by the track info content), but I can not find out how to do that. Any advice ? Stan Pulsar's Profile:

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
nope, it's really "fire & forget", just like my "mailto" example. The OS understands what it should do with the protocol, but I could just as well copy and paste the URL in my browser's address field. Stan Pulsar's

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
Stan Pulsar wrote: > Sorry about not being clear. > > The goal is to call an -external application- that responds to a > specific URL scheme, a bit like you would call your default email client > using "mailto:; Do you expect the output of this external application to be included in the More

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread cpd73
negas wrote: > Thanks. The links are working. The "Add to Favorites" function is "Add > to playlist Loved tracks". Without the info I asked for there is nothing I can do to help. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 2. Open browser's developer tools 3.

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread negas
Thanks. The links are working. The "Add to Favorites" function is "Add to playlist Loved tracks". Sent from my RNE-L21 using Tapatalk negas's Profile: http://forums.slimdevices.com/member.php?userid=69961 View this

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

2020-03-20 Thread castalla
philchillbill wrote: > Yes, that's correct. You'll get a new ngrok subdomain when you do this > as it will be a new tunnel, so you will have to re-link the skill. Help > is at https://smartskills.tech/mediaserver/setuphelp.html Thanks. LMS server: O2 Joggler with Jivelite Amp: Denon PMA-50

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
and since I don't think it has been said before : this is in a Windows environment. Stan Pulsar's Profile: http://forums.slimdevices.com/member.php?userid=6669 View this thread:

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
Sorry about not being clear. The goal is to call an -external application- that responds to a specific URL scheme, a bit like you would call your default email client using "mailto:; What I meant by "call directly" was that I put my URL in the url key on line 31 of the plugin.pm code : -url

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread dolodobendan
sveninndh wrote: > Mit was denn dann? Abgrenzung. sveninndh wrote: > Es kommt ja nun auf den Kontext an. Wenn der keine Rolle spielt müsste > man gleich die ganze deutsche Sprache vermeiden. Aha. Wieder was gelernt. :rolleyes: sveninndh wrote: > Aber bitte, was hat das jetzt hier in diesem

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
Stan Pulsar wrote: > OK, now I've got my entry in track info, but if I call my custom > protocol url directly, I get the error : "Cannot request non-HTTP URL > ..." > > Is there a way around this ? > > PS : BTW, I realise this thread probably belongs to the "Developers" > sub-forum, feel free

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread sveninndh
dolodobendan wrote: > Das Vermeiden von 'Nazi-Begriffen' > (https://www.duden.de/suchen/dudenonline/Endl%C3%B6sung) hat nichts mit > PC zu tun. Mit was denn dann? Es kommt ja nun auf den Kontext an. Wenn der keine Rolle spielt müsste man gleich die ganze deutsche Sprache vermeiden. Aber

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
OK, now I've got my entry in track info, but if I call my custom protocol url directly, I get the error : "Cannot request non-HTTP URL ..." Is there a way around this ? PS : BTW, I realise this thread probably belongs to the "Developers" sub-forum, feel free to move it if needed.

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread dolodobendan
sveninndh wrote: > Wer auf PC steht für den mag das wichtig sein, allen Anderen dürfte sich > der tatsächlich hier gemeinte Sinn erschließen. Das Vermeiden von 'Nazi-Begriffen' (https://www.duden.de/suchen/dudenonline/Endl%C3%B6sung) hat nichts mit PC zu tun. QLMS 8.0.0@2.10.06 x64

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

2020-03-20 Thread philchillbill
Yes, that's correct. You'll get a new ngrok subdomain when you do this as it will be a new tunnel, so you will have to re-link the skill. Help is at https://smartskills.tech/mediaserver/setuphelp.html philchillbill's

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

2020-03-20 Thread castalla
I set ngrok up ages ago to use Mediaserver - and it's worked brilliantly since. I have totally forgotten the steps I used to set it up! My question: currently ngrok is pointed at my LMS server on 192.168.0.117 - seems I used the command line to authorize this: ngrok http -auth

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread sveninndh
dolodobendan wrote: > Solange "Endlösung" nicht drin vorkommt... Wer auf PC steht für den mag das wichtig sein, allen Anderen dürfte sich der tatsächlich hier gemeinte Sinn erschließen. > Lass uns alles bzgl. einer Übersetzung im 'Deutschen Forum' >

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread Michael Herger
Solange "Endlösung" nicht drin vorkommt... Das ist ein Fettnapf, den ich als unbedarfter Schweizer vor ca. 25 Jahren erstmals in einem Forum (StarOffice! :-)) erwischt hatte... -- Michael ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread dolodobendan
sveninndh wrote: > Das "neu starten" ist klar besser, "Schriftgrößen" war mir leider nicht > aufgefallen. > > Hier meine aktuelle Version ohne Anspruch die perfekte Endlösung sein zu > wollen. > > 29806 > > Vielleicht sind ja ein paar Anregungen dabei, die gar nicht so verkehrt > sind.

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
Stan Pulsar wrote: > thanks both of you for your valuable advice. > > duly noted about the cache folder, but of course I wouldn't have messed > with it, it's just that I copy-pasted the path I was browsing to > illustrate my question, without thinking further about it. The point of > the

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread sveninndh
dolodobendan wrote: > "LMS neu starten". > "Größere Schriftarten etc. benutzen." > > Ich übersetze das nachher alles. > > Das "neu starten" ist klar besser, "Schriftgrößen" war mir leider nicht aufgefallen. Hier meine aktuelle Version ohne Anspruch die perfekte Endlösung sein zu wollen.

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
thanks both of you for your valuable advice. duly noted about the cache folder, but of course I wouldn't have messed with it, it's just that I copy-pasted the path I was browsing to illustrate my question, without thinking further about it. The point of the question was : is it just a matter of

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread slartibartfast
sveninndh wrote: > Michael, > > I think the following effect is not the same but similar. > > If you choose an album in Qobuz plugin you see on the left side the > tracks. > Every track has a context menu where the last point is "(...) More". > But if you click on "(...) More" you will see

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread sveninndh
mherger wrote: > > All the functions that appear when you tap on MOR(...) seem not to > work. > > Are you sure they don't work? Eg. would that track be added to the > playlist or not? > > -- > > Michael I think the following effect is not the same but similar. If you choose an album in

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-03-20 Thread bpa
Wigster wrote: > * The Soma FM stream works without issues This would exercise the AAC decoder and libfaad libraries. > * LMS is running on a separate machine, a Windows Server 2012R2. I've > just upgraded it to LMS 8.0.0 - 1584422335 @ Tue Mar 17. Was on 7.9.2 > before with the same problem.

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-03-20 Thread Wigster
bpa wrote: > Looking at the log - the plugin has sent AAC audio data to the player > but player just dies as if it has a problem decoding the audio data. So > problem could be in the player. > > Does LMS and player run on same PCP system ? > > Can you check that the player can play a normal

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
Stan Pulsar wrote: > - can I just add a new subfolder to > C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins ? (and maybe > restart LMS) No. "Cache" is for plugins that are installed by plugin extension manager. Cache can be deleted and plugin extensions manager will restore them.

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Michael Herger
- can I just add a new subfolder to C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins ? (and maybe restart LMS) No. Don't touch the InstalledPlugins folder. Never. Check Settings/Information for the real Plugins folder you're looking for. - I see all of the plugin subfolders (in path

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
OK, great thanks, will try it this way. I'll actually try to build this as a really tiny plugin that does just that. 2 questions : - can I just add a new subfolder to C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins ? (and maybe restart LMS) will it be detected and enabled, or should

Re: [SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread bpa
The relevant API is called Slim::Menu::TrackInfo->registerInfoProvider at Plugin.pm usually from initPlugin Search through other plugin to see how it is used. Basically it tells LMS where to put your new menu within More and then routine address to be called. The first lines to get called

[SlimDevices: Plugins] how to add a custom item to "more infos"

2020-03-20 Thread Stan Pulsar
Hi there, I'm posting this in "3rd party" because since I'm using Material Skin, this is where I'd like to add something, but maybe it should be added "deeper" in LMS and so be skin independant. I'd like to add a custom link somewhere in the "more" screen, or even in the next one "more infos",

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-03-20 Thread cpd73
negas wrote: > Hi, thank you for this great software. I'm using deezer with material > skin. > All the functions that appear when you tap on MOR(...) seem not to work. > When I tap the app shows a empty screen. > I do not find an option to Add to Favorites, neither. > What am I doing wrong? I