[service.watchedlist] 1.2.1#679
Conversation
enen92
left a comment
There was a problem hiding this comment.
I'd appreciate if the language stuff is adjusted. After that it is okay to go
| @@ -0,0 +1,3 @@ | |||
| *.pyo | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| provider-name="schapplm"> | ||
| <requires> | ||
| <import addon="xbmc.python" version="2.25.0"/> | ||
| <import addon="script.module.simplejson" version="2.0.10" /> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| <requires> | ||
| <import addon="xbmc.python" version="2.25.0"/> | ||
| <import addon="script.module.simplejson" version="2.0.10" /> | ||
| <import addon="script.module.buggalo" version="1.1.3" /> <!-- min. version 1.1.3 for email report --> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| <extension point="xbmc.service" library="default.py" start="login" /> <!-- Python code for autostart --> | ||
| <extension point="xbmc.python.module" library="lib" /> <!-- entry to access the WatchedList from other addons --> | ||
| <extension point="xbmc.addon.metadata"> | ||
| <summary lang="en">Save watched Movies and TV Episodes independent from filenames</summary> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| sys.exit(1) | ||
|
|
||
| # Run the program | ||
| xbmc.sleep(1500) # wait 1.5 seconds to prevent import-errors |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| @@ -0,0 +1,416 @@ | |||
| # XBMC Media Center language file | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| @@ -0,0 +1,386 @@ | |||
| # XBMC Media Center language file | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| @@ -0,0 +1,410 @@ | |||
| # XBMC Media Center language file | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Thanks for your feedback. I implemented everything except the part regarding buggalo. Please see my comment after your review comment |
Description
Checklist:
Fixed Dropbox API change: SchapplM/xbmc-addon-service-watchedlist#30.
This Pull Request follows PR #664 from @micahg. He pushed the update to branch krypton (presumably due to stricter dependencies for the requests-addon).
This addon was on branch isengard before, but to be able to match the dropbox dependency, I also moved it to krypton. I could also try to keep it in isengard for compatibilty (all features except dropbox would keep working).
The diff should only contain the latest changes of https://github.com/SchapplM/xbmc-addon-service-watchedlist/commits/master.