jorenn92 / Maintainerr

Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem
https://maintainerr.info
MIT License
649 stars 12 forks source link

Change sort title on collections created by maintainerr #1149

Closed nmbrg closed 3 days ago

nmbrg commented 3 weeks ago

At the moment when maintainerr creates a collection, that collection gets the same sort title in plex as the title of the collection (that gets the name from the rule in maintainerr). and there seem to be no way to edit that.

To Reproduce Steps to reproduce the behavior:

  1. create rule in maintainerr, name it "whatever"
  2. collection gets created in maintainerr with the name "whatever"
  3. collection gets created in plex with the name "whatever"
  4. the collection in plex now has sort title set to "whatever"
  5. manually edit sort title in plex to "something else".
  6. maintainerr removes/rebuilds collection when nothing is about to be deleted (or if its at every run, not sure when it happens)
  7. collection gets added to plex again, now with sort title set to "whatever" again.

Expected behavior

  1. create rule in maintainerr, name it "whatever"
  2. configure a sort title for the collection that will be created (either in the rules or the collection in maintainerr) and set that to "something else"
  3. collection gets created with the name "whatever" and a sort title set to "something else".
  4. collection gets removed and/or rebuilt in plex by maintainerr.
  5. collection gets added by maintainerr again still with the sort title set to "something else".

Screenshots How it is at the moment in plex: Namnlös

How i want it to be: Namnlös2

Device (please complete the following information):

Additional context In my case i want the collections to be able to have the same sorting as Kometa default collections, but at the moment that seems impossible since i cant add the !010_ before the title of the collection, in the sort title, without getting it removed ever so often automatically by maintainerr.

jorenn92 commented 3 days ago

I'll transform this into a FR. This won't be hard to add as a configuration option during rule creation.