Metadata-Version: 2.1
Name: duration-detective
Version: 1.0.0
Summary: A Tree like tool to generate directory tree diagrams for media files in folders and Subfolders
Home-page: https://github.com/3l-d1abl0/DurationDetective
Author: Sameer Barha
Author-email: sameer.barha12@gmail.com
Maintainer: Sameer Barha
Maintainer-email: sameer.barha12@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: emoji==2.8.0
Requires-Dist: ffmpeg-python==0.2.0

```
████████▄  ███    █▄     ▄████████    ▄████████     ███      ▄█   ▄██████▄  ███▄▄▄▄                 
███   ▀███ ███    ███   ███    ███   ███    ███ ▀█████████▄ ███  ███    ███ ███▀▀▀██▄               
███    ███ ███    ███   ███    ███   ███    ███    ▀███▀▀██ ███▌ ███    ███ ███   ███               
███    ███ ███    ███  ▄███▄▄▄▄██▀   ███    ███     ███   ▀ ███▌ ███    ███ ███   ███               
███    ███ ███    ███ ▀▀███▀▀▀▀▀   ▀███████████     ███     ███▌ ███    ███ ███   ███               
███    ███ ███    ███ ▀███████████   ███    ███     ███     ███  ███    ███ ███   ███               
███   ▄███ ███    ███   ███    ███   ███    ███     ███     ███  ███    ███ ███   ███               
████████▀  ████████▀    ███    ███   ███    █▀     ▄████▀   █▀    ▀██████▀   ▀█   █▀                
                        ███    ███                                                                  
████████▄     ▄████████     ███        ▄████████  ▄████████     ███      ▄█   ▄█    █▄     ▄████████
███   ▀███   ███    ███ ▀█████████▄   ███    ███ ███    ███ ▀█████████▄ ███  ███    ███   ███    ███
███    ███   ███    █▀     ▀███▀▀██   ███    █▀  ███    █▀     ▀███▀▀██ ███▌ ███    ███   ███    █▀ 
███    ███  ▄███▄▄▄         ███   ▀  ▄███▄▄▄     ███            ███   ▀ ███▌ ███    ███  ▄███▄▄▄    
███    ███ ▀▀███▀▀▀         ███     ▀▀███▀▀▀     ███            ███     ███▌ ███    ███ ▀▀███▀▀▀    
███    ███   ███    █▄      ███       ███    █▄  ███    █▄      ███     ███  ███    ███   ███    █▄ 
███   ▄███   ███    ███     ███       ███    ███ ███    ███     ███     ███  ███    ███   ███    ███
████████▀    ██████████    ▄████▀     ██████████ ████████▀     ▄████▀   █▀    ▀██████▀    ██████████
```


<h1 align="center">  </h1>
<div align= "center">
  <h4>Check the media duration of your folders/subfolders.</h4>
</div>

## 🚀&nbsp; Installation

#### Clone the repo
```
$ git clone https://github.com/3l-d1abl0/DurationDetective.git
```
### Create a virtual environment for Python3
```
$ virtualenv -p python3 <your_env>
OR
$ python3 -m venv <your_env>
```
#### Install the required modules
```
$ cd DurationDetective
$ source <your_env>/bin/activate
$ pip3 install -r requirements.txt
```
#### Run the Script
```
$ python3 durationcheck.py --path "/path/to/your/folder"

> ...
> Total Duration: 2hr 14min 25secs

```
## Use case
I have been using it personally for planning hours before diving into any Course videos or before Planning to binge watch any Television Series. Gives me a rough estimate of How much time consuming it can be.
Migrating it from my original [Repo](https://github.com/3l-d1abl0/Utilities/tree/master/DurationCheck) for individual tracking.
