Added styling options for folder format (lowercase/capitalized), modified the moveFiles function to allow merging with generic folder names (e.g. /Artist or /Type/Artist - will merge files instead of appending [1] to the end) - will only make the new dir if it doesn't exist - not every time

This commit is contained in:
rembo10
2012-03-29 18:29:00 +05:30
parent b8ff8fc8d3
commit 71e56282ed
5 changed files with 75 additions and 37 deletions

View File

@@ -321,12 +321,12 @@
<h2>Renaming Options:</h2>
<br>
<h3>Folder Format:</h3><input type="text" name="folder_format" value="${config['folder_format']}" size="43"><br>
<i class="smalltext">Use: artist, album, year, releasetype and first (first letter in artist name)<br />
E.g.: first/artist/album [year] = G/Girl Talk/All Day [2010]</i>
<i class="smalltext">Use: Artist/artist, Album/album, Year/year, Type/type (release type) and First/first (first letter in artist name)<br />
E.g.: Type/First/artist/album [year] = Album/G/girl talk/all day [2010]</i>
<br><br>
<h3>File Format:</h3><input type="text" name="file_format" value="${config['file_format']}" size="43">
<br>
<i class="smalltext">Use: tracknumber, title, artist, album and year</i>
<i class="smalltext">Use: Track/track (track #), Title/title, Artist/artist, Album/album and Year/year</i>
</td>
<td>
<h2>Miscellaneous:</h2>