Skip to content

aefuente/zync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zync

Zync is a program that watches a directory. Once a file is done writing to the directory It will be formatted in a plex friendly way

This works for most files, but is not very "Smart". There are no API calls for IMDB lookups or anything like that. It just attempts to find "Tokens" that signify ends of titles. For example of the file you have spelled the title wrong the program will not correct it.

Note: The only file watcher this utilizes in Inotify so it only works on linux.

Build

Requires Zig Verion 0.14.0

$ zig build --release=small

Run

$ ./zync /absolute/path/to/watch /absolute/path/to/move

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages