AppleScript: Implemented Composer field
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
a01d9ee5b3
commit
57158da628
1 changed files with 3 additions and 0 deletions
3
Cog.sdef
3
Cog.sdef
|
@ -147,6 +147,9 @@
|
||||||
<property name="artist" code="pArt" description="The artist of the entry" type="text">
|
<property name="artist" code="pArt" description="The artist of the entry" type="text">
|
||||||
<cocoa key="artist" insert-at-beginning="yes"/>
|
<cocoa key="artist" insert-at-beginning="yes"/>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="composer" code="pCom" description="The composer of the entry" type="text">
|
||||||
|
<cocoa key="composer" insert-at-beginning="yes"/>
|
||||||
|
</property>
|
||||||
<property name="title" code="pTit" description="The title of the entry." type="text" access="r">
|
<property name="title" code="pTit" description="The title of the entry." type="text" access="r">
|
||||||
<cocoa key="title" insert-at-beginning="yes"/>
|
<cocoa key="title" insert-at-beginning="yes"/>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in a new issue