Metadata-Version: 2.4
Name: gaanadl-cli
Version: 1.2.1
Summary: Download high-quality music from Gaana with metadata and synced lyrics
Home-page: https://github.com/notdeltaxd/gaanadl-cli
Author: notdelta_xd
License: MIT
Project-URL: Bug Reports, https://github.com/notdeltaxd/gaanadl-cli/issues
Project-URL: Source, https://github.com/notdeltaxd/gaanadl-cli
Keywords: gaana,music,downloader,cli,flac,lyrics
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.0
Requires-Dist: mutagen>=1.47.0
Requires-Dist: rich>=14.0.0
Requires-Dist: pathvalidate>=3.3.0
Requires-Dist: pyfiglet>=1.0.3
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# gaanadl-cli

[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

Download high-quality music from Gaana with metadata and synced lyrics.

## Features

- 🎵 Download tracks, albums, playlists, and artist discographies
- 🔥 Trending and new releases download
- 🔍 Search across Gaana's catalog
- 🎤 Synced lyrics from [LRCLIB](https://lrclib.net)
- 📀 11 output formats (FLAC, MP3, Opus, and more)
- 🏷️ Full metadata + cover art embedding
- ⚡ Fast parallel downloads

## Install

**Requirements:** Python 3.8+ and [FFmpeg](https://ffmpeg.org/download.html)

```bash
pip install gaanadl-cli
```

Or install from source:
```bash
git clone https://github.com/notdeltaxd/gaanadl-cli.git
cd gaanadl-cli
pip install -e .
```

## Usage

```bash
# Download by URL or seokey
gaana https://gaana.com/song/manjha
gaana manjha

# Download album/playlist
gaana https://gaana.com/album/kesariya-from-brahmastra-hindi
gaana https://gaana.com/playlist/hindi-top-50

# Search and download
gaana -s "arijit singh" -t album

# Specify format
gaana manjha -f mp3
```

### Trending & New Releases

```bash
# Download trending tracks (default: Hindi)
gaana --trending

# Download trending in different language
gaana --trending en
gaana --trending pa

# Download new releases
gaana --new-releases
gaana --new-releases en

# Limit number of tracks
gaana --trending hi --limit 5
gaana --new-releases --limit 10
```

Run `gaana --help` for all options.

## Formats

| Lossless | Lossy |
|----------|-------|
| flac (default), alac, wav, aiff | mp3, aac, m4a, opus, ogg, wma |

## API

Uses the [Gaana Music API](https://github.com/notdeltaxd/Gaana-API).

## License

MIT
