New Home for Ember Media Manager (Official Thread)

  Thread Rating:
  • 26 Votes - 4.58 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
TeKo Offline
Posting Freak
Posts: 808
Joined: Dec 2011
Reputation: 6
Post: #1211
(2012-06-10 19:11)protocol77 Wrote:  hi guys i have just started using this program and just spent the last two days scraping all my metadata and artwork for my 1400+ movies now that i have this done i am wondering what happens when i get new movies do i have to open the program each time and rescan then run the scraper to update the new movies or is there a way to have the program detect new movies through a watched folder or have a set time schedule to check so i can just leave the program running on my server to detect and collect metadata for any new movies i add to the movie folders


i know the auto-scan feature exists on media center master but i prefer the interface of ember so wondering if this feature exists

Update Library
Then you should see all new Movies marked green
Scrape Media (next to update) -> New Movies -> Auto or Ask -> All

Works perfect for me.
find quote
Hudson_Hawk04 Offline
Posting Freak
Posts: 1,306
Joined: Oct 2006
Reputation: 3
Post: #1212
Thanks for your help all regarding the naming conventions.

I feel sorry for people who don't drink. When they wake up in the morning, that's as good as they're going to feel all day.
Frank Sinatra
If I managed to help you in any way, please add to my reputation
.
find quote
frozenice Offline
Junior Member
Posts: 33
Joined: Oct 2009
Reputation: 0
Post: #1213
I have a Problem with DTS HD indentification in the latest Ember Version. Is there any way to fix it? DTS HD Tracks appears as normal DTS track not as "DTS HD"

Thanks!

Asrock Vision 3D 241B
find quote
TeKo Offline
Posting Freak
Posts: 808
Joined: Dec 2011
Reputation: 6
Post: #1214
Pretty sure it never worked with DTS HD / True HD.
find quote
frozenice Offline
Junior Member
Posts: 33
Joined: Oct 2009
Reputation: 0
Post: #1215
This would be a nice feature for the next version Nerd

Asrock Vision 3D 241B
find quote
TeKo Offline
Posting Freak
Posts: 808
Joined: Dec 2011
Reputation: 6
Post: #1216
Does XBMC even use this information?
Because when you play a Video and pause it seems to recognize TrueHD and stuff.

But yea it would be cool to have the HD formats in Ember.
find quote
DanCooper Online
Moderator
Posts: 607
Joined: Apr 2012
Reputation: 46
Location: Switzerland
Post: #1217
(2012-06-12 21:02)frozenice Wrote:  I have a Problem with DTS HD indentification in the latest Ember Version. Is there any way to fix it? DTS HD Tracks appears as normal DTS track not as "DTS HD"

Thanks!

Have you ever tried it with this function?
I don't have TrueHD content to test it.

[Image: 24pmqab.jpg]

Latest Ember-MM version - [Release] Ember Media Manager 1.3.x
German XBMCNerds
(This post was last modified: 2012-06-14 14:48 by DanCooper.)
find quote
TeKo Offline
Posting Freak
Posts: 808
Joined: Dec 2011
Reputation: 6
Post: #1218
Doesnt work because this only changes the Logo in Ember.

DTS and DTS HD are both dca.

But as I said it works in XBMC while playing the file just tested with Star Wars EP2 even changes the log when switching from DTS to DTS HD.

Maybe someone knows if XBMC even checks the nfo for the Codec and whats the right code for DTS HD and True HD so we could change it manuall or maybe even get Ember to scan for it.
find quote
frozenice Offline
Junior Member
Posts: 33
Joined: Oct 2009
Reputation: 0
Post: #1219
Yes, DTS and DTS HD are both dca.

When I press in XBMC the "I" Key while playing a DTS HD Movie, DTS HD identication works fine.
Only Ember doesn't detect DTS HD Master Audio Tracks Sad

I found a Bug Report about this Problem http://ember.purplepig.net/issues/98

Asrock Vision 3D 241B
(This post was last modified: 2012-06-14 19:06 by frozenice.)
find quote
dragomanjk Offline
Member
Posts: 55
Joined: Jul 2010
Reputation: -2
Post: #1220
(2012-06-13 11:13)TeKo Wrote:  Pretty sure it never worked with DTS HD / True HD.

In Settings - Misc - Audio Codec Mapping add:
a_truehd truehd


DTSMA clsAPIMediaInfo.vb
Code:
Private Function ConvertAFormat(ByVal sFormat As String, Optional ByVal sProfile As String = "") As String
        If Not String.IsNullOrEmpty(sFormat) Then
            Select Case sFormat.ToLower
                Case "dts", "a_dts"
                   Select Case sProfile.ToUpper
                        Case "MA"   'master audio
                            sFormat = "dtsma"
                        Case "HRA"   'high resolution
                            sFormat = "dtshr"
                    End Select

I think it's supposed to be Case "MA / Core". I'm not sure though.
find quote
Post Reply