-
Notifications
You must be signed in to change notification settings - Fork 2
Metadata Utilities: Metadata Editor
The Metadata Editor is the heart of the addon and probably the part you will spend most of your time with. It is designed make managing your metadata more convenient and add features the default library manager is missing. At the moment it's limited to categories, features, genres, series and tags, though, because in my experience those are the ones in need of management the most and often overlap quite a bit, since different metadata providers use very different names for their features, genres, tags etc. and also often mix stuff around. The Metadata Editor gives you the tools to clean up that mess and keep it clean.
The editor is composed of three main parts. On the left you find the filter you can use to find the metadata you are looking for. In the middle is the grid with the actual metadata and on the right you find the games, that have the selected metadata item assigned.
- Search box: here you can search for metadata names. Everything that contains the entered text are found. At the moment no options like AND or OR are supported.
- Prefix combobox: You'll only see this one, if you have defined prefixes in the addon settings. It contains all your prefixes and shows only items with the selected prefix then.
- type check boxes: If you only want to see specific types of metadata, you can unselect the ones you want to hide here.
- Hide unused items: Does what it says. Every item with a game count of 0 will be hidden.
- Group matching items: This one will add grouping to the metadata grid and also hide all items, that don't have any matches. Items will be grouped, if they have the same name with whitespaces, special characters and prefixes removed. That way you can easily find duplicates like Genre: Indie and Tag: Indie etc.
Here you'll see all metadata items that meet the filter criteria you set on the left.
- You can sort by each column. When holding shift while clicking on a column name, you can sort by another column while the current sort order remains. That way you can sort by Game count and inside than by name for example.
- If you have defined prefixes in the addon settings, the name column will only contain the part after the prefix.
- You can select more than one item by holding CTRL while clicking on individual items. If you want to select a range, click on the first item you want to select and then hold Shift while clicking on the last one. That way every item in between will be selected, too.
- The grid has a context menu opened by right clicking that contains the same options as the buttons below the grid (except for "Remove unused").
- The "Game count" columns shows how many games have the metadata item assigned. Per default that includes hidden games. You can tick a checkbox in the addon settings to ignore those in the game count and game grid.
Below the grid you'll find the following buttons:
- Add new item - this button opens a dialog to add a new metadata item. It is split by type, prefix (if you defined some in the settings) and name. The type and prefix of the currently selected item in the grid will be preset.
- Merge - This button is only active if you have selected at least two items in the grid. It allows you to merge the selected items into one. The item you selected first in the grid will be preset, but you can change what item they will be merged into in the merge dialog. If you tick the "Save as merge rule" chekbox in the merge dialog, the merge action will be added as a new rule to the addon settings. If a rule with the same target already exists, the items will be added to it. Those rules can then be executed when editing metadata to merge them automatically in the future.
- Change type - with this button you can easily change the type of the selected metadata items to convert a genre into a tag for example. This one also has the option to save the action as a merge rule.
- Remove - This button simply removes the selected metadata items from the database. You can decide, if you want to add the items to the "unwanted list", so they'll get removed automatically next time. If you always want to add items you remove here to that list, you can tick the corresponding checkbox in the settings and you won't get asked anymore.
- Remove unused - This button removes all metadata items from the five supported types. That aren't used in a game. If you activated the checkbox in the addon settings to ignore hidden games, "unused" means not used in a game, that isn't hidden!
This grid simply shows the games, that have the currently selected item assigned. When selecting more than one item, it shows the games of the first item. In this grid you can sort by multiple columns as well and also select more than one game at a time. With the Button "Remove" below the grid or in its context menu you can remove the metadata item from all selected games at once.
- When closing the metadata editor with the "close" button it saves its width and height as well as the ticked type comboboxes and when you open the editor next time, those will be restored. It doesn't save the position of the window, search term or the boxes for unused games and grouping of matching items, though. If you exit the window with the X button on the top right, the dimensions and checkboxes won't be saved. That way you can close the window without resetting your default settings after changing some stuff you don't do regularily.