Hi there,

I've noticed a little problem when using a "Random for custom tag"
based sql playlist :

accents in PlaylistParameter won't work, therefore the
customscan_track_attributes.value in the JOIN clause is not correct

e.g. é becomes é

So the given playlist won't work with such values (it works with 'pure
ascii' values)

(I've checked a 'debug' log)

For further information :
- All Plugins are up to date
- CustomBrowse works well with all values
- I modified playlist.sql.xml and "hardcoded" the value (containing é)
in JOIN instead of asking for it, and of course it works well.
It's really the retrieving the value of PlaylistParameter that fails.

Is there something I could/shall do, or is it a bug ?

PS : I don't think it's related in any way, but when I checked the log,
I noticed this, so I thought I'd report :

Code:
--------------------
    Slim::Schema::Storage::throw_exception (82) Error: DBI Exception: 
DBD::mysql::st bind_columns failed: bind_columns called with 3 values but 2 are 
needed [for Statement "select 
customscan_track_attributes.value,customscan_track_attributes.value from 
customscan_track_attributes where 
customscan_track_attributes.module='customtag' and 
customscan_track_attributes.attr='MOOD' group by 
customscan_track_attributes.value order by customscan_track_attributes.value"]
  
--------------------


-- 
Stan Pulsar
------------------------------------------------------------------------
Stan Pulsar's Profile: http://forums.slimdevices.com/member.php?userid=6669
View this thread: http://forums.slimdevices.com/showthread.php?t=80657

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to