Music videos: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Sho
(page created)
 
>Spiff
Line 5: Line 5:
== Music Videos Support in XBMC ==
== Music Videos Support in XBMC ==
[[image:Music.videos.jpg|right|360px]]
[[image:Music.videos.jpg|right|360px]]
Music Videos support is through a new [[How To use Scrapers|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 (Artistnamae - Songname).
Music Videos support is through a new [[How To use Scrapers|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 ==
== NFO example ==

Revision as of 21:46, 24 September 2007

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>