mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Update .gitignore, AGENTS.md, README.md, CHANGELOG.md, and REFACTORING_PROGRESS.md for improved clarity and organization
This commit is contained in:
@@ -52,13 +52,16 @@ moma /path/to/media
|
||||
|-----|--------|
|
||||
| `q` | Quit |
|
||||
| `o` | Open directory |
|
||||
| `s` | Scan/rescan |
|
||||
| `s` | Scan current node |
|
||||
| `Ctrl+S` | Scan entire tree |
|
||||
| `f` | Refresh metadata |
|
||||
| `r` | Rename file |
|
||||
| `c` | Convert to MKV |
|
||||
| `d` | Delete file |
|
||||
| `t` | Toggle tree expansion |
|
||||
| `m` | Toggle mode (technical/catalog) |
|
||||
| `p` | Toggle tree expansion |
|
||||
| `p` | Settings |
|
||||
| `h` | Show help |
|
||||
| `Ctrl+S` | Settings |
|
||||
| `Ctrl+P` | Command palette |
|
||||
|
||||
---
|
||||
@@ -101,13 +104,16 @@ Toggle with `m` key.
|
||||
```json
|
||||
{
|
||||
"mode": "technical",
|
||||
"poster": "no",
|
||||
"hevc_crf": 23,
|
||||
"hevc_preset": "fast",
|
||||
"cache_ttl_extractors": 21600,
|
||||
"cache_ttl_tmdb": 21600,
|
||||
"cache_ttl_posters": 2592000
|
||||
}
|
||||
```
|
||||
|
||||
Access via `Ctrl+S` or edit file directly.
|
||||
Access via `p` (Settings screen) or edit file directly.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user