Sort Video files to TV-shows and Movies folders and update local KODI library.
The program will take files from unsorted
folder and move one of the following folders: TVShows
, Movies
, so you need to create them.
pip install virtualenv
virtualenv venv
source ./venv/bin/activate
pip install -r dev.txt
mkdir logs
pip install tvsort_sl
Update local.yml
in tvsort_sl/tvsort_sl/settings
with the following:
KODI_IP
: IP of the Kodi serverBASE_DRIVE
: Drive letter or name in network where content folders (unsorted
,TVShows
etc.) can be found.
cd tvsort_sl
python -m tvsort_sl.app
- Tests:
pytest
- Coverage:
coverage run -m pytest
Those are only unit-tests that test the code functionality and ability to move files.
In conf.yaml
the MOVE_FILES
flag is used to determine if files should be move or copy.
Please read [contributing.md] for details on our code of conduct, and the process for submitting pull requests to us.
- Shlomi Lan - Initial work - shlomiLan
See also the list of contributors who participated in this project.
see the license.txt for details