Kodi Community Forum
[RELEASE] TV Show Next Aired (Script) Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TV Show Next Aired (Script) Addon (/showthread.php?tid=79493)



- papampi - 2011-10-15

Hi
I have problem in my ATV2 with latest update !
it runs ok in my ubuntu !
can you check please !
http://pastebin.com/CfK4LXhU


- ronie - 2011-10-15

papampi Wrote:Hi
I have problem in my ATV2 with latest update !
it runs ok in my ubuntu !
can you check please !
http://pastebin.com/CfK4LXhU

check if you have 'allow programs on this systems to control xbmc'
enabled in settings > network.


- Martijn - 2011-10-16

ronie Wrote:check if you have 'allow programs on this systems to control xbmc'
enabled in settings > network.

Is it maybe optional that you force that setting to on from within your script?
Or isn't possible/allowed?


- papampi - 2011-10-16

ronie Wrote:check if you have 'allow programs on this systems to control xbmc'
enabled in settings > network.
yes mate !
its allowed !


- ronie - 2011-10-16

Machine-Sanctum Wrote:Is it maybe optional that you force that setting to on from within your script?
Or isn't possible/allowed?

i think i'd rather create a bug report / feature request
as i feel this option shouldn't apply to our add-ons.

edit: done
http://trac.xbmc.org/ticket/12092


- ronie - 2011-10-16

papampi Wrote:yes mate !
its allowed !

could you delete the next-aired db and try again?

(/var/mobile/Library/Preferences/XBMC/userdata/addon_data/script.tv.show.next.aired/next_aired.db)


- Martijn - 2011-10-16

ronie Wrote:i think i'd rather create a bug report / feature request
as i feel this option shouldn't apply to our add-ons.

It's indeed strange that this has to be enable for scripts running within xbmc itself.


- ronie - 2011-10-16

Machine-Sanctum Wrote:It's indeed strange that this has to be enable for scripts running within xbmc itself.

agreed: http://trac.xbmc.org/ticket/12092


- papampi - 2011-10-16

ronie Wrote:could you delete the next-aired db and try again?
(/var/mobile/Library/Preferences/XBMC/userdata/addon_data/script.tv.show.next.aired/next_aired.db)
ok !
just removed it ! and now it is scanning ! will post the result after its done !


- ronie - 2011-10-16

bakito Wrote:I'm using "xperience more" , sorry for the lack of details!!

cheers, i'll fix the issue in the script.

for now, you can mod the 720p\Startup.xml file of experience.more to get rid of the issue:
at line 15, change silent=true to silent=True


- papampi - 2011-10-16

Seems like its a problem with the latest nighties !
just updated my ubuntu and its not showing any thing too !
all blank with no text and no pictures !
here is the log for my ubuntu : http://pastebin.com/jEgLqd9j
and this is the log from my ATV2 : http://pastebin.com/gadxmtw0


- papampi - 2011-10-16

ronie Wrote:cheers, i'll fix the issue in the script.

for now, you can mod the 720p\Startup.xml file of experience.more to get rid of the issue:
at line 15, change silent=true to silent=True
thanks bro
but where can i find the startup.xml ?


- ronie - 2011-10-16

papampi Wrote:Seems like its a problem with the latest nighties !
just updated my ubuntu and its not showing any thing too !
all blank with no text and no pictures !
here is the log for my ubuntu : http://pastebin.com/jEgLqd9j
and this is the log from my ATV2 : http://pastebin.com/gadxmtw0

looks like an issue that was also reported a few days ago,
here's a test version of the script that should fix it:

script.tv.show.next.aired-4.0.2.zip


- Jete246 - 2011-10-16

I'm a little confused as to how I'm supposed to get this working. I installed the addon from the repository (XBMC eden). I went to my TV show folder -> right click "Person of Interest" -> Update library (I also tried: scan for new content).

But when I open Next-Aired, I get no data, it's blank. I cheched on the TVRage website and there is episode data of 'Person of Interest'. I tried the 4.0.2 version, but the problem persists. From the XBMC logs:

Code:
01:16:36 T:6224   DEBUG: ### TV Show - Next Aired starting ...
01:16:36 T:6224   DEBUG: ### author: Ppic, Frost, ronie, `Black
01:16:36 T:6224   DEBUG: ### version: 4.0.2
01:16:36 T:6224   DEBUG: ### params: {}
01:16:36 T:6224   DEBUG: ### db doesn't exist, scanning for data...
01:16:36 T:6224    INFO: Loading skin file: DialogProgress.xml
01:16:36 T:6224   DEBUG: DialogProgress::StartModal called
01:16:36 T:6224   DEBUG: ------ Window Init (DialogProgress.xml) ------
01:16:36 T:6224   DEBUG: ### Load list: canceled.db not found!
01:16:36 T:6224   DEBUG: ['"error":{"code":-32602,"data":{"message":"Too many parameters","method":"VideoLibrary.GetTVShows","stack":{"name":"sort","property":{"name":"method","type":"string"']
01:16:36 T:6224   DEBUG: "error":{"code":-32602,"data":{"message":"Too many parameters","method":"VideoLibrary.GetTVShows","stack":{"name":"sort","property":{"name":"method","type":"string"
01:16:36 T:6224   DEBUG: ### list: []
01:16:36 T:6224   DEBUG: ### error listing
01:16:36 T:6224   DEBUG: ### canceled list: []

I have my database running on MySQL? Could that be the issue? Also, my "\XBMC\userdata\addon_data\script.tv.show.next.aired\" folder isn't populating. I'm on Windows 7 x64 running the latest XBMC margro PVR build (pre-eden) using Aeon MQ3 skin.


- papampi - 2011-10-16

ronie Wrote:looks like an issue that was also reported a few days ago,
here's a test version of the script that should fix it:

script.tv.show.next.aired-4.0.2.zip

4.0.2 fixed it !
thanks bro !!! you are the man !!!!