Video library tags: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Martijn
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Frodo updated}}
{{mininav|[[Video library]]|[[Video management|Management]] }}
<section begin="intro" />Since v12 Frodo, XBMC supports [http://en.wikipedia.org/wiki/Tag_(metadata) Tags] which can be applied to movies and TV shows. They are meant to supplement [[Movie sets]] which are (by design) limited in their usage. A movie or TV show can have multiple tags attached and a tag can contain multiple tags. They can be used as keywords, categories, filters, or whatever you want. Movies and TV shows can have multiple tags. Tags can be used to filter and navigate the library. Tags can be edited and managed directly from the XBMC GUI.<section end="intro" />
<section begin="intro" />Since v12 Frodo, Kodi supports "tags" which can be applied to movies, TV shows, and music videos. They are meant to supplement [[Movie sets]] which are (by design) limited in their usage. A movie or TV show can have multiple tags attached and a tag can contain multiple tags. They can be used as keywords, categories, filters, or whatever you want. Movies and TV shows can have multiple tags. Tags can be used to filter and navigate the library. Tags can be edited and managed directly from the Kodi GUI.<section end="intro" />


==Managing tags==
== Managing tags ==
===in XBMC===
=== in Kodi ===
There is limited support to manage tags in XBMC. {{highlight|bordered=yes|Videos -> Library -> Movies -> Tags}} will display a list of all the existing tags. Opening a tag will show the list of movies or TV shows which have that specific tag attached.
There is limited support to manage tags in Kodi. {{highlight|bordered=yes|Videos -> Library -> Movies -> Tags}} will display a list of all the existing tags. Opening a tag will show the list of movies or TV shows which have that specific tag attached.
====Creating a new tag====
==== Creating a new tag ====
Using the "New tag..." button will open an input dialog where the user can enter the name of the new tag. If there's already a tag with that specific name an error will pop up and the process will be aborted. Otherwise the new tag will be created and the user will be prompted with a list of all movies. The user can select one or multiple movies which should be added to the new tag. Pressing OK will close the dialog and bring the user back to the list of tags where the newly created tag should be listed as well.
<gallery widths=500px heights=313px>
File:Tags1.png|'''Step 1:''' Using the "New tag..." button will open an input dialog where the user can enter the name of the new tag..
File:Tags2.png|'''Step 2:''' The user can select one or multiple movies which should be added to the new tag. Pressing OK will close the dialog and bring the user back to the list of tags where the newly created tag should be listed as well..
</gallery>


[[File:Tags1.png]]
{{note| If there's already a tag with that specific name an error will pop up and the process will be aborted. Otherwise the new tag will be created and the user will be prompted with a list of all movies.<br /> Be sure to double-check the tag name before you start adding titles, because you '''can't rename the tag in the GUI'''. The only way to rename a tag is [[HOW-TO:Use_your_computer_to_edit_XBMC_(SQL)_database-files|editing]] the [[XBMC_databases#The_Video_Library|SQL video database]].
}}


[[File:Tags2.png]]
==== Modifying existing tags ====
 
====Modifying existing tags====
Opening the context menu of a specific tag will provide several options to modify the tag and the items it contains:
Opening the context menu of a specific tag will provide several options to modify the tag and the items it contains:
[[File:Tags context menu.jpg|left]]
[[File:Tags context menu.jpg|left|250px]]
; Add Movies
; Add Movies
: Opens a dialog with the list of all movies that do not have this tag attached yet. The user can select one or multiple movies which should be added to this tag.
: Opens a dialog with the list of all movies that do not have this tag attached yet. The user can select one or multiple movies which should be added to this tag.
Line 25: Line 27:
{{-}}
{{-}}


==Usage==
=== through NFO files ===
Apart from the Tags view in {{highlight|bordered=yes|Videos -> Library -> Movies -> Tags}}, tags can currently only be used in [[Smart Playlist]]s as rules. In the future tags will be extended to work with other areas of XBMC. For example, they could be integrated into the video info dialog and other parts of the user interface.
To add a movie to one or multiple tags an  [[NFO file]] can be created and for every tag an XML tag can be added like this
If there's no tag with the specified name it will be automatically created and the tag will be attached to the movie.
{{tip|See '''[[NFO files/movies#Movie tags|NFO files]]'''}}


==See also==
== Usage ==
Apart from the Tags view in {{highlight|bordered=yes|Videos -> Library -> Movies -> Tags}}, tags can currently only be used in [[Smart Playlist]]s as rules. In the future tags will be extended to work with other areas of Kodi. For example, they could be integrated into the video info dialog and other parts of the user interface.
 
== See also ==
* [[Movie sets]]
* [[Movie sets]]


===Similar page names===
=== Similar page names ===
{{#lst:Tags|similar pages}}
{{#lst:Tags|similar pages}}


[[Category:XBMC Manual]]
{{Helix updated}}
 
[[Category:Manual]]
[[Category:Video library]]

Revision as of 00:12, 23 April 2015

Home icon grey.png   ▶ Video library ▶ Management ▶ Video library tags

Since v12 Frodo, Kodi supports "tags" which can be applied to movies, TV shows, and music videos. They are meant to supplement Movie sets which are (by design) limited in their usage. A movie or TV show can have multiple tags attached and a tag can contain multiple tags. They can be used as keywords, categories, filters, or whatever you want. Movies and TV shows can have multiple tags. Tags can be used to filter and navigate the library. Tags can be edited and managed directly from the Kodi GUI.

Managing tags

in Kodi

There is limited support to manage tags in Kodi. Videos -> Library -> Movies -> Tags will display a list of all the existing tags. Opening a tag will show the list of movies or TV shows which have that specific tag attached.

Creating a new tag

Note: If there's already a tag with that specific name an error will pop up and the process will be aborted. Otherwise the new tag will be created and the user will be prompted with a list of all movies.
Be sure to double-check the tag name before you start adding titles, because you can't rename the tag in the GUI. The only way to rename a tag is editing the SQL video database.


Modifying existing tags

Opening the context menu of a specific tag will provide several options to modify the tag and the items it contains:

Tags context menu.jpg
Add Movies
Opens a dialog with the list of all movies that do not have this tag attached yet. The user can select one or multiple movies which should be added to this tag.
Remove Movies
Opens a dialog with the list of movies that have this tag attached. The user can select one or multiple movies which should be removed from this tag. Removing all movies will not remove the tag.
Remove from library
Attempts to remove the tag from the library. The user will be prompted to confirm whether the tag should really be removed. Removing a tag will not remove the items it contains. It will only remove the specific tag from the library and therefore also from all the movies that had this tag attached.


through NFO files

To add a movie to one or multiple tags an NFO file can be created and for every tag an XML tag can be added like this If there's no tag with the specified name it will be automatically created and the tag will be attached to the movie.

Tip Tip: See NFO files

Usage

Apart from the Tags view in Videos -> Library -> Movies -> Tags, tags can currently only be used in Smart Playlists as rules. In the future tags will be extended to work with other areas of Kodi. For example, they could be integrated into the video info dialog and other parts of the user interface.

See also

Similar page names