This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
projects:podcast_generator [2020/01/07 14:31] neil created |
projects:podcast_generator [2023/04/27 19:24] (current) neil |
||
|---|---|---|---|
| Line 154: | Line 154: | ||
| <code php> | <code php> | ||
| $duration = gmdate("H:i:s", `mp3info -p "%S" "$file"`); | $duration = gmdate("H:i:s", `mp3info -p "%S" "$file"`); | ||
| + | </code> | ||
| + | |||
| + | |||
| + | ===== Git ===== | ||
| + | You can [[https://coding.openguide.co.uk/gitweb/?p=podcast-generator;a=summary|view the repository]] or clone the code directory from my repository: | ||
| + | <code bash> | ||
| + | git clone https://coding.openguide.co.uk/git/podcast-generator/ | ||
| </code> | </code> | ||