Metadata-Version: 2.4
Name: tatort-sorter
Version: 2026.3.21.1
Summary: Moves and renames Tatort episodes into sub-folders according to the Ermittler based on the Wikipedia episode list
Author-email: Karl Voit <tools@Karl-Voit.at>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/novoid/Tatort-sorter
Project-URL: Repository, https://github.com/novoid/Tatort-sorter
Project-URL: Issues, https://github.com/novoid/Tatort-sorter/issues
Keywords: tatort,tv,media,file managing,file management,files,renaming
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: lxml>=6.0.2
Requires-Dist: pandas>=2.3.3
Dynamic: license-file

This Python script parses the file names of the current directory,
compares their file names if they contain "Titel" from the long table
from Liste der Tatort-Folgen on Wikipedia. The list is dynamically
loaded from the web.

If a match is found, the file then gets moved to a sub-directory
according to the name of the "Ermittler". Furthermore, the file gets
renamed according to this pattern:

YYYY-MM-DD Tatort <Folge> - <Ermittler> <Fall> - <Titel>.<extension>

- Target group: users who are able to use command line tools and who are not afraid of Python scripts
- Hosted and documented on github: https://github.com/novoid/Tatort-sorter
