Compare commits
No commits in common. "46268af42d6809cc22b846c0f9ea8956da9ec2e9" and "939cc4c5ee844cd0e36d4df7052aee097eca4b8f" have entirely different histories.
46268af42d
...
939cc4c5ee
@ -80,7 +80,3 @@ curl -X POST "http://es:9200/ta_channel/_search?pretty" \
|
|||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
You should get back an example like this: [ Example-channel-info-elasticsearch.json](Example-channel-info-elasticsearch.json)
|
|
||||||
|
|
||||||
I'm using this as an example to update channels in TubeArchivist that are missing data. I wish kibana would let me do it. Maybe I can Just haven't figured it out yet.
|
|
||||||
@ -8,15 +8,12 @@ Small collection of Bash helpers used to prepare offline / archived YouTube vide
|
|||||||
Normalize filenames and create accompanying metadata (.info.json) so TubeArchivist can ingest local archives (especially those from archive.org or other offline sources).
|
Normalize filenames and create accompanying metadata (.info.json) so TubeArchivist can ingest local archives (especially those from archive.org or other offline sources).
|
||||||
|
|
||||||
Example input filename:
|
Example input filename:
|
||||||
- Example A: `20170311 (5XtCZ1Fa9ag) Terry A Davis Live Stream.mp4`
|
`20170311 (5XtCZ1Fa9ag) Terry A Davis Live Stream.mp4`
|
||||||
- Example B: `20131003 - 001 - 1okW1RTPZ7Q - TempleOS Hymns #1.mp4`
|
|
||||||
Resulting filename and sidecar JSON:
|
Resulting filename and sidecar JSON:
|
||||||
- Example A:
|
|
||||||
- `20170311 Terry A Davis Live Stream [5XtCZ1Fa9ag].mp4`
|
- `20170311 Terry A Davis Live Stream [5XtCZ1Fa9ag].mp4`
|
||||||
- `20170311 Terry A Davis Live Stream [5XtCZ1Fa9ag].info.json`
|
- `20170311 Terry A Davis Live Stream [5XtCZ1Fa9ag].info.json`
|
||||||
- Example B:
|
|
||||||
- `20131003 - 001 - TempleOS Hymns #1 [1okW1RTPZ7Q].mp4`
|
|
||||||
- `20131003 - 001 - TempleOS Hymns #1 [1okW1RTPZ7Q].info.json`
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## How it works / Usage
|
## How it works / Usage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user