ffsync

command module
v0.0.0-...-61d21ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2021 License: GPL-3.0 Imports: 17 Imported by: 0

README

ffsync

A small application to synchronize a directory with another and transcode MP3, FLAC and AAC files to Opus 96k.

Usage

{ config, pkgs, lib, ... }:

{
	imports = [
		(builtins.fetchGit { url = "https://github.com/diamondburned/ffsync.git"; })
	];

	services.ffsync = {
		src  = "/mnt/Music/";
		dst  = "/mnt/Music.opus/";
		vars = {
			"FFSYNC_BITRATE" = "192k";
		};
	};
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL