How to change player colour?
Easy setup Go to settings Click player settings Set your player colour ||| Premium account is required set custom player colourFew readersHow to load many subtitles via JSON?
Load subtitles using JSON Here is an easy way to load multiple subtitles via JSON. Example link : https://dood.so/e/xxx?subtitle_json=https://example.com/sub.json JSON format : [{"src":"http://yoursubtitle.com/file.vtt", "label":"Language1", default: true}, {"src":"http://yoursubtitle.com/file2.vtt", "label":"Language2"}] || default attribute is optional || SRT & VTT formats are only supportedFew readers