Metadata-Version: 2.3
Name: jrdf
Version: 0.1.2
Summary: Just Rename the Damn Files
Author: SimoneFelici
Author-email: SimoneFelici <felicisimone9@gmail.com>
Requires-Dist: guessit
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# jrdf - Just rename the damn files

Utility that changes the Movies/Shows filenames in the Jellyfin structure

# Install

Suggested

```bash
pipx install jrdf
```
or

```bash
pip install -r requirements.txt
```

# Usage

```bash
jrdf -h
````

## Movies

```bash
jrdf -M folders
```

## TV Shows

```bash
jrdf -T folders
```

## Dry Run

```bash
jrdf -M/-T folders -d
```
