plexflow 0.0.115__py3-none-any.whl → 0.0.116__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.
@@ -282,17 +282,17 @@ class PlexMovieMetadata:
282
282
  Studio: Optional[List[PlexStudio]] = field(default=None)
283
283
 
284
284
  def __post_init__(self):
285
- self.Image = [PlexImage(**image) if isinstance(image, dict) else image for image in self.Image]
286
- self.Genre = [PlexGenre(**genre) if isinstance(genre, dict) else genre for genre in self.Genre]
287
- self.Guid = [PlexGuid(**guid) if isinstance(guid, dict) else guid for guid in self.Guid]
285
+ self.Image = [PlexImage(**image) if isinstance(image, dict) else image for image in self.Image] if self.Image else []
286
+ self.Genre = [PlexGenre(**genre) if isinstance(genre, dict) else genre for genre in self.Genre] if self.Genre else []
287
+ self.Guid = [PlexGuid(**guid) if isinstance(guid, dict) else guid for guid in self.Guid] if self.Guid else []
288
288
  # self.Collection = [PlexCollection(**collection) if isinstance(collection, dict) else collection for collection in self.Collection]
289
- self.Country = [PlexCountry(**country) if isinstance(country, dict) else country for country in self.Country]
290
- self.Role = [PlexRole(**role) if isinstance(role, dict) else role for role in self.Role]
291
- self.Director = [PlexDirector(**director) if isinstance(director, dict) else director for director in self.Director]
292
- self.Producer = [PlexProducer(**producer) if isinstance(producer, dict) else producer for producer in self.Producer]
293
- self.Writer = [PlexWriter(**writer) if isinstance(writer, dict) else writer for writer in self.Writer]
294
- self.Rating = [PlexRating(**rating) if isinstance(rating, dict) else rating for rating in self.Rating]
295
- self.Studio = [PlexStudio(**studio) if isinstance(studio, dict) else studio for studio in self.Studio]
289
+ self.Country = [PlexCountry(**country) if isinstance(country, dict) else country for country in self.Country] if self.Country else []
290
+ self.Role = [PlexRole(**role) if isinstance(role, dict) else role for role in self.Role] if self.Role else []
291
+ self.Director = [PlexDirector(**director) if isinstance(director, dict) else director for director in self.Director] if self.Director else []
292
+ self.Producer = [PlexProducer(**producer) if isinstance(producer, dict) else producer for producer in self.Producer] if self.Producer else []
293
+ self.Writer = [PlexWriter(**writer) if isinstance(writer, dict) else writer for writer in self.Writer] if self.Writer else []
294
+ self.Rating = [PlexRating(**rating) if isinstance(rating, dict) else rating for rating in self.Rating] if self.Rating else []
295
+ self.Studio = [PlexStudio(**studio) if isinstance(studio, dict) else studio for studio in self.Studio] if self.Studio else []
296
296
 
297
297
  @dataclass_json(undefined=Undefined.EXCLUDE)
298
298
  @dataclass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: plexflow
3
- Version: 0.0.115
3
+ Version: 0.0.116
4
4
  Summary: A short description of the package.
5
5
  License: MIT
6
6
  Keywords: keyword1,keyword2,keyword3
@@ -219,7 +219,7 @@ plexflow/core/metadata/providers/plex/__pycache__/moviemeter.cpython-311.pyc,sha
219
219
  plexflow/core/metadata/providers/plex/__pycache__/plex.cpython-311.pyc,sha256=FgbspEc3m5Vkm_m9Ry7gVAavs_2-4Er4FIREdJgaDIQ,8182
220
220
  plexflow/core/metadata/providers/plex/__pycache__/plex.cpython-312.pyc,sha256=wAVP3wttUU-OYSwN2SH5vNXGHvvnok0-c3V-eiYt3ts,7346
221
221
  plexflow/core/metadata/providers/plex/__pycache__/tmdb.cpython-311.pyc,sha256=vWlpw_-ldSWwFvz67kTwxK9XxZPy7iExyLgD6rTOf10,4200
222
- plexflow/core/metadata/providers/plex/datatypes.py,sha256=Z_SjgkvNYlbWgvmJpTRI0wlbrfikWn_bH47nO7fyRHg,31766
222
+ plexflow/core/metadata/providers/plex/datatypes.py,sha256=oiKr-AOITwsskMUt1ijJbINvxDlAr-CREbJKfPFlOM8,31995
223
223
  plexflow/core/metadata/providers/plex/plex.py,sha256=KrOjSLzeZVIGDnLDC7dw87Yizq5h3Fbf9MtPv_tcET8,5918
224
224
  plexflow/core/metadata/providers/tmdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
225
225
  plexflow/core/metadata/providers/tmdb/__pycache__/__init__.cpython-311.pyc,sha256=djXYmvhVt2MFuzdiZ7ojQCXMa9UffVv_j_hBl0bdIvM,187
@@ -694,7 +694,7 @@ plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=vXBnJwWgTDFdixMBs-
694
694
  plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
695
695
  plexflow/utils/video/audio.py,sha256=tJ_lNwcjVuBQYD5cYOlXpr__eh8-hnReIgNRgIYOpqo,3380
696
696
  plexflow/utils/video/subtitle.py,sha256=qPvvBjlPj0fynJJvGJgGeKt9ey26R-cF6EoLaYt9iXU,1333
697
- plexflow-0.0.115.dist-info/METADATA,sha256=WoyOgg_BnOI6TBUI5uZlAtTbFNDYsIFQ7bHqzT57fyQ,3051
698
- plexflow-0.0.115.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
699
- plexflow-0.0.115.dist-info/entry_points.txt,sha256=SSLjrLcZa2880346VUIsCG9vcLsquf-RTX9pkdNaTO8,1498
700
- plexflow-0.0.115.dist-info/RECORD,,
697
+ plexflow-0.0.116.dist-info/METADATA,sha256=ZRsVMwItzDu_AHRV8jfDI3od8lDKYvJEjuXRna2rY2U,3051
698
+ plexflow-0.0.116.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
699
+ plexflow-0.0.116.dist-info/entry_points.txt,sha256=SSLjrLcZa2880346VUIsCG9vcLsquf-RTX9pkdNaTO8,1498
700
+ plexflow-0.0.116.dist-info/RECORD,,