XBMC Community Forum
[MOD] Native Media Flagging support for Aeon - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Aeon (/forumdisplay.php?fid=68)
+---- Thread: [MOD] Native Media Flagging support for Aeon (/showthread.php?tid=52581)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40


- RW2112 - 2009-06-25 15:21

Is there some way to set default sound and audio codec flags for ISO files? DVD shows as source and can get the studio, but would like to set a default for the other flags for the ISO's I create when I rip my dvds as I use the same codec / sound for each.


- Hitcher - 2009-06-25 15:48

RW2112 Wrote:Is there some way to set default sound and audio codec flags for ISO files? DVD shows as source and can get the studio, but would like to set a default for the other flags for the ISO's I create when I rip my dvds as I use the same codec / sound for each.

You could add them to an NFO file -
Code:
<fileinfo>
    <streamdetails>
      <video>
        <width>720</width>
        <height>480</height>
        <codec>MPEG Video</codec>
        <formatinfo>MPEG Video</formatinfo>
        <duration />
        <bitrate>8 000 Kbps</bitrate>
        <bitratemode>Variable</bitratemode>
        <bitratemax />
        <codecid />
        <codecidinfo />
        <scantype>Progressive</scantype>
        <aspectdisplayratio>1.778</aspectdisplayratio>
      </video>
      <audio>
        <language />
        <codec>AC-3</codec>
        <channels>2</channels>
        <bitrate>192 Kbps</bitrate>
      </audio>
    </streamdetails>
  </fileinfo>
Or just use EMM with the older dll that pulls info from DVD images (which is where the above info came from).


- RW2112 - 2009-06-25 16:04

Hitcher Wrote:You could add them to an NFO file - or just use EMM with the older dll that pulls info from DVD images (which is where the above info came from).


DOH!!!ShockedNod

Of course that would work, man, did I have a noob moment!Laugh


- Cosmor - 2009-06-25 16:16

Here is a Update of my Native Studio flags pack.

At time 919 Flags

http://rapidshare.com/files/248514628/Native_Studio_Flags.rar

Have Fun Wink


- ccMatrix - 2009-06-25 18:57

Cosmor Wrote:Here is a Update of my Native Studio flags pack.

At time 919 Flags

http://rapidshare.com/files/248514628/Native_Studio_Flags.rar

Have Fun Wink

Thanks for the archive. One question: Why did you remove the Kennedy folder? It is necessary since the studio is called "The Kennedy/Marshall Company" and a / cannot be in a filename. You now have "KennedyMarshall Company, The.png" and "Kennedy_Marshall Company, The.png" which both cannot be found when the skin engine looks for the studio.


- ronie - 2009-06-25 19:06

Cosmor Wrote:Here is a Update of my Native Studio flags pack.

At time 919 Flags

http://rapidshare.com/files/248514628/Native_Studio_Flags.rar

Have Fun Wink

Great Collection. Cheers!!


- hamp - 2009-06-25 19:59

Please, upload to http://www.mediafire.com/.


- Cosmor - 2009-06-26 11:34

ccMatrix Wrote:Thanks for the archive. One question: Why did you remove the Kennedy folder? It is necessary since the studio is called "The Kennedy/Marshall Company" and a / cannot be in a filename. You now have "KennedyMarshall Company, The.png" and "Kennedy_Marshall Company, The.png" which both cannot be found when the skin engine looks for the studio.

Thanks for the info

I fix this in the next Update


- olafg - 2009-06-26 13:50

no studio flags is showing in my setup, before the native support was introduced I scanned my whole library with Media Info Plus, nothing is displayed, even if I remove the nfo's that MIP created and rescan.


- Hitcher - 2009-06-26 14:38

olafg Wrote:no studio flags is showing in my setup, before the native support was introduced I scanned my whole library with Media Info Plus, nothing is displayed, even if I remove the nfo's that MIP created and rescan.

That's because all the info MIP created is still in the database - try removing it and rescan.