alhimik45 / playlist-maker

Takes list of files and makes folder with symlinks to selected files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playlist maker

Tool for making playlists for fifo-player. Takes list of files and makes folder with symlinks to selected files.

Application is controlled by named pipe. Write anything to pipe to show program window.

Config filename is first command-line argument of program.

Config example:

{
"music_directory": ".", 	// default directory with music
"base_directory": ".", 		// in which directory save playlists
// fifo used to control program
"input_fifo": "/tmp/.playlist-maker-input"
}

License

This software is licensed under the MIT license.

About

Takes list of files and makes folder with symlinks to selected files.

License:MIT License


Languages

Language:HTML 85.2%Language:JavaScript 14.8%