aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-31 03:02:47 +0200
committerdec05eba <dec05eba@protonmail.com>2020-05-31 03:02:47 +0200
commitc6ab527bf342ddbb78d37c07b69d8d104232514a (patch)
tree1764b16052278cacdad3fd37ce590256c6b03d8f /README.md
parent9a3e8032301840e3645ade96475a199528b19b88 (diff)
Update readme with instructions for mangadex credentials
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee5acc7..941b70b 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,14 @@ Press `1 to 9` or `Numpad 1 to 9` to select google captcha image when posting a
Press `P` to preview the attached item of the selected row in full screen view. Only works for image boards when browsing a thread.
## Video controls
Press `space` to pause/unpause video. `Double-click` video to fullscreen or leave fullscreen.
+# Mangadex
+To search for manga with mangadex, you need to be logged into mangadex in your browser and copy the `mangadex_rememberme_token` cookie from developer tools
+and store it in `$HOME/.config/quickmedia/credentials/mangadex.json` under the key `rememberme_token`. Here is an example what the file should look like:
+```
+{
+ "rememberme_token": "21s9d3f7ad224a131239Dsfaf033029d2e390dAsfd3ldadb3a39dk43jfldj35das"
+}
+```
# Dependencies
## Compile
See project.conf \[dependencies].
@@ -64,4 +72,4 @@ Wrap text that is too long.\
Add greentext support for quotes.\
Add support for special formatting for posts by admins on imageboards.\
For image boards, track (You)'s and show notification when somebody replies to your post.\
-In image boards when viewing videos, automatically play the next one after the current one has finished playing (just like the youtube plugin does). \ No newline at end of file
+In image boards when viewing videos, automatically play the next one after the current one has finished playing (just like the youtube plugin does).