forked from glftpd/foo-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.mod_audiosort
More file actions
32 lines (21 loc) · 809 Bytes
/
README.mod_audiosort
File metadata and controls
32 lines (21 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
What is mod_audiosort ?
-----------------------
Runs pzs-ng's audiosort on release dir after pre
Building:
---------
Just build it with the make script ;)
Or, to build this module only:
make mod_audiosort.so && cp mod_audiosort.so /glftpd/bin/premodules
Add it to the modules list in pre.cfg like this:
modules=/bin/premodules/mod_audiosort.so
If you have more modules already loaded, then it will look like this
modules=/bin/premodules/mod_other.so|/bin/premodules/mod_whatever.so|/bin/premodules/mod_audiosort.so
Configuring:
------------
Add the module to the modules list in pre.cfg and add property thats points to the audiosort binary
and define section(s) where audiosort should be run:
#
# properties for audiosort module.
#
mod_audiosort.bin=/bin/audiosort
mod_audiosort.sections=flac|mp3