Skip to content

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

License

Notifications You must be signed in to change notification settings

alhimik45/playlist-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published