• 1
  • 19
  • 20
  • 21
  • 22
  • 23(current)
[MOD] Workaround Media Flagging
pipolas Wrote:There is new version of pm3 HD (not official I think) which support the "new flag xbmc".
Is it already working with aeon or do we have to wait a new revision of aeon?

Thanks
see some posts earlier.
Running XBMC on my HTPC, tablet, phone and pinball machine.
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. For troubleshooting and bug reporting, make sure you read this first.
Reply
Very nice official support is finally here. CCMatrix is way more of a coder then I am and has some nice efficent code with support for official flagging. Check it out. Depending on how much detection it ends up I'll wait to make my own ghetto version. Everything is looking good so far.
Reply
Yeah I tried it but it was giving me trouble with a few things so I'll continue with yours for now which works fine.
Image
Reply
DuMbGuM Wrote:Yeah I tried it but it was giving me trouble with a few things so I'll continue with yours for now which works fine.

Yeah I noticed that also. I made my own version which has the same detection as this had but doesn't use the studio tag. I'll provide it for download later if anyone is interested. What CCMatrix has done is pretty (code wise not using a million substrings) but it makes it hard to get specific with the detection.
Reply
I try to make what here was write it, but not work!!

Code:
<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <fileinfo>
    <lastupdate>2009-07-30T23:06:32.6957518+02:00</lastupdate>
    <version>1.3</version>
    <streamdetails>
      <video>
        <width>720</width>
        <height>576</height>
        <codec>MPEG Video</codec>
        <formatinfo>MPEG Video</formatinfo>
        <duration />
        <bitrate />
        <bitratemode>Variable</bitratemode>
        <bitratemax />
        <container>.IFO</container>
        <codecid />
        <codecidinfo />
        <scantype />
        <aspectdisplayratio>1.333</aspectdisplayratio>
      </video>
    </streamdetails>
  </fileinfo>
  <title>Madagascar: Escape 2 Africa </title>
  <rating>6.9</rating>
  <year>2008</year>
  <top250 />
  <votes>22,789</votes>
  <outline>The sequel to 2005's "Madagascar", in which New York Zoo animals, Alex the Lion, Marty the Zebra, Melman the Giraffe and Gloria the Hippo... </outline>
  <plot>The sequel to 2005's "Madagascar", in which New York Zoo animals, Alex the Lion, Marty the Zebra, Melman the Giraffe and Gloria the Hippo, still stranded on Madagascar, start to leave the island. All of a sudden, they land in the wilderness of Africa, where Alex meets the rest of his family, but has trouble communicating with them after spending so much time at the Central Park Zoo.</plot>
  <tagline>Still together. Still lost!</tagline>
  <runtime>89 min </runtime>
  <thumb />
  <fanart url="http://www.themoviedb.org/" />
  <mpaa> Rated PG for some mild crude humor.</mpaa>
  <certification>USA:PG</certification>
  <playcount />
  <File />
  <Path />
  <filenameandpath />
  <id>tt0479952</id>
  <genre>Animation / Action / Adventure / Comedy / Family</genre>
  <credits>Etan Cohen / Eric Darnell</credits>
  <director>N/A</director>
  <premiered />
  <status />
  <studio>DreamWorks Animation / 576i /  /  / 0ch / </studio>
  <studioreal>DreamWorks Animation</studioreal>
  <album />
  <trailer />
  <watched>no</watched>
</movie>

I can not see any flag... no dvd, no studio, no subt...Stare

I save the nfo datei in the same folder of the movie. And the movie habe 2 folder audio un video_ts...Sad
Reply
emal011 Wrote:I try to make what here was write it, but not work!!

Code:
<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <fileinfo>
    <lastupdate>2009-07-30T23:06:32.6957518+02:00</lastupdate>
    <version>1.3</version>
    <streamdetails>
      <video>
        <width>720</width>
        <height>576</height>
        <codec>MPEG Video</codec>
        <formatinfo>MPEG Video</formatinfo>
        <duration />
        <bitrate />
        <bitratemode>Variable</bitratemode>
        <bitratemax />
        <container>.IFO</container>
        <codecid />
        <codecidinfo />
        <scantype />
        <aspectdisplayratio>1.333</aspectdisplayratio>
      </video>
    </streamdetails>
  </fileinfo>
  <title>Madagascar: Escape 2 Africa </title>
  <rating>6.9</rating>
  <year>2008</year>
  <top250 />
  <votes>22,789</votes>
  <outline>The sequel to 2005's "Madagascar", in which New York Zoo animals, Alex the Lion, Marty the Zebra, Melman the Giraffe and Gloria the Hippo... </outline>
  <plot>The sequel to 2005's "Madagascar", in which New York Zoo animals, Alex the Lion, Marty the Zebra, Melman the Giraffe and Gloria the Hippo, still stranded on Madagascar, start to leave the island. All of a sudden, they land in the wilderness of Africa, where Alex meets the rest of his family, but has trouble communicating with them after spending so much time at the Central Park Zoo.</plot>
  <tagline>Still together. Still lost!</tagline>
  <runtime>89 min </runtime>
  <thumb />
  <fanart url="http://www.themoviedb.org/" />
  <mpaa> Rated PG for some mild crude humor.</mpaa>
  <certification>USA:PG</certification>
  <playcount />
  <File />
  <Path />
  <filenameandpath />
  <id>tt0479952</id>
  <genre>Animation / Action / Adventure / Comedy / Family</genre>
  <credits>Etan Cohen / Eric Darnell</credits>
  <director>N/A</director>
  <premiered />
  <status />
  <studio>DreamWorks Animation / 576i /  /  / 0ch / </studio>
  <studioreal>DreamWorks Animation</studioreal>
  <album />
  <trailer />
  <watched>no</watched>
</movie>

I can not see any flag... no dvd, no studio, no subt...Stare

I save the nfo datei in the same folder of the movie. And the movie habe 2 folder audio un video_ts...Sad



clear the studio tag to just <studio>DreamWorks Animation</studio> and turn on the option meta data extraction in settings.
Reply
Schenk2302 Wrote:clear the studio tag to just <studio>DreamWorks Animation</studio> and turn on the option meta data extraction in settings.

Jap, but that´s only show the Studio flag, and the others?
Reply
  • 1
  • 19
  • 20
  • 21
  • 22
  • 23(current)

Logout Mark Read Team Forum Stats Members Help
[MOD] Workaround Media Flagging0