Amarok/Manual/Organization/Collection/OrganizeCollection: Difference between revisions
(fixed headings, shrunk images) |
|||
Line 1: | Line 1: | ||
[[Category:Amarok]] | [[Category:Amarok]] | ||
= Organize Collection = | == Organize Collection Overview == | ||
While organizing your collection in '''Amarok''' is a straight-forward task, you will be manipulating the actual files on your hard drive. Please be sure you have a backup of your files before you begin. | |||
<br /><br /> | |||
While organizing your collection in '''Amarok''' is a straight forward task, you will be manipulating the actual files on your hard drive. Please be sure you have a backup of your files before you begin. | With the ''Organize Files'' function of '''Amarok''', you can easily manage the media files on your hard drive. When you change the naming scheme of media files, you will organize them, which is very powerful. To access the ''Organize Files'' function, right-click <menuchoice>Local Collection -> Organize Files</menuchoice> in the ''Media Sources'' pane and the menu interface will pop-up. <br /><br /> | ||
[[File:Oraganize menu.png|center|thumb|200px|Context menu to Organize Collection dialog]] | |||
With the ''Organize Files'' function of '''Amarok''', you can easily manage the media files on your hard drive. When you change the naming scheme of media files, you will organize them, which is very powerful. To access the ''Organize Files'' function, right-click <menuchoice>Local Collection -> Organize Files</menuchoice> in the ''Media Sources'' | |||
[[File:Oraganize menu.png|center]] | |||
== Organizing Files Interface == | == Organizing Files Interface == | ||
Line 14: | Line 12: | ||
Organize using the following interface: | Organize using the following interface: | ||
[[File:InterfaceOrg.png| | [[File:InterfaceOrg.png|500 px|center]] | ||
=== Contents === | === Contents === | ||
Line 35: | Line 33: | ||
| <menuchoice>Restrict to ASCII</menuchoice> || If checked, all non-ASCII characters will be replaced with underscores. ''Do not check this option if you have non-English characters in your tags''. Most people can leave this option unchecked. | | <menuchoice>Restrict to ASCII</menuchoice> || If checked, all non-ASCII characters will be replaced with underscores. ''Do not check this option if you have non-English characters in your tags''. Most people can leave this option unchecked. | ||
|- | |- | ||
| <menuchoice>Custom Character Replacement</menuchoice> || Replace the tag expressions you write under the <menuchoice>Replace</menuchoice> box with character strings you write in the <menuchoice>With</menuchoice> box. Useful if there are | | <menuchoice>Custom Character Replacement</menuchoice> || Replace the tag expressions you write under the <menuchoice>Replace</menuchoice> box with character strings you write in the <menuchoice>With</menuchoice> box. Useful if there are mis-spellings in CDDB. | ||
|- | |- | ||
| <menuchoice>Destination Preview</menuchoice> || Shows the original naming scheme of your media files and how they will look after the changes are applied. | | <menuchoice>Destination Preview</menuchoice> || Shows the original naming scheme of your media files and how they will look after the changes are applied. | ||
|- | |- | ||
| <menuchoice>Overwrite Destination</menuchoice> || If checked, overwrites files of the same name without asking for further confirmation. | | <menuchoice>Overwrite Destination</menuchoice> || If checked, overwrites files of the same name without asking for further confirmation. | ||
|} | |} | ||
=== Advanced Contents === | === Advanced Contents === | ||
[[File:AdvancedTok.png|right]] | [[File:AdvancedTok.png|right]] | ||
The code version of the ''Token Bar'', which allows you to code the name format of media files. Activate it by pressing <menuchoice>Advanced...</menuchoice> in the interface menu. To change back click <menuchoice>Basic...</menuchoice>.<br /><br />Enclose conditional inclusion arguments such as CD number in braces, like this: <br><br>{{Input|1=%artist/%album{/Disc %discnumber}/%track %title}}<br><br> | The code version of the ''Token Bar'', which allows you to code the name format of media files. Activate it by pressing <menuchoice>Advanced...</menuchoice> in the interface menu. To change back click <menuchoice>Basic...</menuchoice>.<br /><br />Enclose conditional inclusion arguments such as CD number in braces, like this: <br><br>{{Input|1=%artist/%album{/Disc %discnumber}/%track %title}}<br><br> |
Revision as of 06:04, 31 January 2011
Organize Collection Overview
While organizing your collection in Amarok is a straight-forward task, you will be manipulating the actual files on your hard drive. Please be sure you have a backup of your files before you begin.
With the Organize Files function of Amarok, you can easily manage the media files on your hard drive. When you change the naming scheme of media files, you will organize them, which is very powerful. To access the Organize Files function, right-click in the Media Sources pane and the menu interface will pop-up.
Organizing Files Interface
Organize using the following interface:
Contents
Interface Item | Description |
---|---|
The default collection folder. Set multiple folders in | .|
Token Bar | Drag and drop multiple tokens here to change the naming scheme of your media files. Only available in | view.
When you have created your naming scheme, save it as a preset by clicking | . Remove presets by clicking .|
If checked, converts spaces in filenames to underscores. | |
If checked, artists' names starting with 'The' will instead be styled ', The'. | |
If checked, replaces characters that are incompatible with MS-DOS or VFAT file systems with underscores. Most people can leave this option enabled. | |
If checked, all non-ASCII characters will be replaced with underscores. Do not check this option if you have non-English characters in your tags. Most people can leave this option unchecked. | |
Replace the tag expressions you write under the | box with character strings you write in the box. Useful if there are mis-spellings in CDDB.|
Shows the original naming scheme of your media files and how they will look after the changes are applied. | |
If checked, overwrites files of the same name without asking for further confirmation. |
Advanced Contents
The code version of the Token Bar, which allows you to code the name format of media files. Activate it by pressing
Enclose conditional inclusion arguments such as CD number in braces, like this:
%artist/%album{/Disc %discnumber}/%track %title