[WLX] MMedia 2.62 x32/x64 Unicode/ANSI (Sep 2014)

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
fg_2002fr
Senior Member
Senior Member
Posts: 267
Joined: 2003-02-24, 10:12 UTC
Location: Tours (France)
Contact:

Re: MMedia 2.55

Post by *fg_2002fr »

audio wrote:(A) I'm just wondering if there is any possibility of getting
'MediaInfo.dll" to use custom output configurations files e.g.: "MediaInfo.cfg" and "1-Audio.csv"

I'll take a look.

audio wrote: (B) Is there any way of displaying cover images for .m4a files?
not in a near future, but I can add this to my todo list
audio wrote: I also think maybe it could be useful to other users (maybe put this option in the "readme.txt" file):

For users that choose to use a Codec Pack like "K-lite Codec Pack (full)" in their systems, a more complete listing (93 file types) for video (MMEXT=) and audio (MP3EXT=) listings could be

Code: Select all

[ext]
MMEXT=3g2,3gp,3gp2,3gpp,amv,asf,asx,avi,cda,dat,divx,dv,evo,f4v,flv,hdmov,ifo,m1v,m2p,m2t,m2ts,m2v,m4v,mkv,mod,mov,mp1,mp2v,mp4,mp4v,mpe,mpeg,mpg,mpv2,mpv4,mts,ogm,ogv,pva,rm,rmvb,tp,tpr,ts,vob,webm,wmv,wvx
MP3EXT=aac,ac3,aif,aifc,aiff,alac,amr,ape,apl,au,caf,dts,flac,id3,it,m3u,m3u8,m4a,m4b,mid,midi,mka,mo3,mod,mp2,mp3,mpc,mtm,ofr,ofs,oga,ogg,opus,pls,ra,rmi,s3m,snd,spx,tak,tta,umx,wav,wax,wma,wv,xm
I'm impressed,
lines will be added in "Readme.txt"
audio wrote:
also it is very useful to add this line in the "wincmd.ini" file, right below [ListerPlugins] section:

Code: Select all

0=%COMMANDER_PATH%\Plugins\wlx\mmedia\mmedia.wlx
0_detect="MULTIMEDIA & (ext="3G2" | ext="3GP" | ext="3GP2" | ext="3GPP" | ext="AAC" | ext="AC3" | ext="AIF" | ext="AIFC" | ext="AIFF" | ext="ALAC" | ext="AMR" | ext="AMV" | ext="APE" | ext="APL" | ext="ASF" | ext="ASX" | ext="AU" | ext="AVI" | ext="CAF" | ext="CDA" | ext="DAT" | ext="DIVX" | ext="DTS" | ext="DV" | ext="EVO" | ext="F4V" | ext="FLAC" | ext="FLV" | ext="HDMOV" | ext="ID3" | ext="IFO" | ext="IT" | ext="M1V" | ext="M2P" | ext="M2T" | ext="M2TS" | ext="M2V" | ext="M3U" | ext="M3U8" | ext="M4A" | ext="M4B" | ext="M4V" | ext="MID" | ext="MIDI" | ext="MKA" | ext="MKV" | ext="MO3" | ext="MOD" | ext="MOV" | ext="MP1" | ext="MP2" | ext="MP2V" | ext="MP3" | ext="MP4" | ext="MP4V" | ext="MPC" | ext="MPE" | ext="MPEG" | ext="MPG" | ext="MPV2" | ext="MPV4" | ext="MTM" | ext="MTS" | ext="OFR" | ext="OFS" | ext="OGA" | ext="OGG" | ext="OGM" | ext="OGV" | ext="OPUS" | ext="PLS" | ext="PVA" | ext="RA" | ext="RM" | ext="RMI" | ext="RMVB" | ext="S3M" | ext="SND" | ext="SPX" | ext="TAK" | ext="TP" | ext="TPR" | ext="TS" | ext="TTA" | ext="UMX" | ext="VOB" | ext="WAV" | ext="WAX" | ext="WEBM" | ext="WMA" | ext="WMV" | ext="WV" | ext="WVX" | ext="XM")"
No, this is not necessary and redundant with the two precedent lines from mmedia.ini
huelseforum
Junior Member
Junior Member
Posts: 2
Joined: 2014-04-14, 14:00 UTC

Post by *huelseforum »

I've tested this plugin.
It's looking very good.

For me it's important to see the correct file informations.
There seems to be a bug.

At the tab media information
--- MP3 Frame information ---
:
Bitrate : VBR1 128 kbps
:

VBR1 and VBR2 is changing but the Bitrate is the same on every file i've tried.
User avatar
fg_2002fr
Senior Member
Senior Member
Posts: 267
Joined: 2003-02-24, 10:12 UTC
Location: Tours (France)
Contact:

Post by *fg_2002fr »

huelseforum wrote:I've tested this plugin.
It's looking very good.

For me it's important to see the correct file informations.
There seems to be a bug.

At the tab media information
--- MP3 Frame information ---
:
Bitrate : VBR1 128 kbps
:

VBR1 and VBR2 is changing but the Bitrate is the same on every file i've tried.
Please could you send me some sample files for which Mmedia can not determine the bitrate
you can find my e-mail on http://fg.tcplugins.free.fr/
huelseforum
Junior Member
Junior Member
Posts: 2
Joined: 2014-04-14, 14:00 UTC

Post by *huelseforum »

It's a problem with MP3s with VBR.
CBR works fine.

Every VBR-File shows 128 kbps.

Length : 392 seconds ( 6:32)
MPEG Type : MPEG 1.0 Layer 3
Bitrate : VBR1 128 kbps
-> wrong Length (should be 3:43)

Length : 326 seconds ( 5:26)
MPEG Type : MPEG 1.0 Layer 3
Bitrate : VBR2 128 kbps
-> wrong Length (should be 3:03)

Length : 381 seconds ( 6:21)
MPEG Type : MPEG 1.0 Layer 3
Bitrate : VBR3 128 kbps
-> the Length is also wrong (should be 3:30)

I will send you a mp3 - if you still need one.
User avatar
fg_2002fr
Senior Member
Senior Member
Posts: 267
Joined: 2003-02-24, 10:12 UTC
Location: Tours (France)
Contact:

Post by *fg_2002fr »

huelseforum wrote:It's a problem with MP3s with VBR.
CBR works fine.

Every VBR-File shows 128 kbps.
it is no longer necessary, I could find some MP3 files showing this error.
User avatar
fg_2002fr
Senior Member
Senior Member
Posts: 267
Joined: 2003-02-24, 10:12 UTC
Location: Tours (France)
Contact:

New version of MMedia

Post by *fg_2002fr »

Hello!

here is finally the unicode version of MMedia. this has required to make many changes so report any new problems here.
audio wrote: I'm just wondering if there is any possibility of getting
'MediaInfo.dll" to use custom output configurations files e.g.: "1-Audio.csv"
This is done but only for csv file not html. I included in the zip file a sample(see following link).
Image: http://fg.tcplugins.free.fr/images/MI-unicode.jpg
huelseforum wrote:VBR1 and VBR2 is changing but the Bitrate is the same on every file i've tried.
Problem fixed.

MMedia ver 2.60
------------------
- Updated : Unicode version
- Added : links to support and donation
- Added : Display LAME tag info
- Added : Display VBR header info
- Added : Display path to Mediainfo DLL
- Added : MI Customized output
- Added : MI customized sample file
- Added : Possibility using MI also for mp3
- Fixed : Add some M3U/PLS compatibility
- Fixed : Bad bitrate for some VBR

You can download it here:
Unicode version
ANSI verion

Size: 1MB

see webpage for others plugins at:
http://fg.tcplugins.free.fr/
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

here is finally the unicode version of MMedia.
It crashes under Windows XP with 32-bit TC

Ansi version works OK.

EDIT - the above also applies to 32- and 64-bit unicode version under Windows 7 and Windows 8.1

I am using the full version - not the DL version.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
fg_2002fr
Senior Member
Senior Member
Posts: 267
Joined: 2003-02-24, 10:12 UTC
Location: Tours (France)
Contact:

Post by *fg_2002fr »

Hello Peter,
petermad wrote:It crashes under Windows XP with 32-bit TC

Ansi version works OK.

EDIT - the above also applies to 32- and 64-bit unicode version under Windows 7 and Windows 8.1

I am using the full version - not the DL version.
Ok, found 2 errors of compilation (there is now too many different versions to test!!! )
I've re-upload both zip files. Hope, all works!!
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2fg_2002fr

Unicode version 2.60 now works in 32bit TC under Windows XP, 7 and 8.1 and in 64bit TC under Windows 7 and 8.1 :-)

What is the new file MMedia.csv for ?
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

There is huge problem with new mmedia i have the same problem on w2k & xp 32bit, unicode

i can't tell you exactly what i did but now after i play some ogg file i have error "Crash in plugin mmedia.wlx:ListLoadW: Access violation at address 0201EDE9. Read of address 0201EDE9


i have this error on F3 at ANY FILE even txt///


& even after i restart TCM (totalcmd.exe killed) i still get this error & i need to reset computer....



@ ok even after reset computer i still have this error...
i have clean wincmd.ini & mmedia.ini & no success...
Last edited by krasusczak on 2014-06-29, 23:03 UTC, edited 1 time in total.
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2krasusczak

Try and redownload - A new unicode version has been uploaded the 29th of june - this version works for me...
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

petermad wrote:2krasusczak

Try and redownload - A new unicode version has been uploaded the 29th of june - this version works for me...

yea i check this already & redownload it & have newest distribution...:/



@ right now when i have mmedia.wlx in [ListerPlugins] all plugins after mmedia are dead, so probably this must be related with [ListerPlugins] multimedia auto-detection in wincmd.ini
User avatar
fg_2002fr
Senior Member
Senior Member
Posts: 267
Joined: 2003-02-24, 10:12 UTC
Location: Tours (France)
Contact:

Post by *fg_2002fr »

krasusczak wrote: @ right now when i have mmedia.wlx in [ListerPlugins] all plugins after mmedia are dead, so probably this must be related with [ListerPlugins] multimedia auto-detection in wincmd.ini
if you are using the 32b version of TC, try to delete any instance of mmedia then reinstall or copy MMedia to your plugins path. in the last upload I change extensions of unicode 32b version to uwlx but you need to delete the wlx previously installed or replace it with the ANSI (ANSI and unicode can coexist).

In fact, TC 32b and TC 64b don't display the same behaviour :
in TC64, unicode version of plugins can have extension wlx but not TC32 where unicode version must have uwlx extension otherwise plugins crashed.
may be Christian could inform us on this.
User avatar
fg_2002fr
Senior Member
Senior Member
Posts: 267
Joined: 2003-02-24, 10:12 UTC
Location: Tours (France)
Contact:

Post by *fg_2002fr »

Hello peter,
petermad wrote:What is the new file MMedia.csv for ?
if you are using Mediainfo library, you can customized the output displayed in the "Media Information" tab :
- First, Mediainfo library need to be detected in MMedia, this is shown in "options" tab : path of mediainfo.dll need to be displayed.
- Then, to try it, left click on "custom" and select MMedia.csv. quit and restart the lister on a multimedia file
- to apply also to MP3 files, check "Use Mediainfo for MP3"

MMedia.csv is just a sample showing the possibilities of this customized output and you can modify it to your needs. More, there are separate sections for audio and video files.
On this link, you could find the list of parameters for all sections. eg : the "general" section presents no less than 177 parameters!
thus Mmedia can be adapted to everyone.
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

fg_2002fr wrote: (ANSI and unicode can coexist).
hmm today i have little more time & from my tests i have this:

1).
when i have
mmedia.wlx (2, 6, 0, 0 ansi NoDL)
mediainfo.dll (0.7.68.0)

plugin works
when i play mp3 without option "Use Mediainfo for MP3" i get normal/old info
when i play mp3 with option "Use Mediainfo for MP3" i get info from Mediainfo

when i play ogg without option "Use Mediainfo for MP3" i get error "Unable to load MediaInfo.dll"
when i play ogg with option "Use Mediainfo for MP3" i get info from Mediainfo


2).
when i have
mmedia.wlx (2, 6, 0, 0 ansi NoDL)
mmedia.uwlx (2, 6, 0, 0 unicode NoDL)
mediainfo.dll (0.7.68.0)

plugin works
when i play mp3 without option Use Mediainfo for MP3 i get normal/old info
when i play mp3 with option Use Mediainfo for MP3 i get normal/old info

when i play ogg without option Use Mediainfo for MP3 i get blank space in info
when i play ogg with option Use Mediainfo for MP3 i get blank space in info


3).
when i have only
mmedia.uwlx (2, 6, 0, 0 unicod NoDL) [named as mmedia.uwlx or mmedia.wlx]
mediainfo.dll (0.7.68.0)

plugin crash



My questions:P
1. do i need both files ansi & unicode to run unicode??
2. "Use Mediainfo for MP3" what exactly this mean only MP3 files or all music files..? because if i understand this correctly if selected only mp3 files should be affected not ogg & rest...
3. when i have ansi, ansi & unicode why there is problem with localize mediainfo.dll
Post Reply