Rady / alltomp3-app

Desktop application to download YouTube, SoundCloud in MP3 with complete tags (title, artist, genre, cover, lyrics...)

Home Page:https://alltomp3.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alltomp3-app

Desktop application with Electron for AllToMP3.

For developers

Installation

Install the following requirements:

  • Node 7 + NPM (or yarn);
  • Electron (you must be able to execute the command electron);
  • AllToMP3 requirements;
  • angular-cli (you must be able to execute the command ng).

Then install the dependencies:

cd app
npm install
cd ..
npm install
./node_modules/.bin/electron-rebuild

Launching the app

Currently, you have to go in the app/ folder and execute ng serve. Then, in another terminal, in the main folder you execute electron . (it allows hot-reload of the Angular part).

Windows Warning

If you have an antivirus, it may interfere with AllToMP3. If you encounter any problem, try to add an exception for AllToMP3 or to deactivate it.

About

Desktop application to download YouTube, SoundCloud in MP3 with complete tags (title, artist, genre, cover, lyrics...)

https://alltomp3.org

License:GNU Affero General Public License v3.0


Languages

Language:CSS 42.8%Language:TypeScript 31.7%Language:JavaScript 17.5%Language:HTML 7.9%Language:Shell 0.1%