#`title_format` and `name` not overriding Dynamic Collection names

1 messages Β· Page 1 of 1 (latest)

worldly plaza
#

I just updated to 1.18 and on the first run, all my genre collections (using PMM's default genre files) have been duplicated, in both TV shows and Movies. Also, is there a way to change the names back to just "[Genre]" rather than "[Genre] Shows" and "[Genre] Movies"?

warm sleetBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

vale thicket
worldly plaza
#

yes, i'm using the defaults. i see in the release notes that they're not packaged with PMM and don't need to be git'd (got? :P) ... is there any changes I should make to my config file to fix that?

vale thicket
#

The defaults are now included in the repo or docker image; there is nothing additional you have to do.

they're not packaged

Or perhaps this was supposed to be now

slim charmBOT
#
Upgrading PMM Defaults to 1.18.0

As part of 1.18.0, a few major changes have been made to the PMM Default files that will impact how you use them within your config.yml

Merged into ribbon: oscars, imdb_top_250, rt_cert_fresh, mc_must_see, commonsense_selection
Merged into resolution: resolution_standards & special_release
Renamed to language_count: audio_language

To transition from pre-1.18.0 versions to 1.18.0, you must do the following, or you will see errors in your log and previously working overlays will no longer be applied.

Upgrading to the ribbon PMM Default file
1) Remove any reference to these files in your config.yml:

- git: PMM/overlays/oscars
- git: PMM/overlays/imdb_top_250
- git: PMM/overlays/rt_cert_fresh
- git: PMM/overlays/mc_must_see
- git: PMM/overlays/commonsense_selection

2) Add a reference to this file (only once!)

- pmm: ribbon

As only one ribbon image can be placed at a time, the priority list is currently:
oscars (weight 40)
imdb (weight 30)
rotten (Weight 20)
metacritic (Weight 10)
common (Weight 5)

To alter these positions,you can use template variables, like so:

- pmm: ribbon
  template_variables:
    weight_common: 100 #Makes it first on the list
    weight_imdb: 90 #Makes it second on the list

Upgrading to the resolution PMM Default file
1) Remove any reference to these files in your config.yml:

- git: PMM/overlays/special_release
- git: PMM/resolution_standards

Upgrading from audio_language to the language_count PMM Default file
1) Remove any reference to these files in your config.yml:

- git: PMM/overlays/audio_language

2) Add a reference to this file

- pmm: language_count
keen pier
#

I don't know if Sohjiro could potentially include title_format as a template variable, which would be the "easiest" solution for you

frank sky
#

or just give it the title_format you want as a template var

keen pier
worldly plaza
#

for the -dc command, would that be
docker run --rm -v "/var/services/homes/USER/plex-meta-manager:/config:rw" meisnate12/plex-meta-manager -dc?

docker run --rm -v "/var/services/homes/USER/plex-meta-manager:/config:rw" meisnate12/plex-meta-manager --run is what I have set in my task scheduler to run nightly (frankly I don't understand most of the letters but I think someone here told me to use that and it's been working)

vale thicket
#
docker run --rm -v "/var/services/homes/USER/plex-meta-manager:/config:rw" meisnate12/plex-meta-manager -dc --run
keen pier
#

^

worldly plaza
#

thanks! as you can probably tell i am very much not a programmer or coder. HTML and CSS, yes. anything else? i make this face sob_cry_blood

vale thicket
#
docker 
run     # create and start a container right now
--rm    # remove the container when it finishes
-v "SOME/PATH:/config:rw" # map /SOME/PATH into the container at `/config`, read-write
meisnate12/plex-meta-manager # base the container on this image
-dc     # PMM runtime flag to delete all collections first
-r      # PMM runtime flag to tell PMM to do its thing right this second
keen pier
#

you can combine the flags. i.e. "only run operations and overlays" (-op -ov), which would exclude collections/metadata/playlists

#

This is completely off-topic, but is your profile photo of you?

#

Every single time I see it, I think it's this

#

🀣

worldly plaza
#

lol no it's Kaylee Frye from Firefly πŸ˜‚

keen pier
#

Close enough πŸ˜„

worldly plaza
frank sky
#

Logs?

keen pier
#

is title_format definitely a template variable?

#

it isn't mentioned in the docs @frank sky

frank sky
#

It’s mentioned somewhere that dynamic collection attribute can be passed as template variables

keen pier
worldly plaza
#

also PMM didn't create the Country collections in TV and Anime libraries for some reason--but it did create them in Movies

#

which is unrelated but I figure if i'm including my log file anyway

keen pier
#

@worldly plaza by any chance did you manually delete these collections (either via -dc in the run command, in Plex itself, or another method) at any point in the past?

#

I think I know what the issue is here, and I know of a manual workaround but I want Sohjiro to provide his input here.

You can monitor the discussion in #1055621691402891284 as it's easier to keep the conversation in one place.

worldly plaza
keen pier
#

Thanks, that helps back up my theory

frank sky
#

Title Format: <<key_name>> did actually get passed in but i forgot that we are now using translations try providing name: <<key_name>>

warm sleetBOT
#

This post has been marked as Resolved and will be closed in one hour.

If you require further assistance on this issue, you can send another message in this post to re-open it.

If you require further support that is unrelated to this post, please start a new post and do not re-open this one.

Thanks for using Plex Meta Manager.

worldly plaza
keen pier
#

you know what to do πŸ˜‰

slim charmBOT
#
Providing Log Files

Find meta.log in config/logs/

Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

Log file too big? USE PASTEBIN or ZIP THE FILE

Still confused? Β―_(ツ)_/Β―

worldly plaza
keen pier
#

Can you update to 1.18.1

worldly plaza
#

oh, yeah, didn't realize it had updated

#

gimme a minute and i'll do that and run it again

keen pier
#

I'm not expecting it to fix the issue, but you never know πŸ˜„

#

title_format and name not overriding Defaults names

#

title_format and name not overriding Dynamic Collection names

frank sky
#

ok ill need the 1.18.1 log with --trace added when running

keen pier
#

@worldly plaza

worldly plaza
#

it's running

frank sky
#

try using genre_name

worldly plaza
#

that worked!

#

it did duplicate the genre collections again but I just went through and deleted them

keen pier
#

Yeah it will do that if the collection name has changed

#

But glad it worked πŸ‘πŸ»