BuildTools
Qt
Src
Agave
Components
Elevator
Mastering
Plugins
DSP
Encoder
General
Input
Library
Output
Portable
SDK
burner
coverdirectory
dsp_test
gen_classicart
in_tone
irctell
ml_iso
ml_xmlex
api.h
main.cpp
main.h
ml_xmlex.rc
ml_xmlex.sln
ml_xmlex.vcxproj
ml_xmlex.vcxproj.filters
readme.txt
resource.h
version.rc2
xmltest.xml
xmltest2.xml
xmlview.cpp
out_null
plLoadEx
Visualization
ReplayGainAnalysis
WAT
Wasabi
Wasabi2
Winamp
aacPlus
aacdec
aacdec-mft
adpcm
alac
albumart
apev2
auth
bmp
burnlib
codesign
config
devices
external_dependencies
f263
filereader
freetypewac
gif
gracenote
h264
h264dec
id3v2
ie_plugin
installer
jpeg
libvp6
libvpShared
mp3-mpg123
mp4v
mpeg4dec
nde
nprt_plugin
ns-eel
ns-eel2
nsavi
nsmkv
nsutil
nsv
nsvdec_vp3
nsvdec_vp5
nsvdec_vp6
nswasabi
nu
omBrowser
pcm
pfc
playlist
plist
png
replicant
resources
tagz
tataki
theora
timer
vlb
vp32
vp6
vp8x
wbm
winampAll
winampa
xml
xspf
vcpkg-ports
.gitignore
LICENSE.md
README.md
automate-git.py
cef_x86.bat
install-packages.cmd
vcpkg_version_finder.py
winampAll_2019.sln
ml_xmlex.dll - Readme This is an example of implementation of Winamp's built in XML parser. Please make note that Winamp's XML service will parse all syntactically correct xml. XML file form for this plugin is exemplified in xmltest.xml, which is provided with the source for this plugin. XML files should be in the format of <Library> <Song Filename="" Artist="" Title="" /> (or) <Song Filename="" Artist"" Title=""></Song> </Library> with the extension .xml for this plugin to read it correctly.