Hi,

sorry that I didn't noticed that earlier but your service extension point
start-attribute is wrong. It needs to be either "startup" or "login" (or
empty, then "login" will be used). The wiki is not very clear with this,
agree. I will change the example there.

ATM XBMC falls back to "login" because your provided value is wrong. To
safe you from another round I changed this value to "login" (which should
have the same behavior like now) and pushed it to the repo, please change
this in your repo as well.

so updated (with changes), thanks!

regards,
sphere



2014-03-26 3:47 GMT+01:00 sublime_kev a <sublime_...@hotmail.com>:

> *addon -   script.lazytv
> *version - 0.9.4
> *url - https://github.com/KODeKarnage/script.lazytv
> *revision - 885860053da644145db751ea7f0bbfbe7e376634
> *branch - master
> *xbmc version - Frodo
>
>
> ------------------------------
> Date: Tue, 25 Mar 2014 01:09:42 +0100
>
> Subject: Re: [Xbmc-addons] [Git Pull] LazyTV‏
> From: sph...@xbmc.org
> To: sublime_...@hotmail.com
> CC: xbmc-addons@lists.sourceforge.net
>
> I didn't knew that, thanks!
> So your usage seems legit, sorry for the trouble ;-)
>
>
> 2014-03-25 0:53 GMT+01:00 sublime_kev a <sublime_...@hotmail.com>:
>
> Thanks.
>
> FYI, this is where I got the quote:
> http://wiki.xbmc.org/index.php?title=Add-on_rules#Requirements_for_scripts_and_plugins
>
> It would be annoying if this turns out to not be the policy; it would be
> the second time I followed the rules as written there and had them changed
> on me after the fact.
>
> ------------------------------
> Date: Mon, 24 Mar 2014 10:41:57 +0100
>
> Subject: Re: [Xbmc-addons] [Git Pull] LazyTV‏
> From: sph...@xbmc.org
> To: sublime_...@hotmail.com
> CC: xbmc-addons@lists.sourceforge.net
>
> Leave it like it is now. I will discuss this with other team members.
> So if you have fixed the other issues please resubmit your PR.
>
> Regarding your questions in detail:
> > Can Gotham and Frodo be the same release and version number?
> Yes if submitted to frodo repo its also available in gotham. If submitted
> to the gotham repo its in a separate repo (=other version) and needs a
> higher version number than in frodo repo.
>
> > I have fixed the xml, but might as well wait a day or two to release
> both Frodo and Gotham together, with more languages supported via Transifex.
> Fine.
>
> >I knew we couldnt touch the databases, but thought that this "*Access
> (read/write/delete) to other all other files/directories must be opt-in by
> the user, and be clear for the user to understand what is being accessed."*
>  meant that as long as we told the user what we were doing and gave them
> a chance to cancel, then we could access their folders.
> Where do have this quote from? This is the thing I need to discuss with
> others. But like I already said, this is not new in this PR so Im fine to
> push your new version (but please resubmit your PR).
>
> regards,
> sphere
>
>
>
> 2014-03-24 7:39 GMT+01:00 sublime_kev a <sublime_...@hotmail.com>:
>
> Anyone? Please?
>
> ------------------------------
> From: sublime_...@hotmail.com
> To: sph...@xbmc.org
> Date: Sat, 22 Mar 2014 21:26:45 +0000
>
> CC: xbmc-addons@lists.sourceforge.net
> Subject: Re: [Xbmc-addons] [Git Pull] LazyTV‏
>
> Can I get confirmation of these questions before I resubmit with the
> languages and xml changes?
>
> ------------------------------
> From: sublime_...@hotmail.com
> To: sph...@xbmc.org
> Date: Thu, 20 Mar 2014 21:44:54 +0000
> CC: xbmc-addons@lists.sourceforge.net
> Subject: Re: [Xbmc-addons] [Git Pull] LazyTV‏
>
> Can Gotham and Frodo be the same release and version number?
>
> I have fixed the xml, but might as well wait a day or two to release both
> Frodo and Gotham together, with more languages supported via Transifex.
>
> Creating a copy of the front-end is a specific feature requested by users.
> It is something a more experienced user can do, but not a lazy or
> inexperienced user:)
>
> I knew we couldnt touch the databases, but thought that this "*Access
> (read/write/delete) to other all other files/directories must be opt-in by
> the user, and be clear for the user to understand what is being accessed."*
>  meant that as long as we told the user what we were doing and gave them
> a chance to cancel, then we could access their folders.
>
>
>
> ------------------------------
> Date: Thu, 20 Mar 2014 10:48:02 +0100
> Subject: Re: [Xbmc-addons] [Git Pull] LazyTV‏
> From: sph...@xbmc.org
> To: sublime_...@hotmail.com
> CC: xbmc-addons@lists.sourceforge.net
>
> Hi,
>
> ok, agree on pushing only to frodo, keep in mind that if you want to push
> to frodo later you still need to have gotham version > frodo version, so i
> suggest using a bigger version bump in the gotham version.
>
> Sorry, having valid xml is a requirement for the repo, I can't push until
> you fixed this.
>
> Not sure if I read your code correct but it seems that you do file
> operations in XBMC's add-on folder (special://home/addons), correct? This
> is not allowed in the official repository. Do you really need this?
>
> regards,
> sphere
>
>
> 2014-03-20 3:33 GMT+01:00 sublime_kev a <sublime_...@hotmail.com>:
>
> *meant to send this to list.
>
> Thanks sphere.
>
> The settings will be fixed soon. Just a missing space I was never going to
> see :)
>
> The print statement in the clone and update clone files are supposed to be
> printing to the file, not the log or terminal or anything. Is that still an
> issue?
>
> The clone files are different to the originals, and save me having to edit
> them on transfer.
>
> There will be a Frodo release but I need to make sure it wont break
> people's existing installs.
>
> ------------------------------
> Date: Wed, 19 Mar 2014 09:03:39 +0100
> Subject: Re: [Xbmc-addons] [Git Pull] LazyTV‏
> From: sph...@xbmc.org
> To: sublime_...@hotmail.com
> CC: xbmc-addons@lists.sourceforge.net
>
>
> Hi,
>
> are you sure that you want to push to gotham? This would have it available
> only in Gotham. If yes, you need to change the xbmc.python requirement from
> 2.1.0 to 2.14.0.
> If you would request the push to frodo, it would be available in gotham
> and frodo (and you need to leave the xbmc,python version like it is).
>
> Other than that, here is a list of issues:
> - script.lazytv/resources/settings.xml: not well-formed (invalid token):
> line 7, column 19
> - script.lazytv/resources/settings_clone.xml: not well-formed (invalid
> token): line 7, column 19
>
> These issues are optional but recommended:
> - script.lazytv/resources/clone.py: print statement should be replaced
> with xbmc.log()
> - script.lazytv/resources/update_clone.py: print statement should be
> replaced with xbmc.log()
>
> Do you still need the "_clone" files? Looks like backup files.
>
>
> regards,
> sphere
>
>
> 2014-03-19 4:08 GMT+01:00 sublime_kev a <sublime_...@hotmail.com>:
>
> *addon -   script.lazytv
> *version - 0.9.3
> *url - https://github.com/KODeKarnage/script.lazytv
> *revision - 6ea9d4838260318a3a10c2afc87eba3a7e40a3bf
> *branch - master
> *xbmc version - gotham
>
> *changelog *(This represents almost a complete re-write of the addon)
> - general: prompt if the next episode is available (with autoclose)
> - general: posts a warning you if you are beginning to watch a TV episode
> that has an unwatched episode before it in your library
> - general: ability to switch logs on/off
> - general: accommodate manual updating of watched status
> - general: specify individual tv shows to watch out of order
> - general: clone function duplicates the LazyTV front-end, clone can have
> distinct settings, occupy additional slot in Home Menu
> - play random option: expanded 'play random tv shows' limit to 50 shows
> - play random option: notification of show title
> - play random option: include unwatched movies
> - play random option: include watched movies
> - play random option: ignore TV shows entirely, making LazyTV a random
> movie player
> - play random option: jump to a random time in watched movie (simulates
> changing the channel and coming across a movie in progress)
> - play random option: specify biad between movies and tv shows
> - service: analysis of library and show selection now handled by service
> - service: pre-empts watched status change for improved responsiveness in
> Pi
> - on-screen list option: limit the shows shown in the window to help speed
> things up on slow systems
> - on-screen list option: randomised shows refresh each time the window
> opens
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is
> the definitive new guide to graph databases and their applications. Written
> by three acclaimed leaders in the field, this first edition is now
> available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________ Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is
> the definitive new guide to graph databases and their applications. Written
> by three acclaimed leaders in the field, this first edition is now
> available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________ Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
>
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to