mrlucas84 / embermediamanager

Automatically exported from code.google.com/p/embermediamanager
0 stars 0 forks source link

Change meidainfo.dll implementation #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Will ensure compatibility with XBMC's media flagging because that's what
they use.

Will be one less 3rd party to depend on.

Original issue reported on code.google.com by jason.schnitzler on 24 Jun 2009 at 2:22

GoogleCodeExporter commented 9 years ago
oh, and it's faster.

Original comment by jason.schnitzler on 24 Jun 2009 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by jason.schnitzler on 24 Jun 2009 at 6:33

GoogleCodeExporter commented 9 years ago
Done for next release... with this change, studio tags are no longer supported. 
You
will need to rescan media info for all your files.

Also, if anyone is building from SVN, you'll need some new images and flags.xml 
to
get it to work... you can download them here: 
http://www.cube3studios.com/EMM/Flags.zip

If anyone has any suggestions as to changes to the images for flags.xml, please 
post up!

Original comment by jason.schnitzler on 24 Jun 2009 at 10:31

GoogleCodeExporter commented 9 years ago
Finallaly verified. Great! Thank you!

Original comment by nadas.bence@gmail.com on 25 Jun 2009 at 9:35

GoogleCodeExporter commented 9 years ago
Should be tested if the audio channels tag in nfo should be 5.1 or 6.
Will do it myslef later today.

Original comment by nadas.bence@gmail.com on 25 Jun 2009 at 12:16

GoogleCodeExporter commented 9 years ago
@Jason
The following info displayed in the media info pane, if media info is not yet 
scanned:

Video Streams: 1

Video Stream 1
- Size: x
- Display Aspect Ratio: 
- Codec: 
- Duration: 

That should be changed to something like:
"Media info is not scanned yet"

Original comment by nadas.bence@gmail.com on 25 Jun 2009 at 12:40

GoogleCodeExporter commented 9 years ago
*sigh* Just read CapnBry is going to use fourcc in the next patch for media
flagging... which ffmpeg.exe does not output. Going to have to go back to
mediainfo.dll and just rework it. Damn... all that work down the drain. lol

Reopend ticket.

Original comment by jason.schnitzler on 26 Jun 2009 at 4:27

GoogleCodeExporter commented 9 years ago
Ok, done with the reversion back to mediainfo.dll... but did a slightly 
different,
optimized implementation. For the most part, its output is compatible with what 
XBMC
is looking for, but had to convert a couple items. If anyone finds any codecs 
that
need to be converted, please let us know.

Another new flags folder is needed. I replaced the one in the link above with 
the
current one.

Original comment by jason.schnitzler on 26 Jun 2009 at 7:14

GoogleCodeExporter commented 9 years ago
Note to self: convert languages to 3 char

Original comment by jason.schnitzler on 26 Jun 2009 at 9:31

GoogleCodeExporter commented 9 years ago
Verified. Thank you!

Original comment by nadas.bence@gmail.com on 26 Jun 2009 at 1:22