Commit Graph

50 Commits

Author SHA1 Message Date
angelblue05 76dfa1286c Update logging
Use the logging module. Moved logging to it's own file.
2016-07-24 03:59:48 -05:00
angelblue05 3e1aa94c78 Strings - translation 2016-06-20 20:57:29 -05:00
angelblue05 313899c8e7 Fix typo 2016-06-19 20:17:10 -05:00
angelblue05 f90349d6a8 Fix typo 2016-06-19 17:23:46 -05:00
angelblue05 02e7c2946b Centralize path validation
and logging
2016-06-17 16:42:48 -05:00
angelblue05 e7bdfacd47 Empty show
Prevent crash in the event RecursiveItemCount is missing. Sounds like a
server bug if it's missing from the api
2016-06-16 14:13:38 -05:00
angelblue05 b9d40d91a6 Fix SeriesName missing
Prevent crash from happening.
2016-06-16 00:49:54 -05: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
spootdev b67a77c27b title fix 2016-04-06 22:22:34 -05:00
SpootDev d78c04d67f code reduce 2016-04-04 14:18:46 -05:00
SpootDev b143f34fbf code reduce 2016-03-31 16:05:41 -05:00
angelblue05 7c6451e839 Fix to local trailers
For some reason, server reports local trailer, then querying may or may
not return a result
2016-03-26 16:52:33 -05:00
angelblue05 ae7131a7c1 Fix log 2016-03-16 22:19:52 -05:00
angelblue05 623c6cab85 Fix artists/music 2016-03-16 06:13:47 -05:00
angelblue05 1f8199c91f Remove incorrect log line 2016-03-15 17:29:09 -05:00
angelblue05 7b94b76ef4 Prevent crash for missing seriesId
Apparently, that's a thing now, an episode without a seriesId.
2016-03-12 15:42:14 -06:00
angelblue05 e2a117ea97 Allow virtual season artwork 2016-03-01 12:53:26 -06:00
angelblue05 03ac28272e Fix widget resume 2016-02-26 06:55:24 -06:00
angelblue05 6100faadda Try to prevent sleep from happening
During the initial sync or any major sync, manual or repair.
2016-02-21 17:43:46 -06:00
angelblue05 1bcba15cd9 Repair entries
For the video library. This is for the scenario where Kodi erases the
entry, but it still exists in the emby database.
2016-02-13 22:42:16 -06:00
angelblue05 03d016797c Allow popup time setting 0 to disable notification
For the newly added content notification
2016-02-12 17:23:07 -06:00
angelblue05 15e0f92092 Update video library fix
This is to stop music-only update from updating the video library for no
reason.
2016-02-09 22:50:31 -06:00
angelblue05 c2dace4c1e Add control over notification time for new content
Video and music library
2016-02-04 05:42:17 -06:00
angelblue05 0cc6d36caa Fix music album + logging 2016-01-30 20:49:10 -06:00
angelblue05 2928fd175e Fix typo 2016-01-29 23:14:59 -06:00
angelblue05 363b458514 Fix newly added album/songs
Since we process a dictionary, we can't really control the order it's
being processed in. Audio is being added before the album, so added an
album verification at song level.
2016-01-29 20:40:23 -06:00
xnappo 07d03781a2 Lower lever changes for Krypton
Not modifying utils.py yet, just putting in low level version
placeholders and minor music rating change for Krypton change.
2016-01-23 09:45:31 -06:00
angelblue05 04d7ac2f01 Missing reference to rating
Was it moved by accident?
2016-01-22 16:49:59 -06:00
marcelveldt 0363804c8e fix music sync when directstream enabled 2016-01-21 23:45:51 +01:00
marcelveldt 79644ca3e8 additional fix to prevent doubled updated 2016-01-20 20:35:43 +01:00
marcelveldt ae06548c9d fix: redundant userdata update for music rating
add settings for music ratings import/export
2016-01-20 20:21:56 +01:00
marcelveldt 6f72dfffe9 one more fix for the musictags 2016-01-18 21:16:11 +01:00
marcelveldt 3421bf88e1 add support for embedded covertart in music files
fix typo in music tags code
2016-01-18 19:38:53 +01:00
marcelveldt 5640408523 fix crash on sync when song rating is null in db (if user didn't reset the db)
resync is advised however to make sure the rating gets scraped initially
2016-01-18 16:31:07 +01:00
marcelveldt eae4fea76a more unicode fixes: os.path functions use unicode depending on the OS 2016-01-18 12:05:05 +01:00
angelblue05 2e5c0aa8f2 Fix music crash 2016-01-16 16:31:42 -06:00
angelblue05 5c9e571936 Remove boxset forced sync. Manual sync is available for that purpose. 2016-01-13 15:47:31 -06:00
angelblue05 10606f733d Fix crash during initial sync for songs 2016-01-12 23:09:55 -06:00
marcelveldt ee9f08080e work in progress - move home videos to plugin listing 2016-01-11 22:20:34 +01:00
marcelveldt 0817085ada Add contextmenu for emby settings (used to update ratings)
Add ratings sync for music files (get rating details from music files and sync back to emby)
2016-01-11 16:53:41 +01:00
angelblue05 950ae74939 Undo useless changes to music
The problem was in Items class, not the Music class.
2016-01-09 05:13:17 -06:00
angelblue05 222f6e06cb Open music cursor for albumartist 2016-01-08 12:56:21 -06:00
angelblue05 2c7a0c0b65 Define the music cursor
Make sure we use the proper cursor for music when using the incremental
sync. Fix for artist table not found database error.
2016-01-04 21:58:45 -06:00
angelblue05 227bb3eb42 Add fix for missing key 2015-12-31 22:19:36 -06:00
angelblue05 39ac41647e Fix AirsAfterSeason 2015-12-30 03:21:49 -06:00
angelblue05 50c71c70d4 Fix update music 2015-12-29 17:46:42 -06:00
angelblue05 9959806f5b Fix boxset 2015-12-25 21:36:46 -06:00
angelblue05 17913241a1 Fix trailer 2015-12-24 16:45:18 -06:00
angelblue05 3f6fe0a9e7 Version 1.1.63
alpha ready for beta testing
2015-12-24 13:51:47 -06:00