From 046605797f8fa0d7741730da6187a7ee905e2f31 Mon Sep 17 00:00:00 2001 From: cwj3rcb Date: Tue, 17 Feb 2026 11:04:44 -0600 Subject: [PATCH] Updated Readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a168541..68e94c4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ I still can't write in rust because of generative AI. ## System Dependencies on **MPV** and **ARIA2C** +## Persistent Storage +All application data is stored in: +~/.config/cj-tui/ + +* config.toml: Server URL and API key is stored. +* downloads/: Local download data, used for local playback and offline navigation. +* temp/: Temporary download data during ARIA2C functionality. + ## Controls: ##### General Interface Controls * **Up**/K: Up @@ -12,6 +20,7 @@ I still can't write in rust because of generative AI. * **Left**/H/**Backspace**/Esc: Back * q: Return to the home screen or quit. * /: Search: Click once to search and clicking / multiple times cycles through search categories. + ##### How to Watch Media * p: Play: Starts a show playing at the beginning and will use offline playback if available. * P: AutoPlay: Starts a show playing at the beginning and will use offline playback if available. Turns on auto play mode which will play the next episode in series or song in the playlist. @@ -19,6 +28,7 @@ I still can't write in rust because of generative AI. * R: AutoResume: Resume + Autoplay flag is on. * w: Watched: Marks as watched. * W: Not Watched: Marks as unwatched. + ##### Media Player Control * Space: Pause * x: close mpv @@ -26,7 +36,8 @@ I still can't write in rust because of generative AI. * a: cycle audio track * s: cycle subtitles * v: change subtitle visibility. -##### Local File Management + +##### Local File Management * d: Queue file for download * D: Enter the download visual queue. * (d on an item in the queue): Remove item from queue.