Skip to content

diamondburned/ffsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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";
		};
	};
}

About

Music library synchronizer and transcoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published