[easytag/easytag-2-2] Fixed format specifiers order
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/easytag-2-2] Fixed format specifiers order
- Date: Wed, 27 Aug 2014 06:23:30 +0000 (UTC)
commit 57152f6af96d7c3eb5becb9d68fa5170b28858f7
Author: Marek Černocký <marek manet cz>
Date: Tue Aug 26 09:30:07 2014 +0200
Fixed format specifiers order
help/C/scanner.page | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/help/C/scanner.page b/help/C/scanner.page
index e860d5f..549a02e 100644
--- a/help/C/scanner.page
+++ b/help/C/scanner.page
@@ -40,7 +40,7 @@
<p>For example, if you keep your audio files using the
<file>artist/album/01 track title.flac</file> directory structure and
- filenames, use the <input>%a/%b/%t %n</input> <em>format string</em> to
+ filenames, use the <input>%a/%b/%n %t</input> <em>format string</em> to
extract the track number and title from the filename, the album title from
the parent directory and the artist from the grandparent directory.</p>
@@ -58,7 +58,7 @@
the directory where the file is currently located.</p>
<p>For example, if you have a tagged file inside the <file>Music</file>
- directory, you can use the <input>%a/%b/%t %n</input> <em>format string</em>,
+ directory, you can use the <input>%a/%b/%n %t</input> <em>format string</em>,
it will create the <file>Music/artist/album/01 track title.flac</file> file
structure and filename. You will see a preview of the naming scheme below
your specified format string.</p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]