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 1 added one line
[{ALLOW view Authenticated}]
At line 4 added 17 lines
To make a play list:
* 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:
{{{
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
}}}
This fixes the channel and keeps the quality.
At line 5 changed 2 lines
[AnthonyPlayPage]
[{InsertPage page=Admin.Links}]
[{ReferringPagesPlugin dept='4'}]
At line 12 removed one line