<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020)]]></title><description><![CDATA[<p>Dear All,</p>
<p>In response some users who are trying to deal with SRT files (the standard text file format for specifying subtitles or closed captions) I created a new actor called SRT Subtitle Player.</p>
<p><img src="/assets/uploads/files/1592219936459-screen-shot-2020-06-15-at-1.16.28-pm.png" style="cursor:pointer" /><br /></p>
<p>Simply feed in a timecode location, and it outputs the text from the subtitle file for that time.</p>
<p>You can generate the timecode any way you like, but the obvious use case would be to feed it from the 'position' output of the Movie Player.</p>
<p>Note that this plugin strips all tags (e.g., &lt;b&gt;...&lt;/b&gt;) since Isadora would not be able to use them for formatting.</p>
<p>Give it a try and leave your feedback here. If you experience a crash with a particular SRT file, it would be helpful if you posted it when you let me know.</p>
<p>Best Wishes,<br />Mark</p>
<p><a href="/assets/uploads/files/1592504475737-srt-subtitle-player-v0.9.3.zip">srt-subtitle-player-v0.9.3.zip</a><br /></p>]]></description><link>https://community.troikatronix.com/topic/6702/actor-beta-srt-subtitle-player-v0-9-3-new-version-18-june-2020</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 22:55:17 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/6702.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Jun 2020 11:20:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Sun, 29 Nov 2020 23:52:59 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a> <br /></p><p>Many thanks for ther expanded and well rounded guide to the SRT actor.</p><p>It makes a lot of sense. From the start, I had my SRT file(s) in a different folder due to jumping around doing numerous items. I did not think this would be part of the issue but I should have known better.</p><p>To confirm, via your guide above, I can get the SRT actor to work correctly and the subtitles appear in my variety of test movies. </p><p><br />I have missed the boat for this particular occasion. The request was on Sunday for a presentation/opening on Monday am. I will happily keep this guide in my bag of Isadora's tips and tricks.</p><p>Many thanks for the effort and time put in to explain and clarify how best to use this actor. As usual, it is much appreciated and I am grateful for the back up and support these forums always offer.</p><p>Eamon</p><p></p><p></p>]]></description><link>https://community.troikatronix.com/post/43775</link><guid isPermaLink="true">https://community.troikatronix.com/post/43775</guid><dc:creator><![CDATA[eamon]]></dc:creator><pubDate>Sun, 29 Nov 2020 23:52:59 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Thu, 26 Nov 2020 12:01:07 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1248">@eamon</a><br /></p>
<p>OK, here are two step-by-step procedure.</p>
<p>Note that this procedure should work for for all actors that look for external text files, e.g., the Data Array actor, etc.</p>
<p><strong><u>EASY METHOD - THE SRT FILE IS IN THE SAME FOLDER AS THE ISADORA DOCUMENT</u><br /></strong></p>
<p>The easiest way to deal with external text files is to put them into the same folder as your Isadora document. Unless you <strong><em><u>really</u></em></strong> need to have your files located elsewhere, using this method is considered the best practice -- especially since you won't have to change anything if you move the Isadora show to another computer.<strong></strong></p>
<ol><li>Save the Isadora document (.izz) that uses SRT Subtitle Player actor to your hard drive.</li><li>Place the .srt file in the same folder as the Isadora .izz file. (Let's say it's called <strong>ExampleSRT.srt</strong>.)</li><li>Enter <strong>ExampleSRT.srt</strong> into the 'srt file' input of the SRT Subtitle Player actor.</li><li>Isadora will find the SRT file and display the output.</li></ol>
<p>Here is an example of an .izz and .srt file that uses this method. You'll need to add your own movie file for this to work.</p>
<p><a href="/assets/uploads/files/1606390218731-srt-example.zip">SRT-Example.zip</a><br /></p>
<p><strong><u>MORE COMPLICATED METHOD - THE SRT FILE IS NOT IN THE SAME FOLDER AS THE ISADORA DOCUMENT</u></strong></p>
<p><strong><u>MACOS</u></strong></p>
<ol><li>In the Finder, find the SRT File.</li><li>Open the folder that contains the SRT file and command-click on the Folder icon at the top of the window. This will display a popup menu that shows all the parent folders to the file.<br /><br /><img src="/assets/uploads/files/1606388206410-folder-list.png" style="cursor:pointer" /><br /><br /></li><li>If "DRIVENAME" is the main hard drive of your computer, you would pay attention only to the folders above the drive name: Users, USERNAME, Desktop, SRT Files. You can also see a file called ExampleSRT.srt.</li><li>Click on the 'srt file' input of the SRT Subtitle Reader actor and enter a slash ('/') followed by the first folder name, and then another slash and so on. Using the example above, you'd end up with:<br /><strong>/Users/USERNAME/Desktop/SRT Files/</strong></li><li>Then enter the name of the SRT file making sure to include the .srt extension.<br /><strong>/Users/USERNAME/Desktop/SRT Files/ExampleSRT.srt</strong></li></ol>
<p>If you enter the path into the 'srt file' input as described above, the SRT Subtitle Actor will successfully find ExampleSRT.srt.<br /></p>
<p><strong>IMPORTANT NOTE: </strong>if DRIVENAME is an external drive, then the path will start with /Volumes/DRIVENAME and then continue with the folders above DRIVENAME in the popup menu. For example:</p>
<p><strong>/Volume/DRIVENAME/Users/USERNAME/Desktop/SRT Files/ExampleSRT.srt</strong></p>
<p><strong><u>WINDOWS</u></strong></p>
<ol><li>In Windows Explorer, open the folder that contains the SRT file.</li><li>Then click on the path bar at the top of the Explorer window.<br /><br /><span class="write-container"></span><img src="/assets/uploads/files/1606391983440-tempsnip.png" style="cursor:pointer" /><br /><br /></li><li>This will display you the full path to the file. Copy the entire string. Click on the 'srt file' input of the SRT Subtitle Actor and paste the path you copied from the path bar. It should look something like this:<br /><strong>C:\Users\USERNAME\Documents\</strong></li><li>Type an additional '\' and then the SRT file name, making sure to include the .srt extension. <br /> <strong>C:\Users\USERNAME\Documents\ExampleSRT.srt</strong><em><em><br /></em></em></li></ol>
<p>If you enter this path into the 'srt file' input as described above, the SRT Subtitle Actor will successfully find ExampleSRT.srt.</p>
<p>------</p>
<p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/43759</link><guid isPermaLink="true">https://community.troikatronix.com/post/43759</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Thu, 26 Nov 2020 12:01:07 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Tue, 24 Nov 2020 15:28:29 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1248">@eamon</a></p><p>A workaround to get a usable path: In Isadora add the "text actor", double click it. The edit window will open, delete the "default" text and then drag the srt file into the edit window. You will now see the full path to your srt file. Copy and paste that to the srt subtitle player.</p><p>Best Michel</p>]]></description><link>https://community.troikatronix.com/post/43723</link><guid isPermaLink="true">https://community.troikatronix.com/post/43723</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Tue, 24 Nov 2020 15:28:29 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Tue, 24 Nov 2020 21:44:25 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1248">@eamon</a></p>
<p>I guess the problem is copying from terminal does not work if you have blank space in-between words in the path. If I drag and drop an srt file in to the terminal window I get this:<br /><strong>/Media/srt\ files/LWS\ Srt\ files/LaLlorona.srt</strong> (the backslash shows where you have a blank space). The proper path is<br /><strong>/Media/srt files/LWS Srt files/LaLlorona.srt</strong></p>
<p>Best Michel</p>]]></description><link>https://community.troikatronix.com/post/43722</link><guid isPermaLink="true">https://community.troikatronix.com/post/43722</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Tue, 24 Nov 2020 21:44:25 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Tue, 24 Nov 2020 14:41:38 GMT]]></title><description><![CDATA[<p>Just tried this out on Windows, and the only thing that I can think off that could have gone wrong is did you include the file extension in the input of the actor ? Just C:/Documents/example doesn't work, you have to specify the extension as well, else you will get the file not found error.</p><p>Personally I just saved the Isadora file in a Folder in my Documents and then put the SRT file also in that folder.</p><p></p>]]></description><link>https://community.troikatronix.com/post/43721</link><guid isPermaLink="true">https://community.troikatronix.com/post/43721</guid><dc:creator><![CDATA[Juriaan]]></dc:creator><pubDate>Tue, 24 Nov 2020 14:41:38 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Tue, 24 Nov 2020 14:19:17 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1248">@eamon</a></p><p>Do you have your files on a network drive? If yes it could be the reason. I have tried with the same files as before (working) but copied on my sinology and I get "file not found".</p><p>Also to get the pathname with the shortcut Ctrl+alt by clicking on the file doesn't work.</p><p>best</p><p>Jean-François</p><p></p>]]></description><link>https://community.troikatronix.com/post/43720</link><guid isPermaLink="true">https://community.troikatronix.com/post/43720</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Tue, 24 Nov 2020 14:19:17 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Tue, 24 Nov 2020 12:52:40 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p><p></p><p>Hi Mark</p><p></p><p>I always seem to come to the plate at short notice and often disappear as quick. Please do not see this as disrespect to Isadora, the community and all the hard work put in. I have always being amazed by the program and the support and goodwill in the forum is fantastic.</p><p></p><p></p><p>My minimum OS's on my variety of apple machines is either High Sierra or Mojave. They will not go Catalina and beyond until they have to.</p><p>I tried this on my own laptop (Mojave) and the show computer Imac (High Sierra)</p><p>I tried a mixture of ways to access the file path. but the way I settled upon was via the Terminal and dropping the srt file onto Terminal. From there I copied the path and pasted this into the srt line on the srt actor.</p><p><br />I downloaded a copy of the above srt file to no avail</p><p> I also used the guides in how to make an srt file and created a very simple 3 line srt file again to no avail.</p><p>All times, the error message was file not found. I would suspect that my rushed process is a factor in this but if you are creating a detailed guide in how to set up/run the srt actor that would be brilliant. I did not have time to make it work properly nor did I have the time to work it out in the same manner.</p><p></p><p>As usual, many thanks for all advice.</p><p></p><p>eamon</p><p></p><p></p>]]></description><link>https://community.troikatronix.com/post/43718</link><guid isPermaLink="true">https://community.troikatronix.com/post/43718</guid><dc:creator><![CDATA[eamon]]></dc:creator><pubDate>Tue, 24 Nov 2020 12:52:40 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Tue, 24 Nov 2020 06:12:46 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1248">@eamon</a></p><p>I am sorry to hear that you did not get this working. Can you please tell me (since you use various versions of macOS) what version of the operating system you were using when attempting to get this to work? I will create a small video to go through the process so others won't face the same outcome as you.</p><p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/43711</link><guid isPermaLink="true">https://community.troikatronix.com/post/43711</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Tue, 24 Nov 2020 06:12:46 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Mon, 23 Nov 2020 23:21:16 GMT]]></title><description><![CDATA[<p>HI jfg</p><p></p><p>Many thanks for all the pointers and the help.</p><p></p><p>Unfortunately, I did not get this to work in Isadora. I have followed the instructions on the site but due to time pressures and loads of elements to join together, this did not happen. It was also a very late last minute request which Isadora's SRT actor seems ideal for.</p><p>I will just have to work on it and see where how I can make this work for the next time.</p><p>many thanks again,</p><p></p><p>eamon</p><p></p><p></p><p></p>]]></description><link>https://community.troikatronix.com/post/43710</link><guid isPermaLink="true">https://community.troikatronix.com/post/43710</guid><dc:creator><![CDATA[eamon]]></dc:creator><pubDate>Mon, 23 Nov 2020 23:21:16 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Sun, 22 Nov 2020 18:43:31 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1248">@eamon</a></p><p>I am on a mac so it is not a window thing. If your file is e.g. on the desktop it looks like that:</p><p>/Users/<strong>Your user name</strong>/Desktop<strong>/Name of your file.srt</strong></p>]]></description><link>https://community.troikatronix.com/post/43698</link><guid isPermaLink="true">https://community.troikatronix.com/post/43698</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Sun, 22 Nov 2020 18:43:31 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Sun, 22 Nov 2020 16:45:11 GMT]]></title><description><![CDATA[<p>Hi JFG</p><p></p><p>Thanks for this.</p><p></p><p>I have tried to copy the file layout but I have not managed to get this to work. Can I confirm, that if I take the full path from terminal, this is the correct method....? I have tried this and a few other methods with no obvious sucess.</p><p></p><p>I have tried right clicking but I feel that this may be a windows thing.</p><p></p><p>Sorry to ask dumb questions but I am at that point of the day.</p><p></p><p>Thanks again.</p><p></p><p>eamon</p>]]></description><link>https://community.troikatronix.com/post/43695</link><guid isPermaLink="true">https://community.troikatronix.com/post/43695</guid><dc:creator><![CDATA[eamon]]></dc:creator><pubDate>Sun, 22 Nov 2020 16:45:11 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Sun, 22 Nov 2020 16:14:15 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1248">@eamon</a></p><p>you must copy the file path in the set file input not only the file name.</p>
<p>To get the file path, right click with alt key down on the set. file and copy path name (or something like that in english).</p>
<p>best</p>
<p>Jean-François </p>]]></description><link>https://community.troikatronix.com/post/43693</link><guid isPermaLink="true">https://community.troikatronix.com/post/43693</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Sun, 22 Nov 2020 16:14:15 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Sun, 22 Nov 2020 15:06:30 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/43">@jfg</a></p><p></p><p>Hi </p><p></p><p>I meant to say I have set the units to be time code as per your original question.</p><p></p><p>eamon</p>]]></description><link>https://community.troikatronix.com/post/43690</link><guid isPermaLink="true">https://community.troikatronix.com/post/43690</guid><dc:creator><![CDATA[eamon]]></dc:creator><pubDate>Sun, 22 Nov 2020 15:06:30 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Sun, 22 Nov 2020 15:05:57 GMT]]></title><description><![CDATA[<p>HI Jean Francois</p><p></p><p>Thanks for the patch image. Kinda makes sense when you see that I have to link it to the text draw actor.</p><p>Whilst I have all connected as per your image, an error message comes up in the error dialogue, file not found.</p><p>I have tried a couple of different srt files and placed the name in the top left of the srt actor. I have tried copying the actual file destination into this point too.</p><p>What is the best method to associate the srt file with the actor?</p><p></p><p></p><p>thanks again</p><p></p><p>eamon</p><p> </p>]]></description><link>https://community.troikatronix.com/post/43689</link><guid isPermaLink="true">https://community.troikatronix.com/post/43689</guid><dc:creator><![CDATA[eamon]]></dc:creator><pubDate>Sun, 22 Nov 2020 15:05:57 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Sun, 22 Nov 2020 10:11:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1248">@eamon</a></p><p>Have you set the movie player to use Timecode instead of percentage? (Right click on actor)</p><img src="/assets/uploads/files/1606039711647-bildschirmfoto-2020-11-22-um-11.06.53-resized.jpg" />best<p>Jean-François </p>]]></description><link>https://community.troikatronix.com/post/43686</link><guid isPermaLink="true">https://community.troikatronix.com/post/43686</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Sun, 22 Nov 2020 10:11:36 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Sun, 22 Nov 2020 00:27:22 GMT]]></title><description><![CDATA[<p>Hi all</p><p></p><p>I am following up on this thread as it fits right in with my query.</p><p></p><p>I have been tasked with organising subtitles for some projections that are showing on Monday coming as part of an exhibit.... Surprisingly this is the usual last minute......</p><p></p><p>I have been looking at the SRT actor and while it seems ideal for my purposes but I am unsure as to actually how it works. I understand the concept of the srt file etc but I cannot see where you associate it with the movie being played. I have placed the name of the file in the srt file box but I do not see anything else I need to set it up.</p><p>I have one of my test movies played with the srt file from Moses above. I have linked from the position to timecode as per Marks jpeg but I do not see any thing appear on my screen.<br /></p><p>It is probably something obvious but I would be grateful if someone could point out where I am going wrong.</p><p></p><p>Many thanks in advance</p><p></p><p>eamon</p><p></p><p></p>]]></description><link>https://community.troikatronix.com/post/43685</link><guid isPermaLink="true">https://community.troikatronix.com/post/43685</guid><dc:creator><![CDATA[eamon]]></dc:creator><pubDate>Sun, 22 Nov 2020 00:27:22 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Thu, 18 Jun 2020 19:09:12 GMT]]></title><description><![CDATA[<p>Here are the instructions I was using to make srt files on Mac for testing: <a href="https://www.3playmedia.com/2017/03/08/create-srt-file/" target="_blank">https://www.3playmedia.com/2017/03/08/create-srt-file/</a></p>]]></description><link>https://community.troikatronix.com/post/41648</link><guid isPermaLink="true">https://community.troikatronix.com/post/41648</guid><dc:creator><![CDATA[Woland]]></dc:creator><pubDate>Thu, 18 Jun 2020 19:09:12 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Thu, 18 Jun 2020 18:26:04 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4345">@deflost</a> said:</p>
<blockquote>when we feed the srt player text out to text in of the text drawer we get a 2 line entry from the srt in one line</blockquote>
<p>The first post in this thread now has SRT Subtitle Player v0.9.3 for Mac and Windows.</p><p>I have done a slight modification of the actor to ensure it works with any linefeed sequence: Mac OS (carriage return), Windows (carriage return + line feed) and Unix (line feed.) Note that this only works for the ASCII characters 13 (carriage return) and 10 (line feed). It <strong>will not work</strong> for the actual characters "\n" (a backslash followed by an 'n'). As far as I can tell from the <a href="https://en.wikipedia.org/wiki/SubRip" target="_blank">SubRip Wiki</a>, that pair of characters is not part of the SRT standard.</p><p>I tested this new version on Windows to ensure that it worked with CR, CRLF, and LF, and it performed as expected.</p><p>If your file continues not to work, then please post it here or send it to me in a private message and alert me that you sent that message by posting here.</p><p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/41644</link><guid isPermaLink="true">https://community.troikatronix.com/post/41644</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Thu, 18 Jun 2020 18:26:04 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Thu, 18 Jun 2020 10:08:42 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4345">@deflost</a> said:</p>
<blockquote>where is the linefeed made like the srt format gives it?</blockquote>
<p>Probably this is a Windows specific issue because it wants CR/LF line feeds. I will investigate this.</p><p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/41634</link><guid isPermaLink="true">https://community.troikatronix.com/post/41634</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Thu, 18 Jun 2020 10:08:42 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Thu, 18 Jun 2020 08:37:13 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a>,</p><p>sorry but how do the projector realize the linefeed?</p><p>when we feed the srt player text out to text in of the text drawer we get a 2 line entry from the srt in one line</p><p>and without space, when we than put the textdraw video out to projector, the entry shows up in two lines.</p><p>where is the linefeed made like the srt format gives it?</p><p>thx.</p><p>r.h.<br /></p>]]></description><link>https://community.troikatronix.com/post/41633</link><guid isPermaLink="true">https://community.troikatronix.com/post/41633</guid><dc:creator><![CDATA[deflost]]></dc:creator><pubDate>Thu, 18 Jun 2020 08:37:13 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Wed, 17 Jun 2020 17:24:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p><p>Work perfect.</p><p>Thank a lot</p><p>best, Jean-François </p>]]></description><link>https://community.troikatronix.com/post/41623</link><guid isPermaLink="true">https://community.troikatronix.com/post/41623</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Wed, 17 Jun 2020 17:24:00 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Wed, 17 Jun 2020 17:13:06 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/43">@jfg</a></p><p>Your crash is solved with v0.9.2 -- new download in the first post here.</p><p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/41622</link><guid isPermaLink="true">https://community.troikatronix.com/post/41622</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Wed, 17 Jun 2020 17:13:06 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Wed, 17 Jun 2020 12:53:34 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p>
<p>got a new problem: if I delete the name of the file in "srt files" without to add a new one (typing or copying) Isadora crashes. It doesn't happen if I hit "Enter" before I click outside of the text window. It looks like the window doesn't be empty. </p>
<p>For the rest it works very well.</p>
<p>Thanks</p>
<p>Jean-François</p>
<p></p>]]></description><link>https://community.troikatronix.com/post/41609</link><guid isPermaLink="true">https://community.troikatronix.com/post/41609</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Wed, 17 Jun 2020 12:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to [ACTOR BETA] SRT Subtitle Player v0.9.3 (New Version: 18 June 2020) on Wed, 17 Jun 2020 10:05:04 GMT]]></title><description><![CDATA[<p>Dear All,</p>
<p>The original post has been updated with v0.9.1 of the SRT Subtitle Player. I think I've fixed all the known bugs. But please let me know if you find anything else.</p><p>Remember: the SRT file must be either pure ASCII or a UTF-8 Encoded file! If you feed in a Mac OS Roman or some other weird/ancient encoding, the plugin will crash!</p>
<p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/41605</link><guid isPermaLink="true">https://community.troikatronix.com/post/41605</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Wed, 17 Jun 2020 10:05:04 GMT</pubDate></item></channel></rss>