From a1c8e5a99504d7ee954e8eda2b678f2e89cd7589 Mon Sep 17 00:00:00 2001 From: Ludy Su <5621222+LudySu@users.noreply.github.com> Date: Fri, 10 Nov 2017 13:59:50 +1300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f6d71a..43685e2 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ If the PHP script has `echo()` inside, **Audio Station** will fail to return the 卡在这好久,后来才发现有 `echo()` 的话 **Audio Station** 不能返回任何结果。第一次搞 PHP,整个插件用了大概一个多星期业余时间。 -###Determine the best match(计算最佳匹配) +### Determine the best match(计算最佳匹配) 1. Finds out the *title* that matches exactly or partially 2. Finds out the best match *artist* from all artists. (The song might have multiple artists) 3. Sort the search result based on the similarity of *artist* and *title* using `similar_text()` -###Chinese translation(中文翻译) +### Chinese translation(中文翻译) Some songs have Chinese translation, the translation is in another lyric file. So this PHP also append the translation to the end of each original lyric line when the time tag matches.