Skip to content

Commit db4ed60

Browse files
Merge branch 'master' of github.com:CCExtractor/ccextractorfluttergui
2 parents d3c3f92 + 6d1223c commit db4ed60

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
The new cross platform interface is all you need, as it includes all the options. After installing GUI you will have a shortcut in your desktop, this lets users not familiar with CLI to extract subtitles.
44
Usually, you will never need to use all the options (and even if you do, all the setting are saved locally at Documents/config.json in your PC) for regular usage.
55

6-
## Install from releases (WINDOWS ONLY)
6+
### Install from releases (WINDOWS ONLY)
77
- This is the simplest method, just download the installer form [here](https://github.com/CCExtractor/ccextractor/releases) (currently only has windows), and then install it like any other windows program.
88

99
---
1010

1111

12-
#### If you run the GUI from nighly builds or source, you need to manually have the ccextractor binary in your PATH (`ccextractorwinfull.exe` if you are on windows or `ccextractor` if you are on linux/macOS)
12+
##### If you run the GUI from nighly builds or source, you need to manually have the ccextractor binary in your PATH (`ccextractorwinfull.exe` if you are on windows or `ccextractor` if you are on linux/macOS)
1313

1414

15-
## Nightly builds (WINDOWS, LINUX)
15+
### Nightly builds (WINDOWS, LINUX)
1616
- You can also get the latest files for your operating system from [here](https://nightly.link/CCExtractor/ccextractorfluttergui/workflows/create_artifacts/master).
1717
- Once you unzip it, you should see a ccxgui executable in the folder. Double click to run :D
1818

19-
## Building and running the GUI from source (WINDOWS, LINUX, MACOS)
19+
### Building and running the GUI from source (WINDOWS, LINUX, MACOS)
2020
- This method only makes sense for people who actually want to debug the app. If you want to skip the hastle of installing frameworks and stuff just go the nightly way, the CI does these below steps for you automatically on every commit.
2121
- To build the GUI from source first install flutter from [here](https://flutter.dev/docs/get-started/install) for your operating system.
2222
- Switch to flutter master channel using `flutter channel master && flutter upgrade`
2323
- Next enable the flutter platform specific flag with `flutter config --enable-<platform>-desktop`, more info on this [here](https://flutter.dev/desktop)
2424
- Then clone [this](https://github.com/CCExtractor/ccextractorfluttergui) repository and run `flutter run -d <platform> --release` to run the app.
2525
- To install the Gui you will need to build it using `flutter build <platform> --release`. The release builds should be located under /build/\<platform>
2626

27-
### Additional macOS steps:
27+
#### Additional macOS steps:
2828
- If you build and install from source, you will probably get a `Process not permitted operation error` to fix remove
2929
```
3030
<key>com.apple.security.app-sandbox</key>
@@ -33,14 +33,14 @@ Usually, you will never need to use all the options (and even if you do, all the
3333
from macos/*.entitlements files
3434

3535
---
36-
# Using the GUI
36+
### Using the GUI
3737

3838
The GUI is mainly divided into 2 parts, the home screen and the settings screen(s).
3939

4040
- The home screen is where you can click the add files button and select one or multiple files.
4141

4242

43-
## Home screen
43+
### Home screen
4444
![image](https://ccextractor.org/images/flutter_gui/addfiles.png)
4545

4646
- Once you select your files use the start all button to start running ccextractor on the selected files one by one.
@@ -52,7 +52,7 @@ The GUI is mainly divided into 2 parts, the home screen and the settings screen(
5252

5353
![image](https://ccextractor.org/images/flutter_gui/ccxrunning.png)
5454

55-
## Settings screen(S)
55+
### Settings screen(S)
5656

5757
The GUI has tons of options so they are seperated into several settings screens. All of the options are saved locally in a json file so you can save the settings you need frequently,
5858

0 commit comments

Comments
 (0)