<?xml version="1.0" encoding="UTF-8"?>
<theme>
	<themeName>专辑列表</themeName>
	<themeExplanation>打印您所选的播放列表或资料库中按艺人排序的专辑。不打印歌曲标题。</themeExplanation>
	<themeKind>albumlist</themeKind>
	<themeInternalKind>playlist</themeInternalKind>
	<themeSortOrder>2</themeSortOrder>
	<themeMediaIndex>1</themeMediaIndex>
	<albumlist>
		<column>
			<field>artistName</field>
			<resizable />
			<width>50</width>
		</column>
		<column>
			<field>albumName</field>
			<resizable />
			<width>50</width>
		</column>
		<column>
			<columnName>项目数</columnName>
			<field>trackNumber</field>
			<width>25</width>
		</column>
		<column>
			<columnName>总时长</columnName>
			<field>totalTime</field>
			<width>50</width>
		</column>
	</albumlist>
</theme>
