-
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.
Merge pull request #3 from silv3rr/master
merge changes from silv3rr
- Loading branch information
Showing
34 changed files
with
457 additions
and
444 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
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,65 @@ | ||
|
||
Welcome to foo-tools. Good to see that you managed to download it ;-). | ||
====================================================================== | ||
|
||
This is the first file you should be reading after downloading, it | ||
contains the very basics of getting you started, so be sure to read | ||
it all, top to bottom. | ||
|
||
|
||
License: | ||
-------- | ||
|
||
foo-tools is free software, licensed under the GPL. Please take a | ||
few minutes to read through the included LICENSE.txt to learn about | ||
what this means, since we are strong believers of free software, and | ||
do not tolerate violations. | ||
|
||
|
||
Requirements: | ||
------------- | ||
|
||
foo-tools does not require glftpd, but many of the tools are specific | ||
to glftpd, and will not work without it. | ||
|
||
Also, since the tools have been developed on Linux, some will not | ||
work under other OSs. Most are known to be working under FreeBSD | ||
with minor or no changes (mainly changing 'make' to 'gmake' in the | ||
Makefiles). If someone have the skills/time to fix the portability | ||
issues, please let us know. | ||
|
||
|
||
Organization: | ||
------------- | ||
|
||
* The tools, look at the src/ catalog. You can run the './configure' | ||
script followed by 'make' to build. | ||
|
||
* Documentation, look in the doc/ catalog. | ||
|
||
* Older stuff, look in the unsorted-older/ catalog. | ||
|
||
* Not 100% finished but running, look in the testing/ catalog. | ||
You are not adviced to use these, but if you have guts be my | ||
guest :-). Some are running well, but just not well-documented | ||
for release. | ||
|
||
|
||
Bugs/improvements: | ||
------------------ | ||
|
||
If you find bugs (yes, they are there for sure), or have ideas for | ||
improvements, you are ofcause entitled to fix/improve by yourself, | ||
but it would be highly appreciated, if you would follow the spirit | ||
of foo-tools, and either send us patches, or make them available for | ||
download. | ||
|
||
If you do are not a programmer, but got this great idea that just | ||
fits so well into foo-tools, you can also tell us about it, and ask | ||
us to implement it. If we have enough sparetime and the idea is good, | ||
maybe we will do it ;-). | ||
|
||
|
||
|
||
Enjoy, Tanesha Team, <[email protected]> | ||
|
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,65 +1,26 @@ | ||
# foo-tools updates | ||
|
||
Welcome to foo-tools. Good to see that you managed to download it ;-). | ||
====================================================================== | ||
- updates/fixes from https://github.com/glftpd/foo-tools | ||
- Makefiles updated | ||
- foo-pre has mp3 genre in PRE line (no module needed) | ||
|
||
This is the first file you should be reading after downloading, it | ||
contains the very basics of getting you started, so be sure to read | ||
it all, top to bottom. | ||
## Documentation: | ||
|
||
- [README.1st](README.1st) Original README file | ||
- [src/CHANGES](src/CHANGES) CHANGELOG | ||
- [src/README.1st](src/README.1st) Building instructions | ||
- [doc](doc) Documentation on installing/running the programs | ||
- [README.mp3genre](src/pre/README.mp3genre) mp3genre specific README (install/configure) | ||
|
||
License: | ||
-------- | ||
## TODO: | ||
|
||
foo-tools is free software, licensed under the GPL. Please take a | ||
few minutes to read through the included LICENSE.txt to learn about | ||
what this means, since we are strong believers of free software, and | ||
do not tolerate violations. | ||
### foo-pre | ||
- [X] switch from mp3genre to master branch | ||
- [X] add option in pre.cfg disable genre completely(?) | ||
- [ ] replace pre/mp3genre by pzs-ng code or other id3 lib instead | ||
- [X] change bytes to mb/gb: "Totals of this pre for announce: 3F 28734928B" | ||
- [ ] FLAC support? | ||
|
||
|
||
Requirements: | ||
------------- | ||
|
||
foo-tools does not require glftpd, but many of the tools are specific | ||
to glftpd, and will not work without it. | ||
|
||
Also, since the tools have been developed on Linux, some will not | ||
work under other OSs. Most are known to be working under FreeBSD | ||
with minor or no changes (mainly changing 'make' to 'gmake' in the | ||
Makefiles). If someone have the skills/time to fix the portability | ||
issues, please let us know. | ||
|
||
|
||
Organization: | ||
------------- | ||
|
||
* The tools, look at the src/ catalog. You can run the './configure' | ||
script followed by 'make' to build. | ||
|
||
* Documentation, look in the doc/ catalog. | ||
|
||
* Older stuff, look in the unsorted-older/ catalog. | ||
|
||
* Not 100% finished but running, look in the testing/ catalog. | ||
You are not adviced to use these, but if you have guts be my | ||
guest :-). Some are running well, but just not well-documented | ||
for release. | ||
|
||
|
||
Bugs/improvements: | ||
------------------ | ||
|
||
If you find bugs (yes, they are there for sure), or have ideas for | ||
improvements, you are ofcause entitled to fix/improve by yourself, | ||
but it would be highly appreciated, if you would follow the spirit | ||
of foo-tools, and either send us patches, or make them available for | ||
download. | ||
|
||
If you do are not a programmer, but got this great idea that just | ||
fits so well into foo-tools, you can also tell us about it, and ask | ||
us to implement it. If we have enough sparetime and the idea is good, | ||
maybe we will do it ;-). | ||
|
||
|
||
|
||
Enjoy, Tanesha Team, <[email protected]> | ||
### spy | ||
- [ ] 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
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
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
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.