geektimus / movie-ranker

Repo created to check my movie collection and know which movies I can delete (rating < 6.0)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Ranker

Repo created to check my movie collection and know which movies I can delete (rating < 6.0)

Useful commands

Generate the movie list with its size in kb

find ./ -mindepth 2 -type d -not -iname "*subs" -not -iname "*spanish*" -exec du -hk {} \; | grep -Evi "(subs|spanish)" | awk -F"/" '{print substr($1, 1, length($1)-1) $3}' > $HOME/Downloads/movies.txt

About

Repo created to check my movie collection and know which movies I can delete (rating < 6.0)

License:MIT License


Languages

Language:Jupyter Notebook 68.8%Language:Python 31.2%