# 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/cd/b5/1d1c94d9b9c9d64bc7f1327c64403b8a88f002731c51624a81b094039b26/beets_gdplaylists-0.2.10.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: <your token here>\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.10",
"project_urls": {
"Repository": "https://github.com/chooban/beets-gogd"
},
"split_keywords": [
"beets",
" grateful dead",
" plex",
" playlists"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a1e636afca5abe335e9d9c235cae99db02cbaa96c1d1250e824c97748a8f8873",
"md5": "92a78179d58b675e67798946763abddd",
"sha256": "664db268131721d7d88bec0d120ab0e00816bdcb3b002447e8d0a835333891cb"
},
"downloads": -1,
"filename": "beets_gdplaylists-0.2.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "92a78179d58b675e67798946763abddd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 80844,
"upload_time": "2024-11-26T21:41:52",
"upload_time_iso_8601": "2024-11-26T21:41:52.082306Z",
"url": "https://files.pythonhosted.org/packages/a1/e6/36afca5abe335e9d9c235cae99db02cbaa96c1d1250e824c97748a8f8873/beets_gdplaylists-0.2.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cdb51d1c94d9b9c9d64bc7f1327c64403b8a88f002731c51624a81b094039b26",
"md5": "9f5a748d8e8edee078988584513915da",
"sha256": "8014ea65bed7fa122bb82cb2ce95dfc7a347cc709484c52af65da302064c04ba"
},
"downloads": -1,
"filename": "beets_gdplaylists-0.2.10.tar.gz",
"has_sig": false,
"md5_digest": "9f5a748d8e8edee078988584513915da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 58280,
"upload_time": "2024-11-26T21:41:53",
"upload_time_iso_8601": "2024-11-26T21:41:53.743973Z",
"url": "https://files.pythonhosted.org/packages/cd/b5/1d1c94d9b9c9d64bc7f1327c64403b8a88f002731c51624a81b094039b26/beets_gdplaylists-0.2.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-26 21:41:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chooban",
"github_project": "beets-gogd",
"github_not_found": true,
"lcname": "beets-gdplaylists"
}