mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
add m3u example
This commit is contained in:
18
EXAMPLES.md
18
EXAMPLES.md
@ -2197,6 +2197,24 @@ lsusb -v | jc --lsusb -p # or: jc -p lsusb -v
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
### M3U and M3U8
|
||||||
|
```bash
|
||||||
|
cat playlist.m3u | jc --m3u -p
|
||||||
|
```
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"runtime": 105,
|
||||||
|
"display": "Example artist - Example title",
|
||||||
|
"path": "C:\\Files\\My Music\\Example.mp3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"runtime": 321,
|
||||||
|
"display": "Example Artist2 - Example title2",
|
||||||
|
"path": "C:\\Files\\My Music\\Favorites\\Example2.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
### mount
|
### mount
|
||||||
```bash
|
```bash
|
||||||
mount | jc --mount -p # or: jc -p mount
|
mount | jc --mount -p # or: jc -p mount
|
||||||
|
Reference in New Issue
Block a user