Skip to content

Commit 19a858e

Browse files
docs: update README with additional logo and configuration example formatting
1 parent 056c769 commit 19a858e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# MediaFlowrr
22

3+
![MediaFlowrr Logo](https://github.com/giuseppe99barchetta/MediaFlowrr/blob/main/unraid/logo.png)
4+
35
This project aim to automatically organizes downloaded files from a source folder (for example JDownloader download folder), renaming them and moving them into appropriate folders based on movie/TV show information retrieved from the TMDB API. It’s designed (but not mandatory) to integrate with media server software like Jellyfin or Plex.
46

57
## Prerequisites
@@ -46,13 +48,13 @@ This project aim to automatically organizes downloaded files from a source folde
4648
## Configuration (`.env`) Example
4749

4850
```python
49-
# config.py
50-
SOURCE_FOLDER = "/jdownloader/downloads"
51-
LIBRARY_FOLDER = "/path/to/your/library"
52-
MOVIE_FOLDER = "movies"
53-
TV_FOLDER = "tv"
54-
CHUNK_SIZE = 4096 # Adjust if needed for performance
55-
TMDB_API_KEY = "YOUR_TMDB_API_KEY"
51+
# .env
52+
SOURCE_FOLDER=/jdownloader/downloads
53+
LIBRARY_FOLDER=/path/to/your/library
54+
MOVIE_FOLDER=movies
55+
TV_FOLDER=tv
56+
CHUNK_SIZE=4096 # Adjust if needed for performance
57+
TMDB_API_KEY=YOUR_TMDB_API_KEY
5658
```
5759

5860
## Contributing

unraid/logo.png

-20.3 KB
Loading

0 commit comments

Comments
 (0)