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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/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


- RW2112 - 2009-06-25

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

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

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

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

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

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

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


- Cosmor - 2009-06-26

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

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

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.


- &gt;&gt;X&lt;&lt; - 2009-06-26

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.

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

Yep and make sure you have skin based flagging off in MIP and if it was on when your first scanned your going to have to delete all the nfo's


- olafg - 2009-06-26

Is there any way to delete all nfos in subfolders quickly? I'm running Ubuntu on the server that hosts the movies, but I can acsess it from both windows and Mac OS X, if I need an app


- &gt;&gt;X&lt;&lt; - 2009-06-26

olafg Wrote:Is there any way to delete all nfos in subfolders quickly? I'm running Ubuntu on the server that hosts the movies, but I can acsess it from both windows and Mac OS X, if I need an app

You could search nfo just with windows search then delete them all from search results window


- olafg - 2009-06-27

Did that, and rebuilt the library, still no studio tags.


- Hitcher - 2009-06-27

And you're running the latest SVN XBMC?