|
Please also read the
Disclaimer
MediaNet
- Source Modules - Browse
Purpose: To provide a music source module
that allows browsing of the folders/files
LOADER.xml
<loader>
<instance>
<source module="BROWSE" enabled="y"
type="M" title="Browse" />
set enabled="n"
if this source is not required. title= can be changed to your preference
<settings database="" />
you can
override the default database here
<settings paths="" files="" />
here you can
override the medianet.xml music default folders and file types
<tags files="" helper="" />
here you can
override the medianet.xml music default tags settings
<menus browse="Browse" />
<titles main="Browser"
Browse="Browse" />
the above 2
title lines can be changed to your preference
</instance>
</loader>
When displaying the 'current playlist'
accessing the file information (tags etc) from the browse module can be
slow. Therefore it tries to use the media database to see if the track info
is available there before reading the file info
|