transcode 0.3.0

Command-line utility for converting directories of audio/video format to run on a raspberry pi.
{
	"build_systems":
	[
		{
			"name": "Anaconda Python Builder",
			"selector": "source.python",
			"shell_cmd": "python -u \"$file\""
		}
	],
	"folders":
	[
		{
			"path": ".",
            "file_exclude_patterns": [
                "Cargo.lock"
            ],
            "folder_exclude_patterns":
            [
                "target",
            ],
            "follow_symlinks": false,
		}

	],
	"settings":
	{
		"tab_size": 4,
		"translate_tabs_to_spaces": true,
		"trim_automatic_white_space": true,
		"trim_trailing_white_space_on_save": true
	}
}