Posts: 40
Joined: Jan 2012
Reputation:
0
tismon
Junior Member
Posts: 40
I realize that this has probably been answered, but I can't find it in the wiki's, OP, or via searches. I've gone through my library with EMM and gotten just about everything set up, but XBMC still will scrape for itself. So in the end, I get Dinozaurs: The Series when I don't even know what that is. (How did it get that?)
Are there any suggestions or fixes that have been found? I've probably just got a setting mis-selected, but I'm not sure.
Thank you
Posts: 3
Joined: Sep 2011
Reputation:
0
Hi guys,
Sorry for this incredibly dumb question, but I'm just wondering if there's a better way to update to a new version. I just updated from the old Ember this past weekend, and now I see a new version is out. Since I don't really know what I'm doing and don't want any files to conflict with the new version, I just completed deleted the old one and started fresh with the new one. But are there some files that I can keep around that will retain my settings, etc., so I don't have to set up my sources again? Or would it work if I just replaced the exe file?
Sorry for the noobness, and thanks for picking this up bodrick.
Posts: 4
Joined: Mar 2012
Reputation:
0
First off I love the NFO generation, works very nicely (especially the actor section), except for one part and that is the fanart section of the XML.
<fanart url="http://images.themoviedb.org">
<thumb preview="http://cf2.imgobject.com/t/p/w300/xEl8mpqZH38QIMU6kWiJtAPAg2V_thumb.jpg">http://cf2.imgobject.com/t/p/w300/xEl8mpqZH38QIMU6kWiJtAPAg2V.jpg</thumb>
The thumb preview on all my nfo files generated doesn't actually point anywhere. If I removed _thumb from section everything works fine. The reason I brought this up was because I used to change my fanart through XBMC, but with the addition of this _thumb and therefore the file not being there, it doesn't work.
If I removed the fanart section from the nfo and just scrabed with IMDB via XBMC, my fanart section in the database reads like this now:
<fanart><thumb preview="http://cf2.imgobject.com/t/p/w780/avqznLsnPzSROYJTxRMC70MM4Ps.jpg">http://cf2.imgobject.com/t/p/original/avqznLsnPzSROYJTxRMC70MM4Ps.jpg</thumb>
This of course works fine and I never have an issue with changing the Fanart through XBMC, so is there a trick I guess besides writing a script to remove _thumb from all my nfo's prior to pushing, uploading, etc to xbmc?
Am I really clueless and missing something obvious or has anyone else experience the same issue.
Thanks,
Pelton98 (Matt H)
Posts: 86
Joined: Jan 2010
Reputation:
0
If you are looking for better integration with XBMC, I would suggest looking at changing how ember integrates with the current database.
I previously looked at converting Ember to an open source ODBC driver which would allow flexibility in connecting to the existing database type or other modern database types including mysql
My idea was to change the Ember database structure to mirror the XBMC structure, once this was done its a relatively small step to actually use the XBMC database itself.
This would mean Ember could update the database directly, the only function then required is to publish the thumbs appropriately and you have a very nice integration package.
Posts: 27
Joined: May 2012
Reputation:
0
Today i began using Ember MM and it's working really great with the tvdb italian scraper!
I only have 2 little questions :
1 - Are multiple episodes supported ? Like "Filename S01E01E02.mkv" ... for example the first 2 episodes of 4400.
2 - is it possible to add an export in csv like the one in media companion ? A lot more handy than the template one included imho