Skip to content

ehcaning/magical-folder-creator-for-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magical folder creator for movies

If you are as lazy as I am, you may need this tool :)

This tool creates a folder for each movie in current directory and move movie and subtitle and etc to created folder. Example:

Before:

Before

After:

After

Usage:

Just clone this repo somewhere like this:

$ cd ~/tools
$ git clone git@github.com:Ehcaning/magical_folder_creator_for_movies.git

Or if you prefer clone using HTTPS:

$ git clone https://github.com/Ehcaning/magical_folder_creator_for_movies.git

Then cd to directories with your movies in it:

$ cd /somewhere_with_movies_in_it

Then run the script like this:

$ python3 ~/tools/magical_folder_creator_for_movies/magic.py

And it's done :D

For easier access to script, you can make an alias for it with this simple command:

$ echo "alias folderMagic=\"python3 ~/tools/magical_folder_creator_for_movies/magic.py\"" >> ~/.bashrc

Or add it manually to ~/.bashrc

alias folderMagic="python3 ~/tools/magical_folder_creator_for_movies/magic.py"

Tests:

$ python3 tests.py

About

Create propper folder for each one of your movies for a better movie management

Topics

Resources

Stars

Watchers

Forks

Languages