Skip to content

Commit 575b711

Browse files
authored
Update README
1 parent 10bd220 commit 575b711

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Depending on the time of day, opensubtitles server will sometimes be busy and yo
2929

3030
Installer will also add 'Find subtitles' menu in right click context menu of .avi, .mkv and .mp4 files for easy access.
3131

32+
You can also now make a **filter for languages**, though it is still not very user friendly. Subloader now tries to read from a file called lang.cfg that should be located in the installation directory. To configure it, make a file called `lang.txt` and open it with Notepad. In it write your desired languages, each in a new line, in English. It's not case sensitive. Then copy it to the Subloaders installation directory. For example:
33+
```
34+
english
35+
german
36+
greek
37+
```
38+
3239
### Acknowledgments
3340

3441
Subloader works thanks to following open-source projects:
@@ -39,12 +46,14 @@ Icon made by **[Freepik](https://www.flaticon.com/authors/freepik)** from **[Fla
3946

4047
If you find **Subloader** useful, consider donating at **[PayPal](https://www.paypal.me/valyreon)**.
4148
### Screenshots
42-
![Subtitles search]()
49+
![Subtitles search](https://raw.githubusercontent.com/Valyreon/Subloader/master/Subloaderscreen.PNG)
4350

4451
### To do
45-
- **Language filter**
52+
- **Language settings window**
53+
54+
Subloader now reads from lang.cfg in install directory for languages if lang.cfg exists. Window for configuring the filter from UI is next.
4655

47-
I have started implementing this but stopped because during testing I realized that not all subtitles at the database are properly tagged. I will probably implement some simple text file setting for a language filter on client side, and not by using OS API, to avoid this problem and avoid adding clutter to the UI.
56+
- **Interfacing with more subtitle databases**
4857

4958
License
5059
----

0 commit comments

Comments
 (0)