beets-gdplaylists


Namebeets-gdplaylists JSON
Version 0.2.9 PyPI version JSON
download
home_pageNone
Summarybeets plugin to create Grateful Dead playlists
upload_time2024-07-31 13:29:11
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords beets grateful dead plex playlists
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # beets-gogd-plex

A plugin for [beets](https://github.com/beetbox/beets) to create playlists for live Grateful Dead releases in your library.

It came about because I wanted to be able to listen to individual shows with their tracks in the right order, as opposed 
to the disc order which might have been changed to fit more onto the discs.


# Features

* Creates Plex playlists from releases it finds in your collection
* Updates the same playlists if you add more releases to your library


It does this by creating m3u playlist files for each show that it knows about
and can find tracks for you in your library. This all done by Musicbrainz track IDs, so your 
library will need to be properly tagged.

The m3u file is copied to where your Plex server can read it, and then Plex is instructed
to create a playlist.


# Installation

```sh
python3 -m pip install beets-gdplaylists

```


# Configuration

Enabled the plugin:

```yaml
plugins:
    - gdplaylists
```

Ensure your plex connection is configured:

```yaml
plex:
    host: localhost
    secure: false
    token: <your token here>
    library_name: "Music"
```

By default, the m3u files will be placed in a directory called `.playlists` in the root
of your library (`directory` in your config file). If you need to change that, you can 
reconfigure the plugin:

```yaml
gdplex:
    playlist_dir: "/Volumes/music/.playlists/"
    # remote_dir: "/music/.playlists/"
```

If, for some reason, this means the directory that Plex sees is different, you can configure
that with the `remote_dir` field. If your beets and plex servers see the same files at 
the same paths, you won't need that at all.


# Usage

```sh
beet gdplex

```

By default it's very quiet, you can use `beet -vv gdplex` to see what it's doing.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "beets-gdplaylists",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "beets, grateful dead, plex, playlists",
    "author": null,
    "author_email": "Ross Hendry <rhendry@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8e/78/16a47eee0978d1a6fdfafb79736b6e2ae5d4a9ee281d8a56ca33a482076c/beets_gdplaylists-0.2.9.tar.gz",
    "platform": "ALL",
    "description": "# beets-gogd-plex\n\nA plugin for [beets](https://github.com/beetbox/beets) to create playlists for live Grateful Dead releases in your library.\n\nIt came about because I wanted to be able to listen to individual shows with their tracks in the right order, as opposed \nto the disc order which might have been changed to fit more onto the discs.\n\n\n# Features\n\n* Creates Plex playlists from releases it finds in your collection\n* Updates the same playlists if you add more releases to your library\n\n\nIt does this by creating m3u playlist files for each show that it knows about\nand can find tracks for you in your library. This all done by Musicbrainz track IDs, so your \nlibrary will need to be properly tagged.\n\nThe m3u file is copied to where your Plex server can read it, and then Plex is instructed\nto create a playlist.\n\n\n# Installation\n\n```sh\npython3 -m pip install beets-gdplaylists\n\n```\n\n\n# Configuration\n\nEnabled the plugin:\n\n```yaml\nplugins:\n    - gdplaylists\n```\n\nEnsure your plex connection is configured:\n\n```yaml\nplex:\n    host: localhost\n    secure: false\n    token: &lt;your token here&gt;\n    library_name: \"Music\"\n```\n\nBy default, the m3u files will be placed in a directory called `.playlists` in the root\nof your library (`directory` in your config file). If you need to change that, you can \nreconfigure the plugin:\n\n```yaml\ngdplex:\n    playlist_dir: \"/Volumes/music/.playlists/\"\n    # remote_dir: \"/music/.playlists/\"\n```\n\nIf, for some reason, this means the directory that Plex sees is different, you can configure\nthat with the `remote_dir` field. If your beets and plex servers see the same files at \nthe same paths, you won't need that at all.\n\n\n# Usage\n\n```sh\nbeet gdplex\n\n```\n\nBy default it's very quiet, you can use `beet -vv gdplex` to see what it's doing.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "beets plugin to create Grateful Dead playlists",
    "version": "0.2.9",
    "project_urls": {
        "Repository": "https://github.com/chooban/beets-gogd"
    },
    "split_keywords": [
        "beets",
        " grateful dead",
        " plex",
        " playlists"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a9cfc8a3d20e270e5e31d04578338eb51915cd0d73eb10a74db10091c1d025e",
                "md5": "30923f1e709809528be7ed431cdab775",
                "sha256": "40900f442804cb5d84c9552aec5039813a5a02c1b86148e3df14898333e1bbaf"
            },
            "downloads": -1,
            "filename": "beets_gdplaylists-0.2.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30923f1e709809528be7ed431cdab775",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 78958,
            "upload_time": "2024-07-31T13:29:09",
            "upload_time_iso_8601": "2024-07-31T13:29:09.902779Z",
            "url": "https://files.pythonhosted.org/packages/7a/9c/fc8a3d20e270e5e31d04578338eb51915cd0d73eb10a74db10091c1d025e/beets_gdplaylists-0.2.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e7816a47eee0978d1a6fdfafb79736b6e2ae5d4a9ee281d8a56ca33a482076c",
                "md5": "47846170f16d79b5b1d18c1fde62d1e8",
                "sha256": "f256521f265e3b51e507749caeab0b441e9450c15af55951eb7b24ae66a31217"
            },
            "downloads": -1,
            "filename": "beets_gdplaylists-0.2.9.tar.gz",
            "has_sig": false,
            "md5_digest": "47846170f16d79b5b1d18c1fde62d1e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 56685,
            "upload_time": "2024-07-31T13:29:11",
            "upload_time_iso_8601": "2024-07-31T13:29:11.486819Z",
            "url": "https://files.pythonhosted.org/packages/8e/78/16a47eee0978d1a6fdfafb79736b6e2ae5d4a9ee281d8a56ca33a482076c/beets_gdplaylists-0.2.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 13:29:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chooban",
    "github_project": "beets-gogd",
    "github_not_found": true,
    "lcname": "beets-gdplaylists"
}
        
Elapsed time: 0.33288s