Multimedia Manager is a node and electron based complete standalone application for the following functions-
-
You can select as many folders as you want and then click on start deleting. It will scan images from all the selected folders for images, add them to an array and match each array with each other, for any difference( if not found then it will delete one if the image)
-
You can again select as many folders as you want, select or create separate folders for
images and videos and then click on start sorting. It will scan images from all the selected folders for images and videos, add them to an array and Sort them in separate selected folders.
- Very fast processing
- Nice GUI(any other suggestion will be appreciated)
- Easy to use
-
Node.js note- below should be installed from cmd in the project directory
-
npm i electron
After installing dev dependencies mentioned above you can try on you console
npm start
Or for building system installer Try
npm run buildi
And then install using the nsis installer so formed in the distance folder. After installing it will run.
this is a very basic program and can be extended any new code or modification by anyone will be appreciated in the development of multimedia managerm it is made open source for the purpose of learning.