-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
58 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,54 @@ | ||
# foo-tools updates | ||
# foo-tools | ||
|
||
## Updates: | ||
|
||
This is an updated version of foo-tools: | ||
|
||
- updates/fixes from https://github.com/glftpd/foo-tools | ||
- Makefiles updated | ||
- foo-pre has mp3 genre in PRE line (no module needed) | ||
- added date/time in foo-pre.log | ||
- added mod_audiosort | ||
|
||
For more details see [CHANGELOG](src/CHANGES) | ||
|
||
## Documentation: | ||
|
||
- [README.1st](README.1st) Original README file | ||
- [src/CHANGES](src/CHANGES) CHANGELOG | ||
- [src/README.1st](src/README.1st) Building instructions | ||
- [doc/HOWTO](doc/HOWTO) Notes about compiling | ||
- [doc](doc) Documentation on installing/running the programs | ||
- [README.mp3genre](src/pre/README.mp3genre) mp3genre specific README (install/configure) | ||
|
||
### mp3genre: | ||
|
||
mp3genre for foo-pre; adds mp3 genre in PRE output without module | ||
|
||
check README on how to install/configure | ||
|
||
### Modules: | ||
- [src/pre/modules/README.mod_audiosort](README.mod_audiosort) | ||
- [src/pre/modules/README.mod_chmod](README.mod_chmod) | ||
- [src/pre/modules/README.mod_idmp3](README.mod_idmp3) | ||
- [src/pre/modules/README.mod_nfohandler](README.mod_nfohandler) | ||
- [src/pre/modules/README.mod_sitenfoadd](README.mod_sitenfoadd) | ||
|
||
Addons for foo-pre; modules add functions but are not build into foo-pre binary | ||
|
||
- [src/pre/README.modules](src/pre/README.modules) | ||
- [src/pre/modules/README.mod_audiosort](src/pre/modules/README.mod_audiosort) | ||
- [src/pre/modules/README.mod_chmod](src/pre/modules/README.mod_chmod) | ||
- [src/pre/modules/README.mod_idmp3](src/pre/modules/README.mod_idmp3) | ||
- [src/pre/modules/README.mod_nfohandler](src/pre/modules/README.mod_nfohandler) | ||
- [src/pre/modules/README.mod_sitenfoadd](src/pre/modules/README.mod_sitenfoadd) | ||
- [src/pre/modules/README.mod_symlink](src/pre/modules/README.mod_symlink) | ||
|
||
## TODO: | ||
|
||
### foo-pre | ||
|
||
- [ ] replace pre/mp3genre by pzs-ng code or other id3 lib instead | ||
- [ ] FLAC support? | ||
- [X] [#5](https://github.com/glftpd/foo-tools/issues/5) add option to force using mv external | ||
- [X] add audiosort after pre | ||
|
||
### spy | ||
|
||
- [X] look into libhttpd.h since it's LGPL now (http://www.hughes.com.au/products/libhttpd) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
What is mod_symlink ? | ||
------------------------ | ||
|
||
Creates symlink to pre release dir(?) | ||
|
||
Installing | ||
---------- | ||
|
||
When you run 'make' from the modules dir it should be build. If you | ||
want to build only this module, then run 'make mod_symlink.so'. | ||
|
||
When build, copy mod_symlink.so to /glftpd/bin/premodules/ and | ||
add it to your pre.cfg like | ||
|
||
modules=/bin/premodules/mod_other.so|/bin/premodules/mod_symlink.so | ||
|
||
Once you have this done, you need to add configuration of the module | ||
to pre.cfg. | ||
|
||
symlink_in= | ||
|
||
Please take a look at the included pre.cfg for examples, since it | ||
explains better than what I can do here right now :-). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters