Add configurable TMDB release type priority system

- Added TMDB_TYPE_PRIORITY environment variable for user-configurable release type preferences
- Default priority: 4,5,3,2,6,1 (Digital → Physical → Theatrical → Limited → TV → Premiere)
- Replaces random first-available selection with intelligent priority-based selection
- Enhanced logging shows selected type and full priority order
- Users can customize priority based on their preferences (e.g. theatrical first)

Version bumped to 0.2.22
This commit is contained in:
2025-09-10 10:17:07 -04:00
parent 192f59e80c
commit c7c783570c
3 changed files with 46 additions and 10 deletions
+1 -1
View File
@@ -1 +1 @@
0.2.21
0.2.22