~ubuntu-branches/ubuntu/wily/easytag/wily

« back to all changes in this revision

Viewing changes to help/C/file-rename.page

  • Committer: Package Import Robot
  • Author(s): James Cowgill, James Cowgill, Alessio Treglia
  • Date: 2014-02-28 15:50:09 UTC
  • mfrom: (1.3.14)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140228155009-4n5atwchr56bg1xn
Tags: 2.1.10-1
* Team upload.

[ James Cowgill ]
* New upstream release (Closes: #560813, #500051, #518955, #727811).
* Add myself to the list of uploaders.
* Use debhelper v9.
* debian/control:
  - Build depend on desktop-file-utils and yelp-tools.
  - Recommend on gnome-icon-theme, gvfs and yelp (thanks David King)
  - Update homepage location.
  - Bump standards to 3.9.5 (no changes required).
* debian/copyright:
  - Rewritten to use DEP-5
* debian/rules:
  - Enable all hardening flags.
  - Remove unnecessary dh overrides.
* debian/patches:
  - Remove 1001-c90_style.patch, applied upstream.
  - Add patch to remove appdata from buildsystem.
    Can't use until appdata-tools is introduced into Debian.

[ Alessio Treglia ]
* Improve package description (Closes: #691687)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic" style="guide"
 
3
      id="file-rename">
 
4
 
 
5
  <info>
 
6
    <link type="guide" xref="index#main"/>
 
7
    <revision pkgversion="2.1.9" date="2013-08-18" status="draft" />
 
8
 
 
9
    <credit type="author">
 
10
      <name>Ekaterina Gerasimova</name>
 
11
      <email>kittykat3756@gmail.com</email>
 
12
    </credit>
 
13
 
 
14
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
15
 
 
16
    <desc>Change the file names using tags</desc>
 
17
  </info>
 
18
 
 
19
  <title>Rename files</title>
 
20
 
 
21
  <p>You can rename your music files using the tags from within
 
22
  <app>EasyTAG</app>:</p>
 
23
 
 
24
  <steps>
 
25
    <item>
 
26
      <p><link xref="file-select">Select the files</link> that you wish to
 
27
      rename in the file view.</p>
 
28
    </item>
 
29
    <item>
 
30
      <p>Select <guiseq><gui style="menu">Scanner</gui>
 
31
      <gui style="menuitem">Rename Files and Directories…</gui></guiseq>.</p>
 
32
    </item>
 
33
    <item>
 
34
      <p>Using the <gui xref="format-specifier">Legend</gui>, type in the
 
35
      structure<!--find better word--> that you would like to use for the file
 
36
      naming. For example, if you wish your files to be named
 
37
      <file>[artist] - [title].[extension]</file>, enter <input>%a - %t</input>
 
38
      into the renaming field.</p>
 
39
    </item>
 
40
    <item>
 
41
      <p>To apply the changes to all files, select
 
42
      <guiseq><gui style="menu">File</gui>
 
43
      <gui style="menuitem">Scan Files…</gui></guiseq>.</p>
 
44
    </item>
 
45
    <item>
 
46
      <p>Close the <gui style="dialog">Tag and Filename scan</gui> dialog.</p>
 
47
    </item>
 
48
    <item>
 
49
      <p>To save the applied changes, select
 
50
      <guiseq><gui style="menu">File</gui>
 
51
      <gui style="menuitem">Save Files</gui></guiseq>.</p>
 
52
    </item>
 
53
  </steps>
 
54
 
 
55
  <note style="tip">
 
56
    <p>If you close the application without saving, your changes will be
 
57
    lost.</p>
 
58
  </note>
 
59
 
 
60
</page>