mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 02:09:28 +01:00
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:
@@ -431,8 +431,8 @@
|
||||
<input type="text" name="folder_format" value="${config['folder_format']}" size="43" />
|
||||
<div class="tooltip">
|
||||
<span>
|
||||
Use: artist, album, year, releasetype and first (first letter in artist name)
|
||||
E.g.: first/artist/album [year] = G/Girl Talk/All Day [2010]
|
||||
Use: Artist/artist, Album/album, Year/year, Type/type (release type) and First/first (first letter in artist name)
|
||||
E.g.: Type/First/artist/album [year] = Album/G/girl talk/all day [2010]
|
||||
</span>
|
||||
</div>
|
||||
<br /><br />
|
||||
@@ -442,7 +442,7 @@
|
||||
<input type="text" name="file_format" value="${config['file_format']}" size="43" />
|
||||
<div class="tooltip">
|
||||
<span>
|
||||
Use: tracknumber, title, artist, album and year
|
||||
Use: Track/track (track #), Title/title, Artist/artist, Album/album and Year/year
|
||||
<span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user