platypush/platypush/plugins/media
Fabio Manganiello f378fa8832 MPV.Event.IDLE should also be treated as a player stop event 2019-12-07 17:16:48 +01:00
..
lib Added support for Plex to Chromecast 2018-11-13 01:29:24 +01:00
search Keep track of the newly inserted token records in media.local.search, or we can experience UniqueConstraint violations upon session commit because of duplicate records 2019-09-02 23:05:16 +02:00
__init__.py Use a filesystem FIFO for YouTube media content instead of playing the *.googlevideo.com URL directly 2019-09-30 18:06:30 +02:00
chromecast.py Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
ctrl.py typo 2019-02-21 01:49:43 +01:00
kodi.py Kodi Application.SetVolume() expects an integer or a string, not a float 2019-07-25 23:54:32 +02:00
mplayer.py Fixed documentation and added missing docs to the index 2019-07-16 20:28:00 +02:00
mpv.py MPV.Event.IDLE should also be treated as a player stop event 2019-12-07 17:16:48 +01:00
omxplayer.py args can be either a list or a tuple - treat accordingly 2019-08-04 17:17:09 +02:00
plex.py Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
subtitles.py Fixed documentation and added missing docs to the index 2019-07-16 20:28:00 +02:00
vlc.py Added torrent support in new webplayer 2019-07-01 19:32:22 +02:00
webtorrent.py Replaced os.environ['HOME'] with os.path.expanduser('~') (Windows compatibility) 2019-07-29 00:03:01 +02:00