Skip to content

Releases: Starbuck7410/library-converter

Release 3.3

25 Aug 17:53
Compare
Choose a tag to compare

This release aims to add the log function and fix the Linux issue.
This is but a small update added to maintain this project of mine.
I will not be adding binaries here, but running it is the same except you'll need to install dependencies with npm install
Goodluck and happy converting!

Release v3.2.1

03 Jan 20:28
Compare
Choose a tag to compare

Another major rewrite. Made it completely full of spaghetti, but separates the files into a wrapper and a converter. Documentation is awful, code is barely readable, BUT HEY, AT LEAST IT RUNS FAST AS HELL

This release adds the --threads option, to select how many operations you want running in parallel, along with several major improvements, and cross platform compatibility over the previous release.

I hope someone actually uses this thing, because I'm working hard on this little thing and it would be a waste to only have it manage my library.

Release v2.11

14 Oct 18:37
Compare
Choose a tag to compare

NOTE: CURRENTLY NOT LATEST. WILL UPLOAD A BUILD OF 3.0.1 SOON.

Release v2.11!
Simple bug fix for the flag --skipIfExists not working properly on files that don't need converting.

Also, if you're wondering: "But Starbuck, didn't you already add these features?"
My answer would be that yeah, I did. But they were poorly implemented and got removed on the rewrite I did for Release v2.0

Release v2.1

14 Oct 17:50
Compare
Choose a tag to compare

Surprise update!

Added ability to skip files if they already exists, nicer formatting and a lot of optimizations, and actual ERROR HANDLING! (even if its very minimal)

Updated the readme to match the update.

Enjoy!

Release v2.0

08 Mar 19:48
fcb7912
Compare
Choose a tag to compare

I rewrote a lot of the old code. i've been planning to do this for a while but i didnt actually manage to do so due to time and will constraints...

this version integrates some features i wanted to add for a while, like multiple codecs, selecting which formats to convert from and to, trimming silence from the end of all the files, etc.

the readme is updated to include all the different options currently in this release.

Release v1.1.2

15 Mar 01:00
eae204a
Compare
Choose a tag to compare
  • Added file skip to copying files too.

Release 1.1.1

14 Mar 23:05
eae204a
Compare
Choose a tag to compare
  • I'm uploading releases REALLY FAST.
  • Added some logs.
  • Added option to specify bitrate.

Release v1.1

14 Mar 20:39
Compare
Choose a tag to compare
  • Added insane feature that allows you to continue a user stopped job. It crashed? Just start it again and itll continue from where it crashed!

Release v1.0.2

14 Mar 16:19
Compare
Choose a tag to compare
  • Fixed app crashes on startup and completely refuses to work.

Release v1.0.1

14 Mar 16:06
Compare
Choose a tag to compare
  • Fixed .WAV files not converting.