Sun Nov 11, 2012 1:05 pm
Sun Nov 11, 2012 1:13 pm
(cool) Hector wrote:I still don't see the connection with Coollector
Sun Nov 11, 2012 1:35 pm
kakashi wrote:The idea was to use the exported data files from coollector as the data source for the web app.
Sun Nov 11, 2012 2:13 pm
(cool) Hector wrote:Or XBMC ?
(cool) Hector wrote:That's what I thought, but I fail to see how it's worth all your hard work.
(cool) Hector wrote: Are you trying to access your files from the internet when you're not home ? Or to give access to your friends ?
Sun Nov 11, 2012 2:27 pm
kakashi wrote:My home network has quite a few pc's operating on it.
Mon Nov 12, 2012 3:26 am
document.getElementById('list_desc').innerText=listdesc + ':';
for(i=0 ; i<moviecount ; i++)
document.getElementById('movies').innerHTML+=
'<div class="movie"><p class="title">' + movies[i].title +
'</p><img class="poster" src="' + imagefolder + movies[i].imglocation + '"></div>';
Mon Nov 12, 2012 10:57 am
kakashi wrote:When Coollector generates a json file
Mon Nov 12, 2012 12:25 pm
Mon Nov 12, 2012 12:27 pm
kakashi wrote:![]()
Mon Nov 12, 2012 4:23 pm
(cool) Hector wrote:it's possible to have a combo box to change the style at any moment. It 'll just change the XSLT that is used.
Mon Nov 12, 2012 5:01 pm
Mon Nov 12, 2012 11:47 pm