afriend wrote: > In Safari (iPad), when I double tap on a track in the current playlist > playback of that track starts but Safari also zooms in which is very > annoying. I can't (seem to) disable this "double tap = zoom in" in iOS. > Is there a way to prevent this default behaviour (preventDefault)?
Material does not use a double-click event. Waht it does is checks if two clicks are 300ms or less apart. The reason being is to allow single click and double click. Therefore, I'm not 100% sure how to stop this. What I wil do is use preventDefault on the click event, and hope this helps. afriend wrote: > Just out of curiosity: Material Skin displays the rating of tracks. > Since I store my ratings in my comment tags I have a plugin that reads > the comment tag of the currently playing track, translates keywords into > ratings and feeds those ratings into LMS (as titleformats or trackinfo). > This way I can display ratings in M. Hergers MIS Plugin, in the LMS > context menu, CustomClock... Is there a way for me to feed this rating > value via my plugin into LMS so that Material Skin would pick it up? > Sorry for not being able to describe it better. I hope you get my idea > anyway. Thanks. Material only displays ratings if TrackStat is enabled, as that is what it uses to update ratings. But, the ratings come from LMS. I guess what I could do is always enable the "Show ratings" option, but only make them editable if TrackStat is enabled. This should then work in your scenario. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
