Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Playlists are not able to be deleted. #910

Closed
cybersteel8 opened this issue Jun 1, 2022 · 4 comments
Closed

[Bug]: Playlists are not able to be deleted. #910

cybersteel8 opened this issue Jun 1, 2022 · 4 comments
Assignees
Labels
bug Bug is with Plex Meta Manager status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@cybersteel8
Copy link

Version Number

1.17.0

What branch are you on?

master

Describe the Bug

I am trying to delete two playlists for all accounts on my Plex server, but it doesn't seem possible, because this error is appearing.

Marvel Cinematic Universe                |     0 |     0 |     0 |  0:00:01 | Unknown Error|
  'delete_not_scheduled'
Star Wars Clone Wars Chronological Order |     0 |     0 |     0 |  0:00:00 | Unknown Error|
  'delete_not_scheduled'

Relevant Collection/Overlay/Playlist Definition

playlists:
  Marvel Cinematic Universe:
    sync_to_users: all
    sync_mode: sync
    libraries: Movies, TV Shows
    trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc
    summary: Marvel Cinematic Universe In Order
    delete_playlist: true
  Star Wars Clone Wars Chronological Order:
    sync_to_users: all
    sync_mode: sync
    libraries: Movies, TV Shows
    trakt_list: https://trakt.tv/users/tomfin46/lists/star-wars-the-clone-wars-chronological-episode-order
    delete_playlist: true

Logs

https://gist.github.com/cybersteel8/b2c3cc9e6cdd4235475b62addc406741

@cybersteel8 cybersteel8 added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jun 1, 2022
@cybersteel8
Copy link
Author

I found this in the documentation but I don't quite know how the delete_not_scheduled setting plays into this scenario.
https://metamanager.wiki/en/latest/config/settings.html#delete-not-scheduled

I don't know what it meant by "skipped due to it not being scheduled" - what schedule? How does this setting affect playlists? Is it only meant to affect collections?

@meisnate12
Copy link
Member

This should be fixed in develop/nightly

@chazlarson
Copy link
Contributor

chazlarson commented Jun 1, 2022

I found this in the documentation but I don't quite know how the delete_not_scheduled setting plays into this scenario. https://metamanager.wiki/en/latest/config/settings.html#delete-not-scheduled

I don't know what it meant by "skipped due to it not being scheduled" - what schedule? How does this setting affect playlists? Is it only meant to affect collections?

The schedule it’s referring to is the collection-level schedule. Say you have a Christmas collection that is scheduled to run between 12/1 and 12/31. With delete_not_scheduled set, that collection would be deleted when PMM ran on 01/01. I can’t recall if that scheduling is available for playlists, but this is the schedule being referred to.

@meisnate12
Copy link
Member

The error having delete_not_scheduled is just because I was copy pasting from that section and forgot to change the attribute name I was looking for so the error has nothing to actually do with delete_not_scheduled

@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

No branches or pull requests

3 participants