plexflow 0.0.128__py3-none-any.whl → 0.0.129__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.
@@ -6,7 +6,7 @@ from plexflow.core.metadata.auto.auto_providers.tvdb.show import AutoTvdbShow
6
6
  from plexflow.core.metadata.auto.auto_providers.imdb.show import AutoImdbShow
7
7
  from plexflow.core.metadata.auto.auto_providers.plex.show import AutoPlexShow
8
8
  from plexflow.core.plex.library.show import PlexLibraryShow
9
- from plexflow.core.metadata.providers.plex.datatypes import PlexUserState
9
+ from plexflow.core.metadata.providers.plex.datatypes import PlexUserState # DO NOT DELETE
10
10
  from typing import List
11
11
  from plexflow.core.metadata.providers.plex.datatypes import PlexEpisodeMetadata
12
12
 
@@ -151,3 +151,10 @@ class Show(PartialContext):
151
151
  @property
152
152
  def plex_episodes(self) -> List[PlexEpisodeMetadata]:
153
153
  return self.get('plex/episodes')
154
+
155
+ def update_selected_episode(self, episode: PlexEpisodeMetadata):
156
+ self.set("episodes/selected", episode)
157
+
158
+ @property
159
+ def selected_episode(self) -> PlexEpisodeMetadata:
160
+ return self.get('episodes/selected')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: plexflow
3
- Version: 0.0.128
3
+ Version: 0.0.129
4
4
  Summary: A short description of the package.
5
5
  License: MIT
6
6
  Keywords: keyword1,keyword2,keyword3
@@ -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=8WjB5cOmoCk1xRQJPW0XT5-WV6bzIWev1wwcy_BkEFo,4829
35
+ plexflow/core/context/partials/show.py,sha256=lfjh1mVg49SEFzMSLfseDs4MgLKLx_8_ltHtlWoHbUc,5085
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
@@ -713,7 +713,7 @@ plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=kmzGDCHSC1hWyHwRut
713
713
  plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
714
714
  plexflow/utils/video/audio.py,sha256=Pd8OuQHX2QN-lc5iYkB0Vo1OEHmTcvDYH-uKud1f1q4,5262
715
715
  plexflow/utils/video/subtitle.py,sha256=qPvvBjlPj0fynJJvGJgGeKt9ey26R-cF6EoLaYt9iXU,1333
716
- plexflow-0.0.128.dist-info/METADATA,sha256=ymxAm0ZFWMsgLFN1gTDDtOcYHnmfb3-XXVS0SpuQrDc,2971
717
- plexflow-0.0.128.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
718
- plexflow-0.0.128.dist-info/entry_points.txt,sha256=9RJC3ikOQORHNOn573EdwJOBUnFU_4EGHbtNUM5pjjY,1557
719
- plexflow-0.0.128.dist-info/RECORD,,
716
+ plexflow-0.0.129.dist-info/METADATA,sha256=OtWB_9gAVCtNivzs5zq1g8IAYt1374qQyCHOpOoKsEY,2971
717
+ plexflow-0.0.129.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
718
+ plexflow-0.0.129.dist-info/entry_points.txt,sha256=9RJC3ikOQORHNOn573EdwJOBUnFU_4EGHbtNUM5pjjY,1557
719
+ plexflow-0.0.129.dist-info/RECORD,,