Amarok/Manual/Organização/Coleção/Organizar coleção

From KDE UserBase Wiki
Revision as of 03:16, 3 July 2012 by André Marcelo Alvarenga (talk | contribs) (Created page with "===== Interface de organização dos arquivos =====")
Other languages:

Organizar a coleção

Embora organizar a sua coleção no Amarok seja uma tarefa simples, você irá manipular os arquivos reais no seu disco rígido. Certifique-se de que possui uma cópia de segurança dos seus arquivos antes de começar.

Com a janela Organizar arquivos do Amarok, você poderá gerenciar facilmente os arquivos multimídia do seu disco rígido. Quando alterar o esquema de nomes dos arquivos multimídia, você irá organizá-los, o que será bastante eficiente. Para acessar à janela Organizar arquivos, clique com o botão direito em Coleção local -> Organizar arquivos no painel de Fontes multimídia, para que apareça a opção do menu.

Menu de contexto para organizar a coleção

Se a opção de Organizar arquivos não aparecer, você poderá ativar a 'Visualização combinada' (alternada por ). Para organizar os seus arquivos com segurança, você precisa ver as suas coleções separadas, não reunidas.

Interface de organização dos arquivos

Organize using the following interface:

Contents
Interface Item Description
Collection Folder The default collection folder. Set multiple folders in Settings -> Configure Amarok.
Token Bar Drag and drop multiple tokens here to change the naming scheme of your media files. Only available in Basic view.
Format Presets When you have created your naming scheme, save it as a preset by clicking Save Preset. Remove presets by clicking Remove Preset.
Replace Spaces With Underscores If checked, converts spaces in filenames to underscores.
Ignore 'The' in Artist names If checked, artists' names starting with 'The' will instead be styled ', The'.
VFAT Safe Names If checked, replaces characters that are incompatible with MS-DOS or VFAT file systems with underscores. Most people can leave this option enabled.
Restrict to ASCII 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 Replace box with character strings you write in the With box. Useful if there are mis-spellings in CDDB.
Destination Preview Shows the original naming scheme of your media files and how they will look after the changes are applied (not available since ver. 2.4.2).
Overwrite Destination If checked, overwrites files of the same name without asking for further confirmation (not available since ver. 2.4.2).


Advanced Contents

The code version of the Token Bar, which allows you to code the name format of media files. Activate it by pressing Advanced... in the interface menu. To change back click Basic....

Enclose conditional inclusion arguments such as CD number in braces, like this:

%artist%/%album%{/Disc %discnumber%}/%track% %title%

Note: formerly, the coding was %token, as of 2.4 it is %token%.