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
+15-4
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,26 @@ qt based music downloader written in python
5
5
6
6
### Just created this discord for discussions: [Discord Invite](https://discord.gg/2t6BNVgZ)
7
7
8
-
# Installing and launching application
8
+
# Installing and launching application from source
9
9
Make sure python3 is installed on your system then:
10
10
- Clone or download and extract the repository file: ```git clone https://github.com/casualsnek/onethespot```
11
11
- Navigate to the onthespot directory ```cd onethespot```
12
12
- Install the dependencies with ```pip install -r requirements.txt```
13
13
- Launch the application with ```python3 onthespot.py```
14
-
15
-
16
-
Binary release are for windows will be worked on soon :). Note that it in early stage of development and features will be added . If you have ideas for improvement/features create a issue for discussion !
14
+
15
+
# Running using binaries
16
+
## On Linux
17
+
Download Latest 'onthespot_linux' from the release section and execute with
18
+
```
19
+
chmod +x onthespot_linux
20
+
./onethespot_linux
21
+
```
22
+
## On Windows
23
+
Download Latest 'onthespot_win.exe' from the release section and execute by double clicking the downloaded file
24
+
If your downloads gets stuck at 99% and ```Converting``` on progress text, you are missing ffmpeg ! Please install it
25
+
26
+
27
+
If you have ideas for improvement/features create a issue or join discord server for discussion !
0 commit comments