This page (revision-10) was last changed on 07-May-2026 13:46 by ajp

This page was created on 07-Apr-2023 22:29 by ajp

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
10 07-May-2026 13:46 555 bytes ajp to previous
9 13-Mar-2026 23:57 568 bytes ajp to previous | to last
8 07-Apr-2023 22:29 176 bytes ajp to previous | to last
7 07-Apr-2023 22:29 176 bytes ajp to previous | to last
6 07-Apr-2023 22:29 168 bytes ajp to previous | to last
5 07-Apr-2023 22:29 166 bytes ajp to previous | to last
4 07-Apr-2023 22:29 146 bytes ajp to previous | to last
3 07-Apr-2023 22:29 163 bytes ajp to previous | to last
2 07-Apr-2023 22:29 132 bytes ajp to previous | to last
1 07-Apr-2023 22:29 128 bytes ajp to last

Page References

Incoming links Outgoing links
Ajp

Version management

Difference between version and

At line 5 changed one line
See Notes below:
To make a play list:
At line 7 added 3 lines
* Put all the songs in a folder
* Add 01, 02 in front of the names to get the order you want.
* Do the following on Debian command line:
At line 8 changed one line
Backup Administrator
{{{
printf "file '%s'\n" *.mp3 | sort > filelist.txt
cat filelist.txt
ffmpeg -f concat -safe 0 -i filelist.txt -ac 2 -ar 44100 -b:a 320k output.mp3
}}}
At line 10 changed one line
[{ReferringPagesPlugin dept='4'}]
This fixes the channel and keeps the quality.
At line 13 removed one line
[{InsertPage page=Admin.Links}]
At line 15 changed one line
To make play list - example:
Backup Administrator
At line 17 changed 2 lines
* printf "file 'Do You Not Know_ (live version).mp3'\nfile 'Oh, The Depth.mp3'\nfile 'To Him Who Is Able – Jude Hymn.mp3'\nfile 'To Him.mp3'\nfile 'WeWaitInHope~violino~oboe.mp3'\nfile 'I Know the Plans_StandFirm @ Celebration Fellowship.mp3'" > mylist.txt
* ffmpeg -f concat -safe 0 -i mylist.txt -c copy final_worship_mix.mp3
[{ReferringPagesPlugin dept='4'}]
At line 26 added one line
[{InsertPage page=Admin.Links}]
At line 23 removed one line