You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,28 @@
3
3
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.
4
4
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.
5
5
6
-
## Install from releases (WINDOWS ONLY)
6
+
###Install from releases (WINDOWS ONLY)
7
7
- 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.
8
8
9
9
---
10
10
11
11
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)
13
13
14
14
15
-
## Nightly builds (WINDOWS, LINUX)
15
+
###Nightly builds (WINDOWS, LINUX)
16
16
- You can also get the latest files for your operating system from [here](https://nightly.link/CCExtractor/ccextractorfluttergui/workflows/create_artifacts/master).
17
17
- Once you unzip it, you should see a ccxgui executable in the folder. Double click to run :D
18
18
19
-
## Building and running the GUI from source (WINDOWS, LINUX, MACOS)
19
+
###Building and running the GUI from source (WINDOWS, LINUX, MACOS)
20
20
- 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.
21
21
- To build the GUI from source first install flutter from [here](https://flutter.dev/docs/get-started/install) for your operating system.
22
22
- Switch to flutter master channel using `flutter channel master && flutter upgrade`
23
23
- Next enable the flutter platform specific flag with `flutter config --enable-<platform>-desktop`, more info on this [here](https://flutter.dev/desktop)
24
24
- Then clone [this](https://github.com/CCExtractor/ccextractorfluttergui) repository and run `flutter run -d <platform> --release` to run the app.
25
25
- To install the Gui you will need to build it using `flutter build <platform> --release`. The release builds should be located under /build/\<platform>
26
26
27
-
### Additional macOS steps:
27
+
####Additional macOS steps:
28
28
- If you build and install from source, you will probably get a `Process not permitted operation error` to fix remove
29
29
```
30
30
<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
33
33
from macos/*.entitlements files
34
34
35
35
---
36
-
# Using the GUI
36
+
###Using the GUI
37
37
38
38
The GUI is mainly divided into 2 parts, the home screen and the settings screen(s).
39
39
40
40
- The home screen is where you can click the add files button and select one or multiple files.
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,
0 commit comments