![]() |
XBMCSync - Sync Watched Flag Across Multiple Boxes - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: XBMCSync - Sync Watched Flag Across Multiple Boxes (/showthread.php?tid=65824) |
- mtehonica - 2010-01-10 tim- Wrote:Okay, that problem is fixed. I just uploaded 0.7.2 Updated. I'll keep you posted. Thanks for all the fast updates! - mtehonica - 2010-01-10 mtehonica Wrote:Updated. I'll keep you posted. Thanks for all the fast updates! The silent argument is still outputting to /root/xbmcsync.log for me running 0.7.2. - tim- - 2010-01-10 Thank you for all your testing Just uploaded 0.7.3 ... I somehow defined the log file twice and only fixed it once.. cleaned that up to only be defined once.. correctly =) - mtehonica - 2010-01-10 tim- Wrote:Thank you for all your testing Yeah, I took a quick look at the code and saw that it was defined correctly at the top so I figured it had to be something like that but didn't want to search through the whole thing ![]() - RockDawg - 2010-01-10 Using 0.7.1, I tried marking a couple videos as wathced on HTPC1 and ran the script while HTPC2 was sleeping. I then woke up HTPC2 and ran the script again, and the videos were correctly updated. So, in my case at least, it seems to correctly update things later if a machine is down when script is run and finds new items. Thanks again for all your time and effort on this tim-!! EDIT: Since I'm new to Linux, I'm not sure where it's best to put stuff like this. Where do you guys put the script? - muggsy - 2010-01-10 Any chance of getting access to this. I've got a XBMC Linux box and a couple of xboxs and a pretty big library - mtehonica - 2010-01-11 RockDawg Wrote:Using 0.7.1, I tried marking a couple videos as wathced on HTPC1 and ran the script while HTPC2 was sleeping. I then woke up HTPC2 and ran the script again, and the videos were correctly updated. So, in my case at least, it seems to correctly update things later if a machine is down when script is run and finds new items. I put it all in my home directory in a Scripts folder (/home/mtehonica/Scripts) although it doesn't really matter where you put it. - tim- - 2010-01-11 RockDawg Wrote:Using 0.7.1, I tried marking a couple videos as wathced on HTPC1 and ran the script while HTPC2 was sleeping. I then woke up HTPC2 and ran the script again, and the videos were correctly updated. So, in my case at least, it seems to correctly update things later if a machine is down when script is run and finds new items. Rockdawg: I keep mine in /home/tim/xbmcsync/ but as long as the folder is writable by the user running it its all good. - tim- - 2010-01-11 muggsy Wrote:Any chance of getting access to this. I've got a XBMC Linux box and a couple of xboxs and a pretty big library Sure thing, PM sent - RockDawg - 2010-01-11 I'm trying to put this script in crontab, but I'm doing something wrong. Here's what I'm getting: First I tried: Code: kevin@XBMCLive:~$ sudo crontab -e So then I tried: Code: kevin@XBMCLive:~$ sudo apt-get install cron Anyone have any idea what the problem could be? - tim- - 2010-01-11 I think its sudo apt-get install crontab - RockDawg - 2010-01-11 I just tried that and I get the same response as above. I read something that said to use apt-get update. Code: kevin@XBMCLive:~$ sudo apt-get update I then ran sudo apt-get install again, but got the same response. I saw a post suggest that sources.list might not be right. Mine contains: Code: deb cdrom:[Ubuntu GNU/Linux 9.10 _Karmic_ - Build i386 LIVE/INSTALL Binary 20091124-11:58]/ karmic main Is that right, or does something else need to be there? - RockDawg - 2010-01-11 mtehonica Wrote:I put it all in my home directory in a Scripts folder (/home/mtehonica/Scripts) although it doesn't really matter where you put it. Thanks. I figured it didn't' matter. Just wondered what you all did. - tim- - 2010-01-11 Not too sure on that one. I would check with someone about the Live install.. I have yet to play with that RockDawg Wrote:I just tried that and I get the same response as above. I read something that said to use apt-get update. - mtehonica - 2010-01-11 Alright, looks like the logging issue is fixed but now I have another issue. As a test, I started from scratch with 0.7.3. Deleted the .db and .log files so it was clean and here is what happens. Anything seen as watched from any machine other than the first is not marked as updated. So right now almost everything is in sync except a few shows from the Mac Mini and 1 on my AppleTV. So my log attached shows that anything from the Mac Mini or AppleTV is not updated. Here is my log: http://www.mediafire.com/?mtymmzwm01z |