plexflow 0.0.130__py3-none-any.whl → 0.0.131__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plexflow/core/context/partials/show.py +7 -0
- {plexflow-0.0.130.dist-info → plexflow-0.0.131.dist-info}/METADATA +1 -1
- {plexflow-0.0.130.dist-info → plexflow-0.0.131.dist-info}/RECORD +5 -5
- {plexflow-0.0.130.dist-info → plexflow-0.0.131.dist-info}/WHEEL +0 -0
- {plexflow-0.0.130.dist-info → plexflow-0.0.131.dist-info}/entry_points.txt +0 -0
@@ -164,3 +164,10 @@ class Show(PartialContext):
|
|
164
164
|
|
165
165
|
def episode_imdb_codes(self, season: int) -> dict:
|
166
166
|
return self.get(f"episodes/season/{season}/imdb/codes")
|
167
|
+
|
168
|
+
@property
|
169
|
+
def selected_episode_imdb_code(self) -> str:
|
170
|
+
episode = self.selected_episode
|
171
|
+
season = episode.parentIndex
|
172
|
+
codes = self.episode_imdb_codes(season=season)
|
173
|
+
return codes.get(episode.index)
|
@@ -32,7 +32,7 @@ plexflow/core/context/partials/ids.py,sha256=QoQ6FbX1OIWrE-iuz-G6kSzBlTt1_I1jyfl
|
|
32
32
|
plexflow/core/context/partials/movie.py,sha256=VXQ2SspFgGSRgDefg4VlHrH2fns3KRuKlU72ps6527o,3861
|
33
33
|
plexflow/core/context/partials/movie_assets.py,sha256=qjZTs-lpPfZkQQSKm6CB4aeECX5_YzOom51PxZzmnts,1913
|
34
34
|
plexflow/core/context/partials/reports.py,sha256=0W58RwK3VSsVHbF0rhvMNNlZZr01eutwermyvdeEZIs,810
|
35
|
-
plexflow/core/context/partials/show.py,sha256=
|
35
|
+
plexflow/core/context/partials/show.py,sha256=SpNGCRV8TYyqWc3_gZekFndvENJSy9sabDtilW_grKg,5580
|
36
36
|
plexflow/core/context/partials/subtitles.py,sha256=0NhKGkP-sArQswuSyA7puRSjjoobF-3Ah7Pd39QkgTU,535
|
37
37
|
plexflow/core/context/partials/tgx_batch.py,sha256=TduB09oBOQ8CtmPYsHIeNe7AI-ypKw21zQAX-7qktEs,859
|
38
38
|
plexflow/core/context/partials/tgx_context.py,sha256=_FuhOvKsFqi_uynHxgC9_QIR2CfYmz-uJCRFtGFJmXI,1641
|
@@ -714,7 +714,7 @@ plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=kmzGDCHSC1hWyHwRut
|
|
714
714
|
plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
|
715
715
|
plexflow/utils/video/audio.py,sha256=Pd8OuQHX2QN-lc5iYkB0Vo1OEHmTcvDYH-uKud1f1q4,5262
|
716
716
|
plexflow/utils/video/subtitle.py,sha256=qPvvBjlPj0fynJJvGJgGeKt9ey26R-cF6EoLaYt9iXU,1333
|
717
|
-
plexflow-0.0.
|
718
|
-
plexflow-0.0.
|
719
|
-
plexflow-0.0.
|
720
|
-
plexflow-0.0.
|
717
|
+
plexflow-0.0.131.dist-info/METADATA,sha256=TtF9s3LrMhFwP08ejAELCphKk0mA8LTeXzBOM1ROBsE,2971
|
718
|
+
plexflow-0.0.131.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
719
|
+
plexflow-0.0.131.dist-info/entry_points.txt,sha256=9RJC3ikOQORHNOn573EdwJOBUnFU_4EGHbtNUM5pjjY,1557
|
720
|
+
plexflow-0.0.131.dist-info/RECORD,,
|
File without changes
|
File without changes
|