LvInSaNevL / Second-Stump

An experimental bot to automate meme compilations
http://subscribe.secondstump.com
GNU General Public License v2.0
0 stars 2 forks source link

Reformat lists of video files #14

Open LvInSaNevL opened 4 years ago

LvInSaNevL commented 4 years ago

Is your feature request related to a problem? Please describe. Right now when the list of clips is saved into logfile, they are saved in a list looking like this;

/secondStump/src/data/sync_data/izh2l2.mp4 ||
/secondStump/src/data/sync_data/iya8jh.mp4 ||

when they should look like this;

/secondStump/src/data/sync_data/izh2l2.mp4 || /secondStump/src/data/sync_data/iya8jh.mp4 

Describe the solution you'd like There list of video clips should be 3-4 clips wide and not just a single file list of the clips.

Describe alternatives you've considered I have already tried to implement this, but it wasnt working so I just pulled it out.