![]() |
|
[RELEASE] TV Show Next Aired (Script) Addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] TV Show Next Aired (Script) Addon (/showthread.php?tid=79493) |
- ppic - 2012-01-13 10:04 no, not really possible, cause we don't have all infos you want. - nessus - 2012-01-13 10:39 ronie Wrote:that's a xbmc issue and has been fixed: DateShort in XBMC is Code: <dateshort>DD-MM-YYYY</dateshort>but still script cuts the year in two digits (.lower()) Code: # Get localized date formatIs that correct and the way that you want it ?.... because i think is looking better with xbmc format although in my opinion a script format like 13 Jan 2012 for all regions it would be the best way and the best looking. Cheers Nessus - ronie - 2012-01-13 19:50 nessus Wrote:DateShort in XBMC is.lower() converts uppercase to lowercase. nessus Wrote:Is that correct and the way that you want it ?.... yes, it's intended to use a 2 digit year format. - upD8R - 2012-01-14 19:58 Hi there, I'm a starter with this script. I just want to make sure if I'm doing something wrong. XBMC Eden Beta 1, latest Neon Skin (SVN) and 4.1.14. Manual updating the data seems to work, at least the script grabs my TV shows and does something with it. But in the end nothing is displayed. Is this supposed to work for German air dates? Is the received data somewhere cached so I could look if it receives/processes anything? At the moment it doesn't work at all for me. Thanks! - Japaja - 2012-01-23 19:15 How do I show the date as DD-MM-YY instead current YY-MM-DD or if possible the "old" way as DD-MM-YYYY ? - ronie - 2012-01-23 19:21 Japaja Wrote:How do I show the date as DD-MM-YY instead current YY-MM-DD or if possible the "old" way as DD-MM-YYYY ? it depends on this setting in xbmc: Settings > Appearance > International > Region in case you change that setting, next aired needs to do a full rescan before it picks up the change. - Japaja - 2012-01-23 19:54 ronie Wrote:in case you change that setting, next aired needs to do a full rescan before it picks up the change. Yes, that did it..
- weisselstone - 2012-01-24 19:57 upD8R Wrote:Hi there,Exactly the same problem here, XBMC Eden (but Openelec), Aeon Nox SVN (but the same with Confluence and other skins) and 4.1.15. German System, it shows the number of running Shows at the top and that's it. Screenshot: ![]() Debug Log (passwords removed): http://pastebin.com/LWxDm57m At the end of the log I can see the next airing shows with dates, but nothing in the GUI. - ronie - 2012-01-24 22:12 weisselstone Wrote:Debug Log (passwords removed): http://pastebin.com/LWxDm57m thanx for the log :-) it'll be fixed in the next version. - fional - 2012-01-30 22:09 I'd say 9/10th of my TV Shows are canceled and the series has ended. Given the amount of TV Shows I have, when I run the add-on the first time in a 24 hour period, it takes a few minutes to sort itself out. Is there a way I can have it skip ones that it already knows to be cancelled/ended? Like, it only one scan those once and then it sets it to skip - perhaps? Just to speed up the daily query? |