Web API example ====== Cuelist Cue Viewer ====== Show a cuelist's cues. This might be useful for a theater where you have someone to read the cues for you. ^ author, date | Sebastian Beutel, September 2021 | ^ published | https://www.avosupport.de/downloads/icke_siegen/ViewCues/ | ^ prog. lang./ framework | HTML, JS, CSS; none (wrote everything with a text editor | ^ description | Shows a cuelist's cues with their legends and notes. \\ Idea from https://www.facebook.com/groups/Avolites/posts/2317601988372022/ | ^ other requirements | e.g. a web browser is required | ---- ===== Video===== {{youtube>08d4MJEZy1s?medium}} ---- ===== Screenshots ===== {{:webapi:examples:cuelist_cue_viewer_2.png?540|}} {{:webapi:examples:cuelist_cue_viewer_1.png?300|}} ---- ===== How it works ===== **The requests used in this example require your browser's CORS settings to be loosened (a security measure in modern browsers). You may use a plugin like [[https://mybrowseraddon.com/access-control-allow-origin.html|Allow CORS]]. ** * open the file in your browser * enter the ip address of your console (or leave ''localhost'') * click ''Test IP/Get Cuelists'' - this will try a connection to Titan on this address and return the cuelists if successfull * the cues of the first cuelists are displayed * you may select another cuelist to display ---- ===== API Requests ===== * [[:webapi:requests:playback_x_cue_y]] * [[:webapi:requests:playback_x]] * [[:webapi:requests:handles_Playbacks]] * [[:webapi:requests:Show_ShowName]] * [[:webapi:requests:System_SoftwareVersion]]