From 2d672c17c7372652f3436b59bc8b52e1e7af7679 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 26 Feb 2013 17:06:17 +0000 Subject: [PATCH] * add format examples for moving things into a folder structure --- .../filebot/ui/rename/FormatDialog.properties | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/source/net/sourceforge/filebot/ui/rename/FormatDialog.properties b/source/net/sourceforge/filebot/ui/rename/FormatDialog.properties index 30104f27..4537dc88 100644 --- a/source/net/sourceforge/filebot/ui/rename/FormatDialog.properties +++ b/source/net/sourceforge/filebot/ui/rename/FormatDialog.properties @@ -11,26 +11,32 @@ music.sample: {"@type":"net.sourceforge.filebot.web.AudioTrack","artist":"Leona # basic 1.01 episode.example[0]: {n} - {s}.{e} - {t} # S01E01 -episode.example[1]: {n} - {s00e00} - {t} +episode.example[1]: {n} - {sxe} - {t} # airdate episode.example[2]: {n} [{airdate}] {t} # uglyfy name episode.example[3]: {n.space('.').lower()}.{s}{e.pad(2)} +# organize folder structure +episode.example[4]: {n}/{"Season $s"}/{s00e00} - {t} # simple name/year -movie.example[0]: {n} ({y}){" CD$pi"} +movie.example[0]: {n} ({y}){" CD$pi"}{".$lang"} # media info name movie.example[1]: {n} ({y}, {director}) {vf} {af} # name/year and ratings movie.example[2]: {n} {[y, certification, rating]} # normalized scene name movie.example[3]: {n.space('.')}.{y}{'.'+source}.{vc} +# organize folder structure +movie.example[4]: {n} ({y})/{n} ({y}){" CD$pi"} # simple artist - title music.example[0]: {artist} - {t} # simple artist - album - title music.example[1]: {n} - {album} - {t} # artist - title [crc32] -music.example[2]: {n} - {t} {[crc32]} +music.example[2]: {n} - {t} {[audio.SamplingRateString]} # artist - title [2ch, 128000] music.example[3]: {pi.pad(2)} {n} - {t} {[af, audio.BitRate]} +# organize folder structure +music.example[4]: {n}/{"$album/"}{"${pi.pad(2)}. "} {t}