Last active
September 24, 2015 02:58
-
-
Save chuckg/656991 to your computer and use it in GitHub Desktop.
Foobar2k File Move/Copy Syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%album artist%/%date% - %album%$if(%discnumber%,[' - (disc '%discnumber%')'])$if(%codec%='FLAC',' [FLAC]')/%tracknumber% -$ifequal(%artist%, %track artist%,[' ('%track artist%') -'],'') %title% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%album artist%/%album artist% - %title%$if(%track artist%,[' ('%track artist%')']) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Soundtrack/%album%$if(%discnumber%,[' - (disc '%discnumber%')']) - %date%$ifequal(%album artist%, %track artist%,[' - '%album artist%],'')/%tracknumber% -$ifequal(%artist%, %track artist%,[' ('%track artist%') -'],'') %title% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment