File | Date | Author | Commit |
---|---|---|---|
build | 2024-08-01 |
![]() |
[4b32aa] final commit in rc1 |
dist | 2024-08-01 |
![]() |
[4b32aa] final commit in rc1 |
scar-1.10 | 2024-07-18 |
![]() |
[5be84d] minor changes |
src | 2024-07-31 |
![]() |
[87ce8a] I'm looking for a better git alternative after ... |
.gitignore | 2024-07-31 |
![]() |
[ed22a4] .gitignore |
FS-README(ABU).txt | 2024-07-31 |
![]() |
[3dd02b] first commit after git issues with local repo |
README.md | 2024-08-01 |
![]() |
[ea5d5a] Update README.md |
build.xml | 2024-07-18 |
![]() |
[5be84d] minor changes |
file studio july 2024.mp4 | 2024-07-31 |
![]() |
[3dd02b] first commit after git issues with local repo |
manifest.mf | 2024-07-18 |
![]() |
[5be84d] minor changes |
Most of the library code was ported from FileTool (open source library jar)
DISCLOSURE: I did not intend to open source this project but whatever... here it is.
The source code it'self is mostly self documented.
Most of the functions are implemented apart from 'premium' features such as archive handling, upscaling of media content...
Required JDK: jdk1.8.0_361 AND JRE (same version)
The project uses JavaFX as it's GUI platform
(i'm working on NetBeans IDE & SceneBuilder) so you might need to reconfig for your IDE
Editing will be easy since most of the code is commented and also given obvious names (variables & methods).
The unfinished parts are the ones that need most attention such as archive handling and image/video upscalling. Also any new features you may have in mind are welcome.
ALSO Most of the code is in FXMLDocumentController.java
and it's respective fxml
document which has the same name.
An advanced file handling tool.
Bulk renamer etc...
Contributions are highly welcome.
Please read FS-README.TXT to see what part of the application is not finnished.