目前這六個分類在Olive 的Web 界面的HTML Script是寫成固定的,
即便匯入的檔案有不同的分類, 也會被歸在Other分類, 不過不排除
廠商願意的話, 韌體昇級有彈性調整的可能(只需改寫XML Script即可)
有興趣可將Backup 出來的maingenres.xml 等 XML Script解出來看
===
<?xml version="1.0" encoding="utf-8"?>
<genretree>
<item>
<id>1</id>
<pid>0</pid>
<objid/>
<title>classical</title>
<description>Classical Genre</description>
<theme>classical</theme>
</item>
<item>
<id>2</id>
<pid>0</pid>
<objid/>
<title>jazz</title>
<description>Jazz Genre</description>
<theme>jazz</theme>
</item>
<item>
<id>3</id>
<pid>0</pid>
<objid/>
<title>blues</title>
<description>Blues Genre</description>
<theme>blues</theme>
</item>
<item>
<id>4</id>
<pid>0</pid>
<objid/>
<title>rock / pop</title>
<description>Rock / Pop Genre</description>
<theme>rockpop</theme>
</item>
<item>
<id>5</id>
<pid>0</pid>
<objid/>
<title>spoken word</title>
<description>Spoken Word</description>
<theme>spokenword</theme>
</item>
<item>
<id>6</id>
<pid>0</pid>
<objid/>
<title>other</title>
<description>Other Genre</description>
<theme>other</theme>
</item>
</genretree>
===