angelblue05
2bfe377378
Clean up
...
Also fix settings not saving if reset was initiated.
2015-07-22 08:16:08 -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
im85288
6e56d259d4
merged normalize string changes from tvtunes addon
2015-06-20 18:05:54 +01:00
angelblue05
142908d56d
Force refresh fanart
...
The only thing cached into texture13.db I believe fanart was the last
thing that wasn't changing when modified in Emby.
2015-06-19 05:53:22 -05:00
angelblue05
ae07e1b4c6
another attempt at Theme music
...
For illegal characters - following the same pattern as TV Tunes to make
sure we match 100%
2015-06-19 03:10:41 -05:00
angelblue05
83080815ba
Revert db change
2015-06-18 05:42:57 -05:00
angelblue05
9c1f8476aa
Database follow up
...
When upgrading Kodi, it will leave the old database in the folder. As to
not conflict, use the higher database version number.
2015-06-17 21:34:45 -05:00
angelblue05
ce312bd2c8
Quick follow
...
To make sure it doesn't pick up the temp file Kodi creates which is the
same name as the database.
2015-06-16 21:27:50 -05:00
angelblue05
0b0d1aaacc
Revert "Quick follow up"
...
This reverts commit 7f2610642b
.
2015-06-16 21:11:50 -05:00
angelblue05
7f2610642b
Quick follow up
...
Prevent from picking up the temp journal file Kodi creates.
2015-06-16 20:24:54 -05:00
angelblue05
3c1ce16da0
Use proper DB path
...
without guessing.
2015-06-16 19:32:42 -05:00
im85288
58ab6432f6
remove beta support and use latest as default so that future changes
...
hopefully are not needed
2015-06-16 20:38:36 +01:00
angelblue05
91b9d3167d
Attempt at supporting Isengard Beta 2
2015-06-15 19:41:40 -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
xnappo
c3e2e031b7
Music default, but don't change prior setting.
...
Version bump
2015-05-30 18:02:45 -05:00
im85288
77c91379b2
set music sync on as default and added emby icon
2015-05-30 22:18:23 +01:00
Marcel van der Veldt
e16cbcc87c
corrected check for music artists and also reset music db at full reset
2015-05-08 00:46:41 +02:00
Marcel van der Veldt
8839b3b323
add first support for music library sync
2015-05-08 00:04:40 +02:00
Marcel van der Veldt
4ceb66762a
finished video nodes change and main entrypoint listings
...
removed some redundant logging
2015-05-07 00:05:27 +02:00
Marcel van der Veldt
d4e44122ba
moved videonodes code to seperate class
2015-05-06 23:24:13 +02:00
Marcel van der Veldt
e76bf71591
some changes to the video nodes building
2015-05-06 22:53:55 +02:00
angelblue05
d8fd3603a6
Fix for profiles
2015-05-05 21:45:29 -05:00
Marcel van der Veldt
8e8c80980f
finished the videonodes building, also localized the labels and moved generation to startup
...
added tvdb field to tv shows for compatability with kodi addons
added country field to movies
2015-05-05 16:16:34 +02:00
Marcel van der Veldt
93f2d4cd91
added nextup videonode to tvshow collections
2015-05-05 01:43:46 +02:00
Marcel van der Veldt
ecd1fad09f
revert to old method for file access while sorting out the plugin approach
2015-05-01 22:14:00 +02:00
Marcel van der Veldt
8a990ba217
first work on the transition to use kodi db for all actions
2015-05-01 13:30:21 +02:00
angelblue05
2f3d609f53
Attempt #1 at fixing playback report/resume
...
Cleaning up the code, using websocket to report playback progress.
2015-04-28 17:23:26 -05:00
shaun
19e38bec8e
Fix specials airs before, Remove Special Season 100 Mapping, Update season art
...
Fix specials airs before values, set to -1 to make them only show up in
Specials
Remove Special Season 100 Mapping option
Update season art when changed
2015-04-15 12:20:08 +10:00
angelblue05
060a6f1323
Add option to delete user info
...
Added for testing update library to force refresh newly set thumbnails
after first sync (only).
2015-04-12 08:49:41 -05:00
angelblue05
39f7d67c0e
Revert "Add option to delete user info"
...
This reverts commit 705b5f29d5
.
2015-04-12 08:33:36 -05:00
angelblue05
705b5f29d5
Add option to delete user info
...
Added prompt after delete local db. Deletes settings.xml
2015-04-12 08:32:25 -05:00
angelblue05
0ba24d8dbd
Fix for db reset
...
setSetting() now works to reset the initial scan state. I also removed
deprecated behavior from addon.xml
2015-04-12 04:49:02 -05:00
shaun
9d2d2788b2
add Special TV Show mapping to Season 100 and use Delete from table for DB reset
2015-04-12 18:34:00 +10:00
angelblue05
0e3dd9a096
Fix for multi-user
...
It was always writing to master profile.
2015-04-07 20:09:17 -05:00
im85288
30de132920
alter reset so that addon data dir is always removed when video db
...
delete fails
2015-04-03 18:42:15 +01:00
im85288
9fb4743816
extra check on delete successfull or not
2015-04-03 13:51:46 +01:00
im85288
c5b68dcabd
use xbmcvfs for deleting
2015-04-03 11:53:41 +01:00
im85288
a715281a84
dialog reference issues
2015-04-03 11:49:39 +01:00
im85288
c473305556
add a loop for deleting the database if it fails first time and back out
...
if it does not work
2015-04-03 11:33:44 +01:00
im85288
6f3e793561
slight rewording of dialog message
2015-04-03 11:02:21 +01:00
im85288
32db5aaa08
delete the whole video database and the addon_data info
2015-04-03 10:58:21 +01:00
shaun
07ff102a40
Sync running check added to Reset Action
2015-04-03 19:39:16 +11:00
im85288
6b6f77dbff
added reset settings - still needs a bit of work
2015-04-02 20:47:06 +01:00
Marcel van der Veldt
5f8e5105bb
changes to use native kodi db for inserts
2015-04-01 21:07:29 +02:00
Marcel van der Veldt
1388eda326
changes to prevent doubled paths and support for transcoding
2015-03-31 23:21:51 +02:00
Marcel van der Veldt
4458fa6fda
FINAL fix for the doubled episodes.
...
Yeah for real now :-)
2015-03-30 00:43:53 +02:00
Marcel van der Veldt
959659c1c9
added reboot back in to make sure that playcounts are imported through nfo.
2015-03-29 00:47:07 +01:00
Marcel van der Veldt
4d9a9cf139
fixed problem with advancedsettings file
2015-03-29 00:30:13 +01:00
Marcel van der Veldt
64bd1b3fed
removed the experimental mysql stuff
2015-03-27 12:20:40 +01:00
angelblue05
287677f683
Create addondir directory
...
This allows to make the addon work right away, without a Kodi restart.
Step to eliminate the need to restart Kodi after setting the sources, etc.
2015-03-27 04:53:30 -05:00