angelblue05
d402e3d0dd
Revert device Id changes
2018-05-16 17:46:38 -05:00
angelblue05
9ecd546ce6
Fix deviceId
...
So turns out Network.MacAddress is not the MacAddress of the local
network card.
2018-05-12 22:44:02 -05:00
angelblue05
20b2061f4f
Change deviceId
2018-05-10 18:21:08 -05:00
angelblue05
386e6bc14a
Modify post capabilities
...
longer timeout + associate with http online instead of ws.
2018-05-10 04:09:25 -05:00
angelblue05
304aa503e1
Move id generator to utils
...
To be easily reused.
2018-01-14 20:11:36 -06:00
angelblue05
9ac37a1c40
3.0.0 Revision Krypton
...
Update playback for Krytpon
Support Multi source
Add Force Transcode
Add a small listener for external players
Update dialog skin (thank you sualfred)
2018-01-07 20:13:11 -06:00
angelblue05
5e7d0e3a6a
Correct plugin id
2016-09-24 21:34:11 -05:00
angelblue05
9e9054865a
Split setup into methods
...
Add additional logging for migration
2016-09-06 20:21:43 -05:00
angelblue05
a658459862
suppress 401 error
2016-09-04 22:58:46 -05:00
angelblue05
3d31568518
Pylint + Fix initial setup for fresh installs
2016-09-04 22:33:34 -05:00
angelblue05
d36bb3d232
Migrate device id to different location
...
Moves the file outside of add-on folder so it persists reinstalls.
2016-09-04 21:20:47 -05:00
delphiactual
79c841bf32
fix getPlatform ( #57 )
...
xbmc.getCondVisibility('system.platform.linux') returns true in all the following cases: android, raspberry pi, and linux. By reordering the if statement this can be fixed.
2016-09-02 01:21:15 -05:00
angelblue05
76dfa1286c
Update logging
...
Use the logging module. Moved logging to it's own file.
2016-07-24 03:59:48 -05:00
angelblue05
9314c4a363
Centralized Logging
2016-06-16 16:24:07 -05:00
angelblue05
dfa5c7b313
Add option to generate a new device Id
2016-02-28 23:20:59 -06:00
angelblue05
c37a9efdf3
Fix deviceId not generating
...
Change the logic around xbmcvfs.File() since it doesn't causes an error
but instead returns an empty string.
2016-01-29 18:13:13 -06:00
angelblue05
d3dfef4991
Revert "Revert deviceId changes"
...
This reverts commit ba7e369835
.
2016-01-29 17:53:52 -06:00
angelblue05
ba7e369835
Revert deviceId changes
...
Broke the deviceId generating part of the code since xbmcvfs.File
doesn't cause an error, but instead returns an empty string.
2016-01-29 17:52:00 -06:00
angelblue05
3caa2ae3a7
Re-add decode to unicode
...
Then convert to utf-8, then ascii for the auth header.
2016-01-21 19:19:30 -06:00
angelblue05
c54108cfa7
Normalize device name
...
Server is unable to display unicode correctly for device names. Luke is
aware of this.
2016-01-21 16:32:30 -06:00
angelblue05
65be0b6262
Fixing unicode bug for device name
...
Removing decode to unicode, because we use it for the downloadutils. We
need it in utf-8, not unicode.
2016-01-21 14:35:24 -06:00
marcelveldt
eae4fea76a
more unicode fixes: os.path functions use unicode depending on the OS
2016-01-18 12:05:05 +01:00
marcelveldt
2bd1d139c1
unicode fixes
...
fix for users who have redirected kodi data folders (replace open with xbmcvfs.file)
2016-01-18 10:00:32 +01:00
angelblue05
c125414991
Correct path for deviceid
2015-12-26 12:39:54 -06:00
angelblue05
8d219b64b3
Revert "Correct path for deviceid"
...
This reverts commit 67c4c33a5b
.
2015-12-26 12:29:38 -06:00
angelblue05
67c4c33a5b
Correct path for deviceid
2015-12-26 12:19:42 -06:00
angelblue05
47976c81be
Fix typo
2015-12-26 01:22:25 -06:00
angelblue05
3f6fe0a9e7
Version 1.1.63
...
alpha ready for beta testing
2015-12-24 13:51:47 -06:00