Music videos

From Official Kodi Wiki
Revision as of 21:46, 24 September 2007 by >Spiff (→‎Music Videos Support in XBMC)
Jump to navigation Jump to search

With SVN build 10279, date: 2007-09-18, XBMC added the ability to include Music Videos in the Video Library.

Music Videos Support in XBMC

Music.videos.jpg

Music Videos support is through a new content type. The scraper will look for a NFO file containing information on the music video files, failing that it will use the filename as a basis for the database entry (Artistname - Songname).

NFO example

<musicvideo>
 <title>Narcissism</title>
 <artist>Me</artist>
 <album>Myself</album>
 <director>and I</director>
 <studio>Ego prod.</studio>
</musicvideo>