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

Doesn´t update after Metadatachange #18

Open
Tigrecito opened this issue Jan 12, 2019 · 4 comments
Open

Doesn´t update after Metadatachange #18

Tigrecito opened this issue Jan 12, 2019 · 4 comments

Comments

@Tigrecito
Copy link

Hi,
plexmediatagger.py --tag --batch --optimize --tag-tv-prefer-season-artwork --stats
tags new mp4 but never tags already tagged mp4 again (even if metadata changed).

How can I retag all already tagged files if Plex metdata has changed (e.g. moviename) ?
I know the force switch - but that of course tags all files again which I don´t want!

@ccjensen
Copy link
Owner

ccjensen commented Jan 12, 2019

so you have two options (make sure to pass --force for either of these):

  1. skip the --batch which puts the tool in interactive mode where you can manually traverse and find the file to tag
  2. the way I mostly use the tool is to target the thing I just added using the breadcrumb command.

An example would be: --batch-breadcrumb="tv>ducktales>2" where it would find a top level section that contains the string tv then a tv show within that contains the word ducktales and then a season that has the word 2 in it (season 2, season 21, etc). for a movie it would be something like --batch-breadcrumb="movies>ironman"

Let me know how that works out for you.

@Tigrecito
Copy link
Author

ok, so I have to do it manually?

looks like I misunderstood this from help file:
"tag all compatible file types, and update any previously tagged files (if metadata in plex has changed)"

I thought the tool would recognize if metadata in plex was changed?

what i want to achieve is:
run that script everyday automatically, embedd tags into new files and update the old file when metadata has changed (e.g. name or coverimage etc..)

@ccjensen
Copy link
Owner

ccjensen commented Jan 13, 2019 via email

@Tigrecito
Copy link
Author

unfortunately I am not able to code this.. but it would be a nice feature anyway ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants