Amarok/Manual/Organization/Collection/OrganizeCollection/uk: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 23: | Line 23: | ||
| <menuchoice>Collection Folder</menuchoice> || The default collection folder. Set multiple folders in <menuchoice>Settings -> Configure Amarok</menuchoice>. | | <menuchoice>Collection Folder</menuchoice> || The default collection folder. Set multiple folders in <menuchoice>Settings -> Configure Amarok</menuchoice>. | ||
|- | |- | ||
| Token Bar || Drag and drop multiple tokens here to change the naming scheme of your media files. Only available in <menuchoice>Basic</menuchoice> view. | | '''Token Bar''' || Drag and drop multiple tokens here to change the naming scheme of your media files. Only available in <menuchoice>Basic</menuchoice> view. | ||
|- | |- | ||
| <menuchoice>Format Presets</menuchoice> || When you have created your naming scheme, save it as a preset by clicking <menuchoice>Save Preset</menuchoice>. Remove presets by clicking <menuchoice>Remove Preset</menuchoice>. | | <menuchoice>Format Presets</menuchoice> || When you have created your naming scheme, save it as a preset by clicking <menuchoice>Save Preset</menuchoice>. Remove presets by clicking <menuchoice>Remove Preset</menuchoice>. | ||
Line 35: | Line 35: | ||
| <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. | ||
|- | |- | ||
| | | '''Custom Character Replacement''' || 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. | ||
Line 41: | Line 41: | ||
| <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. | ||
|} | |} | ||
=== Додаткові дані === | === Додаткові дані === | ||
[[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>. | 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>. | ||
Enclose conditional inclusion arguments such as CD number in braces, like this: | Enclose conditional inclusion arguments such as CD number in braces, like this: | ||
Line 51: | Line 52: | ||
{{Input|1=%artist%/%album%{/Disc %discnumber%}/%track% %title%}} | {{Input|1=%artist%/%album%{/Disc %discnumber%}/%track% %title%}} | ||
<span class="mw-translate-fuzzy"> | |||
Зауваження: у попередніх версіях використовувася ключ %token, з версії 2.4 — %token%. | Зауваження: у попередніх версіях використовувася ключ %token, з версії 2.4 — %token%. | ||
</span> | |||
[[File:Amarok2.4OrganizeFilesAdvancedDialog.png|center|400 px]] | [[File:Amarok2.4OrganizeFilesAdvancedDialog.png|center|400 px]] |
Revision as of 10:03, 9 October 2011
Огляд впорядковування збірки
Хоча впорядковування вашої збірки у Amarok є доволі простим завданням, дії виконуватимуться над файлами на вашому жорсткому диску. Будь ласка, переконайтеся, що у вас є резервна копія даних, перш ніж почнете виконувати будь-які дії.
With the Organize Files dialog 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 dialog, right-click
in the Media Sources pane and the menu interface will pop-up.If the option of (Merged View) on. In order to safely organize your files, you need to see your collections separated, not merged.
does not appear, you may haveІнтерфейс впорядковування файлів
Впорядковування виконується за допомогою такого інтерфейсу:
Дані
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. | |
Custom Character Replacement | 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. |
Додаткові дані
The code version of the Token Bar, which allows you to code the name format of media files. Activate it by pressing
in the interface menu. To change back click .Enclose conditional inclusion arguments such as CD number in braces, like this:
%artist%/%album%{/Disc %discnumber%}/%track% %title%
Зауваження: у попередніх версіях використовувася ключ %token, з версії 2.4 — %token%.