https://github.com/speakerblack/raptor-backend
Search and download music from YouTube as MP3 files with all metadata tags
https://github.com/speakerblack/raptor-backend
backend cocomo downloader ffmpeg metadata mp3-downloader mp3-tags music music-downloader python search-music youtube-downloader
Last synced: about 2 months ago
JSON representation
Search and download music from YouTube as MP3 files with all metadata tags
- Host: GitHub
- URL: https://github.com/speakerblack/raptor-backend
- Owner: SpeakerBlack
- License: mit
- Created: 2024-12-11T04:57:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T05:05:17.000Z (5 months ago)
- Last Synced: 2025-02-06T08:46:16.546Z (3 months ago)
- Topics: backend, cocomo, downloader, ffmpeg, metadata, mp3-downloader, mp3-tags, music, music-downloader, python, search-music, youtube-downloader
- Language: Python
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raptor
Listen to music for free with Raptor, a simple and efficient way to stream and download music from the web. It also provides detailed information about tracks, albums, and artists.With Raptor, when you download a track, it automatically sets the correct metadata for the song. This ensures that when you listen to music on Music Player, WMP, or other music players, they can organize your music library properly and display the album artwork
Requirements
-----------------------
- ffmpeg.exeServer intall
-----------------------
- Python 27
- Run get-pip.py ( python service/get-pip.py )
- Install eyed3 ( python -m pip install eyeD3 )
- Install pytube ( python -m pip install pytube )
- Install mysqldb ( python -m pip install mysqlclient )