This commit is contained in:
remi 2022-05-04 18:12:02 +02:00
parent 8cb8c598ba
commit 4d852927b6
4 changed files with 15 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,2 +1,7 @@
*.opus
.DS_Store
/bin
/include
/lib
/share
pyvenv.cfg

View File

@ -1,4 +1,4 @@
import argparse, os, hashlib, random, mutagen, progressbar, ffmpeg, time
import argparse, os, hashlib, random, mutagen, progressbar, ffmpeg
# get input

View File

@ -15,6 +15,7 @@ useful for pretending you're a radio station, but you dont have enough storage s
requirements:
* python (wow!)
* ffmpeg (python library and the program itself)
* python 3.9.12 but newer is Probably Fine
* ffmpeg 5.0.1 but newer is Still Probably Fine
* whatevers in requirements.txt
* some banger tunes

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
ffmpeg-python==0.2.0
future==0.18.2
mutagen==1.45.1
progressbar2==4.0.0
python-utils==3.1.0