12528 Members
237 Forums
7811 Topics
24004 Posts
Max Online: 9115 @ 08/24/24 07:30 PM
|
|
|
13 registered (Admin, Toysoft, Smokey, haki, bobot, karimkaki15, goode men, Franco89, OMEGA, raffsif1234, didond, gerolamo, bori),
1449
Guests and
146
Spiders online. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
#21414 - 05/25/20 04:46 AM
Rename in automatic all your .stream recordings
|
Japhar Member
Carpal Tunnel
Registered: 10/19/10
Posts: 9993
|
Rename in automatic all your .stream recordings cd /media/hdd/movie
find . -depth -name "*.stream" -exec sh -c 'f="{}"; mv -- "$f" "${f%.stream}.ts"' \;
find . -depth -name "*.stream.meta" -exec sh -c 'f="{}"; mv -- "$f" "${f%.stream.meta}.ts.meta"' \; 20200525 1153 - 8 FM - instant record.stream to 20200525 1153 - 8 FM - instant record.ts You can also add these 3 lines to the beggining of the enigma2.sh file, and it will automatically rename all the recordings when you reboot your box.
_________________________
|
Top
|
|
|
|
|
|
|