I noticed that my first xbmc machine gets updated properly (only updates the show downloaded) but Drone sends a full library update to the second machine. Here is the log. There is no password on either XBMC machines.
Its because there is one series on the 2nd HTPC that doesn’t have a TVDB ID in the imdbnumber field (poorly named field from when IMDB was the only metadata provider), that series looks to be “Impractical Jokers”, if you remove the series and re-add it on the 2nd box it should fix it (I hope).
Meanwhile I’ll add an issue to make NzbDrone not blow up in this circumstances.
I see. So the series was badly added on the second htpc? This is odd because both htpc used the same nfo file when I added the series originally. I will try and post back
Sent from my LG-P500h using Tapatalk 2
It appears that way, I’m not sure how/why it wouldn’t have that ID available (possibly its missing from the .nfo file?).
yup it seems to have fix the issue. thanks
same issue again…
https://dl.dropboxusercontent.com/u/151513670/nzbdrone/nzbdrone.log.txt
can you tell me which show is causing it…so annoyed…
You’ll have to look through the json output from XBMC to determine which one it is.
a bit of a derail, but have you thought of just setting up your XBMC to use a shared library? It’s not all that difficult and Frodo makes it even more dynamic in terms of artwork and whatnot.
The other cool part is you can start a show in one room and finish it in another. You also keep your watched status sync’d and you only have to update a single XBMC instance for all of them to update.
http://wiki.xbmc.org/index.php?title=HOW-TO:Share_libraries_using_MySQL
Thats already how im setup…i have 2 DBs in MYSQL. 1 is for the when me and the wife watch shows(+ just me) together and the other is hers only. This way we can both have our own watch status. I use Profiles in XBMC to have seprate dbs
Ah. Didn’t realize there were two instances based on profiles.
In that case, I’d recommend http://forum.xbmc.org/showthread.php?tid=81095 Just a few posts down.
Your primary db will replicate everything but watched status to a second db for your second profile. It’s a single library but you can keep independent watched statuses. It’s a bit more on the technical side, but not at all that difficult. I have it setup for a friend and his roommates because there was frustration about shows disappearing (hide watched. :P)
I have already fixed the issue. The problem was a bad nfo file was getting scanned into XBMC which was causing my NZBdrone problem. As for my DBs…everything is fine
I know. I’m just throwing out suggestions. There’s always a different way to do something.