Skip to content

Commit 757e829

Browse files
authoredNov 9, 2024
Update README.md
1 parent edfa579 commit 757e829

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎README.md

+19
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,25 @@ A Python script that audits your Plex TV Show library against TVMaze data to cre
3737
- Dynamic column generation based on the maximum number of seasons found
3838
- Detailed progress logging during execution
3939

40+
### Plex Media Export
41+
A Python utility that generates a detailed Excel report of your Plex Media Server library. The tool provides an easy way to keep track of your media collection, highlighting video quality and tracking TV show completeness through TVMaze integration.
42+
43+
##### Features
44+
- This script creates a comprehensive Excel spreadsheet with two worksheets:
45+
- Movies: Displays all movies with resolution-based highlighting
46+
- TV Shows: Shows episode completion status verified against TVMaze
47+
- Complete movie library inventory
48+
- Resolution-based row highlighting:
49+
- 4K content (Light Green)
50+
- SD/480p/720p content (Yellow)
51+
- 1080p content (No highlight)
52+
- Video format and file path information
53+
- TV Show Tracking
54+
- Series completion overview
55+
- Season-by-season episode verification
56+
- Color-coded status indicators
57+
- TVMaze database integration
58+
4059
## Contributing
4160

4261
We welcome contributions to the Plex project! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

0 commit comments

Comments
 (0)
Please sign in to comment.