Commit Graph

80 Commits

Author SHA1 Message Date
angelblue05 988d62c9ac Fix cursor staying open after marking as watched 2015-12-01 00:53:59 -06:00
angelblue05 7dbc1339bb Fix directors 2015-11-09 19:59:45 -06:00
angelblue05 158008415f Prevent invalid paths
Strm file scenario
2015-11-03 02:27:59 -06:00
angelblue05 d5c1bec4c6 Add music video artist link 2015-10-23 20:00:34 -05:00
angelblue05 dbf6a350c7 Fix direct path
By the time the initial setup went thru, the class was already loaded.
Instead, load the settings in the instance.
2015-10-23 02:21:12 -05:00
angelblue05 6849c22414 Support emby tags for music videos 2015-10-18 21:15:49 -05:00
angelblue05 069379ae59 Studios modification
Kodi only takes in one studio to display the studio logo. All of the
studios are still process, but only the first one will be added in the
movie table.
2015-10-18 20:54:57 -05:00
angelblue05 eabf94623a Allow dateAdded to be updated
For movies, music videos, episodes.
2015-10-16 17:38:25 -05:00
angelblue05 582949e79c Fix error caused by idSeason
Will properly skip the episode in the event the actual season is missing
it's number.
2015-10-13 05:05:03 -05:00
xnappo 9970a770c4 Add check for season 0 as server now returns this 2015-10-12 13:45:23 -05:00
angelblue05 0fd88210b4 Fix syntax causing error on Android 2015-10-12 12:22:51 -05:00
im85288 75a877ee9e jarvis support 2015-10-11 23:50:46 +01:00
angelblue05 06ad9ab18c New artwork method implement
Old method still available for backward compatibility
2015-10-08 04:18:56 -05:00
angelblue05 7d9fe89806 Prevent double marking as watched
Also removed the mark watched at: % setting. It is controlled by the
server itself.
2015-10-04 06:05:31 -05:00
angelblue05 fe5ae9386a Support Emby tags 2015-10-01 22:30:11 -05:00
im85288 0c0832421b rotten tomatoes removed 2015-09-27 22:06:22 +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 ea941ed6b4 Fix for add people 2015-09-15 07:48:42 -05:00
angelblue05 09966b25bb Option to sync specials ordering
False by default, since not everyone likes displaying them within
seasons.
2015-09-07 10:30:25 -05:00
Shaun fc0442e0ed remove all movies from box set before updating to cacth movies that have been removed
only sync box sets that have changed for inc sync
2015-09-01 23:02:55 +10:00
angelblue05 c0f9948cf5 Convert settings to utils method for addon settings 2015-08-14 04:03:12 -05:00
angelblue05 811e91a0b5 In prep for userdata only modification
Speed up the process. Waiting for the insertion of the kodi_file_id in
the emby database table.
2015-08-12 05:18:07 -05:00
angelblue05 fee8b958de Adjust mpaa rating and quick fix for ratio 2015-08-08 07:16:51 -05:00
angelblue05 021261617e Add season fanart 2015-08-04 04:45:26 -05:00
im85288 541f440853 duration fix for streamdetails 2015-07-31 21:17:05 +01:00
Marcel van der Veldt 46918b914e fixes for music sync 2015-07-30 21:23:50 +02:00
angelblue05 f7605802d3 adjust log
so users can understand there's no season number assigned.
2015-07-28 20:08:13 -05:00
Marcel van der Veldt 619ea2d876 fix for playcount sync 2015-07-29 02:51:57 +02:00
Marcel van der Veldt 62d9ae5b65 Merge branch 'master' of https://github.com/MediaBrowser/Emby.Kodi 2015-07-28 01:16:33 +02:00
Marcel van der Veldt 64b9594bb7 small fix for episode adds 2015-07-28 01:16:24 +02:00
angelblue05 2b79b471f0 Quick follow up music video section
Playcount returns an integer or None, using dateadded/created method in
API()
2015-07-27 17:58:43 -05:00
Marcel van der Veldt d174f4793f fixes for the path changes
fixed issue with musicvideos sync
some small glitches resolved
2015-07-28 00:35:33 +02:00
angelblue05 e3a81da2a5 Correct the merging 2015-07-26 07:09:09 -05:00
angelblue05 5e5dd51be1 Correct typo 2015-07-25 00:13:09 -05:00
angelblue05 5ac746750e Fix log error 2015-07-24 22:49:20 -05:00
im85288 7f21c61753 support for kodi jarvis 2015-07-24 12:29:41 +01:00
angelblue05 335035d6f2 Correct media flags 2015-07-24 02:52:36 -05:00
angelblue05 1c5bbe0b71 Additional logging for the watched status
This in combination with the websocket message should be enough for us
to know where the problem lies.
2015-07-22 22:06:17 -05:00
angelblue05 56c261279c Cache image only when new or modified
Prevent caching image when it is unchanged.
2015-07-21 01:26:17 -05:00
angelblue05 c61a17d48d Resume fix
Forgot to remove old piece of code that interfered with resume point on
homescreen. Also added another verification to removed any Kodi created
bookmark as it messes with plugin paths bookmark.
2015-07-21 01:12:06 -05:00
angelblue05 7f9f357e37 Fix for merge - part of 1.1.15
Still finding things that didn't follow in the merge... :(
2015-07-20 01:48:43 -05:00
angelblue05 1cda4ac30e Resume revert
Instead of seeking to position, now using setProperty('StartOffset') to
launch playback at the position we want.
2015-07-19 23:25:59 -05:00
angelblue05 4e7cbc56ba Fix for merge
Create sources, fix for user pref login bug, create a dummy bookmark for
homescreen, remove workaround for resume point
2015-07-19 20:35:14 -05:00
angelblue05 0c54257de6 fix for the merge that didn't follow
Media path fix, and clean up of writeKodiVideoDB. Fix for library sync
for deletes.
2015-07-18 03:08:05 -05:00
angelblue05 56deac31b3 Add support for cast order in Helix 2015-07-15 18:33:21 -05:00
im85288 708b042af6 fix cast order - isengard only 2015-07-15 21:05:12 +01:00
angelblue05 4e802623c3 Revert "Revert "First attempt at supporting cover art""
This reverts commit fadc3e0e49.
2015-06-29 11:44:55 -05:00
angelblue05 fadc3e0e49 Revert "First attempt at supporting cover art"
This reverts commit c71e5eb293.
2015-06-29 11:43:29 -05:00
angelblue05 c71e5eb293 First attempt at supporting cover art
With option under Extras
2015-06-29 11:40:29 -05:00
Shaun a1a2901e93 fix the movie addon path 2015-06-27 14:23:27 +10:00