New Home for Ember Media Manager (Official Thread)

  Thread Rating:
  • 26 Votes - 4.58 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pisoj1 Offline
Member
Posts: 88
Joined: Jul 2012
Reputation: 0
Post: #1281
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 ?
find quote
TeKo Offline
Posting Freak
Posts: 803
Joined: Dec 2011
Reputation: 6
Post: #1282
(2012-07-06 18:22)pisoj1 Wrote:  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 ?

Did you change both Folder Patterns on the left side?

Worked like it should for me but now I just use autorename.
find quote
pisoj1 Offline
Member
Posts: 88
Joined: Jul 2012
Reputation: 0
Post: #1283
Ahhh no I didn't only the top one...it works now, thanks!
find quote
CrashnBrn Offline
Member
Posts: 62
Joined: Sep 2010
Reputation: 0
Post: #1284
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.
find quote
bodrick Offline
Moderator
Posts: 128
Joined: Aug 2009
Reputation: 18
Post: #1285
(2012-07-06 22:09)CrashnBrn Wrote:  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.

My current goal is to utilize the scrapers from XBMC, so rather than having to hard code everything, it will utilize the XML scrapers. I suspect that there are a couple of Anime scrapers for XBMC, so in theory it will be covered.

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
find quote
Triscal2000 Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
Post: #1286
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
find quote
pisoj1 Offline
Member
Posts: 88
Joined: Jul 2012
Reputation: 0
Post: #1287
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 =/
find quote
publicENEMY Offline
Senior Member
Posts: 298
Joined: Nov 2010
Reputation: 0
Post: #1288
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.
(This post was last modified: 2012-07-08 17:10 by publicENEMY.)
find quote
pisoj1 Offline
Member
Posts: 88
Joined: Jul 2012
Reputation: 0
Post: #1289
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.
find quote
olympia Offline
Team-XBMC Member
Posts: 2,381
Joined: May 2008
Reputation: 30
Post: #1290
Yeah, and then how do you think the content providers would tolerate that?
find quote
Post Reply