cpd73 wrote: > The "http"/"https" check was added over 17 months ago - just checked.
Very odd.. I believe you, but I swear I had added it to my pinned item only a few weeks ago... I might have missed an update or two, but definitely not 17 months. ;) But anyway:. cpd73 wrote: > > As a hacky work-around you can use Material's settings dialog to "Save > as default" the current settings. This will save current settings, > including pinned items, to Materials .prefs file on the LMS server. This > is all saved as 1 JSON string. After editing, you can then use > Material's settings dialog to "Revert to default" - which will load the > settings from the server. > Thanks! That does indeed work. cpd73 wrote: > > I guess I could extend the list of acceptable schemas to include "wavin" > > [Edit] How is "wavin" used? Is it just a URL scheme that should be added > as if it were a http/https stream? i.e. you add/play this, and do not > browse into? That would be great, thanks! Not sure how wavein works at that level, but I do know that the trick I used to edit the local browser storage works fine. I first pinned a random radio station, and then edited the "http://" URL to the "wavin:sysdefault:etc". That works, so I assume "wavin:" is used in the same way as "http:" urls.. The code in the materials.prefs files (note: I didnt change the id) is: Code: -------------------- {"id":"https://icecast.******","title":"Record Player USB","svg":"cd-player","isPinned":true,"url":"wavin:sysdefault:CARD=CODEC","menu":[0,5,3,-1,9,17],"weight":10000} -------------------- ------------------------------------------------------------------------ jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
