Kodi Community Forum
Req Support or add-on for NCN karaoke format (.lyr, .cur, .mid files) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Lyrics Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=146)
+---- Thread: Req Support or add-on for NCN karaoke format (.lyr, .cur, .mid files) (/showthread.php?tid=160137)



Support or add-on for NCN karaoke format (.lyr, .cur, .mid files) - jaochoo - 2013-03-22

I lived in Asia for several years and love karaoke since then. Since I want to integrate all entertainment into one HTPC box, I would love to use XBMC for karaoke.

I brought a few karaoke DVDs from Thailand. Unfortunately, they are in a less-known format, which consists of three files for each karaoke song:
  • a .mid file for the music,
  • a .lyr file for the lyrics,
  • and a .cur file storing timestamps to synchronize music with lyrics.

I didn't find much information about this format, but basically only one discussion thread (here). There it's said that this format is called NCN format. There is also a Perl script and a C script linked which are supposed to merge these three files into a single .kar file (a format supported by XBMC).

Unfortunately, I am not a Python or Perl coder (my programming abilities are limited to Java, Pascal, PHP, etc.). Could anyone re-use the scripts posted in that thread to build an add-on for the NCN format?

NCN format: http://www.un4seen.com/forum/?topic=11559.0
NCN to KAR formater (Perl): https://github.com/zw/ncn-to-kar