Skip to content

thesvistun/sequel-rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoRename

I started to use Plex to watch movies stored on my PC from another devices in my home network. I encountered a problem of unreadable movies by Plex due to their file names with ...sXXeXX... structure.

For the purpose this program was created. It can rename movies according to regex you specify. It also can move files out of their parent directories when every series placed in their own one. Just point to path to the movies and regex with single group.

usage: java -jar SequelRename.jar [OPTION]... <PATH>
Options:
-dr,--dry-run      Just output how rename will occur
-h,--help          Print help message
-op,--out-parent   Move sequel out of its parent dir.
-r,--regex <arg>   Java patterned regex according with https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html. Define only one group. File will be renamed with content of the group

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages