pylist-grab


Namepylist-grab JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/lewis-morris/pylist-grab
SummaryYouTube playlist grabber with metadata injector
upload_time2023-10-25 23:16:42
maintainer
docs_urlNone
authorlewis
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pylist-grab: Your Music Downloader and Playlist Organizer

> 🎵 A Python-based utility for downloading and organising your playlists. Built for educational purposes.

## Table of Contents

- [About](#about)
- [Features](#features)
- [Installation](#installation)
  - [Prerequisites (linux)](#prerequisites)
  - [Installing via PyPI](#installing-via-pypi)
  - [Installing on Windows](#installing-on-windows)
- [Usage](#usage)
  - [Command-line Interface](#command-line-interface)
  - [Graphical User Interface](#graphical-user-interface)
- [Disclaimer](#disclaimer)
- [License](#license)

## About

# pylist-grab

`pylist-grab` is a comprehensive CLI and GUI tool designed to make your music management experience hassle-free and efficient. With just a few simple commands or clicks, you can download an entire YouTube playlist as MP3 files, complete with accurate filenames and rich metadata, including artwork, genre, artist, and more.

## Why Choose pylist-grab?

### Time-Saving
Gone are the days of downloading tracks one at a time from YouTube via online services. `pylist-grab` allows you to grab an entire playlist in one go, saving you both time and effort.

### Rich Metadata
Most online YouTube to MP3 converters do a poor job of preserving track metadata. `pylist-grab` stands apart by not just downloading the tracks but also by populating the metadata fields. This includes the artwork, genre, artist name, and other ID3 tags, which are crucial for music organization.

### Ideal for DJs and Music Enthusiasts
If you're a DJ, you know how important it is to have your music library organised. Missing or incorrect metadata can create a chaotic experience when you're trying to quickly find the right track during a live set. `pylist-grab` fills this gap by ensuring that each downloaded MP3 file is tagged correctly, allowing you to sort, filter, and search your music effortlessly in your DJ software.

### User-Friendly Interface
Whether you're comfortable with command lines or prefer a GUI, `pylist-grab` has got you covered. The CLI version is powerful and flexible, while the GUI version provides an easy-to-use interface for those who are not as tech-savvy.

## Legal and Ethical Use
`pylist-grab` is developed solely for educational and demonstration purposes. It is crucial to understand that downloading copyrighted music without proper authorization violates copyright laws and deprives artists of their due earnings. We do not condone, endorse, or encourage the illegal downloading, redistribution, or financial exploitation of copyrighted material. If you appreciate an artist's work, we strongly urge you to support them through legal means, such as purchasing their music.

## Installation

### Prerequisites (linux)

- Python 3.x
- pip

### Installing via PyPI

To install `pylist-grab` in linux, open your terminal and run the following command:

```bash
pip install pylist-grab
```
### Installing on Windows

Download the fully compiled `pylist-grab.exe` and run. 
[Download here](https://github.com/lewis-morris/pylist-grab/releases/download/v0.0.3/pylist-grab.exe)


## Usage

### Command-line Interface

To use `pylistgrab` from the command line, you can utilise various options as shown below:

```bash
pylistgrab -d <destination_directory> <youtube_playlist_url> [-g <genre>]
```

Here, `-d` specifies the directory where the files will be saved, and `-g` is used to specify the genre of the songs. The YouTube playlist URL is a required argument.

For example:

```bash
pylistgrab -d ~/Music/MyPlaylist https://www.youtube.com/playlist?list=PLxxxxxx -g "Pop"
```

### Graphical User Interface

If you prefer using a graphical interface, you can run:

```bash
pylistgrab-gui
```

This will open the graphical user interface where you can download and organise your music.

## Disclaimer

This tool is intended strictly for educational and demonstration purposes. By using `pylist-grab`, you assume full responsibility for any legal or ethical repercussions that may arise from its use or misuse. We expressly disclaim any liability for the unauthorised use of this tool and do not condone the unlawful downloading, redistribution, or financial gain from artists' copyrighted material. Should you choose to use this tool, you do so at your own risk, acknowledging that it is your responsibility to comply with all applicable laws.
## License

MIT Licence. See `LICENSE` for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lewis-morris/pylist-grab",
    "name": "pylist-grab",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "lewis",
    "author_email": "lewis.morris@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# pylist-grab: Your Music Downloader and Playlist Organizer\r\n\r\n> \ud83c\udfb5 A Python-based utility for downloading and organising your playlists. Built for educational purposes.\r\n\r\n## Table of Contents\r\n\r\n- [About](#about)\r\n- [Features](#features)\r\n- [Installation](#installation)\r\n  - [Prerequisites (linux)](#prerequisites)\r\n  - [Installing via PyPI](#installing-via-pypi)\r\n  - [Installing on Windows](#installing-on-windows)\r\n- [Usage](#usage)\r\n  - [Command-line Interface](#command-line-interface)\r\n  - [Graphical User Interface](#graphical-user-interface)\r\n- [Disclaimer](#disclaimer)\r\n- [License](#license)\r\n\r\n## About\r\n\r\n# pylist-grab\r\n\r\n`pylist-grab` is a comprehensive CLI and GUI tool designed to make your music management experience hassle-free and efficient. With just a few simple commands or clicks, you can download an entire YouTube playlist as MP3 files, complete with accurate filenames and rich metadata, including artwork, genre, artist, and more.\r\n\r\n## Why Choose pylist-grab?\r\n\r\n### Time-Saving\r\nGone are the days of downloading tracks one at a time from YouTube via online services. `pylist-grab` allows you to grab an entire playlist in one go, saving you both time and effort.\r\n\r\n### Rich Metadata\r\nMost online YouTube to MP3 converters do a poor job of preserving track metadata. `pylist-grab` stands apart by not just downloading the tracks but also by populating the metadata fields. This includes the artwork, genre, artist name, and other ID3 tags, which are crucial for music organization.\r\n\r\n### Ideal for DJs and Music Enthusiasts\r\nIf you're a DJ, you know how important it is to have your music library organised. Missing or incorrect metadata can create a chaotic experience when you're trying to quickly find the right track during a live set. `pylist-grab` fills this gap by ensuring that each downloaded MP3 file is tagged correctly, allowing you to sort, filter, and search your music effortlessly in your DJ software.\r\n\r\n### User-Friendly Interface\r\nWhether you're comfortable with command lines or prefer a GUI, `pylist-grab` has got you covered. The CLI version is powerful and flexible, while the GUI version provides an easy-to-use interface for those who are not as tech-savvy.\r\n\r\n## Legal and Ethical Use\r\n`pylist-grab` is developed solely for educational and demonstration purposes. It is crucial to understand that downloading copyrighted music without proper authorization violates copyright laws and deprives artists of their due earnings. We do not condone, endorse, or encourage the illegal downloading, redistribution, or financial exploitation of copyrighted material. If you appreciate an artist's work, we strongly urge you to support them through legal means, such as purchasing their music.\r\n\r\n## Installation\r\n\r\n### Prerequisites (linux)\r\n\r\n- Python 3.x\r\n- pip\r\n\r\n### Installing via PyPI\r\n\r\nTo install `pylist-grab` in linux, open your terminal and run the following command:\r\n\r\n```bash\r\npip install pylist-grab\r\n```\r\n### Installing on Windows\r\n\r\nDownload the fully compiled `pylist-grab.exe` and run. \r\n[Download here](https://github.com/lewis-morris/pylist-grab/releases/download/v0.0.3/pylist-grab.exe)\r\n\r\n\r\n## Usage\r\n\r\n### Command-line Interface\r\n\r\nTo use `pylistgrab` from the command line, you can utilise various options as shown below:\r\n\r\n```bash\r\npylistgrab -d <destination_directory> <youtube_playlist_url> [-g <genre>]\r\n```\r\n\r\nHere, `-d` specifies the directory where the files will be saved, and `-g` is used to specify the genre of the songs. The YouTube playlist URL is a required argument.\r\n\r\nFor example:\r\n\r\n```bash\r\npylistgrab -d ~/Music/MyPlaylist https://www.youtube.com/playlist?list=PLxxxxxx -g \"Pop\"\r\n```\r\n\r\n### Graphical User Interface\r\n\r\nIf you prefer using a graphical interface, you can run:\r\n\r\n```bash\r\npylistgrab-gui\r\n```\r\n\r\nThis will open the graphical user interface where you can download and organise your music.\r\n\r\n## Disclaimer\r\n\r\nThis tool is intended strictly for educational and demonstration purposes. By using `pylist-grab`, you assume full responsibility for any legal or ethical repercussions that may arise from its use or misuse. We expressly disclaim any liability for the unauthorised use of this tool and do not condone the unlawful downloading, redistribution, or financial gain from artists' copyrighted material. Should you choose to use this tool, you do so at your own risk, acknowledging that it is your responsibility to comply with all applicable laws.\r\n## License\r\n\r\nMIT Licence. See `LICENSE` for more information.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "YouTube playlist grabber with metadata injector",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/lewis-morris/pylist-grab"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d10e6af43b7609da346d32682c404f151584f7bbc9333bb3212c9398f06cc87",
                "md5": "92701b34291a220a64b028939f105ac6",
                "sha256": "ec43175aed52e85961ca2dfc6bc1af0819f0c2a6ee7b078776b2a50e8add61c4"
            },
            "downloads": -1,
            "filename": "pylist_grab-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92701b34291a220a64b028939f105ac6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1903119,
            "upload_time": "2023-10-25T23:16:42",
            "upload_time_iso_8601": "2023-10-25T23:16:42.817858Z",
            "url": "https://files.pythonhosted.org/packages/9d/10/e6af43b7609da346d32682c404f151584f7bbc9333bb3212c9398f06cc87/pylist_grab-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-25 23:16:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lewis-morris",
    "github_project": "pylist-grab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pylist-grab"
}
        
Elapsed time: 0.14360s