Adding music to the library: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Tmpdir
m (removed Category:FAQ using HotCat)
 
(80 intermediate revisions by 13 users not shown)
Line 1: Line 1:
==Preparing your Music to be Scanned==
{{DISPLAYTITLE:Scanning Music}}
In order to be able to include information on your music collection in the Library, XBMC needs your music to be tagged. When your collection is scanned, XBMC stores all the tagging information (artist, album, year, genre, etc) in the database which allows you to efficiently search and manage your music collection.
{{MusicLibraryCreate}}
{{mininav|[[Music library]]}}


Preparing your music collection for scanning into your [[Music Library]] may be the most time consuming portion of getting it up and running, but for most users it will probably be well worth it. If you have never taken the time to tag your music properly, the time is now! Today most media applications and players (iTunes / iPod for example) organize your music by this ID tag information.
= Introduction =
<section begin="intro"/>This page details the following:
*Adding and removing Sources
*Scan (import) your music collection into the Music Library.
*Troubleshooting common problems <section end="intro"/>


'''Note:''' Your audio files '''MUST''' have a valid ID tag for them to work properly in the XBMC Music Library mode.
A reminder of the following:
*Ensure the setting ''[[Settings/Media/Music#Fetch_additional_information_during_updates|Fetch additional information during updates]]'' is disabled
*Ensure you have taken care to correctly tag your music and set up your [[Artist information folder]]


{|
| valign="top" |


==Music File Tags==
Your audio files '''MUST''' have a valid ID tag for them to work properly in the XBMC Music Library. There are third party applications available for download from the internet that allow you to add and manage ID tags in your music files.


For many categories, such as genres and artists, XBMC supports multiple values in the one fieldBy default it uses the character sequence " / " to divide the entry into multiple values. This divider may be changed via [[advancedsettings.xml]].
= Adding Music to Library =
*'''Populating the music library is a two step process.'''
**The first step reads the tags embedded in the music files. This is referred to as '''scanning'''. If there is any embedded artwork, this will also be scanned and cached.
**The second optional step fetches additional artwork, artist and album information. This information and artwork can be downloaded from either online sources or fetched from local nfo files. This is referred to as '''scraping''' and is covered in detail in the next step of the guide.  
{{-}}


==Artist Tags - Resolving Compilations and Multiple Artists==
XBMC reads the ''Album Artist'' tag in ID3, Ogg, APE and MP4 tags and uses it if available to assign an artist to the album (independently of the track's artist information).  This is the "Album Artist" tag (in ID3 this is represented by the "TPE2" tag; in vorbiscomment (ogg) files "ALBUMARTIST", "ALBUM ARTIST" and "ENSEMBLE" are all supported).  Multiple artists for either a track or album artist can be specified in "Artist1 / Artist2 / Artist3" format.


If no ''Album Artist'' tag exists, XBMC will use the first (primary) artist from the tracks as the ''Album Artist''. Essentially we do a string comparison of all the track artists, and assign the common artists as the ''Album artist''. This is generally the TPE1 tag in ID3.
== Initial Set Source & Scan ==
<section begin="First Time Music Setup" />
This process achieves the following:
*Sets your music '''source(s)''' in {{Kodi}}. Simply explained, this points {{kodi}} to your music files
*Allows {{kodi}} to '''scan''' the tags in the music files and import that data into the library


As many users don't yet use the ''Album Artist'' tag, XBMC has an additional filter system for identifying compilation albums, where each track normally has a different artist.  As XBMC scans a folder, it does the following:


# Identifies albums based on ''Album'' name alone in the folder and groups the songs that have the same ''Album'' name together as an album.
<gallery mode="packed" widths="500px" heights="283px">
# Runs through each album's assigned songs.  If there is 2 or more tracks with the same ''Track'' number, the group of songs must come from 2 or more albums, so the ''Album'' name is ruled out as a possible compilation.
File:Estuary_home_music.png|'''Step 1:''' On the Home menu select '''Music''' from the menu items.
# If any of the songs assigned to the ''Album'' name have an ''Album Artist'' tag, then XBMC assumes the user knows what they're doing, and this album is also ruled out from being a compilation.
File:Estuary_music_file_browser.png|'''Step 2:''' In the '''Music File Browser''' select '''Add music'''. In some cases you may need to select '''Files''' to access this.
# If two or more songs assigned to the ''Album'' name then have different primary artists, then the ''Album'' name is considered to be a group of songs from a compilation, and the ''Various Artists''" tag is assigned as the album artist.
File:Estuary_add_music_source.png|'''Step 3:''' In the '''Add music source''' window select '''Browse'''.  You can also manually add your source by selecting the box with '''<None>''' then typing in your path.  If you chose to do it this way skip to '''Step 5'''
# Otherwise, if all the songs have the same primary artist but don't have the same full artist list (eg a song or two has an additional artist) then the album is assigned the primary artist as it's ''Album Artist'', and we assume the additional artists are guest artists.
File:Estuary_music_browse_source.png|'''Step 4:''' In the '''Browse for new share''' window, navigate to where your music is stored, select the folder and then select '''OK'''.
File:Estuary_music_name_source.png|'''Step 5:''' You will now be taken back to the '''Add music source''' window. Under '''Enter a name for this media source''' you can optionally name your media source to replace the suggested name. Select '''OK'''
File:MusicScanSource01.jpg|'''Step 6:''' You will now be asked if you wish to add your media source to the library.  If you do, then select '''Yes''', if you do not, then select '''No'''.  By selecting '''No''' you will only have the option of accessing your media though the '''Music file browser'''
File:MusicScanSource02.jpg|'''Step 7:''' Choosing '''Settings''' in the previous step allows fetching additional info, setting up the scrapers and adding the Artist Information Folder if these have not been done yet. For the first scan, leave these disabled.
File:Estuary_music_scanning_library.png|'''Step 8:''' If you selected '''Yes''' in step 6, Kodi will begin scanning your source to the library. Once finished, you can back out to the Main Menu. There is no ability to queue processes so wait until the first scan is finished before adding more sources.
File:Estuary_home_music_library.png|'''Step 9:''' Once your library is scanned you will be able to see & access '''Recently added albums, Random albums, Random Artist & Unplayed albums''' on the Home menu.
</gallery>
<section end="First Time Music Setup" />


==Ratings in ID3 tags==
<center>{{green|'''At this point you should have a functioning Music Library'''}}</center>
Ratings in ID3 tags are read via the POPM field, and (if this doesn't exist) in a custom (TXXX) field named "RATING".  For the RATING field, we accept 1-5 as valid ratings.  For the POPM field things are more complicated, as there is no established standard in place.  We currently most closely respect what Mediamonkey does, and also have some support for what Windows Media Player 11 does.  The POPM tag takes a value from 0..255, with 0 meaning no rating, 1 the worst, and 255 the best.  We currently map these as follows:


{| class="usertable" border="1"
|- class="userrow"
| class="usercell" |
'''POPM value'''
| class="usercell" |
'''Star rating'''
|- class="userrow"
| class="usercell" |
0
| class="usercell" |
|- class="userrow"
| class="usercell" |
1
| class="usercell" |
'''*''' This is a special case for Windows Media Player
|- class="userrow"
| class="usercell" |
2-8
| class="usercell" |
|- class="userrow"
| class="usercell" |
9-49
| class="usercell" |
'''*'''
|- class="userrow"
| class="usercell" |
50-113
| class="usercell" |
'''**'''
|- class="userrow"
| class="usercell" |
114-167
| class="usercell" |
'''***'''
|- class="userrow"
| class="usercell" |
168-218
| class="usercell" |
'''****'''
|- class="userrow"
| class="usercell" |
219-255
| class="usercell" |
'''*****'''
|}


==Embedded Album Art==
== Adding Additional Music Sources ==
XBMC supports embedded album art in files with ID3 tags, WMA tags and MP4 tags onlyIt does not support embedded album art in APE, Ogg or FLAC tags currently. To have album art for these formats, see the [[Thumbnails]] portion of the manual.
<gallery widths=500px heights=313px>
File:Music-CategoryList.jpg|To add additional sources to your library, from the Main Menu enter '''Music'''.  Navigate to the to the bottom of the page and select '''Files'''Then repeat the steps from '''Step 2''' in the previous section.
</gallery>
 
 
 
== Scan to Library ==
In step 6 above, you were asked ''Do you want to add the media from this source to your library?''
 
Click the below link if you selected '''No''' and would now like to add the music files into the library
 
:'''See: [[Update_Music_Library#Scan_Source_to_Library|Scan Source to Library]]'''
 


==Tools to Manipulate Music File Tags==
There are several tools out there that will allow you to manipulate music ID tags.


= Troubleshooting =
{| width="100%"
{{FAQ|
| BGcolor=WhiteSmoke
| Question=Library contains random or duplicated entries
| Answer= This is a result of errors in tagging.
#Take note of the errors and correct them by following the recommended procedure in the previous step of the guide- Music Files and Tagging
#Once errors are corrected follow the steps detailed in '''Remove A Source'''
#Re-add the source using the '''Initial Set Source & Scan''' procedure detailed above
}}
|}


Free ID3 tag programs:
*[http://kid3.sourceforge.net/ kid3] [Win, Lin, Mac]
*[http://musicbrainz.org/doc/MusicBrainz_Picard MusicBrainz Picard] [Win, Lin, Mac]
*[http://www.mediamonkey.com/ MediaMonkey] [Win]
*[http://www.mp3tag.de/en/download.html Mp3Tag] [Win]
*[http://easytag.sourceforge.net/ Easytag] [Lin, Mac]




Programs that allow you to download album art thumbnails for multiple albums at a time:
= Network Sources =
*[http://code.google.com/p/quodlibet/ Ex Falso] [Win, Lin, Mac, BSD]
Kodi gives you the ability to listen to music from a variety of sources.
*[http://team.thenexusnet.com/nexus/AAA/ Album Art Aggregator] [Win]
<br />
*[http://sourceforge.net/projects/album-art/ Album Art Downloader] [Win]
Some examples of sources that allow you to easily access all your digital music collection:
* On your computer or a NAS (Network Attached Storage) device/system, which supports [[SMB]] file sharing
* Stored directly on the hard drive
* On CDs/DVDs
* Streamed from the Internet
<br />


{{Top}}


Most media players also allow users to manipulate ID tags, some examples:
<div style="{{linear-gradient|left|#f5d3ff, #12b2e7}}">{{next|[[Artist_information_folder|Artist Information Folder]]}} </div>
*[http://code.google.com/p/quodlibet/ Qued Libet] [Win, Lin, Mac, BSD]
*[http://www.microsoft.com/windows/windowsmedia/player/10/default.aspx Windows Media Player] [Win]
*[http://www.apple.com/itunes/ iTunes] [Mac]
*[http://www.winamp.com/ Winamp] [Win]
*etc.




[[category:Usage]]
{{updated|18}}
[[category:Thumbnails]]
[[Category:Index]]
[[category:Scraper]]
[[Category:Guides]]
[[category:Library]]
[[Category:Manual]]
[[category:Music Library]]
[[Category:Karellen]]
[[Category:First time user]]
[[Category:Music library]]
[[Category:Quick Start Guide]]

Latest revision as of 19:52, 22 February 2023

Steps to create your Music Library
Nuvola apps kscd.png
1. Guide Main Page
2. Music Settings
3. Music File Tagging
4. Scanning Music Into Library
5. Artist information folder
6. Scraping Additional Music data

7. Update Music Library
8. NFO Files
8.1 Music NFO Files
9. Artwork
9.1 Music Artwork


10. Import-export library
10.1 Music Import-Export
11. Backup & Recover
Zappy.png
Home icon grey.png   ▶ Music library ▶ Adding music to the library

Introduction

This page details the following:

  • Adding and removing Sources
  • Scan (import) your music collection into the Music Library.
  • Troubleshooting common problems

A reminder of the following:


Adding Music to Library

  • Populating the music library is a two step process.
    • The first step reads the tags embedded in the music files. This is referred to as scanning. If there is any embedded artwork, this will also be scanned and cached.
    • The second optional step fetches additional artwork, artist and album information. This information and artwork can be downloaded from either online sources or fetched from local nfo files. This is referred to as scraping and is covered in detail in the next step of the guide.



Initial Set Source & Scan

This process achieves the following:

  • Sets your music source(s) in Kodi. Simply explained, this points Kodi to your music files
  • Allows Kodi to scan the tags in the music files and import that data into the library



At this point you should have a functioning Music Library


Adding Additional Music Sources


Scan to Library

In step 6 above, you were asked Do you want to add the media from this source to your library?

Click the below link if you selected No and would now like to add the music files into the library

See: Scan Source to Library


Troubleshooting


Library contains random or duplicated entries

This is a result of errors in tagging.

  1. Take note of the errors and correct them by following the recommended procedure in the previous step of the guide- Music Files and Tagging
  2. Once errors are corrected follow the steps detailed in Remove A Source
  3. Re-add the source using the Initial Set Source & Scan procedure detailed above


Network Sources

Kodi gives you the ability to listen to music from a variety of sources.
Some examples of sources that allow you to easily access all your digital music collection:

  • On your computer or a NAS (Network Attached Storage) device/system, which supports SMB file sharing
  • Stored directly on the hard drive
  • On CDs/DVDs
  • Streamed from the Internet


Return to top


Next step: Artist Information Folder