Posts: 133
Joined: Aug 2009
Reputation:
18
Status Update
I just wanted to let everyone know that I have indeed been working hard on Ember, as I had said before I'm in the process of reworking the framework, improving the underlying structure so that going forward Ember should be faster, easier to develop for and easier to update. Right now its hard going and I have no timeframe on when this process will be complete, but I wanted to keep everyone in the loop.
We do all this for the fun of it, we don't care about the rewards or the riches, we do it because its who we are.
Visit my project page for Ember at
http://ember.purplepig.net
Posts: 118
Joined: Jul 2012
Reputation:
0
pisoj1
Senior Member
Posts: 118
I am loving this program!
One issue I had is when I try to do batch rename...it wont rename folders just the movie inside it...any tips on how to fix ?
Posts: 118
Joined: Jul 2012
Reputation:
0
pisoj1
Senior Member
Posts: 118
Ahhh no I didn't only the top one...it works now, thanks!
Posts: 67
Joined: Sep 2010
Reputation:
0
I know this has been asked before but is there anyway to include an Anime scraper from anidb? Most of my anime does not get picked up correctly.
Posts: 1
Joined: Jul 2012
Reputation:
0
Hi, I'm running the git source of EMM,
and i ran into a bit of an error...
dlgXBMCHost.vb
SourceGuessing()
was giving me an unhanded exception, was a quick easy fix...
Find:
Dim xs As String = XBMCSources.FirstOrDefault(Function(y) fPath.StartsWith(y))
If fPath.StartsWith(xs) AndAlso myPaths.Contains(GetFilePath(xs, fPath, RemotePathSeparator)) Then
es.XBMCSource(xs) = Convert.ToInt32(es.XBMCSource(xs)) + 1
End If
Replace with:
Dim xs As String = XBMCSources.FirstOrDefault(Function(y) fPath.StartsWith(y))
If CDbl(xs) <> 0.0 Then
If fPath.StartsWith(xs) AndAlso myPaths.Contains(GetFilePath(xs, fPath, RemotePathSeparator)) Then
es.XBMCSource(xs) = Convert.ToInt32(es.XBMCSource(xs)) + 1
End If
End If
Posts: 118
Joined: Jul 2012
Reputation:
0
pisoj1
Senior Member
Posts: 118
Urghh on some movies it just hangs doesn't want to load it...
Also why are some movies in the database like 5 times yet the directory is the exact same each time =/
Posts: 421
Joined: Nov 2010
Reputation:
2
2012-07-08, 17:09
(This post was last modified: 2012-07-08, 17:10 by publicENEMY.)
theres a bug in ember media manager 1.3.0.7.
when you enable 'use image cache' in settings->movies->scrapers - image trailers->caching, you can never get high resolution poster images and sometimes you cant set the poster/fanart images.
bulk renamer also doesnt work.
thanks.
Posts: 118
Joined: Jul 2012
Reputation:
0
pisoj1
Senior Member
Posts: 118
Is there a way to make this program run like 2 threads? So it can do more than one search at a time? Would be awesome if it could try and do a fair few at once.
Posts: 3,212
Joined: May 2008
Reputation:
111
olympia
Team-Kodi Member
Posts: 3,212
Yeah, and then how do you think the content providers would tolerate that?