Commit Graph

116 Commits

Author SHA1 Message Date
angelblue05 e941674e74 Pylint 2016-09-07 02:14:02 -05:00
angelblue05 21f8a62ebd Add utils dialog
Centralize for later, control icon, etc. Pylint.
2016-09-06 22:07:14 -05:00
angelblue05 3d31568518 Pylint + Fix initial setup for fresh installs 2016-09-04 22:33:34 -05:00
angelblue05 e19e90e703 Review server offline
Add settings to disable offline server message
2016-09-04 19:28:30 -05:00
angelblue05 6a2ea9a4dd Emby Connect (#58)
* Update with latest connect module

* Update string

* Change error behavior

* Add connectmanager

Handle dialogs for emby connect in one place

* Add user select dialog

* Add manual server dialog

* Add onAuthenticated

* Filter virtual episodes

* Update userclient with new methods
2016-09-04 05:18:31 -05:00
angelblue05 8cd4cb903e Add logging
Prevent error in event profiling modules are not part of the standard
python library
2016-08-21 16:28:26 -05:00
angelblue05 5895831ba8 Clean up logging
Moved incremental log line to display only if there's actual items to
process.
2016-07-24 18:46:24 -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 793bd66554 Fix crash when sleeping/waking up device 2016-07-22 17:10:35 -05:00
angelblue05 1559dfc97c Attempt to fix _strptime locked error 2016-07-18 15:44:11 -05:00
angelblue05 4ca97b8a22 Remove unused import 2016-07-02 23:39:06 -05:00
angelblue05 a8fd73740c Strings 2016-06-19 16:24:34 -05:00
angelblue05 7a0f69e014 Centralized logging 2016-06-16 00:43:36 -05:00
angelblue05 c40aa46b64 Fix encoding error 2016-02-18 12:09:36 -06:00
angelblue05 52a5d35295 Update for strings 2016-02-17 02:13:37 -06:00
im85288 3b95536539 fix for Failed to import _strptime because the import lockis held by another thread. 2016-02-07 09:45:08 +00:00
angelblue05 bfbc66457c Convert to string
Prep for translation
2016-02-02 17:49:22 -06:00
angelblue05 d14ecfdc5e Adjust playlist props
Instead of using clearProperties, clear individually.
2016-01-18 21:54:02 -06:00
angelblue05 f3f8c76197 Fix progress dialog 2016-01-18 19:54:20 -06:00
angelblue05 f99efb2a83 Add settings monitor
Prompt for reset if playback mode change is detected
2016-01-09 04:53:04 -06:00
angelblue05 e4fb2de7c2 Prevent deleting artwork during initial sync 2015-12-27 22:51:47 -06:00
angelblue05 3f6fe0a9e7 Version 1.1.63
alpha ready for beta testing
2015-12-24 13:51:47 -06:00
angelblue05 faa376a520 Version bump 1.1.60
Stable release
2015-11-12 16:32:02 -06:00
angelblue05 3431b5d28d Use fallback artists
If album artists is missing
2015-11-08 05:42:53 -06:00
angelblue05 cfe8ffa490 Version bump 1.1.52 2015-10-20 05:22:23 -05:00
angelblue05 4ab6991968 Transcode revision, stack files, playback cleanup 2015-10-01 08:08:34 -05:00
im85288 005e8f2353 rotten tomatoes removed 2015-09-29 14:44:27 +01:00
angelblue05 a39784cb81 Fix profile switch v2
Make sure the threads are terminated correctly. This time, verify the
profile before anything else.
2015-09-24 06:59:26 -05:00
angelblue05 e0343891af Revert "Fix profile switching"
This reverts commit 0e61825579.
2015-09-24 06:48:43 -05:00
angelblue05 0e61825579 Fix profile switching
Make sure the threads are properly terminated.
2015-09-24 06:16:19 -05:00
im85288 5dfcf2f22d version bump for database change 2015-09-16 09:39:10 +01:00
im85288 0a6dd94eff add library monitor to assist with embyskinhelper for data such as critcrating etc 2015-09-15 18:03:52 +01:00
angelblue05 c698e39bb2 Prevent loop if user decides not to reset db yet 2015-09-07 04:12:28 -05:00
xnappo 76bec3e846 Add library version tracking 2015-09-06 12:28:00 -05:00
angelblue05 e09c209a6b Music library
make it seemless - dependant on alternate ip to be enabled to add
pathsubstitution.
2015-08-22 11:17:54 -05:00
angelblue05 f290372c5d Added permanent users
When starting the Kodi session, will automatically add users to the
session.
2015-08-15 00:20:06 -05:00
angelblue05 c0f9948cf5 Convert settings to utils method for addon settings 2015-08-14 04:03:12 -05:00
angelblue05 2bfe377378 Clean up
Also fix settings not saving if reset was initiated.
2015-07-22 08:16:08 -05:00
angelblue05 8fbe680b5e Typo 2015-06-27 23:44:39 -05:00
angelblue05 324137460d Further modification for service
Forgot to encode username
2015-06-16 03:25:12 -05:00
angelblue05 2de317edee Quick adjustment
First if will be xbmc playing for quicker report progress
2015-06-16 02:11:38 -05:00
angelblue05 aa745f1fcc Put library sync in own thread
Reviewed service for utf-8
2015-06-16 00:53:01 -05:00
angelblue05 08c3ea1a33 quick follow up 2015-06-15 20:33:26 -05:00
angelblue05 04e0d4f89e Revert "quick follow up"
This reverts commit 0ac2ea1e09.
2015-06-15 20:30:45 -05:00
angelblue05 0ac2ea1e09 quick follow up 2015-06-15 20:27:11 -05:00
angelblue05 ef1a88db79 Add latest changes 2015-06-15 20:23:19 -05:00
angelblue05 2f78ea46d9 Re-add connection message
Reenabled the option to disable the message as well.
2015-06-11 04:57:33 -05:00
angelblue05 8a0701d8f1 Removing for now
Causes slow start
2015-06-06 02:35:15 -05:00
angelblue05 20ac3c9465 Log Level instant change
I grew tired of restarting Kodi everytime....so I made it so the log
level changes on the stop without restarting Kodi. Also removed NextUp
import and added the downloadUtils 200 response to help debug in the
future.
2015-06-05 05:12:09 -05:00
angelblue05 23b9f000e7 Unicode paths for users with special characters 2015-06-05 01:05:40 -05:00