Posts: 524
Joined: Jan 2011
Reputation:
1
I just want to be set when I upgrade and there was talk about backwards compatible being gone in final release.
Posts: 281
Joined: Jan 2012
Reputation:
8
Hi. I have recently upgraded to the lastest version (was still working with 1.2.4 or something like that). I installed the fix file as I got an error on the original 1.3.7 zip (winrar error). That worked perfectly. The system recognized that I either was a first time user or that I upgraded. However, after copy-ing the xml en emm files (as I read in a different post, so that my movies didn't have to be rescraped again) I noticed that ember recognized the movies, recognized all the artwork and also checked the boxes for nfo's but no data was filled in the fields for plotline, etc.
As far as I can tell, the NFOs are not loaded into the database, so I did something wrong during the upgrade. Can anyone tell me what I overlooked? Off course I can rescrape all the movies, however the plots were manually copied in dutch (for my boyfriends sake) and it would be a hell of a job, to do that again :-)
Posts: 1,013
Joined: Dec 2010
Reputation:
2
Is anybody planning on fixing the update XBMC feature? I know that the switch from Eden to Frodo broke this feature on just about every piece of software.
Posts: 39
Joined: Jan 2012
Hi bodrick, hi others,
many thanks for your great work!
here is a tiny export request
can anyone do me a favour please and help me how to add at the MovieHomepage Template the code for a second
search box for the movie name.
till now I am just able to search for movie actors.
PHP Code:
<form action="javascript:{}">
<fieldset id="suche">
<label>Search for actor:
<input type="text" name="name" id="actorform" size="10" maxlength="30" onchange="doSend()" />
</label>
<input type="submit" value="Search" onclick="func_SearchActor(document.getElementById('actorform').value)" />
<br />
</fieldset>
</form>
many many thanks