@cosmicr
i don“t wont to nerv you, but is there anything i could do to test myself in your settings. something that i put the directory to my database manuel ?
Greets
Eisi
Eisi2005
Fan Posts: 587 Joined: Feb 2011 Reputation: 1 Location: Germany |
2012-03-08 13:38
Post: #51
|
| find quote |
Eisi2005
Fan Posts: 587 Joined: Feb 2011 Reputation: 1 Location: Germany |
2012-03-21 08:46
Post: #52
@cosmicr
did you found any time to look in your script ? Greets Eisi |
| find quote |
tinybutstrong
Senior Member Posts: 192 Joined: Sep 2010 Reputation: 0 |
2012-04-28 19:33
Post: #53
Yeah, I get a similar error:
Code: 14:30:31 T:3760 NOTICE: -->Python Interpreter Initialized<--I'm not using MySQL. |
| find quote |
cosmicr
Senior Member Posts: 147 Joined: Oct 2010 Reputation: 0 Location: Australia |
2012-04-28 23:54
Post: #54
hi all, sorry I disappeared off the face of the earth, but I have been very busy with other things.
I don't have time to fix the problem, but it looks like I got too hasty in testing mysql and stuffed up the check between sqlite and mysql at the start (so it's always trying mysql even if you have sqlite). If someone wants to fix it, check the source on my git page, it shouldn't take too much to fix. |
| find quote |
dvbtjunkie
Junior Member Posts: 5 Joined: Apr 2010 Reputation: 0 |
2012-07-06 00:26
Post: #55
Hey nice Script,
probably i found a Bug. I don't know why, but some movies in my database have a wrong IMDBID. for example: Armored have a numeric ID 0913354 but need that ID tt0913354 The Script fails to open the wrong IMDB Site : http://www.imdb.com/title/0913354/ It is possible to add in your Code a ID Check like that: If 'tt' in num: Try Base_URL + num else: Base_URL + "tt" + num Sorry I'm a python newbie my language is VBScript.. Thanks This is not my Solution to solve my IMDBID Problem in my database but it makes the script run. or It's a remote possibility to help me to change all wrong IMDBID in my Database...
|
| find quote |
zosky
Donor Joined: Dec 2008 Reputation: 1 Location: toronto. canada |
2012-07-06 05:26
Post: #56
(2012-04-28 23:54)cosmicr Wrote: hi all, sorry I disappeared off the face of the earth, but I have been very busy with other things. Respect !! life happens. thanks for telling us. for the record, i am using mySQL and it seems borked too is it telling me to levelUP my elves ? Code: 23:12:26 T:139800489211648 INFO: -->Python script returned the following error<--8 xbmc frodo's (rc3) ... atom/ion(xbmcBuntu) | amd3000/nVidia9800(mint12) | iphone4(5.1.1) | hpTouchPad(cyanogen9) ... and more + central mySQL db + 11TB mdadm raid6 (+transmission-daemon & flexGet) + maraschino + IRtoy.v2 |
| find quote |
dvbtjunkie
Junior Member Posts: 5 Joined: Apr 2010 Reputation: 0 |
2012-07-06 17:20
Post: #57
(2012-07-06 00:26)dvbtjunkie Wrote: Hey nice Script, Database problem solved: Edit with SQLLiteExplorer : http://wiki.xbmc.org/index.php?title=HOW...base-files Statement: UPDATE movie SET c09 = "tt" || c09 WHERE c09 not like 'tt%'; |
| find quote |
papampi
Senior Member Joined: Feb 2005 Reputation: 0 |
2012-07-20 15:07
Post: #58
I get error and script failed !!!
debug : Code: 17:33:42 T:2595224384 NOTICE: -->Python Interpreter Initialized<--any idea how to slove this error ? ![]() XBMC synced libraries on Atv1 Crystalbuntu 1080p, xbox1, Atv2, iPad, Ubuntu ... |
| find quote |
dvbtjunkie
Junior Member Posts: 5 Joined: Apr 2010 Reputation: 0 |
@ cosmicr
i love your script, it is possible to get a upgrade to Frodo? After Upgrade my XBMC to Frodo, it is impossible to install ![]() Thx a lot |
| find quote |
hop6919
Junior Member Posts: 10 Joined: Feb 2012 Reputation: 0 |
2013-04-10 15:36
Post: #60
I've written a small .net app that refreshes the IMDB score in XBMC using http://imdbapi.org/. It works with Frodo and either the local SQLite database or the shared MySQL library. Here's the link:
http://code.google.com/p/xbmc-imdb-ratin...akechanges It's only for the films I'm afraid. It also doesnt update the .nfo files - but these can be updated by exporting the video library in XBMC and overwriting in the normal way.
(This post was last modified: 2013-04-14 21:10 by hop6919.)
|
| find quote |

![[Image: watched-fanart.jpg]](http://trakt.tv/user/Papampi/widget/watched-fanart.jpg)

Search
Help