mediatuna 1.22.5 → 1.22.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  The old files are hard to play, hard to date, and hard to find. MediaTuna is the local workflow that turns that pile into playable **MP4** and **MP3** without losing the dates, tags, or work you've already done.
8
8
 
9
- A home archive is mixed types, interlaced DV, missing tags, and Windows dates that broke after a copy. One pass. A preflight table. Skip of work that is already done. Deletes only after you confirm.
9
+ A home archive is mixed types, interlaced DV, missing tags, and Windows dates that broke after a copy. One pass. A preflight table. Skip work that is already done. Deletes only after you confirm.
10
10
 
11
11
  **Docs:** [mediatuna.dev/docs](https://mediatuna.dev/docs) · **Site:** [mediatuna.dev](https://mediatuna.dev)
12
12
 
@@ -24,12 +24,12 @@ mediatuna --version
24
24
  Keep a backup you can restore. Preview, then write somewhere other than the source folder.
25
25
 
26
26
  ```bash
27
- mediatuna "./archives/media" --dry-run
28
- mediatuna "./archives/media" --sample 20 --output "./samples"
29
- mediatuna "./archives/media" --output "./converted"
27
+ mediatuna "./archives/sample-shelf" --dry-run --output "./converted"
28
+ mediatuna "./archives/sample-shelf" --sample 20 --output "./samples"
29
+ mediatuna "./archives/sample-shelf" --output "./converted"
30
30
  ```
31
31
 
32
- More examples: [docs/usage.md](docs/usage.md). Every flag: [docs/options.md](docs/options.md).
32
+ Fictional before and after: [docs/archive-example.md](docs/archive-example.md). More examples: [docs/usage.md](docs/usage.md). Every flag: [docs/options.md](docs/options.md).
33
33
 
34
34
  ## What you get
35
35
 
@@ -42,7 +42,7 @@ More examples: [docs/usage.md](docs/usage.md). Every flag: [docs/options.md](doc
42
42
 
43
43
  ### Data preservation
44
44
 
45
- - Dates survive container tags, filenames, and Windows Created/Modified
45
+ - Dates survive container tags, filenames, and Windows Created/Modified when those sources exist. Unknown clocks are not invented
46
46
  - Recovery helpers — Everything dupes, PhotoRec folder rebuild
47
47
 
48
48
  Stays 100% local. Flags, logging, dates, and recovery live in the [docs](docs/README.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediatuna",
3
- "version": "1.22.5",
3
+ "version": "1.22.6",
4
4
  "type": "module",
5
5
  "description": "Make sure the old files can still play. Local convert to MP4 and MP3, dates kept.",
6
6
  "main": "index.js",