A69Tor
d99e7a1290
Update playutils.py
2016-05-06 16:41:37 -04:00
A69Tor
6cb056c987
Update playutils.py
...
Add in videoprofile check and force transcode for Hi10P
2016-05-06 16:24:23 -04:00
tomkat83
47409e1535
Fix UnicodeDecodeError with file paths on sync
...
- Plex sometimes seems to encode in latin1 instead of utf-8. What the
heck?!?
- Fixes #20
2016-05-06 22:16:56 +02:00
A69Tor
27f8771642
Update settings.xml
...
Add Force Transcode Hi10P setting
2016-05-06 16:05:17 -04:00
A69Tor
06c85ccc69
Update strings.xml
...
Add Force Transcode Hi10P
2016-05-06 16:04:39 -04:00
tomkat83
496aa2593a
Remove Emby reference from logs
...
- Fixes #24
2016-05-06 21:09:35 +02:00
tomkat83
d46a868f7c
Version bump
2016-05-01 10:50:00 +02:00
tomkat83
04b6abd3d7
Update readme
2016-05-01 10:45:32 +02:00
tomkat83
31fcf489e5
Update readme
2016-05-01 10:43:55 +02:00
tomkat83
d8da6d0e08
Fix TypeError when trying to transcode
...
- Fixes #19
2016-05-01 10:34:54 +02:00
tomkat83
68ced3a4a1
Fix TypeError during Plex user switch
...
- Fixes #19
2016-05-01 10:28:08 +02:00
angelblue05
eef2db8285
Merge pull request #34 from NickSC/master
2016-04-29 15:08:54 -05:00
tomkat83
165a401acd
Update link
2016-04-29 20:44:38 +02:00
tomkat83
f8a83d7974
Version bump
2016-04-29 20:07:31 +02:00
tomkat83
32e2275f46
Update Readme
2016-04-29 19:56:21 +02:00
tomkat83
ae801d64f9
Update Readme
2016-04-29 19:54:40 +02:00
tomkat83
cb6f71bad7
Update readme
2016-04-29 19:52:45 +02:00
tomkat83
674f670dee
Move API keys to settings file
2016-04-29 13:32:25 +02:00
tomkat83
8d5f71dd6a
Cache everything, not only fanart, poster, thumb
2016-04-29 12:45:40 +02:00
tomkat83
d879a9d23c
Additional artwork download from FanartTV!
2016-04-29 12:44:56 +02:00
Nick
a07f545d5a
added option to perform sync when screensaver is deactivated
2016-04-29 15:48:09 +10:00
Nick
5696f76a5f
added "fastsync" command to perform an incremental sync on demand
2016-04-28 20:16:07 +10:00
tomkat83
0d96f6bf4f
New setting: Show+SxxExx to Recently Added
...
- Fixes #12
2016-04-27 10:37:24 +02:00
tomkat83
7be7fe7e01
Merge branch 'master' into develop
2016-04-26 19:56:59 +02:00
tomkat83
419819c823
Update readme
2016-04-26 19:54:31 +02:00
tomkat83
7717e51161
Update readme
2016-04-26 19:52:51 +02:00
tomkat83
3855bb16ed
Fix UnicodeEncodeError, fixes #8
2016-04-26 19:19:52 +02:00
tomkat83
d557712896
Companion reports playstate. Fixes #6 , fixes #7
2016-04-26 17:21:09 +02:00
tomkat83
8b04f6175d
Revert "Use Plex Companion for Playstate Reporting"
...
This reverts commit f22369a14a
.
2016-04-26 17:10:11 +02:00
tomkat83
f22369a14a
Use Plex Companion for Playstate Reporting
...
- Should fix Unknown answer from PMS
https://192.168.178.5:32400/:/timeline?SubtitleStreamIndex=&AudioStreamIndex=1&ratingKey=4338&state=playing&time=424000&duration=8286000000
with status code 400. Message:
NOTICE: PlexKodiConnect DownloadUtils -> Bad Request
- Merge fixes to player.py
2016-04-26 17:02:29 +02:00
tomkat83
b820953c52
Fix some merge conflicts
2016-04-26 14:41:58 +02:00
tomkat83
c7b52a1fa4
Merge conflicts: download action_type
2016-04-26 14:02:19 +02:00
tomkat83
450437b812
Merge remote-tracking branch 'MediaBrowser/master' into develop
2016-04-26 13:53:19 +02:00
angelblue05
3dbdab79a9
Revert "Fix missing playurl/pathid references"
...
This reverts commit 601b36e9b3
.
2016-04-26 03:51:24 -05:00
angelblue05
601b36e9b3
Fix missing playurl/pathid references
...
For movies and episodes
2016-04-25 20:56:42 -05:00
tomkat83
a579c2ce59
Merge branch 'master' into develop
2016-04-25 18:27:08 +02:00
tomkat83
210421646e
Update readme
2016-04-25 18:24:32 +02:00
tomkat83
65312844b6
Update readme
2016-04-25 18:23:36 +02:00
tomkat83
d318c1fec9
Merge branch 'develop' of https://github.com/croneter/PlexKodiConnect into develop
2016-04-25 17:06:04 +02:00
croneter
d50288ff8f
Merge pull request #5 from piotrsmolinski/master
...
Support for metadata display in file browser
2016-04-25 17:01:50 +02:00
croneter
02bbfd566b
Merge pull request #9 from aglv/develop
...
fixing typos
2016-04-25 16:59:58 +02:00
aglv
1edee58574
fixing typos
2016-04-25 10:28:00 +02:00
angelblue05
0007741bd3
Fix VoteCount
2016-04-23 19:14:21 -05:00
angelblue05
2e9d9eab65
Fix VoteCount
2016-04-23 19:11:29 -05:00
Piotr Smolinski
ff627dd6e0
Added support for the full URL and pathid in columns c18 and c19 of episodes table.
...
One may register TVSeries directories as separate sources for direct browsing.
In such case no metadata is presented as the file browser matches the files against
empty fields c18 and c19.
Tested with Isengard, direct paths.
2016-04-23 11:48:21 +02:00
Piotr Smolinski
51d9264271
Added support for the full URL and pathid in columns c22 and c23 of movie table.
...
One may register movie directories as separate sources for direct browsing, like
I did. In such case no metadata is presented as the file browser matches the
files against empty fields c22 and c23.
Tested with Isengard, direct paths.
2016-04-23 11:35:37 +02:00
tomkat83
8ccda8809b
Update readme
2016-04-22 15:32:32 +02:00
tomkat83
9afa19d83a
Merge branch 'develop'
2016-04-22 15:28:10 +02:00
tomkat83
2d2880eb91
Update Readme + full sync frequency of 60'
2016-04-22 15:27:55 +02:00
tomkat83
ec6be67fb0
Version bump
2016-04-22 14:57:32 +02:00