Adding music to the library: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Sho
No edit summary
>Sho
No edit summary
Line 1: Line 1:
==Fixing your tags==
{|
{|
| valign="top" |
| valign="top" |
Preparing your database for scanning is the most time consuming portion of getting it up and running. A tutorial has been written on a piece of software called tag&rename. Tag&rename will write id3 v1 and v2, wma, ogg, ape, and flac tags with information fetched from amazon.com, and cddb. Ive found it the most efficent way to tag albums and fetch album art thumbnails. If others have other options please notify loto on irc.freenode.net #xbmc
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.
 
==Tools to Help with Music File Tags==
A tutorial has been written on a piece of software called [http://www.softpointer.com/tr.htm Tag&Rename]. Tag&Rename will write ID3 v1 and v2, WMA, Ogg, APE, and Flac tags with information fetched from amazon.com and cddb. I've found it the most efficient way to tag albums and fetch [[My_Music#Album_Art_.26_Thumbnails|album art thumbnails]].<br>
If you have other suggestions, please notify loto on irc.freenode.net #xbmc


*[[HOW-TO: Using "Tag&Rename" (the MP3 tag-editor and organizer) to manage your music tags]]
*[[HOW-TO: Using "Tag&Rename" (the MP3 tag-editor and organizer) to manage your music tags]]
|
|
[[image:tags.topic.jpg|right|360px]]
[[image:tags.topic.jpg|right|360px]]
|}
|}


 
==Embedded Album Art==
==Tags that dont support embedded cover art images==
{|
{|
| valign="top" |
| valign="top" |
Ape, Ogg, and Flac tags do not support embedded images. To have files of these formats display an image you must either flag the directory a single image by naming an image folder.jpg and placing it inside the directory or if, for example you have song.ogg you must name the image (jpg or png format) song.tbn. For more information on thumbnails see the [[Thumbnails]] portion of the manual
XBMC supports embedded album art in music files.
====File formats that do not support embedded Album Art images:====
APE, Ogg, and Flac tags do not support embedded images. To have files of these formats display an image you must either flag the directory a single image by naming an image folder.jpg and placing it inside the directory or if, for example you have song.ogg you must name the image (jpg or png format) song.tbn. For more information on thumbnails see the [[Thumbnails]] portion of the manual
|
|
|}
|}


==Scanning your music==
==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).  Multiple artists can be specified in "Artist1 / Artist2 / Artist3" format, and if no ''Album Artist'' tag exists, XBMC will use the first (primary) artist as the ''Album Artist'', unless all tracks from the album contain the same multiple artists.
| valign="top" |
To start scanning your music change the my music view to 'files'. Then proceed to browse to the location of your music collection and press the white button. This shows the context menu with various options. Select the entry labeled "Scan folder to database". XBMC will then proceed to scan the music in the background. Once this is complete you can browse your collection by changing the view to 'Library'
 
XBMC can and does read the "Album Artist" tag in ID3, vorbis, APE and MP4 tags and uses this if available to assign an artist to the album (independently of the track's artist).  Multiple artists can be specified in "Artist1 / Artist2 / Artist3" format, and if no album artist tag exists, XBMC will use the first (primary) artist as the album artist, unless all tracks from the album contain the same multiple artists.
 
As many users don't yet use Album Artist tags, 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:
 
1.  Identify all albums based on albumname alone in the folder, and group the songs that have each albumname together.
 
2.  Run through each album's assigned songs.  If there is 2 or more tracks with the same tracknumber, the group of songs must come from 2 or more albums, so the albumname is ruled out as a possible compilation.
 
3.  If any of the songs assigned to the albumname 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.


4.  If two or more songs assigned to the albumname then have different primary artists, then the albumname is considered to be a group of songs from a compilation, and the "Various Artists" tag is assigned as the album artist.
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:


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.
# Identifies albums based on ''Album'' name alone in the folder and groups the songs that have the same ''Album'' name together as an album.
 
# Runs through each album's assigned songsIf 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.
Note that scanning in this example would scan all directories listed including full albums, singles, and unsorted
# 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.
# 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.
# 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''.
|
|
[[image:scanning.mymusic.jpg|right|360px]]
[[image:scanning.mymusic.jpg|right|360px]]
|}
|}
[[category:Usage]]
[[category:Usage]]

Revision as of 16:12, 20 May 2007

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.

Tools to Help with Music File Tags

A tutorial has been written on a piece of software called Tag&Rename. Tag&Rename will write ID3 v1 and v2, WMA, Ogg, APE, and Flac tags with information fetched from amazon.com and cddb. I've found it the most efficient way to tag albums and fetch album art thumbnails.
If you have other suggestions, please notify loto on irc.freenode.net #xbmc

Embedded Album Art

XBMC supports embedded album art in music files.

File formats that do not support embedded Album Art images:

APE, Ogg, and Flac tags do not support embedded images. To have files of these formats display an image you must either flag the directory a single image by naming an image folder.jpg and placing it inside the directory or if, for example you have song.ogg you must name the image (jpg or png format) song.tbn. For more information on thumbnails see the Thumbnails portion of the manual

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). Multiple artists can be specified in "Artist1 / Artist2 / Artist3" format, and if no Album Artist tag exists, XBMC will use the first (primary) artist as the Album Artist, unless all tracks from the album contain the same multiple artists.

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:

  1. Identifies albums based on Album name alone in the folder and groups the songs that have the same Album name together as an album.
  2. 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.
  3. 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.
  4. 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.
  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.

|

|}