cpd73 wrote: 
> According to https://www.urldecoder.io/: "That's not a valid URL encoded
> string" And its the encoded quotes that are breaking things, if I remove
> them then the URL is accepted.

At the moment, I'm thinking a tag-cleaning exercise may be the way to go
for me.

It's actually fairly easy for me to find these with SQLite (in this case
using the bliss.db file)... 


Code:
--------------------
    
  select * from tracks where title like '%“%'
  
--------------------


I have about 4 tracks and one album with this type of single quote in
it... so I can cleanse those... and do the same for the double-quotes...
then, if nothing else, it will confirm the issue if I never see that
anomaly again.


------------------------------------------------------------------------
mruddo's Profile: http://forums.slimdevices.com/member.php?userid=65325
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