TeamTernate / infinite-music-discs

Tool for adding lots of custom music discs to Minecraft
82 stars 15 forks source link

Show conversion progress in a new tab #107

Open bradytheinventor opened 8 months ago

bradytheinventor commented 8 months ago

Show a list of progress bars for each track that update as they get converted, plus highlight which track caused the error if an error occurs. More informative + looks better + might make debugging easier.

Won't happen without a C++ rewrite because I don't think ffmpeg can output to a different process, and python can't do multithreading because of the global interpreter lock.