NOWWORKINGON
https://unix.stackexchange.com/questions/88509/how-can-i-custom-rename-podcasts-after-downloading-them-with-gpodder
voorbeeld
| data element | locatie | data voorbeeld |
| ------------- | ---------------- | ----------------------------------------------------------------------------------------------------------- |
| filename | ~/gPodder/ | Writers-Bloc-with-Karl-Thorburn-May-22-2022.mp3 |
| episode title | meta data sqlite | 448 The Writers’ Bloc with Karl Thorburn on Mutually Assured Destruction |
| | meta data sqlite | Counter-Currents Radio Podcast No. 448 The Writers’ Bloc with Karl Thorburn on Mutually Assured Destruction |
steps :
- rename file to : CCR-448_2022-05-22_The Writers’ Bloc with Karl Thorburn on Mutually Assured Destruction.mp3
"CCR-" +
left(epsiode_title,3) + "_" +
(right filename/pase & convert date) +
released meta datum (deze is iets later als uitzend datum , maar makkelijker te verkrijgen ) +
filename , zonder datum part
- move file to /library/podcast
while
- remembering file has already been donloaded
- retaining its metadata (content / topics / timestamps ) link
test update , zie [[sqlite coding gpodder#gpodder]]