<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HowToUseEPDfiles</title><link>https://sourceforge.net/p/scid/wiki/HowToUseEPDfiles/</link><description>Recent changes to HowToUseEPDfiles</description><atom:link href="https://sourceforge.net/p/scid/wiki/HowToUseEPDfiles/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Oct 2015 17:41:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/scid/wiki/HowToUseEPDfiles/feed" rel="self" type="application/rss+xml"/><item><title>HowToUseEPDfiles modified by bstp</title><link>https://sourceforge.net/p/scid/wiki/HowToUseEPDfiles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,6 +1,8 @@
 [EPD][] files have a number of uses: Scid uses an EPD file to classify games according to the Encyclopedia of Chess Openings (ECO) system, and you can create an EPD file for your opening repertoire, adding comments for positions you regularly reach in games.

 In SCID, an EPD file has a number of defined opcodes (fields) which are stored separated by semicolons (;) in the file but are shown on separate lines in a Scid EPD window to make editing easier. A semicolon within an EPD field is stored as "\s" by Scid to distinguish it from an end-of-field marker. Each position and its associated opcodes are stored on one single line in the EPD file.
+
+filein FEN (see below), with additional operators to encode (opcodes) additional information about each position

 [EPD]: WhatAreEpdFiles

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bstp</dc:creator><pubDate>Mon, 12 Oct 2015 17:41:03 -0000</pubDate><guid>https://sourceforge.net5861646b861ce0d0c54887af286c8f2593cd072e</guid></item><item><title>HowToUseEPDfiles modified by bstp</title><link>https://sourceforge.net/p/scid/wiki/HowToUseEPDfiles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,6 @@
 [EPD][] files have a number of uses: Scid uses an EPD file to classify games according to the Encyclopedia of Chess Openings (ECO) system, and you can create an EPD file for your opening repertoire, adding comments for positions you regularly reach in games. 
+
+In SCID, an EPD file has a number of defined opcodes (fields) which are stored separated by semicolons (;) in the file but are shown on separate lines in a Scid EPD window to make editing easier. A semicolon within an EPD field is stored as "\s" by Scid to distinguish it from an end-of-field marker. Each position and its associated opcodes are stored on one single line in the EPD file.

 [EPD]: WhatAreEpdFiles

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bstp</dc:creator><pubDate>Mon, 12 Oct 2015 17:34:53 -0000</pubDate><guid>https://sourceforge.net6bb78cdb8970c4b476199029cc337c7586b943bc</guid></item><item><title>HowToUseEPDfiles modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/HowToUseEPDfiles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,32 +2,35 @@

 [EPD]: WhatAreEpdFiles

- You can create a new EPD file or open an existing one, from the [New] and [Open] commands of the [File] menu. At most four EPD files can be open at any time. 
+ You can create a new EPD file or open an existing one, from the [New] and [Open] commands of [TheFileMenu]. 
+
+##### Are there Limitations?
+
+At most four EPD files can be open at any time. 

-EPD windows
+##### EPD windows

- For each open EPD file, you will see a window which shows the text for the current position. You do not have to press the Store button to store any changes you make to a positions text; the text will be stored whenever you move to a different position in the game. 
+For each open EPD file, you will see a window which shows the text for the current position. You do not have to press the Store button to store any changes you make to a positions text; the text will be stored whenever you move to a different position in the game. 

-Navigating EPD files
+##### Navigating EPD files

- To browse through the positions in a EPD file, use the [Next position] and [Previous position] commands from the EPD window [Tools] menu, or use the shortcut keys Ctrl+DownArrow and Ctrl+UpArrow. These commands move to the next/previous position in the file, clearing the current game and setting its start position. 
+To browse through the positions in a EPD file, use the [Next position] and [Previous position] commands from the EPD window [Tools] menu, or use the shortcut keys Ctrl+DownArrow and Ctrl+UpArrow. These commands move to the next/previous position in the file, clearing the current game and setting its start position. 

-Annotating
+##### Annotating

- EPD-files can be automatically annotated by selecting Tools / Annotate position. The upcoming dialogue asks for the time that should be used for the analysis, then the engine list is opened for selection of an engine to be used. Note If an analysis window is already opened, the analysis is done using this engine without asking the user beforehand. Then the engine is started and the result added to the EPD. The EPD tags used are : acd, acn, ce and pv. 
+EPD-files can be automatically annotated by selecting Tools / Annotate position. The upcoming dialogue asks for the time that should be used for the analysis, then the engine list is opened for selection of an engine to be used. Note If an analysis window is already opened, the analysis is done using this engine without asking the user beforehand. Then the engine is started and the result added to the EPD. The EPD tags used are : acd, acn, ce and pv. 

+###### Stripping out EPD fields

-Stripping out EPD fields
+EPD files you find on the Internet may contain fields that do not interest you, and they can waste a lot of space in the file. For example, an EPD file of computer evaluations might have ce, acd, acn, pm, pv and id fields but you may only need the ce and pv fields. 

- EPD files you find on the Internet may contain fields that do not interest you, and they can waste a lot of space in the file. For example, an EPD file of computer evaluations might have ce, acd, acn, pm, pv and id fields but you may only need the ce and pv fields. 
+You can strip out an EPD opcode from all positions in the EPD file using the [Strip out EPD field] from the EPD window [Tools] menu. 

- You can strip out an EPD opcode from all positions in the EPD file using the [Strip out EPD field] from the EPD window [Tools] menu. 
+### The EPD status bar

-The EPD window status bar
+The status bar of each EPD window shows:  
+- the file status (-- means unchanged, XX means changed, and %% means read-only);  
+- the file name;  
+- the number of positions in the file;  
+- legal moves from the current position reach another position in this EPD file. 

- The status bar of each EPD window shows:  
-    - the file status (-- means unchanged, XX means changed, and %% means read-only);  
-    - the file name;  
-    - the number of positions in the file;  
-    - legal moves from the current position reach another position in this EPD file. 
- 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sun, 22 Jun 2014 00:00:06 -0000</pubDate><guid>https://sourceforge.netf1d359a91b008905bb169428bb4303a4d22952bf</guid></item><item><title>HowToUseEPDfiles modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/HowToUseEPDfiles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,22 +1,7 @@
-An EPD (extended position description) file is a collection of positions, where each position has some associated text. Like PGN, it is a common standard for chess information. 
+[EPD][] files have a number of uses: Scid uses an EPD file to classify games according to the Encyclopedia of Chess Openings (ECO) system, and you can create an EPD file for your opening repertoire, adding comments for positions you regularly reach in games.

- An EPD file has a number of defined opcodes (fields) which are stored separated by semicolons (;) in the file but are shown on separate lines in a Scid EPD window to make editing easier. A semicolon within an EPD field is stored as "\s" by Scid to distinguish it from an end-of-field marker. Each position and its associated opcodes are stored on one single line in the EPD file. 
- 
- Standard EPD opcodes include:  
-     acd Analysis count: depth searched. 
-     acn Analysis count: number of nodes searched. 
-     acs Analysis count: search time in seconds. 
-     bm Best moves: move(s) judged best for some reason. 
-     ce Centipawn evaluation: evaluation in hundredths of a pawn from the perspective of the side to move -- note this differs from the Analysis window which shows evaluations in pawns from Whites perspective.  
-     cX Comment (where X is a digit, 0-9). 
-     eco ECO system opening code. 
-     id Unique Identification for this position. 
-     nic New In Chess system opening code. 
-     pm Predicted move: the first move of the PV. 
-     pv Predicted variation: the line of best play. 
- 
- EPD files have a number of uses: Scid uses an EPD file to classify games according to the Encyclopedia of Chess Openings (ECO) system, and you can create an EPD file for your opening repertoire, adding comments for positions you regularly reach in games. 
- 
+[EPD]: WhatAreEpdFiles
+
  You can create a new EPD file or open an existing one, from the [New] and [Open] commands of the [File] menu. At most four EPD files can be open at any time. 

 EPD windows
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Thu, 19 Jun 2014 18:10:38 -0000</pubDate><guid>https://sourceforge.net01c95c1fa412de6de38aee7e8e22d4e6b56e5328</guid></item><item><title>HowToUseEPDfiles modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/HowToUseEPDfiles/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;An EPD (extended position description) file is a collection of positions, where each position has some associated text. Like PGN, it is a common standard for chess information. &lt;/p&gt;
&lt;p&gt;An EPD file has a number of defined opcodes (fields) which are stored separated by semicolons (;) in the file but are shown on separate lines in a Scid EPD window to make editing easier. A semicolon within an EPD field is stored as "\s" by Scid to distinguish it from an end-of-field marker. Each position and its associated opcodes are stored on one single line in the EPD file. &lt;/p&gt;
&lt;p&gt;Standard EPD opcodes include:&lt;br /&gt;
     acd Analysis count: depth searched. &lt;br /&gt;
     acn Analysis count: number of nodes searched. &lt;br /&gt;
     acs Analysis count: search time in seconds. &lt;br /&gt;
     bm Best moves: move(s) judged best for some reason. &lt;br /&gt;
     ce Centipawn evaluation: evaluation in hundredths of a pawn from the perspective of the side to move -- note this differs from the Analysis window which shows evaluations in pawns from Whites perspective.&lt;br /&gt;
     cX Comment (where X is a digit, 0-9). &lt;br /&gt;
     eco ECO system opening code. &lt;br /&gt;
     id Unique Identification for this position. &lt;br /&gt;
     nic New In Chess system opening code. &lt;br /&gt;
     pm Predicted move: the first move of the PV. &lt;br /&gt;
     pv Predicted variation: the line of best play. &lt;/p&gt;
&lt;p&gt;EPD files have a number of uses: Scid uses an EPD file to classify games according to the Encyclopedia of Chess Openings (ECO) system, and you can create an EPD file for your opening repertoire, adding comments for positions you regularly reach in games. &lt;/p&gt;
&lt;p&gt;You can create a new EPD file or open an existing one, from the &lt;span&gt;[New]&lt;/span&gt; and &lt;span&gt;[Open]&lt;/span&gt; commands of the &lt;span&gt;[File]&lt;/span&gt; menu. At most four EPD files can be open at any time. &lt;/p&gt;
&lt;p&gt;EPD windows&lt;/p&gt;
&lt;p&gt;For each open EPD file, you will see a window which shows the text for the current position. You do not have to press the Store button to store any changes you make to a positions text; the text will be stored whenever you move to a different position in the game. &lt;/p&gt;
&lt;p&gt;Navigating EPD files&lt;/p&gt;
&lt;p&gt;To browse through the positions in a EPD file, use the &lt;span&gt;[Next position]&lt;/span&gt; and &lt;span&gt;[Previous position]&lt;/span&gt; commands from the EPD window &lt;span&gt;[Tools]&lt;/span&gt; menu, or use the shortcut keys Ctrl+DownArrow and Ctrl+UpArrow. These commands move to the next/previous position in the file, clearing the current game and setting its start position. &lt;/p&gt;
&lt;p&gt;Annotating&lt;/p&gt;
&lt;p&gt;EPD-files can be automatically annotated by selecting Tools / Annotate position. The upcoming dialogue asks for the time that should be used for the analysis, then the engine list is opened for selection of an engine to be used. Note If an analysis window is already opened, the analysis is done using this engine without asking the user beforehand. Then the engine is started and the result added to the EPD. The EPD tags used are : acd, acn, ce and pv. &lt;/p&gt;
&lt;p&gt;Stripping out EPD fields&lt;/p&gt;
&lt;p&gt;EPD files you find on the Internet may contain fields that do not interest you, and they can waste a lot of space in the file. For example, an EPD file of computer evaluations might have ce, acd, acn, pm, pv and id fields but you may only need the ce and pv fields. &lt;/p&gt;
&lt;p&gt;You can strip out an EPD opcode from all positions in the EPD file using the &lt;span&gt;[Strip out EPD field]&lt;/span&gt; from the EPD window &lt;span&gt;[Tools]&lt;/span&gt; menu. &lt;/p&gt;
&lt;p&gt;The EPD window status bar&lt;/p&gt;
&lt;p&gt;The status bar of each EPD window shows:&lt;br /&gt;
    - the file status (-- means unchanged, XX means changed, and %% means read-only);&lt;br /&gt;
    - the file name;&lt;br /&gt;
    - the number of positions in the file;&lt;br /&gt;
    - legal moves from the current position reach another position in this EPD file. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 09 Jul 2013 00:18:06 -0000</pubDate><guid>https://sourceforge.netbcc2f9d409082ce1b75d2289d1978e5acb69d2cd</guid></item></channel></rss>