This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"video_id": 40424, | |
"video_title": "Making Mirrors", | |
"video_artist": "Gotye", | |
"video_identifier": "rJOsjP33nF4", | |
"video_source": "1", | |
"video_url": "http://www.youtube.com/watch?v:L_fCdmvlsaI", | |
"subtitle_id": 11850, | |
"lyrics_id": 6471529, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Lights Lyrics Card | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Codystar|Oleo+Script|Audiowide&subset=latin,latin-ext); | |
p.retro { | |
font-family: 'Codystar', cursive; | |
font-size: 3em; | |
line-height: 1.7em; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: function setCookie(c_name,value,exdays){var exdate=new Date();exdate.setDate(exdate.getDate()+exdays);var c_value=escape(value)+((exdays==null)?"":"; expires="+exdate.toUTCString());document.cookie=c_name+"="+c_value}setCookie('x-mxm-backend','i-1aa4f477',1);setCookie('x-mxm-bypass-webcache','1',1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Event that triggers as soon as the user syncs the first line. | |
// It will send the id of the track (subtitle). | |
syncatore.app.bind('onSyncStarted', function(id) {}); | |
// Event that triggers as soon as the user has finished syncing all the lines and reached the last line. | |
// The data object sent has two properties: id and lyrics (the JSON object of the synced lyrics) | |
syncatore.app.bind('onSyncFinished', function(data) {}); |
NewerOlder