Goal is to split large files into smaler ones, so one can easier check where one stands. I do not share the originalfiles, but one can get them freely from the original website.
Find a file
2023-01-23 19:38:30 +01:00
out We can split now 2023-01-03 12:11:34 +01:00
splitSrc 3 digits, windows install, no : in filename 2023-01-23 19:38:30 +01:00
.gitignore Correcting some timestamps 2023-01-03 12:30:23 +01:00
chapter.csv „chapter.csv“ ändern 2023-01-03 13:00:12 +01:00
chaptertitle.ods 3 digits, windows install, no : in filename 2023-01-23 19:38:30 +01:00
hmake.sh start info 2022-12-11 11:50:17 +01:00
Readme.md 3 digits, windows install, no : in filename 2023-01-23 19:38:30 +01:00
requirements.txt ffmpeg doesn't work yet 2023-01-03 10:32:41 +01:00
split.py chmod 2023-01-03 12:23:04 +01:00

HP MoR split

Harry Potter and the Methods of Rationality

Goal is to split large files into smaler ones, so one can easier check where one stands. I do not share the originalfiles, but one can get them freely from the original website.

wget https://hpmorpodcast.com/wp-content/uploads/episodes/HPMoR_Part_{1..6}.mp3

$ sha256sum HPMoR_Part_?.mp3
128546d71d714271bd088e07f298bf96cb7602dbb8847fdd3a4c77157e062a79  HPMoR_Part_1.mp3
59620d8c4d7ea24c863ee46cab1461367cb994f65d2ae469cdf865f74d02e816  HPMoR_Part_2.mp3
9a064888e7df3d4002156f972ed8ae674f995f781e46ed8d058865eefe700ed7  HPMoR_Part_3.mp3
4146f76642a0a8d29b9a51261ccdb9b4ef03ac4b5704986934b02261ec4863df  HPMoR_Part_4.mp3
e04c71e16fc6ab1a72872efe33776b1fc892082dc59fdb452714d59bce792337  HPMoR_Part_5.mp3
1a7ebce777becb6a0c0e8efec1155f8dbf0d179224db71ca78e3d8122a804422  HPMoR_Part_6.mp3

Installation

Place the root direcotry of this Git Repository next to the HPMoR_Part_?.mp3 files.

Install the requirements with pip inside the hpmor_split directory with pip install -r requirements.txt

You'll need to install ffmpeg.

Windows

I'd recommend using chocolatey, there you can easy install ffmpeg.

Run

Then you can run the split.py inside the hpmor_split direcorty.

Download, install and run commands:

wget https://hpmorpodcast.com/wp-content/uploads/episodes/HPMoR_Part_{1..6}.mp3
git clone https://git.jdmweb2.ch/beat/hpmor_split.git
cd hpmor_split
pip install -r requirements.txt
./split.py

Make Hour long files

Use hmake.sh

Chapiel files

Please commit to charpters.csv to collect the necessary data.