Music videos: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Add known issues section)
(Updated for v20)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{VideoLibraryCreate}}
{{mininav|[[Video library]] {{l2| [[Music library]] }} }}
{{mininav|[[Video library]] {{l2| [[Music library]] }} }}
<section begin="intro" />Kodi has the ability to include Music Videos in the [[Video library|Video]] and [[Music library|Music]] libraries. All scanned music videos will show up in both. Music Videos can also be part of [[Playlists#Party Mode Playlist|Party Mode]] and [[Playlists#Smart Playlists|Smart Playlists]]. Playlists containing both music and music videos should be stored in the mixed playlist subfolder under the [[userdata]] folder.<section end="intro" />


== File structure ==


Its important to make use the standard file structure for music videos like so:
= Introduction =
 
<section begin="intro" />Kodi has the ability to include Music Videos in the [[Video library|Video]] and [[Music library|Music]] libraries. All scanned music videos will show up in both. Music Videos can also be part of [[Playlists#Party Mode Playlist|Party Mode]] and [[Playlists#Smart Playlists|Smart Playlists]]. Playlists containing both music and music videos should be stored in the mixed playlist subfolder under the [[userdata]] folder.<section end="intro" />
  C:\Kodi Sources\Mvids\Artist - Title.mkv


All music videos should be in a single folder named exactly as the above examples. NOTE: The space between the hyphen is important!


[[File:Mvids-Structure.jpg]]


== Selecting the source ==
= Naming =
Music Video file naming is as follows:


Once you have all your music videos named correctly we can set them up as a source in Kodi
::'''Artist - Title.mkv'''


  Videos >> Files >> Add Videos >> Browse >> Select your music video folder (in this case "Mvids")
'''NOTE:''' The space either side of the hyphen is important!




== Selecting the Scraper ==
= File structure =


Now we have the source folder selected we need to set a few options:
All music videos should be in a single folder named exactly as the above examples.


  Set content >> "Music Videos" >> Choose provider
[[File:Mvids-Structure.jpg]]
 
NOTE: Currently there are no music video scrapers on the official Kodi Repository, but you can find some here on github. Just download as a zip and install from kodis add-on browser manually:
 
https://github.com/tphoenix/metadata.musicvideos.imvdb
 
https://github.com/zag2me/metadata.musicvideos.theaudiodb.com
 
Make sure that user folder names for lookups is unchecked and hit OK, then update library at the next popup.
 
[[File:Mvids-Config.jpg]]
 
 
== Music Video Views ==
 
Now we have all the music videos imported, we can go and find them from the main menu
 
  Music >> Music Videos >> Title
 
And now you should see something like this with all the artwork and metadata matched to each video!
 
[[File:Mvid-View.jpg]]
 
From here you can browse music videos in many different ways such as by year, title or via the album they were released on.
 
[[File:Mvid-nodes.jpg]]
 
This will make it much easier and quicker to find the video you want.
 
As an added bonus you can also search by director or even the film company that produced it. Its a really nice way of browsing the videos if you like the style of a particular director.
 
== Video guides ==


{{youtube|n7kYOhiMFiI}}


== Known Issues ==
- Music Videos with apostrophes in the artist or song name will not currently work with the XML scraper


- Music Videos that do not have an entry on MusicBrainz or TheAudioDB website will not work with the current scraper. Solution is to add them to Musicbrainz and then import on TheAudioDB if possible.


{{top}}
{{updated|20}}


[[Category:Video library]]
[[Category:Video library]]
[[Category:Music library]]
[[Category:Music library]]
[[Category:Manual]]

Latest revision as of 04:36, 13 February 2023

Create Video Libraries
1. The Basics
2. Source Folder
3. Movie Setup
4a. TV Show Setup
4b. Seasons Setup
4c. Episodes Setup
5. Music Videos Setup
6. Add Source & Scrape
7. Scraping Problems
Home icon grey.png   ▶ Video library
▶ Music library
▶ Music videos


Introduction

Kodi has the ability to include Music Videos in the Video and Music libraries. All scanned music videos will show up in both. Music Videos can also be part of Party Mode and Smart Playlists. Playlists containing both music and music videos should be stored in the mixed playlist subfolder under the userdata folder.


Naming

Music Video file naming is as follows:

Artist - Title.mkv

NOTE: The space either side of the hyphen is important!


File structure

All music videos should be in a single folder named exactly as the above examples.

Mvids-Structure.jpg



Return to top