Skip to content

Commit

Permalink
Version 1.1 con documentacion
Browse files Browse the repository at this point in the history
  • Loading branch information
dscontrak committed Apr 9, 2019
1 parent 7543e52 commit b818980
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 4 deletions.
66 changes: 65 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
# FlexFX

Versión betisima aun sin funcionar.
Alternative to FlexGet.

## Dowload and Run

1. Download from [release area.](https://github.com/dscontrak/FlexFX/releases)
2. Uncompress the file on any folder in your pc.
3. And click on next file to run.

### Run Windows

Click on `javafx-win.bat`

Alternative to run on cmd:

```sh
java -jar FlexFX-1.X.jar
```

### Run Linux / Mac

Click on `javafx-unix.sh`

Alternative to run on terminal:

```sh
chmod +x javafx-unix.sh
./javafx-unix.sh
```

## How to use

![Basic-Tuto](./tuto-basico-descargar.gif)

1. Find a RSS with links to download
2. Add (`+`) RSS link
3. Put the link and `Get` information the internet.
4. `Save` the information
5. Select the last Rss added
6. Add (`+`) a new filter to RSS
7. Fill the fields (Test all possible combinations) and `Save` the information.
8. Donwload files of the RSS
9. Select one option to open file or download again.
- 9.1 Open with default program to open torrent file.
- 9.2 Open with client torrent configured.
- 9.3 Download again the file if exist error.

### Client bittorrent

In this moement only `qBittorrent 4.2.+` is supported.

## Developed

### Requirements

- Netbeans `8.2.+`
- Maven
- Scene Builder `8.5.+`

### Download and Changes

```sh
git clone https://github.com/dscontrak/FlexFX.git
```

Open folder with Netbeans and do your changes and send a pull request.
2 changes: 2 additions & 0 deletions javafx-unix.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
java -jar FlexFX-1.1.jar
2 changes: 2 additions & 0 deletions javafx-win.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
java -jar FlexFX-1.1.jar
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.grupoad3</groupId>
<artifactId>FlexFX</artifactId>
<version>1.0</version>
<version>1.1</version>
<packaging>jar</packaging>

<name>FlexFX</name>
Expand All @@ -16,7 +18,7 @@

<organization>
<!-- Used as the 'Vendor' for JNLP generation -->
<name>Your Organisation</name>
<name>None</name>
</organization>

<build>
Expand Down
Binary file added tuto-basico-descargar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b818980

Please sign in to comment.