mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-15 00:17:33 +00:00
4f0910ab79
* moving common child (VideoStream, AudioStream, SubtitleStream) attributes to the parent (MediaPartStream)
* removal of no longer present attribs in video, audio, subtitle streams
* additional attribs to video and mediapart streams
* removal of previously unique subtitleStream attribs. attribs are now common or no longer present.
* docstring cleanup of video, audio, and subtitle stream; pass 1
* remove codecID checks as this attribute is now longer used.
* adding key attrib to parent MediaPartStream.
* add transient to SubtitleStream, found in uploaded subtitles
* removing dialogNorm related assertion as this attrib has been removed.
* update Media class based on PR comments
optimizedVersion to be added, need SEARCHTYPES
* update MediaPartStream class based on PR comments
* update VideoStream class based on PR comments
* update AudioStream class based on PR comments
* update SubtitleStream class based on PR comments
* add LyricStream class based on PR comments
* add streamType int and LyricStream to MediaPartStream.parse method
* add MediaPart.lyricStreams method
* spelling correction
* more movement based on PR comments
* alpha ordering MediaPart
* alpha sort VideoStream
* docstring corrections
* remove assert stream.dialogNorm from audio test as dialogNorm has been removed.
* adding LyricStream to _buildStreams function
* adding changes from @johnnywong16
|
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
conftest.py | ||
payloads.py | ||
test__prepare.py | ||
test_actions.py | ||
test_audio.py | ||
test_client.py | ||
test_gdm.py | ||
test_history.py | ||
test_library.py | ||
test_misc.py | ||
test_myplex.py | ||
test_navigation.py | ||
test_photo.py | ||
test_playlist.py | ||
test_playqueue.py | ||
test_search.py | ||
test_server.py | ||
test_settings.py | ||
test_sonos.py | ||
test_sync.py | ||
test_utils.py | ||
test_video.py |