I had a report that my beta RadioNowPlaying plugin was not able to be
downloaded by clicking on the green update indicator.
Turns out the problem was that in 0.0.5i I included the name of the
broadcaster in the list of updates.
It is "Český rozhlas".
The file is UTF8 (but without a BOM).
I changed it to "Cesky rozhlas" (removed the accents) and then the
download / update worked fine.

I presume that it failed JSON validation in Material.
Perhaps LMS is not escaping the extended characters.

I never 100% trust tracing because it might have done the conversion
when presenting the info but here it is (for the broken version).


Code:
--------------------
    
  [
        "",
        [
                "material-skin",
                "plugins-update",
                
"plugins:[{\"sha\":\"b69845f1bc7dff54bebf067b845f76aadbb1b048\",\"name\":\"RadioNowPlaying\",\"changes\":\"\\n\\t\\t\\t\\t-
 Add Juke Radio\\n\\t\\t\\t\\t- Incorrect matching of Nova France URLs meant 
that unsupported stations could be intercepted by the plugin\\n\\t\\t\\t\\t- 
Similar to above ... TuneIn ID added to one station to avoid false 
matches\\n\\t\\t\\t\\t- Possible work around for not resuming after Juke Radio 
restarts (play another station for more than 20 seconds)\\n\\t\\t\\t\\t- Add 
Český rozhlas (Czech Radio) Jazz, D-dur (Classical) and Vltava 
(talk/cultural) flac\\n\\t\\t\\t\\t- Nova Bordeaux now 
appears\\n\\t\\t\\t\",\"title\":\"Radio Now Playing\",\"desc\":\"Programme and 
track information for a variety of radio 
stations\",\"version\":\"0.0.5k\",\"creator\":\"Paul 
Webster\",\"url\":\"http://redacted/RadioNowPlaying-0.0.5k.zip\"}]";
        ]
  ]
  
--------------------



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
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

Reply via email to