mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 22:24:12 +00:00
54b26fdc25
* [sync] initial commit * fix populating of `state` field in sync.Status * [connection] add posibliity to return first established connection faster * [base] add timeout argument to PlexObject.fetchItems() * [sync] add timeout arg to SyncItem.getMedia() When you have multiple media within one SyncItem it takes a lot of time to get all the info for this media (on my machine it takes about a second for each movie). * [sync] fix marking media as downloaded * [sync] pass clientIdentifier to created SyncItem() * [sync] override __repr__() for sync.Status * fix after @mikes-nasuni`s review * fix python2 compatibility * get rid of sync.init() * use list comprehension * remove timeout from PlexObject.fetchItems() * fix SyncItem under python 2.7 * fix __doc__ in sync module * revert myplex._connect() back to it`s original state * improve sync docs * get rid of PlexObjects where not needed * add X-Plex-Sync-Version=2 to headers * add sync() method into Video, LibrarySection and MyPlexAccount * add SyncItem.delete() * add sync.Policy.create() * use self._default_sync_title instead of _prettyfilename as default title * let the tests begin * add items for refreshing synclists to PlexServer * fix sync tests * sync for everybody! * add TODO doctring for Audio._defaultSyncTitle() * SyncItems tag may be presented only once, there is no need for loop * add more TODO docstrings * hello docs * remove relative import * remove unused variable from tests/test_sync.py |
||
---|---|---|
.. | ||
__init__.py | ||
alert.py | ||
audio.py | ||
base.py | ||
client.py | ||
compat.py | ||
config.py | ||
exceptions.py | ||
library.py | ||
media.py | ||
myplex.py | ||
photo.py | ||
playlist.py | ||
playqueue.py | ||
server.py | ||
settings.py | ||
sync.py | ||
utils.py | ||
video.py |