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:
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"
$ python3 tests.py